Loan Calculator

Compute monthly payment, total interest, and full amortization schedule for any loan. Fixed-rate, simple-interest, principal+interest. Browser-only.

What is this for?

For any fixed-rate loan — mortgage, car, personal — the monthly payment, total interest, and balance trajectory are fully determined by three numbers: principal, rate, and term. This tool computes all of them and renders the month-by-month amortization schedule so you can see exactly where each payment goes. The extra-payment slider lets you check the impact of paying a little above the required amount, which on a mortgage often shortens the loan by years.

The amortization formula

For a loan of principal L at monthly rate r over n months, the fixed monthly payment P that exactly pays it off is:

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

Each month the interest accrued is balance × r; the rest of the payment chips away at principal. Early in the loan, most of the payment is interest; late in the loan, most is principal. That's why paying extra early saves disproportionately more interest than paying extra late.

When to use it

Common gotchas

Pairs with