Loan Calculator
Calculate monthly payments, total cost, and interest for any fixed-rate loan.
How Loan Payments Are Calculated
Fixed-rate loans use an amortization formula to determine equal monthly payments that cover both principal and interest. This applies to auto loans, personal loans, and other installment debt.
The Formula
M = P × [r(1+r)n] / [(1+r)n − 1]
Where: M = monthly payment, P = loan amount, r = monthly interest rate, n = total number of payments.
Example: Auto Loan
| Loan Amount | Rate | Term | Monthly Payment | Total Interest |
|---|---|---|---|---|
| $25,000 | 5.5% | 5 years | $477 | $3,638 |
| $25,000 | 5.5% | 3 years | $754 | $2,135 |
A shorter term increases the monthly payment but significantly reduces total interest paid. Always compare the total cost, not just the monthly payment.