How Loan Amortization Works

An amortizing loan has a flat monthly payment, yet the split between interest and principal shifts every single month. This guide explains the formula behind the payment, walks through a full worked example, and shows the levers that actually cut what you pay over the life of the loan.

#amortization#loan#mortgage#interest#principal#schedule#finance

What is loan amortization?

Amortization is the process of paying off a loan with a fixed series of equal payments, each one large enough to cover the interest charged that period and chip away at the principal. By the final scheduled payment, the balance reaches exactly zero. Mortgages, auto loans, student loans, and most personal loans amortize. Credit cards, lines of credit, and interest-only products do not — they leave a balance to be repaid separately.

The defining feature of an amortizing loan is that the payment is flat but the composition of each payment changes every month. In the first few years, the bulk of every payment is interest because the outstanding balance is still large. As the balance falls, the interest portion shrinks and the principal portion grows. The amortization calculator exposes this directly: the fixed monthly payment, the very first payment's principal versus interest split, and the balance still owed at the midpoint of the term.

Understanding the schedule matters because the slow early payoff is often a surprise. On a 30-year mortgage, the borrower has paid roughly 29% of the total principal by the end of year ten — even though a third of the term has passed. That gap is interest, and it is the single biggest reason total cost on a long loan can dwarf the headline borrowed amount.

How the monthly payment is calculated

The fixed monthly payment on any amortizing loan comes from the standard formula:

P = L × r / (1 − (1 + r)^−n)

Where:

  • P = monthly payment
  • L = original loan amount (principal)
  • r = monthly interest rate (annual rate ÷ 12)
  • n = total number of monthly payments (years × 12)

The formula guarantees that if you apply the payment to the balance every month for exactly n months, the balance lands on zero. It is the same calculation a spreadsheet does with =PMT(rate/12, years*12, -loan), which is why amortization output from any calculator should match Excel or Google Sheets to the penny.

Once the monthly payment is known, the rest of the schedule follows mechanically. Each month, the interest charge equals the current balance × r. The principal portion is whatever is left of the payment after interest. Subtract that principal portion from the balance, and you have next month's starting balance. Repeat n times. The closed-form expression for the outstanding balance after k payments is:

Balance_k = L(1 + r)^k − P((1 + r)^k − 1) / r

That second equation is what the amortization calculator uses to report the midpoint balance without having to print 360 schedule rows.

Worked example

Take a $200,000 loan at 6.0% annual interest over 30 years.

  • Monthly rate r = 6.0% ÷ 12 = 0.5% (0.005)
  • Number of payments n = 30 × 12 = 360
  • (1 + r)^n = 1.005^360 ≈ 6.0226
  • (1 + r)^−n ≈ 0.16604
  • Monthly payment = 200,000 × 0.005 / (1 − 0.16604) ≈ $1,199.10

That single payment number is then enough to compute everything else:

  • Total paid over 30 years = 1,199.10 × 360 ≈ $431,676
  • Total interest = 431,676 − 200,000 ≈ $231,676
  • First payment's interest = 200,000 × 0.005 = $1,000
  • First payment's principal = 1,199.10 − 1,000 ≈ $199.10
  • Balance after 15 years (midpoint) ≈ $142,000

Three things stand out. First, total interest on a 30-year loan at 6% is more than the original loan itself — you pay $231,676 to borrow $200,000. Second, of the very first payment, only $199 reduces what you owe; the rest is interest. Third, at the 15-year midpoint, after you have made half the payments by count, you still owe roughly 71% of the original principal. Run the same numbers in the amortization calculator with your own loan amount, rate, and term to see how the shape changes.

What an amortization schedule looks like

A full amortization schedule lists every payment from month 1 to month n. Each row contains the payment number, the interest portion, the principal portion, and the remaining balance. Plotted, the interest column starts high and curves down to zero; the principal column starts low and curves up to fill the payment; the balance falls in a convex curve, slow at first and steep at the end.

