Calcs.finance

loan calculator

Interest Rate 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

Enter your numbers

Help

Result

Interest rate
5.06%
Total monthly payments
$34,560.00
Total interest paid
$2,560.00
Number of monthly payments
36
What this means
Fixed-rate estimate from the supplied monthly payment.

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 Interest Rate Calculator works

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.

Interest Rate Calculator formula

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.
SymbolMeaningHow this page uses it
PLoan amountThe Loan amount input. The calculator treats it as the principal balance before fees, taxes, insurance, escrow, or lender-specific adjustments.
YLoan term yearsThe whole-year part of the selected loan term.
MLoan term monthsThe additional month count from 0 to 11.
NPayment countThe rounded number of monthly payments: loan term years times 12 plus loan term months.
PMTMonthly paymentThe 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.
rSolved monthly rateThe 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.
RDisplayed annual rateThe 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.
TPTotal monthly paymentsThe entered monthly payment multiplied by the payment count.
TITotal interest paidTotal monthly payments minus loan amount when the payment can amortize the loan. It is not a finance-charge disclosure.

Step by step

  1. Read loan amount, term years, term months, and monthly payment from the calculator inputs.
  2. Convert term years and term months into a rounded monthly payment count with N = round(12Y + M).
  3. Calculate total monthly payments as the entered monthly payment times N.
  4. If N is 0 or less, return Not available for the rate and interest fields because there is no monthly payment schedule to solve.
  5. Calculate the zero-rate payment as loan amount divided by N.
  6. If the entered monthly payment exactly equals the zero-rate payment within the app's small tolerance, report 0 percent and total interest of $0.
  7. If the entered monthly payment is below the zero-rate payment, return Not available because the payment is too low to repay the principal within the selected term even before interest.
  8. For amortizing inputs, solve the monthly rate with bisection so that PMT equals P times r divided by 1 minus (1 + r) raised to negative N.
  9. The bisection search uses a 0 to 1 monthly-rate range, up to 120 iterations, and a payment-equation tolerance before returning the midpoint.
  10. Annualize the solved monthly rate as R = r times 12 times 100, then round the displayed percent to two decimals.
  11. Calculate total interest as total monthly payments minus the original loan amount.
  12. Use CFPB, Regulation Z, lender disclosures, or local regulator sources before turning this implied fixed-rate math into APR, Truth in Lending, finance-charge, amount-financed, payment-schedule, total-of-payments, product, legal, or jurisdiction-specific claims.

Worked example

Default examples: implied rate, zero rate, and too-low payment

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.

  1. For the default fixture, 3 years and 0 months becomes 36 monthly payments.
  2. Total monthly payments are $960 times 36, or $34,560.
  3. The zero-rate payment would be $32,000 divided by 36, or about $888.89, so the $960 payment is high enough to amortize the balance with interest.
  4. The bisection solve finds the monthly rate that makes the fixed-payment equation produce a $960 payment for P = $32,000 and N = 36.
  5. After annualizing the solved monthly rate, the calculator reports an implied fixed annual rate of 5.06 percent.
  6. Total interest paid is $34,560 minus $32,000, or $2,560.
  7. For the zero-rate fixture, a $12,000 loan over 12 months with a $1,000 payment exactly equals principal divided by payment count.
  8. That branch reports a 0 percent interest rate, $12,000 total monthly payments, and $0 of total interest.
  9. For the too-low-payment branch, a $12,000 loan over 12 months with a $900 payment is below the $1,000 zero-rate payment.
  10. The calculator reports Not available for the implied rate and total interest because the entered payment cannot repay the principal within the selected term.

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.

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

Implied note rate
The fixed annual rate estimate that makes the entered payment fit the loan amount and term. The calculator solves this from the payment equation instead of taking the rate as an input.
Zero-rate payment
The principal divided by the number of monthly payments. A payment below this amount cannot repay the entered principal within the selected term.
Bisection solve
A bounded numerical search for the monthly rate that matches the payment. The app searches from 0 to 1 monthly rate, then annualizes and rounds the solved result for display.

Frequently asked questions

How can I find the interest rate from a monthly payment?

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.

What does it mean if this solver says the payment is too low?

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.

Is the solved rate the loan's APR?

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.

Methodology, sources, and disclaimer

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.

Related reading

When another calculator fits better

loan

Loan Payment Calculator

Estimate monthly payment, total paid, and total interest for an amortizing loan at a fixed rate.

loan

Payment Calculator

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

loan

APR Calculator

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

loan

Amortization Calculator

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

investment

Finance Calculator

Solve one time-value-of-money variable from periods, rate, present value, periodic payment, and future value.