How to Calculate a Mortgage Payment by Hand (And Why You Should)

Β· 9 min read Β·how to calculate mortgage payment
Advertisement

How to Calculate a Mortgage Payment by Hand (And Why You Should)

A mortgage calculator gives you the answer in two seconds. So why bother learning to calculate the payment by hand? Three reasons: you'll catch lender errors that calculators take at face value, you'll understand what each variable actually does to the payment (which makes negotiation possible), and you'll never be at the mercy of a spreadsheet you can't verify. The math itself is unintimidating β€” it's the same exponential function used for any amortizing loan, scaled to mortgage terms. This guide walks through the formula, runs a worked example on a $300,000 loan at 7%, explains why the by-hand calculation catches the things calculators miss, and shows how to extend it for the full PITI payment (principal, interest, taxes, insurance) most homeowners actually pay.

For users who want the answer without the math, our mortgage calculator handles the same formula with all the inputs in seconds.

The mortgage payment formula explained

The standard mortgage payment formula:

M = P Γ— (r(1+r)^n) / ((1+r)^n - 1)

Where:

  • M = monthly principal-and-interest payment
  • P = principal (loan amount)
  • r = monthly interest rate (annual rate divided by 12)
  • n = total number of monthly payments (loan term in years Γ— 12)

The formula is the standard amortization equation derived from present-value calculations. The intuition: you're solving for the constant monthly payment that, when applied over n months at rate r per month, exactly pays off the principal P with all the interest.

A quick sanity check on what the formula does:

  • Higher principal (P) β†’ higher payment, linearly
  • Higher rate (r) β†’ higher payment, non-linearly (the rate-monthly multiplier compounds)
  • Longer term (n) β†’ lower monthly payment, but more total interest

For a 30-year fixed mortgage in 2026 at typical rates (6-8%), the payment is roughly 0.6-0.75% of the principal per month. So a $300,000 mortgage typically has a P&I payment of $1,800-2,250.

Step-by-step worked example: $300,000 at 7%

Let's calculate the monthly payment for a $300,000 30-year fixed mortgage at 7% interest.

Step 1: Set up the variables.

  • P = $300,000
  • Annual interest rate = 7%, so monthly rate r = 0.07 / 12 = 0.005833333...
  • n = 30 Γ— 12 = 360 monthly payments

Step 2: Calculate (1+r)^n.

(1 + 0.005833333)^360

This is the trickiest part by hand. Use a calculator with an exponent function:

(1.005833333)^360 = approximately 8.1165

If you don't have a calculator with exponents, you can approximate using the rule that (1+r)^n β‰ˆ e^(rn) for small r and large n. So 0.005833 Γ— 360 = 2.10, and e^2.10 β‰ˆ 8.17. Close enough for a sanity check.

Step 3: Calculate the numerator: r(1+r)^n.

0.005833333 Γ— 8.1165 = 0.047346

Step 4: Calculate the denominator: (1+r)^n - 1.

8.1165 - 1 = 7.1165

Step 5: Calculate the monthly payment factor.

0.047346 / 7.1165 = 0.006653

Step 6: Multiply by the principal.

$300,000 Γ— 0.006653 = $1,996.00

So the monthly principal-and-interest payment on a $300,000 30-year fixed mortgage at 7% is approximately $1,996/month.

Sanity check. Total paid over 360 months: $1,996 Γ— 360 = $718,560. Total interest paid: $718,560 - $300,000 = $418,560. That's roughly 1.4Γ— the principal, which is the typical magnitude for 30-year fixed at 7% (you'll pay back the loan plus more in interest than the original principal).

For verification, run the same scenario through our mortgage calculator β€” it should produce the same payment within rounding ($1,995.91 with full precision).

Why doing it by hand catches errors

Calculator outputs feel authoritative even when they're wrong. Doing the math by hand once or twice surfaces the kinds of errors that calculators take at face value:

Wrong rate input. A calculator showing $1,996/month for a $300K loan that you were told would be "around $2,200" suggests you have either the wrong rate, wrong principal, or wrong term in the calculator. Knowing the formula lets you reverse-engineer which input is off.

Compounding mismatches. Some lenders quote rates that compound differently from monthly compounding (e.g., daily, semi-annual). If a lender quotes a "Canadian-style" mortgage that compounds semi-annually, the actual monthly payment differs from a US-style calculation by a small but real amount. By-hand math forces you to think about which compounding convention applies.

Hidden fees mispresented as the payment. Some lender quotes include MIP (mortgage insurance premium for FHA), property taxes, or escrow in the headline payment without distinguishing them from principal-and-interest. Knowing what the P&I should be lets you back out the other components and verify what you're actually paying.

Pre-paid interest and "first payment" gotchas. Some loans have a pre-paid interest period at closing or a first payment that's calculated differently. By-hand math gives you the baseline so you can verify the lender's specific structure.