Here are five representative rows from the $200,000, 6%, 30-year example above:

  • Month 1: interest $1,000.00, principal $199.10, balance $199,800.90
  • Month 60 (year 5): interest $930, principal $269, balance ≈ $185,900
  • Month 180 (year 15): interest $710, principal $489, balance ≈ $142,000
  • Month 300 (year 25): interest $325, principal $874, balance ≈ $64,200
  • Month 360 (final): interest $6, principal $1,193, balance $0

Notice how the interest in month 1 is more than five times the interest in month 300, even though the payment itself never changes. That is the entire intuition for amortization in a single comparison.

Factors that affect amortization

The interest rate

Rate is the biggest lever on both the monthly payment and the lifetime cost. On a $200,000 30-year loan, dropping the rate from 6% to 5% reduces the payment from $1,199 to $1,074 — and cuts total interest from $231,676 to $186,500. A single percentage point is worth roughly $45,000 over the life of the loan. Half a point is worth around $23,000. This is why the few hours spent shopping rates at origination and at every refinance is, on a per-hour basis, some of the most valuable work a borrower can do.

The loan term

A longer term lowers the monthly payment but raises total interest sharply. The same $200,000 at 6% costs $1,199/month over 30 years ($231,676 interest) but $1,688/month over 15 years ($103,788 interest). The shorter term costs $489 more per month, but saves $127,888 in interest — more than 60% of the original loan. If cash flow can support the higher payment, a shorter term is almost always the better long-run choice. If it cannot, regular overpayments on a longer term get you part of the way there with more flexibility.

The principal

The principal scales linearly with the payment and the interest. A $100,000 loan at 6% over 30 years costs exactly half of the $200,000 version: $599.55/month, $115,838 total interest. This is useful for quick mental math — once you know the payment for one principal, you can scale to any other principal at the same rate and term. It also means that even modest down payments meaningfully reduce lifetime interest, because they shrink the principal directly.

Payment frequency

Most amortization formulas (including this one) assume monthly payments. Some loans use biweekly schedules instead, which result in 26 half-payments per year — equivalent to 13 monthly payments. That extra payment per year, applied directly to principal, knocks roughly 4-6 years off a 30-year mortgage and saves substantial interest. The formula is the same; only the period and payment count change. If a lender offers biweekly without a fee, it is essentially a free overpayment plan.

How to reduce total interest paid

  • Shop the rate hard at origination and every refinance. Rate dominates total cost. A quarter point shopped is roughly $11,000 over a 30-year mortgage on a $200,000 balance — worth several hours of comparison work. The refinance calculator shows whether the rate drop offsets closing costs in your specific case.
  • Choose the shortest term you can comfortably afford. The interest savings from a 15-year versus 30-year term are enormous. Stress test the higher payment against a year of likely worst-case cash flow before committing.
  • Overpay principal whenever possible. Extra principal payments reduce the balance immediately, which cuts the interest charged on every subsequent month. Even small recurring overpayments compound into meaningful savings over the life of the loan.
  • Avoid extending the term at refinance. Refinancing a 25-year remaining balance into a fresh 30-year loan lowers the payment but resets the amortization clock — total interest can go up even if the rate goes down. Compare apples-to-apples by keeping the remaining term equal or shorter.
  • Make biweekly or accelerated payments when offered free. One extra full payment per year, applied to principal, takes years off a long mortgage. Watch for fees — some lenders charge for the service, which can offset the gain.
  • Put windfalls toward principal early. A lump-sum principal payment in year three of a 30-year loan saves far more interest than the same lump sum in year twenty-five, because the remaining interest you avoid runs over many more years.

Common mistakes

Comparing rates without including fees

A low headline rate paired with high origination fees, points, or closing costs can cost more overall than a slightly higher rate with no fees. The annual percentage rate (APR) folds fees into the rate, and is the standard comparison figure in most jurisdictions. Always compare APR across loans, not just the headline rate, especially on shorter loans where fees are amortized over fewer months.

Underestimating the slow early payoff

