Loan Amortization Calculator
A loan amortization calculator builds a month-by-month schedule that splits every payment into interest and principal. It also reports the fixed monthly payment and the total interest over the life of the loan.
Enter your numbers and press Calculate. Nothing you type leaves your browser.
Advertising disclosure: Loansloth may receive a referral fee if you apply through the link above. That fee does not change the rate you are offered, and it does not change our content. We are not a lender. Read the full disclosure.
How this calculator works
An amortization schedule splits every payment into interest and principal. Early payments are mostly interest; later payments are mostly principal.
For each month:
- Interest = current balance * r, where r = annual rate / 12 / 100.
- Principal = monthly payment - interest.
- New balance = current balance - principal.
The fixed monthly payment comes from M = P * r * (1 + r)^n / ((1 + r)^n - 1). The final payment is adjusted so the balance lands exactly on zero.
With a 0% rate, every payment is pure principal and the balance falls in equal steps.