Audited 25 May 2026·Last updated 27 Jul 2026·6 citations·Tier 1·0 uses

Mortgage Payoff Calculator

Calculate how extra payments shorten your mortgage term and total interest. Compare monthly, quarterly, or lump-sum prepayment strategies.

Mortgage Payoff Calculator

Principal remaining on your mortgage today.
$
The annual rate on your current mortgage note.
%
Years left on the original amortization schedule.
years
Additional principal paid each month.
$/mo
Extra payment frequency
Lump sum applied to principal immediately.
$
Month number when extra payments begin.
months
New payoff time
234
Months to pay off with extra principal applied.
Original payoff time
300 months
Months saved
66 months
Original total interest
$256,405.37
New total interest
$191,477.49
Interest saved
$64,927.88

Background.

A mortgage payoff calculator computes the time and interest savings generated by prepaying principal on a fixed-rate home loan. Unlike a standard mortgage calculator that merely reports the scheduled monthly payment, this tool re-amortizes the loan under alternate payment streams—monthly additions, quarterly injections, or one-time lump sums—and compares the result against the baseline schedule.

For homeowners carrying 30-year notes at rates above six percent, the difference can span years of eliminated payments and five-figure interest reductions. Borrowers search for this tool at inflection points: after receiving a bonus, when refinancing becomes uneconomical, or after a rate hike makes carrying debt more expensive.

The canonical user is a current homeowner with positive cash flow who wants a deterministic answer to the question, "If I pay an extra $200 per month, exactly when will I own my home free and clear?" Financial planners also use these figures when constructing debt-elimination ladders, weighing mortgage prepayment against taxable investment returns. In 2024, the Federal Reserve Bank of New York reported that aggregate mortgage debt stood at $12.61 trillion, meaning that even small shifts in payoff behavior aggregate to macroeconomic significance.

The math behind mortgage payoff is not intuitive because amortization front-loads interest. In the early years of a 30-year loan, roughly 80 cents of every dollar paid services interest rather than principal. Consequently, extra payments made in year two extinguish far more future interest than extra payments made in year twenty-five, when the balance is already small. This time-value asymmetry makes manual estimation unreliable. Regulatory guidance from the Consumer Financial Protection Bureau (CFPB) emphasizes that servicers must apply prepayments to principal unless the borrower specifies otherwise, yet many homeowners remain uncertain how to verify that application. The calculator closes that gap by modeling the servicer's ledger month by month, producing an audit-ready schedule that aligns with Truth in Lending Act disclosure standards.

Home equity also functions as an illiquid asset with option value. Accelerating payoff builds equity faster, which reduces loan-to-value ratio and can eliminate private mortgage insurance premiums if the original down payment was below 20 percent. However, prepaying a low-rate mortgage carries an opportunity cost equal to the after-tax return of alternative investments. The calculator isolates the debt side of that ledger, presenting the guaranteed return of principal reduction in nominal dollars. Users who integrate this output with an investment return projection can make an informed capital-allocation decision without relying on rules of thumb.

Borrowers should also consider the psychological benefit of debt freedom. While not quantifiable in nominal dollars, the elimination of a monthly mortgage obligation reduces financial stress and increases discretionary cash flow in retirement. Many financial planners therefore treat mortgage payoff as both a mathematical and lifestyle decision, recommending that clients run multiple scenarios through the calculator before committing to an accelerated schedule. The calculator therefore serves as a comprehensive decision-support tool that quantifies both the measurable financial returns and the intangible emotional benefits of becoming mortgage-free ahead of schedule.

What is mortgage payoff calculator?

A mortgage payoff calculator is an amortization engine that computes the date on which a fixed-rate mortgage balance reaches zero under user-specified prepayment conditions. It accepts the current principal balance, annual interest rate, remaining term, and optional extra payments, then generates a month-by-month ledger of principal, interest, and declining balance. The core concept is principal prepayment: any amount paid above the scheduled P&I payment that reduces the outstanding balance immediately rather than in the future. Because interest accrues daily or monthly on the remaining balance, a lower principal base generates less interest in every subsequent period. This creates a compounding effect in reverse—the borrower earns a return equal to the mortgage rate, risk-free and tax-equivalent to a taxable bond yielding the same rate. Standard outputs include the new payoff date, months eliminated, total interest under both scenarios, and nominal interest saved. All currency values are expressed in US dollars. The calculator assumes a fully amortizing fixed-rate loan; adjustable-rate mortgages, interest-only periods, or negative amortization require supplemental inputs not covered by the base model. Users can export the full amortization schedule to verify servicer statements or share with a financial advisor.

