Loan calculator is a finance tool that works out monthly payments for auto, personal, and student loans using the standard amortization formula. It reports total interest, total cost, and a visual principal-versus-interest split, and accepts the term in months or years. The tool runs in your browser.
Loan type
Currency
Formula: M = P[r(1+r)^n] / [(1+r)^n - 1], where P = loan amount, r = monthly rate, n = months
Loan-specific calculators with pre-set defaults.
M = P · [r(1+r)^n] / [(1+r)^n − 1], where P is principal, r is the monthly interest rate (annual / 12), and n is the number of months. Total interest = M · n − P.Math.pow. No external library.Calculations are estimates for informational purposes only. Consult a financial professional for advice.
Reviewed and tested May 25, 2026.