Mortgage Payment Calculator
Full PITI + PMI monthly breakdown with live amortization curve. Shows interest saved and months cut by extra payments. Defaults to a 30-year fixed rate.
Inputs
Property tax and home insurance are commonly escrowed by the lender into the monthly payment. PMI applies when the down payment is below 20% and drops off automatically once enough equity is built.
Results
A 300,000 $ loan at 6.5 % for 30 years runs about ... per month all-in (PITI + PMI), with ... in total interest over the life of the loan.
The 30-year fixed-rate mortgage dominates underwriting. A 15-year at a lower rate carries a higher monthly payment but roughly half the lifetime interest. Closing costs (typically 2–5% of the loan), HOA fees where applicable, and a 1–2% annual maintenance reserve also belong in a full budget.
Scenarios
Save the current inputs as a scenario to compare side-by-side.
Total monthly housing cost
A mortgage payment is the recurring sum a borrower pays to carry a home loan. The figure lenders quote covers only principal and interest, but the full out-of-pocket cost also includes property tax, home insurance, and — when the down payment is under 20% — private mortgage insurance (PMI). The combination is commonly abbreviated PITI: principal, interest, taxes, insurance. This calculator shows the full PITI + PMI breakdown alongside a live amortization curve, and computes how much interest and how many months an extra monthly payment removes. It defaults to a 30-year fixed-rate mortgage.
Monthly principal and interest
Principal and interest (P&I) is the contractual portion of the payment — the amount that retires the loan over its term. It follows the standard PMT formula, the same one a spreadsheet uses:
P&I=L⋅(1+r/12)n−1r/12⋅(1+r/12)nHere L is the loan amount, r the annual interest rate (e.g. 0.065 for 6.5%), and n the total number of months (term × 12). On a $300,000 loan at 6.5% for 30 years, this is $1,896.20 per month. The monthly rate r/12 and the monthly compounding count n are the fixed-rate convention; an annual rate is divided by 12 to apply once per scheduled payment.
The PITI components
Three escrow items sit on top of P&I:
- Property tax is billed annually but typically escrowed monthly into the payment by the lender. Rates vary by state — roughly 0.5–2.5% of home value, with Texas, New Jersey, and Illinois at the high end and Hawaii, Alabama, and Colorado at the low end.
- Home insurance is required by lenders for any financed purchase. High-risk areas (hurricane corridors, wildfire-prone counties, flood plains) can run several times the national average and are increasingly difficult to insure outright.
- PMI applies to conventional loans when the loan-to-value ratio (LTV) exceeds 80%. Typical rates run 0.3–1.5% of the loan annually. PMI auto-cancels at 78% LTV under federal law (the Homeowners Protection Act) and can be requested at 80%.
The calculator sums all four into a single total monthly payment. Measured against gross monthly income, under 28% on housing alone is the conventional comfort threshold.
Amortization
After each payment, part covers interest and part reduces principal. Early in the loan most of the payment is interest; over time the proportion reverses as the balance shrinks. The remaining balance at month m has a closed form:
B(m)=L⋅(1+r/12)m−PMTeff⋅r/12(1+r/12)m−1where PMT_eff = P&I + any extra monthly payment. The amortization chart sweeps m across the loan term and plots three curves: remaining balance, cumulative principal paid, and cumulative interest paid.
Extra-payment payoff
An extra monthly payment goes entirely to principal, which shortens the term. The closed-form payoff month is:
n∗=log(1+r/12)log(PMTeff−L⋅r/12PMTeff)When the extra is zero, this reduces to the original term. When it is positive, n* arrives earlier, and the interest on every month no longer paid is avoided. Because a dollar of principal retired early removes all the interest that dollar would have accrued over the remaining term, even modest extras accumulate substantial savings.
Worked example
On a $300,000 home with a 30-year 6.5% loan, comparing the same rate across two terms shows the lifetime-interest difference:
- $300k @ 6.5% × 30y → $382k interest, $1,896/mo P&I
- $300k @ 6.5% × 15y → $170k interest, $2,613/mo P&I
The 15-year term costs $212k less in interest but adds $717 to the monthly payment. Adding $200/month to the 30-year loan instead pays it off about 6 years 2 months earlier and saves roughly $108k in lifetime interest — an effective return of 6.5%, fixed and free of market risk.
Variations and exclusions
- Adjustable-rate mortgages (ARMs): the model assumes a fixed rate. For an ARM, the current rate gives today's payment; re-running with the lifetime cap (typically the start rate plus 5–6 percentage points) shows the stress-test ceiling. The amortization shape changes once the rate adjusts.
- Closing costs (typically 2–5% of the loan) are excluded and should be budgeted separately.
- HOA fees, maintenance, and repair reserves: a 1–2% annual maintenance reserve on home value is a common planning figure.
- Tax benefits: the mortgage interest deduction (subject to the $750k cap and the itemization-versus-standard-deduction trade-off) and the points deduction are post-tax effects, not modeled here.
- Biweekly schedules, balloon payments, and graduated-payment programs use different math.
- Refinancing: modeling a refi means running two separate scenarios and comparing the break-even.
Applying the result
The all-in PITI figure, not the headline P&I, is the number that reflects actual cash flow. On a $300k home in Texas (2.0% property tax) with $1,500/yr insurance and a 10% down payment (PMI ~0.5%), the all-in monthly is ~$2,512 — about 32% higher than the $1,896 P&I. Underwriting may approve a loan that strains the monthly budget, so the PITI total is the more relevant constraint for planning.
To work the question from the income side instead — what loan size keeps the debt-to-income ratio below a target given a salary — see the Mortgage Affordability Calculator, which computes the maximum loan amount for a given income, rate, and term.
A few common decisions follow from the same model. Choosing a 15-year over a 30-year term roughly halves lifetime interest at the cost of a higher monthly payment; the trade-off worsens if the higher payment crowds out retirement contributions or an employer 401(k) match. Extra principal payments and a re-appraisal after local prices rise are the two routes to reaching 80% LTV sooner and ending PMI, which typically costs $50–$150/month. A refinance becomes worthwhile when the monthly savings recover the closing costs (2–5% of the new loan) before the home is sold — running the current loan and a hypothetical refi side by side gives the break-even month.
This calculator provides a clean, realistic baseline for the structural cost of the loan. Specific lender quotes, tax brackets, and personal circumstances should be layered in when finalizing a decision.
Frequently Asked Questions (FAQ)
What does PITI mean?
PITI = Principal, Interest, Taxes, Insurance. It's the standard shorthand for total monthly housing cost. PMI (Private Mortgage Insurance) is added on top when your loan-to-value exceeds 80%. The calculator shows each component separately and as a combined monthly total.
How is the monthly payment calculated?
The standard PMT formula: L × (r/12) × (1+r/12)^n / ((1+r/12)^n − 1), where L is the loan amount, r the annual rate as a fraction (e.g. 0.065 for 6.5%), and n the total number of months (loan term × 12). This is the same formula Excel's PMT() function uses.
When does PMI drop off?
Conventional lenders are required by federal law (the Homeowners Protection Act) to auto-cancel PMI at 78% LTV based on the original amortization schedule, and to terminate it at the loan midpoint regardless of LTV. Cancellation can be requested at 80% LTV. Two ways to accelerate that: extra principal payments, or a re-appraisal if local home prices have risen materially.
Why does an extra $100/month save so much interest?
Because a dollar of principal retired early avoids all the interest that dollar would have accrued for the remaining term. On a 30-year 6.5% loan, $100/month extra typically saves around 4 years and tens of thousands in lifetime interest. The amortization chart shows the cumulative interest curve flattening visibly.
Should I pay extra on the mortgage or invest?
Extra mortgage payments yield a guaranteed return equal to the mortgage rate. When the rate is 6.5% and a portfolio's expected after-tax return is below that, prepayment wins on a risk-adjusted basis. Higher-rate debt (credit cards, personal loans) and an unfilled 401(k) match are usually addressed first. The right call depends on the full financial picture, not the mortgage in isolation.
What's the difference between this and the affordability calculator?
The Mortgage Affordability Calculator answers "what loan can I qualify for?" by computing the debt-to-income ratio (DTI) against lender thresholds. This Mortgage Payment Calculator answers "what does the loan cost each month and over its life?" by computing the full PITI breakdown and amortization. Affordability is the pre-approval check; this one is for budgeting and prepayment planning.
How accurate is this for adjustable-rate mortgages (ARMs)?
The calculator assumes a fixed rate. For an ARM, the current rate gives today's payment; re-running with the worst-case ceiling rate from the loan documents gives the stress-test figure. Most ARMs have lifetime caps of 5–6 percentage points above the start rate. The amortization shape differs from this calculator's output once the rate adjusts.
What's not modeled here?
Closing costs (typically 2–5% of the loan), HOA fees, maintenance / repair reserves, mortgage points and the deduction they enable, refinancing scenarios, and changing tax / insurance bills over time. The PMT formula also assumes a fixed rate; ARMs and graduated-payment loans need different math. The output is a clean baseline for comparison, to which actual specifics can be added.
Disclaimer
This calculator estimates monthly cost using a fixed-rate amortization model. It does not handle ARMs, graduated payments, refinancing, biweekly schedules, or balloon payments. Closing costs, HOA fees, maintenance, and tax credits (mortgage interest deduction, points) are excluded. PMI rules vary by lender and loan program (FHA, VA, conventional). Property-tax rates vary by municipality and reassessment cycle.
Actual loan terms come from the lender — this is a planning tool, not a binding quote. Consult a licensed mortgage advisor before committing.
Recommended Next
Mortgage Affordability Calculator
Find your maximum home price and loan amount based on income, debt load, and down payment — using the 28/36 affordability rule lenders apply.