Calcs.finance

loan calculator

Loan Payment 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

Enter your numbers

Help

Result

Monthly payment
$1,073.64
Total paid
$386,511.57
Total interest
$186,511.57

Working scenario

New scenario

Not saved yet

Compare

Saved scenarios

Compare saved versions

Compare

Save this result, then use saved scenarios to switch between assumptions.

How the Loan Payment Calculator works

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.

Loan Payment Calculator formula

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.
SymbolMeaningHow this page uses it
PLoan amountThe starting principal entered as Loan amount. It is the balance being amortized before any fees or lender-specific adjustments.
RAnnual rate as a decimalThe Annual rate field divided by 100. A 5 percent entry is used as 0.05. This input is not automatically an APR with fees.
mMonthly rateThe decimal annual rate divided by 12. The app assumes monthly payment periods and does not expose a separate compounding-frequency field.
YTerm in yearsThe Term in years input. The formula multiplies this value by 12 to get monthly periods.
nTotal monthsThe number of monthly payments, calculated as term years times 12. Comparator validation maps any separate year and month inputs into this value.
PMTMonthly paymentThe level monthly payment returned by the calculator before fees, taxes, insurance, escrow, or lender-specific terms.
TotalTotal paidMonthly payment multiplied by total months before display rounding.
InterestTotal interestTotal paid minus the original loan amount.

Step by step

  1. Read the loan amount, annual rate, and term in years from the calculator inputs.
  2. Convert the entered annual percentage rate into a decimal annual rate by dividing by 100.
  3. Convert that annual rate into the app's monthly rate assumption by dividing by 12.
  4. Convert term in years into total months by multiplying by 12. The public calculator does not expose a separate months field.
  5. If the monthly rate is 0, divide loan amount by total months to get the level monthly payment.
  6. Otherwise, solve the fixed amortizing payment with P times m divided by 1 minus (1 + m) raised to negative n.
  7. Calculate total paid as monthly payment times total months.
  8. Calculate total interest as total paid minus the original loan amount.
  9. Round the displayed currency outputs to two decimals after the full-precision calculation.
  10. Treat APR, finance charge, amount financed, total-of-payments disclosure, Truth in Lending, Loan Estimate, escrow, tax, insurance, and lender-specific claims as separate disclosure topics that need official source checks.

Worked example

Default example: $200,000 at 5 percent for 30 years

The default calculator inputs use a $200,000 loan amount, a 5 percent annual rate, and a 30-year term.

  1. Convert 5 percent to the decimal annual rate 0.05.
  2. Divide 0.05 by 12 to get a monthly rate of about 0.0041667.
  3. Multiply 30 years by 12 to get 360 monthly payments.
  4. Apply PMT = P * m / (1 - (1 + m)^-n) with P = $200,000, m about 0.0041667, and n = 360.
  5. The calculator reports a monthly payment of $1,073.64.
  6. Total paid is $1,073.64 times 360 before full-precision rounding, reported as $386,511.57.
  7. Total interest is total paid minus the $200,000 loan amount, reported as $186,511.57.
  8. The zero-rate fixture uses $12,000, 0 percent, and 1 year. It divides $12,000 by 12 months, reports a $1,000 monthly payment, $12,000 total paid, and $0 interest.

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.

Assumptions and what this calculator ignores

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.

What this formula does not include

Common mistakes to avoid

Key terms

Principal-and-interest payment
The level monthly amount estimated by this calculator before separate fees or service costs. For mortgages, a real total monthly housing payment may also include tax, insurance, mortgage insurance, HOA dues, or escrow.
Monthly rate
The entered annual rate converted into the app's monthly rate assumption. The calculator divides the annual percentage by 100 and 12; it does not add fees or solve a legal APR disclosure.
Total interest
Total paid minus the original loan amount. It helps show the cost of carrying the fixed-rate loan over the full entered term.

Frequently asked questions

How is the monthly loan payment worked out from three inputs?

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.

Is the rate I enter here the same as the loan's APR?

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.

Does this loan calculator work for any type of loan?

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.

Methodology, sources, and disclaimer

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.

Related reading

When another calculator fits better

loan

Payment Calculator

Solve either the monthly payment for a fixed-term loan or the payoff time for a fixed monthly payment.

loan

Amortization Calculator

Estimate a fixed loan payment schedule, payoff timing, first-month split, and interest saved from extra payments.

loan

APR Calculator

Estimate annual percentage rate from loan amount, note rate, term, and finance charges.

loan

Personal Loan Calculator

Estimate personal loan payments, total cost, payoff date, and effective APR after fees and monthly insurance.