Skip to content
Financial Calculators

Interest Rate Finder

Find interest rate from loan amount, monthly payment, and term. Uses iterative bisection method.

Free · Runs in your browser · No signup

Enter loan amount, monthly payment, and term.

Approximate APR from payment inputs — not financial advice.

Examples to try

What it solves

Given payment, principal, and term, estimate the annual rate consistent with fixed amortization.

Common mistakes

  • Using a payment that already includes escrow/insurance.
  • Entering term in years while the field expects months.
  • Expecting a unique answer when inputs are inconsistent.

Scope: Educational rate estimate. Confirm with lender disclosures. See also loan and amortization.

How to Use

Enter your values in the fields above and click Calculate to get instant results. Calculations run in your browser. Results are estimates for personal planning only.

Finding the Interest Rate Numerically

You usually can't solve the amortization formula algebraically for the interest rate — CalcSolver uses a bisection (binary search) method to converge on the exact APR that produces your known monthly payment.

The solver tests rates from 0% to 1000%, narrowing the range until the computed payment matches your actual payment to within fractions of a cent.

Typical APR Ranges by Loan Type

Mortgage (30-yr fixed): 6–8% · Mortgage (15-yr): 5.5–7%
New auto loan: 4–8% · Used auto loan: 6–12%
Personal loan: 8–20% · Credit card: 18–30%
Student loan (federal): 5–8% · HELOC: 7–10%

A credit score above 720 typically qualifies for the best rates. Every 0.25% rate drop on a $300,000 mortgage saves roughly $50/month.

How to Find the Implied Interest Rate

When you know the loan amount, monthly payment, and term but not the interest rate, you need to solve for the rate implicitly. The standard loan payment formula is M = P × [r(1+r)^n] / [(1+r)^n - 1], where M is the monthly payment, P is the principal, r is the monthly interest rate, and n is the number of payments. This equation cannot be solved algebraically for r because the rate appears in both the numerator and denominator as an exponent. CalcSolver uses an iterative bisection method that narrows down the rate by testing values between 0% and 100% until the calculated payment matches your target. More advanced approaches like the Newton-Raphson method converge faster by using derivatives, but bisection is reliable and always converges to the correct answer. This tool is invaluable when comparing financing offers that quote monthly payments instead of interest rates.

APR vs. Interest Rate: What Is the Difference?

The interest rate (also called the note rate) is the cost of borrowing the principal. The Annual Percentage Rate (APR) includes the interest rate plus additional costs such as origination fees, closing costs, and mortgage insurance. On a mortgage with a 6.5% interest rate and $3,000 in closing costs on a $200,000 loan, the APR might be 6.8%. Federal law requires lenders to disclose the APR, making it the better metric for comparing loan offers. A loan with a lower interest rate but high fees may have a higher APR than a loan with a slightly higher rate and no fees. For short-term loans like auto loans, the gap between interest rate and APR is usually small because fees are minimal. For mortgages, the difference can be substantial due to origination fees, points, and closing costs that can total 2-5% of the loan amount.

Comparing Loan Offers: Real-World Examples

Example 1 — Mortgage Comparison: A $350,000 30-year mortgage at 6.5% has a monthly payment of $2,212 and total interest of $446,400. At 6.0%, the payment drops to $2,098 and total interest falls to $405,400 — saving $41,000 over the life of the loan for just a 0.5% rate difference. This illustrates why even small rate improvements matter enormously on large, long-term loans.

Example 2 — Auto Loan: A $25,000 car loan for 48 months at 5% has a monthly payment of $576 with $2,640 in total interest. At 8%, the payment rises to $608 and interest jumps to $4,180 — an extra $1,540 for the same car. Shopping around for the best rate on an auto loan can save enough to cover several months of payments. Getting pre-approved by your bank or credit union before visiting the dealer gives you a benchmark rate to negotiate against.

Example 3 — Finding the Hidden Rate: A dealer offers a $20,000 car with "$450/month for 48 months." Using the rate finder, this works out to approximately 9.2% APR — potentially worse than what your bank or credit union offers. Always calculate the implied rate before accepting dealer financing, especially when they advertise monthly payments rather than interest rates. Dealers profit from the gap between their wholesale borrowing cost and the rate they charge you, so knowing the exact rate puts you in a stronger negotiating position.

Rate Shopping Tips

Sponsored

Sponsored Content

The following content is provided by our advertising partner and does not affect the calculator experience.

Frequently Asked Questions

What does this calculator do?

This tool calculates the interest rate needed to achieve a specific financial goal — such as a target monthly payment, total cost, or investment return.

How do I find the interest rate for a loan?

Enter the loan amount, desired monthly payment, and loan term. The calculator determines the interest rate that produces your target payment.

What is a good interest rate?

Rates depend on market conditions, your credit score, and loan type. Generally, rates below the current national average are considered good. Check current averages for comparison.

What is the difference between APR and interest rate?

The interest rate is the cost of borrowing the principal only. APR (Annual Percentage Rate) includes the interest rate plus additional fees such as origination fees, closing costs, and mortgage insurance. APR gives a more complete picture of the true loan cost and is the better metric for comparing offers from different lenders.

How does the calculator find the interest rate?

The calculator uses an iterative bisection method. It starts with a low and high rate estimate, calculates the payment at the midpoint, and narrows the range until the calculated payment matches your target. This approach reliably converges to an accurate rate without requiring complex algebraic solutions.

How many lenders should I compare before choosing a loan?

Financial experts recommend getting quotes from at least three to five lenders. Include banks, credit unions, and online lenders in your search. Rate shop within a 14-45 day window so multiple inquiries count as a single one on your credit report. Even a 0.25% rate difference can save thousands over a long loan term.