APR Calculator
Calculate the Annual Percentage Rate (APR) for a loan including all fees and costs. Compare the true cost of different loan offers.
This calculator solves for APR using Newton-Raphson iteration (lines 35-72) rather than a closed-form formula: it repeatedly adjusts a guessed rate until the monthly payment that rate would produce on the net loan — Loan Amount minus Total Loan Fees, line 28 — matches the actual monthly payment computed on the full loan amount at the stated Interest Rate. With Total Loan Fees at exactly $0, the net loan equals the full loan amount and the solver converges to an APR identical to the stated Interest Rate — verified directly: setting fees to $0 returns an APR of exactly 6.5%, matching the stated rate, and an APR vs Rate Difference of exactly 0. Interest Rate dominates the resulting APR figure overwhelmingly: its ±10% span shifts APR by roughly a fifth of APR, while the same ±10% span on Loan Amount, Total Loan Fees, or Loan Term barely registers, well under 1% each — the stated rate is still the primary input to APR, with fees only shifting it upward. APR vs Rate Difference, which isolates just the fee-driven gap, tells a different story: Loan Amount and Total Loan Fees each move it by a comparably sized share, roughly 21% and 20% respectively, because that gap is really driven by the ratio of fees to loan amount, not by either dollar figure alone — a bigger loan dilutes the same fees into a smaller rate bump, while bigger fees on the same loan do the opposite. This calculator does not verify that Total Loan Fees actually includes every fee a real lender would disclose, and it assumes the entire fee amount is paid upfront rather than financed into the loan balance.
Financial Disclaimer
This calculator is for educational purposes only and does not constitute financial advice. Results are estimates based on the inputs provided. Consult a qualified financial advisor before making investment or financial planning decisions.
Inputs
Results
APR
6.695%
How to Use This Calculator
- Enter the total loan amount.
- Enter the total loan fees (origination fees, points, etc.).
- Set the stated interest rate on the loan.
- Enter the loan term in years.
- Review the APR (which includes fees and is always higher than the stated rate), monthly payment, total cost, and total interest.
How the result changes with Interest Rate
| Interest Rate | APR |
|---|---|
| 3% | 3.159% |
| 11% | 11.257% |
| 20% | 20.414% |
| 27% | 27.552% |
What each input means
- Loan Amount
- The total amount you are borrowing.
- Total Loan Fees
- All upfront fees including origination, closing costs, points, etc.
- Interest Rate
- The stated annual interest rate on the loan.
- Loan Term
- The length of the loan in years.
What each result means
- APR
- Annual Percentage Rate including all fees.
- Total Loan Cost
- Total of all payments plus fees.
- APR vs Rate Difference
- How much higher the APR is than the stated rate.
How this is calculated
Worked example, using the default values
- Identify Input Parameters4 parametersLoan Amount = 250000, Total Loan Fees = 5000, Interest Rate = 6.5, Loan Term = 30 = 4 input(s) provided
- Calculate APRAPR6.695 = 6.695
- Calculate Monthly PaymentMonthly Payment1580.17 = $1,580.17
- Calculate Total Loan CostTotal Loan Cost573861.22 = $573,861.22
Engine last updated . Checked against 1 independently-derived test — how we verify calculators.
Frequently Asked Questions
What APR does the calculator produce if I set fees to zero?
It converges to an APR identical to the stated Interest Rate. With Total Loan Fees at $0, the net loan the solver targets (line 28, Loan Amount minus Total Loan Fees) equals the full loan amount, so there's no fee-driven wedge to solve for — verified directly by setting fees to $0, which returns an APR of exactly 6.5% and an APR vs Rate Difference of exactly 0.
What has the biggest effect on the final APR figure?
Interest Rate, overwhelmingly — its ±10% span shifts APR by roughly a fifth of APR, while the same ±10% span on Loan Amount, Total Loan Fees, or Loan Term each moves it by well under 1%. The Newton-Raphson solver (lines 35-72) starts its guess at the stated Interest Rate and only adjusts it upward to account for fees, so the stated rate remains the dominant input to the final APR figure.
Does loan amount or total fees matter more for how much higher APR is than the stated rate?
Neither one clearly leads — Loan Amount and Total Loan Fees move APR vs Rate Difference by a comparably sized ±10% span, roughly 21% and 20% of APR vs Rate Difference respectively. That's because the fee-driven gap between APR and the stated rate depends on fees relative to the loan amount, not on either dollar figure by itself: a bigger loan dilutes the same fees into a smaller rate bump.
Does this calculator assume fees are paid in cash or financed into the loan?
No — the solver targets a net loan of Loan Amount minus Total Loan Fees (line 28), meaning it assumes those fees are effectively paid out of the loan proceeds rather than financed into a larger loan balance. If a lender instead rolls fees into the loan amount itself, the true APR impact would differ from what this calculator reports.
How does the calculator actually find the APR value?
Up to 100 times (line 32), each refining the guessed rate using a Newton-Raphson derivative approximation (lines 53-65), and it stops early once the calculated payment matches the target monthly payment to within 0.0000001 (line 33). In practice this converges in only a handful of iterations for realistic loan amounts, rates, and fees.
Related Calculators
The questions that sit next to this one — chosen by subject, including calculators filed under a different category.
Mortgage Calculator
Calculate your monthly mortgage payment, total interest, and view a full amortization schedule. Compare different loan terms and interest rates.
Loans, Debt & CreditAuto Loan Calculator
Calculate your monthly car payment, total interest, and view a full repayment schedule. Includes sales tax and trade-in value.
Debt FreedomInterest Rate Negotiation Calculator
See how much you save by negotiating a lower APR on your credit card or loan. Compare payoff time and total interest at different rates.
Loans, Debt & CreditRefinance Calculator
Compare your current loan to a refinanced loan. See monthly savings, total interest savings, and break-even point.
More in Loans, Debt & Credit.