Money

Loan calculator: payment, total interest and the true APR

The payment comes from one annuity formula. The real cost depends on the fee deducted before the money reaches you, which is what turns a quoted rate into an effective APR.

By the Life Calculator team Updated Free, no sign-up Nothing you type leaves your device

Your numbers

Term is in

Result

Result
--

Runs entirely in your browser. Nothing you type is sent anywhere, stored or shared.

In short

  • The monthly payment on any fixed-rate loan is P = A * r / (1 - (1 + r)^-n), with r the annual rate divided by 12.
  • An origination fee never changes the payment; it changes the cash you receive, and therefore the effective rate you pay.
  • A 3% fee on a five-year loan at an assumed 9.5% raises the effective APR to about 10.82%.
  • Stretching a term lowers the payment and raises total interest: 3 years to 7 years nearly triples the interest here.
  • On a simple-interest loan, every extra dollar reduces principal; on a precomputed loan, early payoff saves far less.
On this page
  1. The formula for a fixed-rate installment loan
  2. A worked example, done by hand
  3. Quoted rate versus effective APR
  4. Where each input comes from
  5. What a longer term actually costs
  6. Paying extra, and what it removes
  7. Simple interest versus precomputed interest
  8. How to read the result
  9. What this model leaves out
  10. Common mistakes

A personal loan calculator turns four numbers -- amount borrowed, rate, term and any up-front fee -- into the two figures that decide whether a loan is worth taking: the monthly payment you are committing to, and the total amount you hand back.

The payment comes from the same amortizing annuity formula that governs a mortgage or a car loan. What changes on a personal loan is the fee. Many lenders deduct an origination fee from the advance, so you repay interest on money you never received. That gap is why a quoted rate and an effective annual percentage rate are different numbers.

This page sets out the formula, works one loan through by hand, shows how the fee is converted into an effective rate numerically, and quantifies what happens when you stretch the term or pay extra. Every rate below is an assumption for illustration -- lenders price loans individually.

The formula for a fixed-rate installment loan

Every payment covers the interest accrued that month, and whatever is left reduces the balance. The payment that clears the balance exactly on the final due date is:

Formula: P = A * r / (1 - (1 + r)^-n) where P is the monthly payment, A is the amount borrowed, r is the monthly rate (annual rate / 12, as a decimal), and n is the number of monthly payments.

This is the same relationship as the mortgage version written the other way round; both give an identical payment. Total interest is then simply P * n - A, and total repaid is P * n.

The origination fee sits outside that formula. It is deducted from the advance, so:

Formula: Cash received = A - fee, while the repayment schedule is still built on the full A.

A worked example, done by hand

Take $18,000 borrowed over 5 years at an assumed 9.5% APR, with a 3% origination fee of $540 deducted at funding.

  1. Monthly rate: 0.095 / 12 = 0.0079166667. Payments: 5 x 12 = 60.
  2. Discount factor: (1.0079166667)^-60 = 0.62304928.
  3. Denominator: 1 - 0.62304928 = 0.37695072.
  4. Numerator: 18,000 x 0.0079166667 = $142.50.
  5. Payment: 142.50 / 0.37695072 = $378.03 a month.
  6. Total repaid: 378.03 x 60 = $22,682.01. Total interest: 22,682.01 - 18,000 = $4,682.01, or 26.0% of the amount borrowed.

The first payment is $142.50 interest and $235.53 principal, leaving $17,764.47 owed. As on any amortizing loan, the interest share falls every month.

Worked example: With the $540 fee deducted, you receive $17,460 but still repay $378.03 a month for 60 months. The rate that makes $17,460 today equal that stream is 10.82%, not 9.5%. The fee costs about 1.32 percentage points of effective rate.

Quoted rate versus effective APR

A quoted rate prices the loan on its face amount. An effective APR prices it on the money that actually reached your account. When nothing is deducted, they are the same; every dollar of fee pushes them apart.

The calculator finds the effective rate the way a spreadsheet's internal rate of return function does: by search, not by algebra. There is no closed-form solution for r in the payment equation, so it brackets the answer and narrows it.

  1. Start with a low guess and a high guess that certainly straddle the answer.
  2. Take the midpoint and compute the payment that midpoint would produce on the cash actually received.
  3. If that payment is smaller than the real payment, the true rate is higher, so move the low bound up. Otherwise move the high bound down.
  4. Repeat. Each pass halves the interval, so a few dozen passes fix the rate to far more precision than any lender quotes.

Multiply the resulting monthly rate by 12 and you have the effective annual rate. Below, the loan is $18,000 over 60 months at an assumed 9.5% nominal rate; only the fee changes.

