The short answer
"Amortization" just means paying off a debt gradually through regular, scheduled payments. A mortgage is amortized when each monthly payment is calculated so that, by the final payment, the loan balance hits exactly zero. What makes amortization confusing at first is that the payment amount is fixed, but the split between principal (paying down what you borrowed) and interest (the cost of borrowing it) shifts every single month — heavily toward interest at the start, and heavily toward principal near the end.
Why the split changes even though the payment doesn't
Interest is calculated fresh every month, and it's always based on one thing: your current remaining balance. Early in a 30-year mortgage, your balance is close to the full loan amount — so the interest charge that month is large. Whatever is left of your fixed payment after covering that interest goes to principal. Because the interest portion is large early on, the principal portion is small.
As you make payments, the balance shrinks a little each month. A slightly smaller balance means a slightly smaller interest charge next month, which means a slightly larger slice of your fixed payment goes to principal instead. That's the entire mechanism — it repeats, compounding in your favor, for every payment of the loan. There's no trick or penalty involved; it's simply how interest calculated on a shrinking balance behaves.
The standard amortization formula
Every fixed-rate loan — mortgage, auto, personal, or student loan — uses the same formula to find the fixed monthly payment:
M = P × [ r(1+r)n ] / [ (1+r)n − 1 ]
Where M is the monthly principal & interest payment, P is the loan principal, r is the monthly interest rate (annual rate ÷ 12), and n is the total number of payments (years × 12). Once you know M, each month's interest is simply current balance × r, and principal is M − interest. This is the exact formula this site's mortgage calculator and amortization schedule tool use under the hood.
Worked example: $400,000 loan, 6.5% APR, 30 years
Plugging in P = $400,000, an annual rate of 6.5% (so r = 0.065/12 ≈ 0.005417), and n = 360 payments, the fixed monthly principal & interest payment comes out to about $2,528. Here's how the first, a middle, and the final payment split differently, even though all three are the same $2,528:
| Payment | Interest | Principal | Interest share |
|---|---|---|---|
| Payment #1 | $2,166.67 | $361.61 | ≈ 86% |
| Payment #180 (year 15, halfway) | $1,577.27 | $951.01 | ≈ 62% |
| Payment #360 (final) | $13.62 | $2,514.65 | ≈ 0.5% |
Figures computed directly with this site's amortization engine (the same math powering the amortization schedule calculator). Try your own loan amount, rate, and term to see every payment in the schedule.
Why this matters for your financial decisions
Understanding this mechanic explains a few things that otherwise feel counterintuitive:
- Why your balance seems to barely move in the early years — because so little of each payment is going to principal at first. See the companion guide, why early mortgage payments are mostly interest, for a focused deep dive on this specific feeling.
- Why extra payments early in the loan save so much more interest than the same extra payment made later — an extra dollar of principal paid in year 1 stops accruing interest for the loan's entire remaining term, while the same dollar paid in year 25 only avoids a few years of interest. See how extra payments save interest for the math.
- Why refinancing resets the clock — a new loan starts its own amortization schedule from scratch, front-loaded with interest again, which is one reason to compare the total interest of a refinance carefully, not just the new monthly payment.
- Why paying down to 20% equity matters for PMI — if you put down less than 20%, your amortization schedule (plus any extra payments and home value changes) determines when you cross the equity threshold where private mortgage insurance can come off. See PMI explained.
Frequently asked questions
Does a 15-year mortgage amortize differently than a 30-year one?
The mechanism is identical — interest is still calculated on the current balance every month — but because a 15-year loan pays down principal faster, less total interest accrues over the life of the loan and the "mostly interest" early period is shorter. See 15-year vs. 30-year mortgage for a full comparison.
Can I see my own loan's exact amortization schedule?
Yes — enter your loan amount, rate, and term into the amortization schedule calculator for a full payment-by-payment table, downloadable as a CSV.
Is amortization the same for adjustable-rate mortgages (ARMs)?
The core principal/interest mechanic is the same, but an ARM's rate — and therefore its monthly payment and amortization schedule — can change at scheduled adjustment points. This guide and this site's calculators assume a fixed rate for the full term, which is the simpler and more common case to model precisely.