Borrowers sometimes assume that after five years on a 30-year mortgage they will have paid off a meaningful chunk of the principal. They usually have not — typically less than 7% on a 6% loan. This matters if you sell or refinance early, because the equity build-up is back- loaded. The amortization calculator shows the midpoint balance directly so this is not a surprise.

Treating the loan term as fixed

Many borrowers pick a term at origination and never revisit it. At refinance, shortening the term to match what you can actually afford often costs little in payment but saves tens of thousands. If income has risen since origination, the shorter-term option deserves a fresh look every time rates change.

Confusing amortization with depreciation

In loan finance, amortization means paying down a debt over time. In accounting, the same word also refers to spreading the cost of an intangible asset (like a patent) across its useful life — and depreciation is the equivalent term for tangible assets. The contexts do not overlap. This calculator handles loan amortization only.

When to seek professional advice

An amortization calculator shows what the numbers look like for a given principal, rate, and term. It cannot tell you whether the loan is right for your situation, whether to fix the rate or take a variable product, or how the loan interacts with your tax position, retirement planning, or estate. For decision-grade advice, talk to a licensed mortgage adviser, financial planner, or accountant — depending on which dimension of the decision matters most to you.

Use the calculator to define the trade-offs in concrete numbers before that conversation: payment at the rate and term you are considering, total interest over the life of the loan, balance at the midpoint, and what changes if you overpay. Walking into the meeting with those figures already in hand makes the advice much sharper, and much faster to act on.

Frequently asked questions

What does it mean for a loan to be amortized?

An amortized loan is one where every scheduled payment covers the interest accrued that period plus a portion of the original principal, so the balance reaches zero by the final payment. Mortgages, auto loans, and most personal loans amortize. Credit cards, interest-only loans, and balloon loans do not — they leave a balance to be settled separately.

Why is so much of my early payment going to interest?

Interest is charged on the outstanding balance each month, and the balance is largest at the start of the loan. On a 30-year loan at 6%, roughly 83% of the first payment is interest and only 17% reduces principal. As the balance falls, the interest charge shrinks each month and the principal share grows. By the final year, almost every dollar of every payment is principal.

What is the amortization formula?

The fixed monthly payment is P = L × r / (1 − (1 + r)^−n), where L is the original loan amount, r is the monthly interest rate (annual rate divided by 12), and n is the total number of monthly payments (years times 12). It is the same formula that spreadsheet PMT() functions use.

How is the outstanding balance after k payments calculated?

Balance_k = L × (1 + r)^k − P × ((1 + r)^k − 1) / r, where P is the fixed monthly payment. This is the closed-form version of running the schedule forward k months. It explains why the midpoint balance on a long loan is still well over half the original principal.

Does this calculator work for mortgages, car loans, and personal loans?

Yes. The amortization formula is the same whether the loan is a 30-year mortgage, a 5-year auto loan, or a 3-year personal loan. Enter the principal, the annual interest rate, and the term in years. For loans quoted in months — like a 60-month auto loan — divide by 12 to get the years value (60 months = 5 years).

What happens if I make extra payments?

The calculator assumes only the scheduled payment is made. Any extra principal goes directly to the balance, so less interest accrues from the next month onward and the loan finishes earlier. An extra $100 a month on a $200,000 30-year mortgage at 6% can shorten the term by roughly five years and save tens of thousands in interest. Most amortization calculators model this as a lower starting principal or a shorter term.

Is amortization the same as depreciation?

No. Amortization in this context means paying down a loan with fixed periodic payments. In accounting, the same word also refers to spreading the cost of an intangible asset over time, and depreciation is the equivalent term for tangible assets. The math is different and the contexts do not overlap.

Why does the balance fall so slowly at first?

Because interest is charged on the balance, and the balance is highest early on. On a typical 30-year mortgage, the borrower still owes well over half the principal at the 15-year midpoint. The Balance after N years figure in the calculator output makes this visible so the slow start is not a surprise later.

Informational only. Not personalised financial, legal, or tax advice.