Origination fee Cash received Monthly payment Effective APR
$0 $18,000 $378.03 9.50%
$180 (1%) $17,820 $378.03 9.93%
$360 (2%) $17,640 $378.03 10.37%
$540 (3%) $17,460 $378.03 10.82%
$900 (5%) $17,100 $378.03 11.73%
$1,440 (8%) $16,560 $378.03 13.15%

Two things follow. The payment never changes, so a fee is invisible in the monthly figure -- it only shows up in what you receive. And the shorter the term, the more a fee hurts, because the same cost is spread over fewer payments. A 3% fee on this loan adds about 3.06 points of effective rate over 24 months, 2.10 over 36 months, 1.32 over 60 months and 0.98 over 84 months.

Where each input comes from

Amount borrowed. The face amount on the note, not the cash you expect to receive. If you need a specific sum in hand and the lender deducts a fee, you must borrow more than that sum.

APR. Use the figure in a written offer. Under federal disclosure rules the APR a lender quotes is meant to include certain finance charges, so if your quote already reflects the fee, leave the fee field at zero to avoid counting it twice.

Term and term unit. Enter years or months to match how the offer is written. A "60-month" and a "5-year" loan are identical here.

Origination fee. Only enter it if it is deducted from the advance. A fee added to the balance is different: in that case, raise the amount borrowed instead.

The payment is most sensitive to the term, and the total cost is most sensitive to the rate. The fee is the smallest of the three in dollars but has an outsized effect on short loans.

What a longer term actually costs

Extending a term lowers the payment because the same principal is spread over more months. It raises total interest because the balance stays outstanding longer. Below: $18,000 at an assumed 9.5%, no fee.

Term Monthly payment Total interest Total repaid Interest as share of principal
2 years $826.46 $1,835.06 $19,835.06 10.2%
3 years $576.59 $2,757.35 $20,757.35 15.3%
4 years $452.22 $3,706.39 $21,706.39 20.6%
5 years $378.03 $4,682.01 $22,682.01 26.0%
6 years $328.94 $5,684.00 $23,684.00 31.6%
7 years $294.19 $6,712.10 $24,712.10 37.3%

Going from three years to seven cuts the payment by roughly half but nearly triples the interest. Rate has a similar shape in the other direction, holding the 5-year term fixed:

Assumed APR Monthly payment Total interest
6% $347.99 $2,879.43
8% $364.98 $3,898.51
10% $382.45 $4,946.81
12% $400.40 $6,024.00
15% $428.22 $7,693.12
20% $476.89 $10,613.39
25% $528.32 $13,699.43

Paying extra, and what it removes

On a true simple-interest installment loan, any payment above the scheduled amount goes straight to principal. Next month's interest is charged on a smaller balance, so the saving compounds through the rest of the schedule. Using the same $18,000 at an assumed 9.5% over a 60-month schedule:

Extra per month Payoff length Total interest Interest removed
$0 60 months $4,682.01 --
$25 56 months $4,299.37 $382.64
$50 52 months $3,975.66 $706.35
$100 45 months $3,457.85 $1,224.16

An extra $100 a month -- about 26% more than the required payment -- ends the loan 15 months early. The same principle drives the credit card payoff calculator, though a card's balance is revolving rather than fixed.

Simple interest versus precomputed interest

This calculator models a simple-interest loan: interest accrues on the balance outstanding, day by day or month by month, and prepayment reduces it.

A precomputed loan works differently. All the interest for the full term is calculated at signing and added to the balance, and you owe that total whether you take the whole term or not. Early payoff triggers a rebate of unearned interest calculated by a rule set in the contract, and older rebate methods return less than a straight simple-interest recalculation would. Some vehicle and small-dollar consumer loans still use this structure.

Two questions separate them: does the payoff quote fall as you pay early, and does the contract mention a rebate of unearned finance charges? If the loan is precomputed, the prepayment table above overstates the saving.

How to read the result

The monthly payment is a fixed obligation. Test it against your take-home pay at a level you could still meet in a poor month.

The effective APR is the number to use when comparing offers. Two loans with the same payment are not equivalent if one hands you less cash. And the total interest figure is the price of the borrowing, worth comparing directly against the cost of the thing being financed -- see the cost per use calculator for that comparison.

What this model leaves out

  • Fees other than origination. Documentation, late, returned-payment, and payment-processing charges are not included.
  • Prepayment penalties. Some contracts charge for early payoff, which would erase part of the saving in the prepayment table.
  • Variable rates. The model assumes one rate for the whole term.
  • Payment timing and day counts. It assumes 12 equal monthly periods a year. A lender accruing daily will produce slightly different interest, depending on the exact funding and due dates.
  • Insurance products and add-ons. Credit life or payment protection premiums bundled into the loan raise the real cost.
  • Approval. Nothing here evaluates credit, income or eligibility.

