HomeCalculators › Interest Rate Calculator

Interest Rate Calculator

Know the loan amount, the payment, and the term, but not the rate? This interest rate calculator works the amortization formula backwards and solves for the rate hidden inside your payment, then shows the total interest that rate produces.

Loan Terms You Know
$
$1K$1M
$
$50$25K
yr
1 yr30 yr

Enter the cash you actually received as the loan amount. If a fee was deducted up front, using the net proceeds makes the solved rate reflect that fee.

Solved Interest Rate
Nominal annual rate
0%
solved from 60 payments
0%
interest
Principal
Interest
Monthly rate0%
Effective annual rate0%
Number of payments0
Total interest$0
Total of all payments$0

Amortization at the solved rate (by year)

Once the rate is known, the schedule follows. Each year below shows how the payments split between interest and principal, and how the balance falls to zero by the end of the term.

YearPrincipal paidInterest paidTotal paidRemaining balance

How the interest rate calculator works

Most loan calculators hand you a payment when you supply a rate. This one runs in the opposite direction. You already know what you borrowed, what you pay each month, and how long the payments last — the rate is the one term missing, and it is recoverable from the other three.

Payment = P × r ÷ (1 − (1 + r)−n)
where P is the loan amount, r is the monthly interest rate, and n is the total number of monthly payments (years × 12).

Every quantity in that equation is known except r. It would seem that a few lines of algebra should free it. They cannot, and the reason is worth understanding.

Why solving for the rate requires iteration

Look closely at where r appears. It sits in the numerator as a plain multiplier. It also sits in the denominator inside an exponent, raised to the negative power of n. To isolate a variable you have to undo every operation wrapped around it, one at a time, in reverse. Here that is impossible: undoing the multiplication leaves r stranded in the exponent, and undoing the exponent (with a logarithm) leaves r stranded in the multiplication. Each move you make to free one copy of the unknown re-traps the other.

An equation with this shape is called transcendental, meaning it transcends the reach of ordinary algebra. It is not that the answer is unknown or approximate in some woolly sense — a single exact rate genuinely satisfies the equation. It is that no finite sequence of the usual symbolic operations will write that rate down. The same obstacle appears in the equation for internal rate of return, and it is why spreadsheet functions such as RATE and IRR are documented as iterative rather than as formulas.

So the rate is found by searching for it. This page uses bisection, the most dependable of the numerical methods. The logic mirrors a guessing game. Start with a range known to contain the answer: a monthly rate of 0% is the floor, and 100% per month is a ceiling far above any real loan. Guess the midpoint, run it forward through the payment formula, and compare the payment it produces to the payment you entered. If the trial payment is too high, the true rate lies in the lower half; if it is too low, the true rate lies in the upper half. Discard the half that cannot contain the answer and repeat on what remains.

Each pass halves the surviving interval, so the uncertainty collapses at an exponential pace. After 40 passes the range has narrowed by a factor of roughly a trillion. This calculator runs up to 200 passes, or stops early once the trial payment matches yours to within a ten-billionth of a dollar. The result is exact to far more decimal places than any lender quotes. Bisection is not the fastest technique available — Newton's method converges in fewer steps — but it cannot diverge or overshoot, which is why it is the safer choice for a tool that must return a sane number for every input.

Reading the two annual rates

The search returns a monthly rate, and there are two conventional ways to annualize it. Multiplying by 12 gives the nominal annual rate, the convention behind most quoted APRs in the United States. Compounding it instead, as (1 + r)12 − 1, gives the effective annual rate, which accounts for interest accruing on interest across the year. The effective figure is always the larger whenever the monthly rate is above zero, and the gap between the two widens as the rate climbs. Both describe the same loan; they differ only in whether compounding is folded in. Comparing a nominal rate from one quote against an effective rate from another overstates the second, so it is worth confirming which convention a number follows before setting two offers side by side.

When no rate exists

Not every combination of inputs describes a real loan. If the payment multiplied by the number of payments comes to less than the amount borrowed, the payments fail to return even the principal. No positive rate can rescue that arithmetic, because a positive rate only adds to what is owed. The equation has no solution, and this calculator says so plainly rather than printing a meaningless number. When total payments land exactly on the loan amount, the rate is precisely zero: money was returned, nothing was charged for its use. Every dollar of total payments above the loan amount is what the interest rate is being solved to explain.

Related figures worth checking

Frequently asked questions

How do you calculate the interest rate on a loan?

You solve the amortization formula backwards. The formula Payment = P x r / (1 - (1 + r)^-n) can be rearranged to isolate P, the loan amount, or n, the number of payments, but it cannot be rearranged to isolate r, because r appears both as a plain multiplier and inside an exponent. Instead the rate is found numerically: the calculator tests a rate, compares the payment it produces against your real payment, and narrows the range until the two match.

Why is there no formula to solve for the interest rate?

Because r appears twice in the same expression - once as a plain multiplier in the numerator, and once inside an exponent in the denominator. Isolating it would require undoing a multiplication and an exponent that involve the same unknown, and no standard algebraic operation does both at once. Mathematicians call this a transcendental equation. It has a real answer, but that answer can only be reached by successive approximation rather than by rearranging symbols.

What is the difference between the nominal APR and the effective annual rate?

The nominal rate is simply the monthly rate multiplied by 12, which is how lenders in the United States usually quote a rate. The effective annual rate compounds the monthly rate instead, using (1 + r)^12 - 1, so it reflects interest earned on interest within the year. The effective rate is always the higher of the two whenever the monthly rate is above zero.

Why does the calculator say my payments do not cover the loan?

If your payment multiplied by the number of payments is less than the amount borrowed, you never repay even the principal, let alone any interest. No interest rate above zero can make that arithmetic work, so there is no answer to solve for. Raising the payment or extending the term until total payments exceed the loan amount produces a solvable result.

Does this calculator include fees in the rate?

No. It solves the rate implied by the amount, the payment, and the term you enter. If a lender deducted an origination fee from your proceeds, enter the cash you actually received rather than the face amount of the note, and the solved rate will then reflect the fee as a cost.

Related calculators

This calculator is for educational and informational purposes only and does not constitute financial, legal, tax, or lending advice. Estimates are based on the values you enter and standard financial formulas. Confirm all figures with a qualified professional before making decisions.