How to use this calculator.

  1. Enter your current mortgage balance as shown on your most recent servicer statement.
  2. Input the annual interest rate from your loan note, not the APR.
  3. Set the remaining term in years; if you are five years into a 30-year loan, enter 25.
  4. (Optional) Add an extra monthly, quarterly, or annual principal amount, and specify when payments start.
  5. (Optional) Enter a one-time lump-sum prepayment and the month it will be applied.
  6. Review the new payoff date and interest saved, displayed alongside the original schedule.
  7. Export or screenshot the results to compare against your servicer's next annual escrow statement.

The formula.

P = L × [ r(1+r)ⁿ ] ⁄ [ (1+r)ⁿ − 1 ]

The mortgage payoff calculation rests on the present-value annuity formula, which equates the loan balance to the discounted stream of future payments. For a fixed-rate mortgage, the scheduled monthly payment P solves: P = L × r × (1+r)ⁿ / [(1+r)ⁿ − 1]. Here L is the current principal, r is the periodic rate (annual rate divided by 12), and n is the number of remaining payments. This formula is algebraically equivalent to the present-value of an ordinary annuity because mortgage payments are made in arrears: each payment covers interest accrued during the preceding month, plus a principal increment. The denominator [(1+r)ⁿ − 1] captures the cumulative growth of $1 invested at rate r for n periods. Multiplying by r in the numerator scales that growth to the required periodic payment. Dimensional analysis confirms consistency: L is in dollars, r is dimensionless per period, and the fractional term is dimensionless, yielding dollars for P. Once P is established, the amortization schedule bifurcates each payment into interest and principal. Interest for month i equals the opening balance B_{i-1} multiplied by r. Principal for month i equals P minus that interest. The new balance becomes B_{i-1} minus principal. This recursion continues until the balance falls to zero. Prepayment modifies the recursion. When a borrower remits an extra amount E in month k, the principal portion of that month increases by E, and the opening balance for month k+1 drops accordingly. Because every future interest charge is computed on the reduced balance, the effect of E propagates forward nonlinearly. The calculator must therefore iterate month by month rather than solving a closed-form equation, except in the special case of a single upfront lump sum that effectively resets L. Why not simply use a closed-form solution? For a constant extra payment every month, one can derive an adjusted n by replacing P with P+E in the annuity formula and solving for n. However, real-world behavior includes quarterly bonuses, irregular lump sums, and delayed start dates. Iterative simulation handles all of these without case branching, and it produces an exact month-by-month schedule that matches servicer ledgers. Engineering should implement the recursion with Decimal.js to prevent floating-point drift over 360 iterations; the cumulative error of native 64-bit floats can exceed $10 on large balances.

A worked example.

Example

A borrower owes $350,000 at 6.5% with 30 years remaining. The original schedule runs for 360 months and produces $446,405.71 of interest. Applying a $5,000 lump-sum principal payment immediately and then adding $250 to every monthly payment reduces the simulated payoff period to 264 months. That saves 96 months and $142,892.06 of interest, leaving $303,513.65 of interest on the accelerated schedule. The estimate assumes the extra amounts are applied directly to principal without a prepayment penalty.

interest Rate6.5
one Time Payment5,000
start Month1
remaining Term Years30
extra Payment Monthly250
extra Payment Frequencymonthly
loan Balance350,000

Frequently asked questions.

