b2KIT

APR Calculator

Calculate annual percentage rate from loan terms, fees, and points to compare true borrowing costs across different loan offers.

Tested tool guide Tested browser tools Checked August 16, 2026

What APR Calculator does, with a checked example

A loan's advertised interest rate ignores origination fees, discount points, and closing costs charged to get that rate, so two offers with identical rates can cost differently. This calculator takes the loan amount, note rate, term, and total fees, computes the scheduled payment from the note rate, then solves for the discount rate that equates the present value of those payments to the amount actually disbursed after fees. That solved rate is the APR. The common surprise: on short-term loans a small fee inflates APR far more than the same fee does on a 30-year mortgage, because there are fewer payments to spread it across.

Worked example

A concrete input and expected output from the current implementation.

Input

Loan amount $10,000, note rate 6%, term 12 months, fee $100 deducted from proceeds

Expected output

Monthly payment: $860.66. APR: approximately 7.88%

The $860.66 payment is set by the $10,000 face amount at 6% over 12 months; solving for the rate that discounts those same 12 payments down to the $9,900 the borrower actually receives (after the $100 fee) yields about 7.88%, well above the 6% note rate because only 12 payments absorb the fee.

How the result is produced

1

Payment from the note rate

The monthly payment is calculated from the loan amount, note rate, and term using a standard amortization formula, exactly as the lender would compute it. This payment stays fixed for the rest of the calculation - only the discount rate applied to it changes when solving for APR.

2

Solving for APR

Fees and points are subtracted from the loan amount to get the amount actually financed. The calculator then searches for the interest rate that makes the present value of the fixed payment stream equal that reduced amount, iterating until the two match within a fraction of a cent. That rate, annualized, is the APR.

Good uses

  • comparing two mortgage quotes that show the same interest rate but different lender fees
  • checking whether paying discount points to lower a rate actually pays off over the loan term
  • seeing how much a short-term personal loan's origination fee inflates its real cost versus the advertised rate

Limits and checks

  • APR assumes the loan is held to full term; paying it off early, which is common when a mortgage is refinanced or sold, means the fees were spread over fewer payments than assumed, so the real cost ends up higher than the APR implied
  • not every fee belongs in an APR calculation - Regulation Z excludes certain third-party charges like appraisal or title fees from the finance charge, so including every closing-cost line item can produce an APR higher than what a lender is required to disclose
  • the result is a nominal APR (the periodic rate times periods per year), which is the convention Truth in Lending disclosures use, not an effective annual rate that accounts for compounding, so it should not be compared directly to a compound annual yield

Common questions

Why is the APR higher than the interest rate on my loan estimate?

Because APR folds in the lender fees and points paid to get that rate, spread as if they were interest across the loan term. Any nonzero fee raises APR above the note rate; the gap is bigger on shorter loans and smaller on longer ones since fees have fewer payments to average over.

Can I use this to get the exact APR that will appear on my Truth in Lending disclosure?

Not reliably. Federal Reg Z rules govern precisely which fees are finance charges and include specific rounding and tolerance rules; this tool applies the same amortization math but the exact figure a lender discloses depends on how they classify each fee, which this calculator does not do for you.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools