loan
Loan Payment Calculator
Estimate monthly payment, total paid, and total interest for an amortizing loan at a fixed rate.
loan calculator
The Interest Rate Calculator reverse-solves a fixed-payment loan rate. Enter a loan amount, loan term years and months, and monthly payment to estimate the implied annual note rate, total monthly payments, total interest paid, number of monthly payments, and a rate note.
Your scenario
Working scenario
Not saved yet
Saved scenarios
Save this result, then use saved scenarios to switch between assumptions.
Use this calculator when the payment is known but the fixed note-rate assumption is unknown. It can help check whether a loan amount, term, and payment are internally consistent before you compare with Loan Payment, Payment, APR, Amortization, Finance, or Auto Loan calculators. Use CFPB, Regulation Z, lender disclosures, product documents, legal sources, or local regulators for real APR, Truth in Lending, finance-charge, amount-financed, total-of-payments, fee, approval, advertising, product-specific, or jurisdiction-specific questions.
The app rounds paymentCount with termYears * 12 + termMonths. Total monthly payments equal monthlyPayment * paymentCount, and total interest equals total monthly payments minus loanAmount when the solve is available. The zero-rate payment is loanAmount / paymentCount. If the term is zero or negative, the rate is Not available. If monthlyPayment exactly equals the zero-rate payment, the implied rate is 0 percent. If monthlyPayment is below the zero-rate payment, the loan cannot amortize within the selected term and the rate is Not available. Otherwise the app uses bisection over monthly rates from 0 to 1 to solve PMT = P * r / (1 - (1 + r)^-n), then annualizes the solved monthly rate as r * 12 * 100.
This formula page covers the app's Interest Rate Calculator: an inverse fixed-loan solver that estimates the annual rate implied by loan amount, term years and months, and monthly payment. It calculates payment count, total monthly payments, total interest paid, a zero-rate branch, a too-low-payment branch, and a bisection solve for the monthly rate that makes the fixed-payment equation match the entered payment. It does not calculate APR, lender disclosures, product approval, variable-rate terms, fees, escrow, taxes, insurance, credit pricing, or personalised borrowing advice.
N = round(12Y + M); TP = PMT * N; TI = TP - P; zero-rate payment = P / N; solve r where PMT = P * r / (1 - (1 + r)^-N); R = r * 12 * 100
The calculator turns the term into monthly payments, checks whether the entered payment can amortize the balance, then solves the monthly rate that makes the standard fixed-payment loan equation produce the entered monthly payment.| Symbol | Meaning | How this page uses it |
|---|---|---|
| P | Loan amount | The Loan amount input. The calculator treats it as the principal balance before fees, taxes, insurance, escrow, or lender-specific adjustments. |
| Y | Loan term years | The whole-year part of the selected loan term. |
| M | Loan term months | The additional month count from 0 to 11. |
| N | Payment count | The rounded number of monthly payments: loan term years times 12 plus loan term months. |
| PMT | Monthly payment | The entered monthly payment used to reverse-solve the rate. It is assumed to be principal-and-interest payment math, not a total housing payment or lender disclosure. |
| r | Solved monthly rate | The monthly rate found by bisection. The search runs over monthly rates from 0 to 1 and stops when the payment equation is close enough or after 120 iterations. |
| R | Displayed annual rate | The solved monthly rate multiplied by 12 and by 100, then rounded for display. It is an implied fixed note-rate estimate, not a statutory APR. |
| TP | Total monthly payments | The entered monthly payment multiplied by the payment count. |
| TI | Total interest paid | Total monthly payments minus loan amount when the payment can amortize the loan. It is not a finance-charge disclosure. |
The default fixture uses a $32,000 loan amount, a 3-year term, and a $960 monthly payment. Two edge cases show when the same solver returns 0 percent or Not available.
The page reverse-solves a fixed-rate monthly payment relationship. It is useful for checking whether a quoted payment, amount, and term are internally consistent, but it is not an APR disclosure, loan offer, approval decision, or advice about whether to borrow.
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.
Enter the loan amount, term, and quoted monthly payment, and the calculator solves the rate that makes the amortization formula balance - there is no algebraic rearrangement, so it searches numerically. The default example backs a 3-year, $32,000 loan at $960 per month into roughly an 5.1 percent annual rate. It is the tool for checking whether a dealer's 'just $X a month' pitch hides an expensive rate.
If the entered payment cannot amortize the loan even at zero percent - payment × months < loan amount - no positive rate exists and the calculator says so rather than inventing one. That usually means the quote involves a balloon payment, deferred fees, or a longer real term than stated. The zero-rate branch (payment exactly equal to principal ÷ months) is reported as 0 percent.
It is the implied note rate of the payment stream, assuming level monthly payments and no fees. If the loan carries origination charges or the payment includes insurance or add-ons, the true borrowing cost differs from the solved rate. Cross-check quotes with the APR Calculator, which models a finance-charge amount explicitly, and treat the lender's written disclosure as authoritative.
This calculator is an original inverse solver built on the app's documented formulas for level-payment amortization, numerically recovering the annual rate implied by amount, term, and payment, with zero-rate and too-low-payment branches, validated by deterministic fixtures. It is not copied from a single source.
Outputs are checked with deterministic fixtures, edge cases, rounding policy tests, and internal independent comparator checks on the solved rate. The result remains an educational estimate, not an APR disclosure or a loan offer.
Formula version 2026.05.22-generic-fixed-loan-rate-solver. 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
Estimate monthly payment, total paid, and total interest for an amortizing loan at a fixed rate.
loan
Solve either the monthly payment for a fixed-term loan or the payoff time for a fixed monthly payment.
loan
Estimate annual percentage rate from loan amount, note rate, term, and finance charges.
loan
Estimate a fixed loan payment schedule, payoff timing, first-month split, and interest saved from extra payments.
investment
Solve one time-value-of-money variable from periods, rate, present value, periodic payment, and future value.