Loan Calculator
Compute monthly payment, total interest, and total paid for any loan term.
How this is calculated
Monthly payment = P × r / (1 − (1 + r)⁻ⁿ), where P is the principal, r is the monthly interest rate (APR / 12 / 100), and n is the total number of payments (years × 12).
When the rate is 0%, the formula reduces to P / n.
This is a fixed-rate, fully-amortizing loan. Doesn't include taxes, insurance, or escrow.
Related calculators
Compound Interest CalculatorProject savings growth over time, optionally with recurring monthly contributions.Percentage CalculatorThree modes: X% of Y, X is what % of Y, or percentage change between two numbers.Discount CalculatorCompute final price and savings from a percent-off or flat discount, with optional sales tax.