Solve for your loan's APR in three quick steps.
Type in the principal—the amount you borrowed or plan to borrow.
Input the fixed monthly payment amount you are making (or planning to make).
Specify the repayment period in years and click Calculate to see the implied APR.
An interest rate calculator works backwards from a known monthly payment, loan amount, and term to find the annual percentage rate (APR) that makes the payment schedule balance out.
The calculator uses a binary-search algorithm. It repeatedly guesses a monthly rate, computes the resulting payment with the standard amortization formula, and narrows the range until the computed payment matches yours to within a tiny tolerance.
When the monthly payment equals the loan amount divided by the number of payments, the implied rate is exactly 0% and the calculator returns that directly without the binary search.
Yes. If a lender quotes you a monthly payment rather than an APR, enter the loan amount, that payment, and the term to find the true APR and compare it across offers.