Rate quote-vs-locked-rate discrepancies. When you locked the rate vs the rate at closing can shift; comparing the lender's quoted payment against your by-hand calculation catches this.

For comparing different loan amounts, terms, and rates side-by-side, our general loan calculator handles non-mortgage scenarios with the same amortization math.

Advertisement

Escrow, PMI, and taxes (the full PITI)

The formula above gives you principal-and-interest. The actual monthly payment most homeowners pay includes additional components, often called PITI (Principal, Interest, Taxes, Insurance):

Property taxes. Vary by location. Typical range: 0.5% (some states) to 2.5% (some New Jersey, Texas, Illinois municipalities) of home value annually. For a $400,000 home with 1.2% property tax: $4,800/year = $400/month.

Homeowners insurance. Typical: $100-300/month for a single-family home, depending on home value, location, and coverage. Higher for high-value homes, coastal/wildfire-prone areas, or older homes.

Private mortgage insurance (PMI). Required when down payment is below 20% on conventional loans. Typical: 0.5-1.5% of loan amount annually. For a $280,000 loan with 0.7% PMI: $1,960/year = $163/month. Drops off automatically at 22% equity.

HOA fees. If the property has a homeowners association: $50-1,000+/month depending on the community.

A complete PITI calculation for the $300K loan example:

  • P&I (calculated above): $1,996/month
  • Property tax (1.2% on $375K home): $375/month
  • Insurance: $150/month
  • PMI (assuming 90% LTV at 0.7%): $175/month
  • HOA: $0 (single-family no association)
  • Total PITI: $2,696/month

The PITI is what actually leaves your bank account each month β€” significantly more than the headline P&I. When evaluating whether you can afford a home, the PITI is the right number to compare against your debt-to-income ratio.

For factoring in all these components plus your specific situation, our home affordability calculator handles the full PITI calculation along with DTI ratios.

Comparison with our calculator

Comparing the by-hand calculation to a calculator output:

Component By-hand Our calculator
P&I (30yr, 7%, $300K) $1,996.00 $1,995.91
Property tax (1.2% on $375K) $375.00 $375.00
Insurance $150.00 $150.00
PMI (0.7% on $280K) $175.00 $163.33
Total PITI $2,696.00 $2,684.24

The minor differences come from rounding (by-hand math typically rounds at each step; calculators carry full precision throughout). For a $300K mortgage, the rounding gap is about $12/month, which over 30 years totals about $4,300 β€” not nothing but not material to most affordability decisions.

The by-hand calculation gets you to the right answer; the calculator gets you to the right answer faster with more decimal-place precision. The benefit of doing it by hand at least once is the understanding of what each input does and the ability to sanity-check any quoted payment against the formula. Our mortgage calculator is the daily-driver tool; the by-hand math is the verification.

FAQ

Q: Do I really need to learn this formula? For most homeowners, no β€” the calculator handles it. For someone going through a major mortgage transaction (purchase, refinance, loan modification), being able to verify the math by hand catches errors that have cost real homeowners thousands of dollars when they trusted the wrong number.

Q: How do interest-only and adjustable-rate mortgages differ from this formula? Interest-only mortgages: payment = principal Γ— monthly rate (no amortization). For a $300K loan at 7%: $300,000 Γ— 0.005833 = $1,750/month interest-only β€” substantially lower than the amortizing $1,996. ARM mortgages: use the formula but the rate r changes when the rate adjusts. After each adjustment, recalculate using the new rate and remaining principal/term.

Q: What about biweekly mortgage payments? Biweekly payments (paid every two weeks instead of monthly) result in 26 half-payments per year = 13 full payments instead of 12. The "extra" payment goes entirely to principal, which shortens the loan term meaningfully. A 30-year mortgage with true biweekly payments typically pays off in about 25-26 years, saving substantial interest.

Q: How does extra principal payment affect the math? Each extra dollar paid toward principal reduces the outstanding balance, which reduces all future interest accrued on that balance. The compound effect over a 30-year term is significant: $100/month extra on a $300K mortgage at 7% saves about 5 years of payments and ~$58,000 in interest.

Q: How do I calculate a mortgage payment if I'm paying points to lower the rate? Points are upfront fees paid to lower the rate. Calculate the monthly payment with the lower rate using the standard formula, then compare the monthly savings to the upfront cost to determine the break-even point. Typical: 1 point (1% of loan) buys 0.25% off the rate; break-even is usually 4-7 years.

The Short Version

The mortgage payment formula M = P Γ— (r(1+r)^n) / ((1+r)^n - 1) gives you the monthly principal-and-interest. For a $300K 30-year mortgage at 7%, that's about $1,996/month. The full PITI adds property taxes, insurance, PMI (if down payment is under 20%), and HOA β€” typically $400-700/month above P&I. Doing the math by hand once teaches you what each variable does and helps you catch lender errors that calculators take at face value. For daily use, our mortgage calculator handles the math instantly; for related loan scenarios, the loan calculator and home affordability calculator cover the broader context.

Advertisement