Common mistakes

Comparing loans by payment. A lower payment usually means a longer term, which almost always means more total interest. Compare rate, total repaid and cash received.

Double-counting the fee. If the offer's APR already includes the origination fee, entering the fee again overstates the effective rate.

Borrowing the amount you need rather than the amount that nets it. With a 3% deducted fee, receiving $18,000 requires borrowing about $18,557.

Assuming extra payments always shorten the loan. Some servicers apply extra amounts to the next installment rather than to principal unless you specify otherwise.

Ignoring what the loan replaces. Consolidating higher-rate debt at a lower rate helps only if the balance is not rebuilt behind it. The compound interest calculator shows the same arithmetic working in your favor rather than against you, and the full calculator index covers the surrounding decisions.

Frequently asked questions

How is the monthly payment on a fixed-rate loan calculated?
The payment is the amount that reduces the balance to zero on the final due date, given a constant monthly rate. It is P = A * r / (1 - (1 + r)^-n), where A is the amount borrowed, r is the annual rate divided by twelve, and n is the number of monthly payments. Each month, interest is charged on what is still owed and the rest of the payment reduces the balance, so the interest portion shrinks and the principal portion grows over the schedule.
What is the difference between a quoted rate and an effective APR?
A quoted rate applies to the face amount of the loan. An effective APR applies to the cash that actually reached you after any fee was deducted. If a lender advances $18,000 at an assumed 9.5% over 60 months but keeps a $540 origination fee, you receive $17,460 and still repay $378.03 a month. The rate that equates $17,460 to that stream of payments is about 10.82%. The larger the fee and the shorter the term, the wider the gap.
How does the calculator solve for the effective APR?
There is no algebraic solution for the rate in the payment equation, so it is found by search. The calculator brackets the answer between a low and a high rate, tests the midpoint by computing what payment that rate would produce on the cash actually received, and discards whichever half of the range cannot contain the answer. Each pass halves the interval, and after enough passes the rate is pinned down to far more decimal places than any loan document uses.
Does a longer term make a loan cheaper?
It makes the payment smaller and the loan more expensive. On $18,000 at an assumed 9.5%, a three-year term costs $576.59 a month and $2,757.35 in interest, while a seven-year term costs $294.19 a month and $6,712.10 in interest. You are borrowing the same principal for longer, so more interest accrues. The monthly relief is real, but it is worth comparing total repaid, not just the payment, before choosing a term.
Should I enter the origination fee if my offer already shows an APR?
Usually not. Under federal disclosure rules the APR on a consumer loan offer is meant to reflect certain finance charges, including many origination fees, so entering the fee again would count it twice. Enter the fee only when the rate you have is a simple interest rate, or when you want to see how a fee that is deducted from the advance changes the picture. If in doubt, compare the lender's stated APR against the effective APR shown here.
What does paying extra each month actually save?
On a simple-interest loan, extra money goes to principal, so next month's interest is charged on a smaller balance and the saving compounds. On $18,000 at an assumed 9.5% over 60 months, an extra $50 a month ends the loan in 52 months and removes $706.35 of interest; an extra $100 ends it in 45 months and removes $1,224.16. Confirm with the servicer that extra amounts are applied to principal rather than held toward the next installment.
What is precomputed interest and why does it matter?
On a precomputed loan, all interest for the full term is calculated at signing and built into the balance you owe. Paying early does not stop interest from accruing, because it has already been added; instead the contract specifies a rebate of unearned finance charges, and some rebate methods return less than a simple-interest recalculation would. The practical test is whether the payoff quote falls when you pay ahead of schedule. If it barely moves, the loan is probably precomputed.
Why does my first payment barely reduce the balance?
Because interest is charged on the full balance at the start. On $18,000 at an assumed 9.5%, the first month's interest is $142.50, so a $378.03 payment leaves $235.53 for principal. By the final year of the schedule the proportions have reversed, with most of each payment reducing the debt. This is a property of amortization, not a fee, and it is why the interest saved by paying extra is largest in the early months.

Sources and further reading

Where this page relies on a published formula, an official figure or a legal rule, the primary source is listed here. External links open in a new tab and we earn nothing from them.

  1. Consumer Financial Protection Bureau -- consumer loan guidance
  2. CFPB Ask CFPB -- APR, fees and loan terms
  3. Federal Reserve Board -- consumer credit statistics
  4. USA.gov -- borrowing and credit information

Related calculators

All money tools →