Skip to main content
Back to BlogCalculator Guides

How to Calculate Simple Interest (and Why It's Linear, Not Exponential)

Simple interest charges interest on the principal only, never on accumulated interest. Learn the formula I = P times r times t, why the monthly interest is flat (not declining like an amortizing loan), when simple interest is actually used in real lending, and why the difference between simple and compound interest grows exponentially over time.

The Toolbox TeamAugust 13, 20267 min read

The problem: the interest is the same every month, and that confuses people

Most loans do not work the way people expect. When you borrow $10,000 at 5% for 3 years, you might assume the interest is calculated fresh each year on the remaining balance, or that the interest portion of your payment declines over time the way it does with a mortgage. Simple interest does neither. It computes the total interest once, upfront, based on the original principal, the annual rate, and the full term. Then it divides that total evenly across every month. Month 1 and month 36 have the same interest charge. The principal does not shrink, and the interest does not compound.

This is either a good deal or a bad one, depending on which side of the loan you are on. For a borrower making early payments, simple interest is worse than an amortizing loan because the interest portion does not decline as you pay down principal. For a lender, simple interest is simpler to compute and guarantees a fixed return. Understanding the difference between simple interest, compound interest, and amortizing loans is the difference between knowing what you are paying and guessing.

Fastest path

Open the Simple Interest Calculator, enter the principal, annual interest rate, and time period (years or months). The tool computes total interest, total amount, monthly interest, daily interest, and an effective return rate. The Monthly Breakdown tab shows a row-by-row table where each month has the same interest charge and the cumulative interest grows linearly.

The formula and what each variable means

I = P × r × t
A = P + I
  • P is the principal — the initial amount borrowed or invested.
  • r is the annual interest rate as a decimal. 5% enters the formula as 0.05, not 5. Forgetting to divide by 100 is the most common input error. The tool handles this conversion when you enter 5 in the rate field.
  • t is time in years. If your loan term is in months, divide by 12. Six months is 0.5 years. Eighteen months is 1.5 years. The tool's months/years toggle does this conversion.
  • I is the total interest over the full period.
  • A is the total amount at the end — principal plus interest.

Worked example: $10,000 at 5% for 3 years.

I = 10,000 × 0.05 × 3 = $1,500
A = 10,000 + 1,500 = $11,500
Monthly interest = 1,500 / 36 = $41.67

Every month, $41.67 in interest accrues. The total grows linearly: $41.67 after month 1, $83.33 after month 2, $125 after month 3, up to $1,500 after month 36. Plot it on a graph and you get a straight line. That linearity is the defining characteristic of simple interest and the thing that distinguishes it from every other interest calculation.

Simple vs compound: the gap that grows

Compound interest applies the rate to the principal plus all previously earned interest. The formula is A = P(1 + r)^t. The interest each year is computed on a growing base, which makes the growth curve exponential rather than linear.

Same example, compounded annually: $10,000 at 5% for 3 years.

Year 1: 10,000 × 1.05 = 10,500   (interest: 500)
Year 2: 10,500 × 1.05 = 11,025   (interest: 525)
Year 3: 11,025 × 1.05 = 11,576.25 (interest: 551.25)
Total interest: 1,576.25

Simple interest gave $1,500. Compound gave $1,576.25. The gap is $76.25 over 3 years — about 5% more interest with compounding. Over 10 years, the gap widens: simple gives $5,000, compound gives $6,288.95. Over 30 years, simple gives $15,000, compound gives $33,219.42. The exponential curve pulls away from the linear line, and the distance between them grows every year.

This is why Albert Einstein allegedly called compound interest the eighth wonder of the world. The math is not complicated, but the effect over long time horizons is dramatic. Simple interest is appropriate for short-term products where the linear approximation is close enough. For anything over 5 years, the gap between simple and compound becomes significant.

Where simple interest is actually used

Simple interest is not a textbook abstraction — it is used in specific real-world products:

Short-term personal loans. Many 6-to-36-month personal loans use simple interest because the term is short enough that the difference from compounding is small, and the flat monthly interest makes payment schedules predictable.

Auto loans. Most car loans use simple interest, not compound. The interest is precomputed on the full principal and either added to the loan amount (precomputed interest) or accrued daily on the outstanding principal (simple interest daily). The tool's daily interest figure is relevant here — it divides total interest by the number of days in the term.

Some bonds. Fixed-rate bonds that pay coupons use simple interest on the face value. The coupon rate times the face value times the time fraction gives the payment. The interest does not compound because it is paid out, not reinvested.

Late payment penalties. Many contracts specify simple interest on overdue amounts — 1% per month on the unpaid balance, calculated linearly from the due date.

Simple interest vs amortizing loans

An amortizing loan (like most mortgages) computes interest on the remaining principal each period. As you pay down the principal, the interest portion of each payment shrinks and the principal portion grows. Early payments are mostly interest; late payments are mostly principal. The total interest on an amortizing loan is less than simple interest on the same principal, rate, and term because the principal declines over time.

The tool's Monthly Breakdown tab shows the contrast clearly. In simple interest, every row has the same interest amount. In an amortizing loan, the interest column would start high and decline each month. The tool does not compute amortizing loans — use the Loan Calculator for that — but seeing the flat interest column is the fastest way to understand what simple interest means in practice.

Gotchas

  • The rate must be a decimal, not a percentage. 5% enters the formula as 0.05. The tool handles this when you type 5 in the rate field, but if you are computing by hand or in a spreadsheet, P × 5 × t gives you 100 times the correct answer. This is the single most common error in interest calculation.
  • Time must be in years. If your loan is 18 months, use 1.5, not 18. The tool's months toggle divides by 12, but manual calculations require you to do it yourself. Using months directly in the formula produces 12 times the correct interest.
  • Simple interest overcharges on early payoff. If you pay off a simple interest loan early, you still owe the full precomputed interest in some contracts (precomputed interest loans). In simple interest daily loans, you owe interest only for the days the loan was outstanding, which is fairer. Check your loan agreement for the prepayment terms before assuming early payoff saves you money.
  • The effective rate equals the annual rate only for 1-year terms. For a 3-year simple interest loan at 5%, the effective return is 15% total (not annualized), which the tool shows as the "effective rate." This is not the same as the annual percentage rate (APR), which accounts for compounding and fees. Do not compare the effective rate from this tool directly to an APR from a lender — they measure different things.
  • Simple interest is not the same as flat rate. Some lenders advertise a "flat rate" that is lower than the true APR because the flat rate is applied to the original principal for the full term, even though the borrower is paying down principal. A 5% flat rate on a 3-year loan is effectively a much higher APR because the borrower does not benefit from principal reduction. The tool computes what the formula says; it does not convert to APR.

Summary

  • Simple interest is I = P × r × t. The interest is computed once on the original principal and divided evenly across all periods. Monthly interest is flat — the same every month.
  • Compound interest applies the rate to a growing base, producing an exponential curve. Over 3 years the gap is small. Over 30 years it is enormous. Use the Compound Interest Calculator for that calculation.
  • Simple interest is used in short-term personal loans, auto loans, bond coupons, and late payment penalties. Amortizing loans (mortgages) compute interest on declining principal and cost less in total interest.
  • Use the Simple Interest Calculator for the I = P × r × t computation with monthly breakdown and CSV export, the Loan Calculator for amortizing loan payments, and the Percentage Calculator for ratio-based calculations.