Something went wrong loading the calculator engine. Open your browser's console (F12) to see the error.
// myloanmath

Interest Rate Calculator

You know the balance, the payment and the term. This solves for the rate the lender is actually charging.

Implied annual interest rate
-

Solves the amortization formula backwards. This gives the interest rate, not the APR — fees charged at closing are not visible in a payment schedule and would push the true APR higher.

When you need this

Some offers lead with a monthly payment and never mention a rate. Dealer financing, in-store credit, rent-to-own agreements and buy-now-pay-later plans are all commonly presented as "just $X a month", which makes them hard to compare against anything. Feeding the balance, the payment and the term into this tool recovers the rate that payment implies, and the number is occasionally startling.

It is also a check on paperwork. If a contract states a rate and the payment schedule implies a different one, something is wrong — usually fees folded into the balance, occasionally an error worth challenging before you sign.

Interest rate is not APR

What this calculates is the interest rate implied by the payment schedule. That is not the same as the APR, which also folds in origination fees, discount points and other charges levied at closing. A payment schedule cannot see those costs, so if a lender charged fees up front, the true APR is higher than the figure here.

The practical consequence is that this number is the right one for comparing against another payment schedule, and the wrong one for comparing against an advertised APR. For that comparison, ask the lender for the APR in writing — in the United States, consumer lenders are generally required to disclose it.

How the calculation works

The amortization formula has no closed-form solution for the rate: you can rearrange it to find the payment, the term or the balance, but not the rate. So the tool solves it numerically, narrowing the range by repeated bisection until the payment implied by the rate matches the payment you entered to well below a basis point. That works because payment rises steadily with the rate, so there is exactly one rate that fits.

One consequence worth knowing: because the payment you enter is rounded to the nearest cent, the recovered rate is only as precise as that rounding allows. A payment of $2,358.01 on a 30-year mortgage is consistent with a small band of rates around 7.12%, so treat the last decimal place as an approximation rather than a certainty.

Frequently asked questions

Is the rate this gives me the same as the APR?

No. This is the interest rate implied by the payment schedule. APR also includes origination fees, points and other closing charges, which a payment schedule cannot reveal, so a loan with fees has a higher APR than the rate shown here.

Why does the calculator solve numerically instead of using a formula?

The amortization formula cannot be rearranged to isolate the interest rate. The tool narrows the range by repeated bisection instead, which converges to well below a basis point because payment rises steadily with rate.

Can I use this on a loan with no stated rate?

Yes \u2014 that is the main use. Dealer finance, store credit and pay-monthly plans often quote only a payment. Entering the amount, payment and term recovers the rate that payment implies.

Calculations last verified 2026-08-02 against the sources listed in our methodology. Every correction we have made is public in the corrections log.