Calcs.finance

loan calculator

APR Calculator

The APR Calculator estimates how entered finance charges change a fixed-rate loan's cash-flow rate. It starts with loan amount, note interest rate, term years and months, finance charges, and fee treatment, then reports an APR-style estimate, monthly payment, app amount-financed output, net proceeds, total payments, total interest, total cost, APR spread, and an explanatory note.

Your scenario

Enter your numbers

Help
Fee treatment

Result

Result summary
APR is 6.19%, compared with a 6.00% note rate.
APR
6.19%
Monthly payment
$1,199.10
Amount financed
$200,000.00
Net proceeds
$196,000.00
Total payments
$431,676.38
Total interest
$231,676.38
Total cost
$435,676.38
APR spread over note rate
0.19%
What this means
APR estimate solves an equivalent monthly rate from net proceeds and scheduled payments.

Working scenario

New scenario

Not saved yet

Compare

Saved scenarios

Compare saved versions

Compare

Save this result, then use saved scenarios to switch between assumptions.

How the APR Calculator works

Use this calculator when you want to understand why a loan's note rate and APR-style cost can differ after selected finance charges. Use Loan Payment when fees do not matter, Personal Loan when origination fees and optional insurance are part of a personal-loan scenario, Business Loan when repayment cadence and flat business fees matter, Amortization when you need a schedule, and CFPB, Regulation Z, lender disclosures, FTC, state, local, or product-specific sources when a real legal APR, finance-charge classification, disclosure, approval, underwriting, advertising, or jurisdiction-specific answer is needed.

The app rounds paymentCount with loanTermYears * 12 + loanTermMonths and converts the entered note rate to a monthly decimal rate with interestRate / 100 / 12. In prepaid mode, amount financed stays equal to loanAmount and net proceeds equal loanAmount - financeCharges. In financed mode, amount financed equals loanAmount + financeCharges and net proceeds are the original loan amount in this model. Monthly payment uses PMT = P * m / (1 - (1 + m)^-n), with P / n for a 0 percent note rate. Total payments equal monthly payment times paymentCount. Total interest equals total payments minus original loan amount, so financed-charge repayment can appear inside this output in financed mode. Total cost adds finance charges only in prepaid mode. APR is the annualized monthly rate solved from net proceeds versus scheduled payments, and APR spread subtracts the entered note rate.

APR Calculator formula

This formula page covers the app's APR Calculator: a monthly fixed-payment estimate from loan amount, note interest rate, term years and months, one entered finance-charge amount, and prepaid versus financed fee treatment. It estimates the payment base, net proceeds, scheduled monthly payment, total payments, total interest, total cost, an APR-style cash-flow rate, and the spread over the entered note rate. It does not produce a Truth in Lending disclosure, lender quote, approval decision, legal fee classification, product comparison, or jurisdiction-specific consumer-credit determination.

N = round(12Y + M); r = R / 100 / 12; AF = prepaid ? P : P + F; NP = prepaid ? P - F : P; PMT = AF * r / (1 - (1 + r)^-N); zero rate: PMT = AF / N; TP = PMT * N; TI = TP - P; TC = prepaid ? TP + F : TP; APR_est solves PV(PMT, N, a_m) = NP, then APR_est = a_m * 12 * 100; Spread = APR_est - R

The calculator first builds the monthly payment from the entered note rate and the payment base. It then solves the monthly rate that makes the present value of those scheduled payments equal modeled net proceeds, annualizes that rate, and compares it with the entered note rate.
SymbolMeaningHow this page uses it
PLoan amountThe Loan amount input. It is the original amount before the app applies the selected finance-charge treatment.
RNote interest rate percentThe Interest rate input. The payment formula converts it into a monthly note-rate assumption; it is not automatically a disclosed APR.
YLoan term yearsThe Loan term years input.
MLoan term monthsThe Loan term months input, from 0 to 11.
NPayment countThe rounded number of monthly payments: loan term years times 12 plus months.
FFinance chargesThe single Finance charges input. The app does not decide which real fees legally count as finance charges.
AFAmount financed outputThe payment base used by this calculator. In prepaid mode it is P; in financed mode it is P plus F. This is an app output label, not a formal disclosure calculation.
NPNet proceedsThe cash-position amount used for the APR solve. In prepaid mode it is loan amount minus finance charges; in financed mode it is the original loan amount.
rMonthly note-rate assumptionThe entered note rate divided by 100 and then by 12.
PMTMonthly paymentThe level monthly payment based on the amount financed output, monthly note-rate assumption, and payment count.
TPTotal paymentsMonthly payment multiplied by payment count before display rounding.
TITotal interest outputTotal payments minus the original loan amount. In financed-fee mode, this output can include repayment of the financed charge portion, so read it with the fee treatment and total cost.
TCTotal costTotal payments plus prepaid finance charges when the fee treatment is prepaid. Financed fees are already inside the scheduled payments.
a_mSolved monthly APR-style rateThe monthly rate solved from net proceeds and scheduled payments using bisection.
APR_estAPR estimateThe solved monthly APR-style rate annualized as a nominal yearly percentage. It is an educational estimate, not a statutory APR disclosure.
SpreadAPR spreadAPR estimate minus the entered note interest rate.

