Full Mortgage Payment (PITI)

Excel Formulas › Financial

All versionsPMT

Your real monthly housing cost is more than the loan payment. PITI adds Principal & Interest (from PMT) to monthly Taxes and Insurance — the number lenders actually use.


Quick formula: PITI for loan B1, rate B2, years B3, annual tax B4, annual insurance B5:
=PMT(B2/12, B3*12, -B1) + (B4 + B5)/12
PMT gives principal & interest; add one-twelfth of the annual taxes and insurance.

Functions used (tap for the full reference guide):

The example

$300k loan at 6%/30yr plus $4,800 tax and $1,200 insurance.

AB
1ComponentMonthly
2P&I$1,799
3Taxes + Ins$500
4PITI$2,299

The formula

The formula:

=PMT(B2/12, B3*12, -B1) + (B4 + B5)/12 // P&I plus T&I

How it works

How it works:

  1. PMT(rate/12, years*12, -loan) gives the monthly principal & interest.
  2. Add monthly taxes and insurance: the annual amounts divided by 12.
  3. Include PMI (mortgage insurance) and HOA dues the same way if they apply.
  4. PITI is what lenders compare to your income for the debt-to-income ratio.

Affordability check: lenders often want PITI under ~28% of gross monthly income. Divide PITI by income to see where you land — a quick sanity test before house-hunting.

Try it: interactive demo

Live demo

Loan, rate, years, annual tax+ins.

PITI:

Variations

Add PMI

Mortgage insurance:

=P&I + (tax+ins+pmi)/12

P&I only

Loan payment:

=PMT(B2/12, B3*12, -B1)

Affordability

Share of income:

=PITI / monthlyIncome

Pitfalls & errors

Annual to monthly. Divide yearly taxes/insurance by 12 before adding.

Sign of the loan. Enter the loan negative (or negate PMT) for a positive payment.

Estimates vary. Taxes and insurance change yearly; PITI is a planning figure.

Practice workbook

📊
Download the free Full Mortgage Payment (PITI) practice workbook
A PITI calculator with PMI, P&I-only, and affordability variants, plus 4 challenges with answers. No sign-up required.

Frequently asked questions

How do I calculate a full mortgage payment (PITI) in Excel?
Add the loan payment to monthly taxes and insurance: =PMT(rate/12, years*12, -loan) + (annualTax + annualInsurance)/12.
What does PITI stand for?
Principal, Interest, Taxes, and Insurance — the total monthly housing cost lenders use for qualifying.
How do I include PMI or HOA?
Add them as monthly amounts: =P&I + (tax + insurance + pmi + hoa)/12.

Stop fighting formulas. Learn them in a day.

This recipe is one of hundreds of real-world formulas we teach. Our Excel Formulas & Functions class covers lookups, logic, text, and dynamic arrays hands-on — live in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related formulas: Calculate a loan payment · Loan comparison · Amortization schedule

Function references: PMT