Does my lender have to apply extra payments to principal?
Under Regulation Z of the Truth in Lending Act, servicers must credit payments promptly and apply prepayments to principal unless the borrower instructs otherwise. The CFPB advises borrowers to include a written notation with any extra payment specifying "apply to principal." Without such notation, some servicers may place the funds in a suspense account or apply them to escrow, delaying the payoff benefit. Borrowers should review their monthly statements to confirm principal reduction and contact the servicer if the ledger does not reflect the extra amount within one billing cycle.
Is paying off a mortgage early always the best financial move?
Not necessarily. The after-tax cost of mortgage debt must be compared against the expected after-tax return of alternative investments. A borrower in the 24 percent federal bracket with a 6.5 percent mortgage and no itemized deduction for interest faces an after-tax cost of 6.5 percent if no deduction is claimed, or roughly 4.94 percent if the interest is fully deductible. If the borrower can earn 7 percent annually in a taxable brokerage account, investing may outperform prepayment on a nominal basis. However, prepayment offers a guaranteed, risk-free return equal to the mortgage rate, whereas equity returns are volatile. The optimal choice depends on risk tolerance, liquidity needs, and retirement timeline.
What is the difference between biweekly payments and one extra monthly payment per year?
Biweekly payments split the monthly payment in half and remit it every two weeks, yielding 26 half-payments or 13 full payments annually—one extra month compared with 12 standard payments. The effect is roughly equivalent to adding 1/12 of the monthly payment to each regular payment, but the timing differs because biweekly payments reach the servicer earlier, reducing the average daily balance slightly. On a $300,000 loan at 6 percent, biweekly payoff occurs approximately four to five years sooner than monthly, whereas one extra payment per year shaves off roughly the same amount but with a slightly lower interest savings because the principal arrives later in the year.
Will extra principal payments reduce my required monthly payment?
No, unless you formally recast the loan. Standard fixed-rate mortgages maintain the same P&I payment for the life of the note regardless of prepayments. Prepayment shortens the term but does not lower the monthly obligation. A recast, or re-amortization, requires a lump-sum principal reduction and a servicer fee—typically $250 to $500—to recompute the payment over the remaining term. Recasting is distinct from refinancing because the rate and term remain unchanged; only the balance and payment are adjusted. Not all servicers offer recasting, and government-backed loans such as FHA and VA generally do not permit it.
Are there prepayment penalties on most mortgages?
Prepayment penalties have become rare on conventional mortgages after the Dodd-Frank Wall Street Reform and Consumer Protection Act of 2010. Qualified mortgages cannot impose prepayment penalties except under limited circumstances, and even then the penalty is restricted to the first three years. However, some non-qualified mortgages, portfolio loans, and certain jumbo products may still include them. Borrowers should review their promissory note Section 7 or ask the servicer directly. The presence of a penalty does not necessarily negate the benefit of prepayment; the calculator can model the penalty as a negative one-time payment and still show net savings.
How does private mortgage insurance factor into payoff decisions?
Borrowers who originally put down less than 20 percent typically carry private mortgage insurance (PMI), which protects the lender against default. PMI premiums range from 0.3 percent to 1.5 percent of the original loan amount annually, adding $75 to $375 per month on a $300,000 loan. Accelerating principal reduction can bring the loan-to-value ratio below 80 percent sooner, triggering PMI cancellation. Under the Homeowners Protection Act of 1998, lenders must automatically terminate PMI when the balance reaches 78 percent of the original property value on the amortization schedule, or upon borrower request at 80 percent if the home has not declined in value. The calculator's interest-saved figure understates the total benefit unless PMI elimination is also modeled.
Should I prepay my mortgage or fund my 401(k)?
The comparison hinges on the employer match, tax treatment, and expected return. A 401(k) with a 50 percent employer match on the first 6 percent of salary delivers an immediate 50 percent risk-free return, which dominates virtually any mortgage rate. Beyond the match, the analysis depends on the borrower's marginal tax rate and investment horizon. Pre-tax 401(k) contributions reduce taxable income today but are taxed upon withdrawal; mortgage prepayment offers a tax-free return equal to the interest rate avoided. Many financial planners recommend funding the 401(k) to the match first, then splitting surplus cash between prepayment and additional retirement contributions based on the spread between expected investment returns and the after-tax mortgage cost.
Can I use this calculator for an adjustable-rate mortgage (ARM)?
This calculator assumes a fixed rate for the remaining term. An ARM with periodic adjustments introduces rate uncertainty that makes iterative scheduling unreliable without modeling future index values plus margin. For the initial fixed period of a hybrid ARM—such as a 5/1 or 7/1 product—the calculator is valid only for the remaining years within that fixed window. After adjustment begins, the borrower must rerun the calculation with the new rate and remaining balance. Users seeking a full ARM payoff projection should use a multi-scenario model that accepts rate caps, adjustment periods, and index forecasts.
Why does my servicer's payoff amount differ from the calculator?
Servicer payoff quotes include per-diem interest from the last payment date to the payoff date, late fees, escrow shortages, and administrative charges. The calculator models principal and interest only, excluding escrow for property taxes and insurance. Additionally, servicers may use a 365/365 day-count convention for per-diem interest rather than a strict monthly amortization. For a payoff within 30 days, the discrepancy is usually small—under $100—but borrowers requesting a formal payoff statement should contact the servicer directly. The CFPB mandates that servicers provide an accurate payoff balance within seven business days of a written request under RESPA.
What happens if I make a lump sum larger than my current balance?
If the one-time payment equals or exceeds the outstanding principal, the loan is satisfied. The servicer must issue a satisfaction of mortgage or deed of reconveyance within a timeframe prescribed by state law—typically 30 to 90 days. The borrower is entitled to a refund of any overpayment, plus a payoff statement showing zero balance. The calculator truncates the final month when the balance reaches zero or below; it does not produce negative balances. Users should be aware that escrow accounts may retain surplus funds for tax or insurance bills before remitting the remainder.

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon