Loan Payment (Amortized Loan or Mortgage)
Also known as mortgage payment · monthly payment · car payment · amortization payment · PMT
Enter your known values, leave one input blank, and solves for the missing one. Try different units for next level excitement!
Learning zone
Every amortized loan is a promise to hand over the same amount, on the same day, until the balance is gone. Working out that amount looks hard and is not: the payments form a geometric series, and summing it gives . The classic case is a $200,000 mortgage at 6% nominal over 30 years, which means per month and payments, giving $1,199.10.
The single most common mistake is feeding it an annual rate alongside a monthly count. The rate and the payment count must describe the same period, always. A second trap is national: Canadian mortgages are compounded semi-annually by law, so a 6% Canadian mortgage has a monthly rate of , not 0.005, and the payment comes out slightly lower than the American figure above.
A quick sanity check lives inside the formula. Set and it collapses to , which is exactly right: one payment repays the principal plus a single period's interest. Note also which variable is missing here. You can solve for the principal, and you can solve for the number of payments by taking logs, but there is no closed-form solution for the interest rate. Recovering from a payment means finding the root of a degree- polynomial, which is why every spreadsheet computes it by iteration.
- = Payment per period
- = Principal borrowed
- = Interest rate per period
- = Number of payments
- Payment per period — Total Interest Paid Over a Loan, Future Value of an Annuity (Regular Deposits)
- Principal borrowed — Total Interest Paid Over a Loan, Future Value of an Annuity (Regular Deposits)
- Interest rate per period — Rule of 72 (Doubling Time), Simple Interest
- Number of payments — Total Interest Paid Over a Loan, Future Value of an Annuity (Regular Deposits)