Skip to main content
Calcimator

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.

Inputs

$
$
%
years

Results

APR

6.695%

Monthly Payment$1,580.17
Total Loan Cost$573,861.22
Total Interest$318,861.22
APR vs Rate Difference0.195%
How to Use This Calculator
  1. Enter the total loan amount.
  2. Enter the total loan fees (origination fees, points, etc.).
  3. Set the stated interest rate on the loan.
  4. Enter the loan term in years.
  5. 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 RateAPR
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

  1. Identify Input Parameters
    4 parameters
    Loan Amount = 250000, Total Loan Fees = 5000, Interest Rate = 6.5, Loan Term = 30 = 4 input(s) provided
  2. Calculate APR
    APR
    6.695 = 6.695
  3. Calculate Monthly Payment
    Monthly Payment
    1580.17 = $1,580.17
  4. Calculate Total Loan Cost
    Total Loan Cost
    573861.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.

The questions that sit next to this one — chosen by subject, including calculators filed under a different category.

More in Loans, Debt & Credit.