loan
Payment Calculator
Solve either the monthly payment for a fixed-term loan or the payoff time for a fixed monthly payment.
loan calculator
The Loan Payment Calculator estimates one fixed monthly principal-and-interest payment from three inputs: loan amount, annual rate, and term in years. It converts the annual rate into a monthly rate, converts the term into monthly payments, then reports monthly payment, total paid, and total interest.
Your scenario
Use this calculator when you want a quick fixed-rate amortizing loan estimate before comparing lender disclosures, APRs, fees, taxes, insurance, escrow, underwriting, or product terms elsewhere. Use APR when fees need to be folded into a rate-style comparison, Amortization when you need a payment schedule, Personal Loan for fee and cash-received context, and Mortgage Payment when housing costs such as taxes, insurance, PMI, or escrow matter.
The app converts Annual rate to a monthly decimal rate with annualRate / 100 / 12 and converts Term in years to total months with termYears * 12. If the monthly rate is 0, Monthly payment equals loanAmount / months. Otherwise it uses PMT = P * m / (1 - (1 + m)^-n), where P is loan amount, m is monthly rate, and n is total months. Total paid equals the full-precision monthly payment times total months, and Total interest equals Total paid minus loan amount.
This formula page covers the app's Loan Payment Calculator: a fixed-rate, level-payment amortization estimate from loan amount, annual rate, and term in years. It estimates the monthly payment, total paid, and total interest before lender fees, taxes, insurance, escrow, mortgage insurance, underwriting, prepayments, late fees, variable rates, balloon payments, or legal lending disclosures.
R = annualRate / 100; m = R / 12; n = termYears * 12; PMT = P * m / (1 - (1 + m)^-n); zero rate: PMT = P / n; Total = PMT * n; Interest = Total - P
The calculator converts the entered annual rate into a simple monthly rate, converts the term into months, solves the fixed monthly payment with the standard amortization formula, then multiplies that payment by the number of months to estimate total paid and total interest.| Symbol | Meaning | How this page uses it |
|---|---|---|
| P | Loan amount | The starting principal entered as Loan amount. It is the balance being amortized before any fees or lender-specific adjustments. |
| R | Annual rate as a decimal | The Annual rate field divided by 100. A 5 percent entry is used as 0.05. This input is not automatically an APR with fees. |
| m | Monthly rate | The decimal annual rate divided by 12. The app assumes monthly payment periods and does not expose a separate compounding-frequency field. |
| Y | Term in years | The Term in years input. The formula multiplies this value by 12 to get monthly periods. |
| n | Total months | The number of monthly payments, calculated as term years times 12. Comparator validation maps any separate year and month inputs into this value. |
| PMT | Monthly payment | The level monthly payment returned by the calculator before fees, taxes, insurance, escrow, or lender-specific terms. |
| Total | Total paid | Monthly payment multiplied by total months before display rounding. |
| Interest | Total interest | Total paid minus the original loan amount. |
The default calculator inputs use a $200,000 loan amount, a 5 percent annual rate, and a 30-year term.
The payment formula shows how rate and term trade off against monthly payment and total interest. It does not prove what a lender will quote, disclose, approve, or collect.
Geographic scope: works globally. The math is currency-agnostic, so enter amounts in your own currency; local taxes, fees, and product rules are not included.
Loan amount, annual rate, and term are all the standard amortization formula needs: the annual rate is divided by 12, the term converted to months, and PMT = P × m ÷ (1 − (1 + m)^−n). The defaults show $200,000 at 5 percent over 30 years costing $1,073.64 per month. Total paid and total interest come straight from multiplying the payment out, so the long-term cost of the rate is immediately visible.
No - enter the note rate, the interest rate the payment is computed from. APR folds origination fees, points, and other finance charges into an annualized cost, so it is almost always higher than the note rate. This calculator has no fee inputs at all, which keeps it general. To see how fees change the effective cost, the APR Calculator and Personal Loan Calculator both model them explicitly.
It fits any fixed-rate, fully-amortizing loan with level monthly payments - the structure shared by most personal loans, auto loans, and standard mortgages. It deliberately excludes product specifics: no taxes and insurance escrow (Mortgage Calculator), no vehicle trade-in (Auto Loan Calculator), no origination fees (Personal Loan Calculator), and no variable rates, interest-only periods, or balloon payments anywhere.
This calculator is an original three-input amortization model (amount, rate, term) implementing the level-payment formula with a zero-rate branch, validated by deterministic fixtures, edge cases, and rounding policy tests. It is not copied from a single source.
Fixtures pin the default $200,000-at-5-percent-for-30-years example ($1,073.64 monthly) and the zero-rate fallback. The result remains an educational estimate, not a lender quote or an APR disclosure.
Formula version 2026.05.20. The version marks the calculation logic and validation fixture set used for this estimate.
Results are educational estimates, not advice. Read the full disclaimer.
loan
Solve either the monthly payment for a fixed-term loan or the payoff time for a fixed monthly payment.
loan
Estimate a fixed loan payment schedule, payoff timing, first-month split, and interest saved from extra payments.
loan
Estimate annual percentage rate from loan amount, note rate, term, and finance charges.
loan
Estimate personal loan payments, total cost, payoff date, and effective APR after fees and monthly insurance.
mortgage
Estimate principal-and-interest mortgage payments from home price, down payment, rate, and term.