Interest Rate Calculator
Find the interest rate on a loan given its amount, monthly payment, and term.
Work backward from a loan amount, monthly payment, and term to find the interest rate actually being charged — useful for checking a deal when the lender only advertises the payment.
How Interest Rate Calculator Works
Given the loan amount (PV), monthly payment, term in months, and any balloon or remaining balance due at the end, the calculator searches for the monthly interest rate r that makes the amortization equation balance: PV − PMT × [(1 − (1 + r)^−N) ÷ r] − FV × (1 + r)^−N = 0. Because r can't be isolated algebraically in this equation, it uses Newton-Raphson iteration, refining an initial guess step by step until the equation balances to a very small margin of error.
Once the monthly rate is found, it's reported two ways: the nominal annual rate (monthly rate × 12) and the effective annual rate, or EAR — (1 + r)^12 − 1 — which is slightly higher because it accounts for the effect of monthly compounding rather than just multiplying the monthly rate out.
The comparison panel then reruns the standard payment formula at rates three points above and below the solved rate, so you can see at a glance how sensitive the monthly payment is to small changes in rate — handy for judging whether a quoted rate is a good deal.
See It In Action
Who Uses Interest Rate Calculator and Why
- Figuring out the real interest rate on a loan when a lender only advertises the monthly payment, not the rate.
- Checking whether a car dealer's or lender's quoted payment implies a fair interest rate for the loan amount and term offered.
- Comparing the nominal annual rate against the effective annual rate (EAR) to see the true cost of monthly compounding.
- Working out the implied rate on a loan that includes a balloon payment or remaining balance due at the end of the term.
Mistakes to Avoid
- Using this tool when you already know the rate and want the payment instead — that's the reverse problem, better solved with the Loan Calculator, since this tool is specifically built to solve for rate, not payment.
- Leaving the balloon/remaining balance field at 0 for a loan that doesn't fully amortize — if the payment doesn't pay the loan off completely by the end of the term, that leftover balance needs to be entered for an accurate solved rate.
- Reading the nominal annual rate and effective annual rate as interchangeable — the effective rate is always the more accurate representation of true annual cost since it accounts for monthly compounding.
Tips for Best Results
- Use the comparison panel showing payments at rates just above and below the solved rate to judge how sensitive your payment is to small rate differences — useful for negotiating.
- If your loan has a balloon payment or lease-style remaining balance, make sure to enter it, since omitting it changes the entire solved rate.
Fixing Common Problems
The solved rate seems unrealistically high or low. — Double-check the loan amount, payment, and term are all entered correctly, and confirm whether the loan actually has a balloon payment or remaining balance — leaving that field wrong when it shouldn't be zero will skew the solved rate.
Terms Explained
Newton-Raphson iteration: A numerical method that refines a guess step by step until an equation balances, used here since the interest rate can't be isolated algebraically.
Balloon payment: A lump sum due at the end of a loan term when the regular payments don't fully pay off the balance.