Step by step

  1. Round the term into monthly payments with N = round(loanTermYears times 12 plus loanTermMonths).
  2. Convert the entered note interest rate into a monthly note-rate assumption by dividing by 100 and then by 12.
  3. Choose the payment base from fee treatment. Prepaid mode keeps amount financed output equal to loan amount; financed mode adds finance charges to the payment base.
  4. Choose net proceeds from fee treatment. Prepaid mode subtracts finance charges from the original loan amount; financed mode uses the original loan amount as modeled cash received.
  5. If the monthly note-rate assumption is 0, divide the payment base by the payment count to get the monthly payment.
  6. Otherwise, solve the fixed monthly payment with AF times r divided by 1 minus (1 + r) raised to negative N.
  7. Calculate total payments as monthly payment times payment count.
  8. Calculate total interest output as total payments minus the original loan amount. In financed-fee mode this can include repayment of the financed charge portion, not only interest on principal.
  9. Calculate total cost as total payments plus finance charges only when fees are prepaid. Financed charges are already included in the payment base and scheduled payments.
  10. Solve the APR estimate by finding the monthly rate that makes the present value of scheduled monthly payments equal net proceeds, then annualize it as monthly rate times 12 times 100.
  11. Calculate APR spread by subtracting the entered note rate from the APR estimate.
  12. Use CFPB, Regulation Z, lender disclosures, or relevant local regulator sources before making claims about legal APR disclosures, finance-charge classification, amount financed, payment schedules, total of payments, advertising, product-specific fees, or jurisdiction-specific consumer-credit rules.

Worked example

Default examples: prepaid versus financed finance charges

The default validation fixtures use a $200,000 loan, a 6 percent note rate, a 30-year term, and $4,000 of entered finance charges. One fixture treats the charge as prepaid, and one treats it as financed.

  1. Both fixtures convert 30 years and 0 months into 360 monthly payments.
  2. Both fixtures convert the 6 percent note rate into a monthly note-rate assumption of 0.005.
  3. Prepaid mode keeps the amount financed output at $200,000 and subtracts the $4,000 charge from modeled proceeds, so net proceeds are $196,000.
  4. The prepaid monthly payment is $1,199.10, total payments are $431,676.38, total interest output is $231,676.38, total cost is $435,676.38, and the APR estimate is 6.19 percent.
  5. Financed mode adds the $4,000 charge to the payment base, so amount financed output is $204,000 while net proceeds remain $200,000.
  6. The financed monthly payment is $1,223.08, total payments are $440,309.91, total interest output is $240,309.91, total cost is $440,309.91, and the APR estimate is also 6.19 percent.
  7. The two fixtures produce the same displayed APR estimate because the same $4,000 charge changes the cash-flow ratio in opposite ways: prepaid mode reduces cash received, while financed mode raises the payment base.
  8. The payment, total cost, and label interpretation still differ, so the fee treatment should be read before comparing scenarios.

The examples show how the app's cash-flow estimate responds to fee timing. They do not prove how a lender must classify fees or disclose APR under consumer-credit rules.

Assumptions and what this calculator ignores

Geographic scope: works globally. The math is currency-agnostic, so enter amounts in your own currency; local taxes, fees, and product rules are not included.

What this formula does not include

Common mistakes to avoid

Key terms

Note rate
The entered interest rate used to calculate scheduled monthly payments. It is converted to a monthly rate in the payment formula and can differ from the APR-style estimate when selected finance charges affect cash flows.
Finance charges
The single user-entered charge amount that the app treats as prepaid or financed. Real finance-charge classification is a legal and product-specific disclosure question outside this calculator.
Net proceeds
The modeled cash received amount used in the APR-style present-value solve. Prepaid charges reduce this value in the app; financed charges are repaid through a larger payment base.

Frequently asked questions

Why is the APR higher than the interest rate on the same loan?

APR spreads one-off finance charges across the loan's life on top of the note rate. The default example adds $4,000 of charges to a $200,000, 30-year loan at 6 percent and reports the resulting APR and the spread between the two rates. If the fees were zero, APR would equal the note rate - the gap is precisely the annualized price of the fees.

What does prepaid versus financed fee treatment change?

Prepaid fees come out of your pocket at closing: the payment is computed on the loan amount, but you effectively received less, which raises the APR estimate. Financed fees are added to the balance: you borrow more, the payment rises, and the APR moves differently. The calculator implements both treatments so you can see which structure costs more for your specific numbers rather than relying on intuition.

Is this APR the legally disclosed APR from my lender?

No - it is a cash-flow estimate from one lump finance-charge input. A regulated APR disclosure under Regulation Z follows precise rules about which fees count as finance charges and how the computation runs, and lenders' classifications vary. Expect this estimate to be close when your fee figure matches the lender's finance-charge total, and use the disclosed APR on the Loan Estimate as the binding number.

Methodology, sources, and disclaimer

This calculator is an original APR estimator modeling one entered finance-charge amount under prepaid or financed treatment and solving the annualized rate that matches scheduled payments to net proceeds, validated by deterministic fixtures and edge-case tests. It is not copied from a single source.

Fixtures pin both fee treatments on the $200,000 default and the APR-versus-note-rate spread output. The result remains an educational estimate, not a Regulation Z APR disclosure or a lender classification of fees.

Formula version 2026.05.22-generic-apr. The version marks the calculation logic and validation fixture set used for this estimate.

Results are educational estimates, not advice. Read the full disclaimer.

Related reading

When another calculator fits better

loan

Loan Payment Calculator

Estimate monthly payment, total paid, and total interest for an amortizing loan at a fixed rate.

loan

Personal Loan Calculator

Estimate personal loan payments, total cost, payoff date, and effective APR after fees and monthly insurance.

loan

Payment Calculator

Solve either the monthly payment for a fixed-term loan or the payoff time for a fixed monthly payment.

loan

Amortization Calculator

Estimate a fixed loan payment schedule, payoff timing, first-month split, and interest saved from extra payments.