Amortization Calculator
Amortization Calculator
Amortization Calculator
Amortization Calculator — Frequently Asked Questions
Common questions about amortization.
Last updated Mar 2026
What the Amortization Calculator Does (and Why It Matters)
An amortization calculator shows how a fixed-rate loan gets paid down over time. Instead of only giving you a monthly payment, it lays out the full payoff timeline: how much of each payment goes to interest, how much reduces the principal, and what your remaining balance is after every month.
This is useful when you want to: - Compare loan offers with different rates and terms - Understand how much interest you’ll pay over the life of the loan - Plan extra payments and see how they change the payoff date (even if your lender’s statement doesn’t make it obvious)
On ProcalcAI, the calculator uses the standard fixed-payment loan formula to compute your monthly payment, then derives totals like total paid and total interest over the full term.
Inputs You’ll Need
You only need three numbers:
1. Loan amount (principal): the amount you borrow. 2. Annual interest rate (%): the nominal yearly rate (for example, 6.5). 3. Loan term (years): how long you’ll repay (for example, 30).
Behind the scenes, the calculator converts these into: - Monthly interest rate: annual rate divided by 12 - Number of payments: years multiplied by 12
Key terms to know: - Principal: the starting loan balance you borrowed. - Annual interest rate: the yearly rate used to compute interest charges. - Monthly payment: the fixed payment due each month (principal + interest). - Amortization schedule: month-by-month breakdown of payments and balances. - Total interest: total paid minus principal (what borrowing costs you). - Loan term: the length of the loan, usually in years.
The Formula (How the Monthly Payment Is Calculated)
For a fixed-rate, fully amortizing loan, the monthly payment is:
Monthly payment (PMT) = P × [ r × (1 + r)^n ] / [ (1 + r)^n − 1 ]
Where: - P = principal (loan amount) - r = monthly interest rate = (annual rate / 100) / 12 - n = total number of payments = years × 12
Then: - Total paid = PMT × n - Total interest = Total paid − P
This is exactly the logic ProcalcAI is using: - r = (rate / 100) / 12 - n = years × 12 - pmt = P * (r * (1+r)^n) / ((1+r)^n - 1) - total = pmt * n - total_interest = total - P
Note: This assumes a fixed interest rate and a constant monthly payment. Taxes, insurance, fees, and adjustable rates are not included in this core loan math.
Worked Example 1: 250,000 Loan, 6.5% APR, 30 Years
Inputs - Loan amount P = 250,000 - Annual rate = 6.5% - Term = 30 years
Step 1: Convert to monthly values - r = 0.065 / 12 = 0.0054166667 - n = 30 × 12 = 360
Step 2: Compute the monthly payment Using the amortization formula, the monthly payment is approximately: - PMT ≈ 1,580.17/month
Step 3: Compute totals - Total paid ≈ 1,580.17 × 360 = 568,861.20 - Total interest ≈ 568,861.20 − 250,000 = 318,861.20
What the schedule would show early on In the first month, interest is roughly: - Interest (month 1) ≈ 250,000 × 0.0054166667 = 1,354.17 So principal paid in month 1 is roughly: - Principal (month 1) ≈ 1,580.17 − 1,354.17 = 226.00 Your remaining balance after month 1 is about: - Balance ≈ 250,000 − 226.00 = 249,774.00
That’s the key insight of amortization: early payments are mostly interest; principal reduction accelerates later.
Worked Example 2: Same Loan Amount, Shorter Term (250,000 at 6.5% for 15 Years)
Inputs - P = 250,000 - Annual rate = 6.5% - Term = 15 years
Monthly values - r = 0.065 / 12 = 0.0054166667 - n = 15 × 12 = 180
Monthly payment - PMT ≈ 2,176.94/month
Totals - Total paid ≈ 2,176.94 × 180 = 391,849.20 - Total interest ≈ 391,849.20 − 250,000 = 141,849.20
Interpretation Cutting the term from 30 years to 15 years increases the monthly payment by about 596.77/month (2,176.94 − 1,580.17), but reduces lifetime interest by about 177,012.00 (318,861.20 − 141,849.20). This is why term length is often as important as the rate.
Worked Example 3: Rate Comparison (250,000 for 30 Years at 5.5% vs 6.5%)
Here you’re isolating the impact of the interest rate.
### Case A: 5.5% for 30 years - r = 0.055 / 12 = 0.0045833333 - n = 360 - PMT ≈ 1,419.47/month - Total paid ≈ 1,419.47 × 360 = 511,009.20 - Total interest ≈ 511,009.20 − 250,000 = 261,009.20
### Case B: 6.5% for 30 years (from Example 1) - PMT ≈ 1,580.17/month - Total interest ≈ 318,861.20
Difference - Monthly payment difference ≈ 160.70/month - Total interest difference ≈ 57,852.00 over the full term
Even a 1.0 percentage point change can materially affect both monthly affordability and long-run cost.
Pro Tips for Using the Amortization Results
1. Focus on total interest, not just the monthly payment. A slightly lower payment can hide a much higher lifetime cost if the term is longer. 2. Compare loans using the same term first. If you change both rate and term at once, it’s harder to see what’s driving the difference. 3. Use the schedule to time extra payments. Extra principal payments early in the loan typically reduce more interest than the same extra payment later, because interest is calculated on the remaining balance. 4. Sanity-check the first month’s interest: roughly P × r. If that number is close to (or bigger than) your payment, you’re likely looking at a very high rate or a very short payment that won’t amortize properly (common in interest-only or nonstandard loans). 5. Round-off is normal. Payments and totals are commonly rounded to cents; schedules may differ slightly by lender due to rounding conventions.
Common Mistakes (and How to Avoid Them)
1. Entering the interest rate as a decimal instead of a percent. If the input expects 6.5, don’t type 0.065. Doing so would make the rate 100 times smaller and the payment unrealistically low.
2. Mixing up years and months. The term input is in years. If you type 360 thinking it’s months, you’ll accidentally model a 360-year loan.
3. Assuming the payment includes everything. The amortization payment here is principal + interest only. Real-world housing payments may also include taxes, insurance, and association dues, which are separate from the loan amortization math.
4. Ignoring the effect of term length. People often compare a 15-year and 30-year loan only by monthly payment. The total interest difference is usually the bigger story.
5. Treating the schedule as exact to the cent for every lender. Lenders may compute interest daily, apply payments on specific dates, or round differently. Use the schedule as a strong estimate and planning tool, then confirm final figures with your lender’s disclosures.
For the underlying loan payment math, the standard amortization formula is widely documented in finance references such as Investopedia (Silver source tier): https://www.investopedia.com/terms/a/amortization.asp
Authoritative Sources
This calculator uses formulas and reference data drawn from the following sources:
- Bureau of Labor Statistics - HUD — Housing and Urban Development - Federal Reserve — Economic Data
Amortization Formula & Method
This amortization calculator uses standard finance formulas to compute results. Enter your values and the formula is applied automatically — all math is handled for you. The calculation follows industry-standard methodology.
Amortization Sources & References
Explore More Calculators
Content reviewed by the ProCalc.ai editorial team · About our standards