How to Calculate Compound Interest by Hand (and Why It Matters)
The compound interest formula explained step by step — with worked examples for savings, investments, and loans. Why understanding the maths changes financial decisions.
Written by Alex · Developer & Founder
Solo developer based in Adelaide, Australia. Built MyEasyTools to make everyday file and text tasks faster and free for everyone.
Get more from MyEasyTools — No ads, higher limits, faster processing
Work through the examples yourself with our free tool
Try Finance Calculator →Compound interest is described as the eighth wonder of the world, but most people who've heard that quote can't actually calculate it. This guide gives you the formula, worked examples, and the mental model that makes the numbers intuitive rather than abstract.
The compound interest formula
A = P × (1 + r/n)^(n×t)
Where:
- A = Final amount (principal + interest accumulated)
- P = Principal (starting amount)
- r = Annual interest rate as a decimal (5% = 0.05)
- n = Compounding frequency per year (12 for monthly, 4 for quarterly, 365 for daily, 1 for annual)
- t = Time in years
The interest earned is A − P.
Worked example 1: A savings account
You deposit $10,000 in a savings account at 4.5% per annum, compounded monthly. After 5 years, how much do you have?
- P = 10,000
- r = 0.045
- n = 12 (monthly compounding)
- t = 5
A = 10,000 × (1 + 0.045/12)^(12×5) A = 10,000 × (1.00375)^60 A = 10,000 × 1.2511 A = $12,511
Interest earned: $12,511 − $10,000 = $2,511
Compare this to simple interest: 10,000 × 0.045 × 5 = $2,250. The compounding added an extra $261 — modest over 5 years, but the gap widens dramatically with time.
The compounding frequency effect
The same 4.5% rate applied at different compounding frequencies:
| Compounding | Final value (after 5 years) | Interest earned |
|---|---|---|
| Annual | $12,462 | $2,462 |
| Quarterly | $12,500 | $2,500 |
| Monthly | $12,511 | $2,511 |
| Daily | $12,523 | $2,523 |
Monthly vs annual compounding on $10,000 over 5 years is $49. The difference is real but small at these parameters. Over 30 years, the same comparison grows to roughly $800 difference — still not enormous on $10,000, but on $500,000 it becomes $40,000.
For most retail savings products, compounding frequency matters less than the advertised rate. A product at 4.5% compounded annually beats one at 4.3% compounded daily.
Worked example 2: Why loan interest feels "unfair"
The same compound interest formula applies to debt — but in reverse. You're paying interest on a balance that reduces (for amortising loans) but still compounds between payments.
A credit card with $5,000 balance, 20% annual rate, compounded monthly. If you make no payments for 12 months:
A = 5,000 × (1 + 0.20/12)^(12×1) A = 5,000 × (1.01667)^12 A = 5,000 × 1.2194 A = $6,097
Interest accrued: $1,097 on a $5,000 balance — 22% effective cost (slightly higher than the 20% nominal rate because of monthly compounding).
This is why minimum repayments on high-interest debt are dangerous. At minimum repayments, the interest being charged is close to or exceeds the repayment amount, leaving the principal nearly unchanged month to month.
The Rule of 72
The Rule of 72 is a mental shortcut: divide 72 by the annual interest rate to estimate how many years it takes for money to double.
- At 6%: 72 ÷ 6 = 12 years to double
- At 8%: 72 ÷ 8 = 9 years to double
- At 10%: 72 ÷ 10 = 7.2 years to double
- At 20% (credit card rate): 72 ÷ 20 = 3.6 years to double
The credit card version is alarming. At 20% compounding, $5,000 of unpaid debt becomes $10,000 in under 4 years if you make no payments.
Regular contributions change the picture
The formula above assumes a lump sum deposit. Most real-world savings involve regular contributions. The formula for future value with regular contributions is:
FV = PMT × ((1 + r/n)^(n×t) − 1) / (r/n)
Where PMT is the regular payment amount.
Example: $200/month into a savings account at 5%, compounded monthly, over 10 years:
FV = 200 × ((1 + 0.05/12)^(12×10) − 1) / (0.05/12) FV = 200 × ((1.00417)^120 − 1) / 0.00417 FV = 200 × (1.6470 − 1) / 0.00417 FV = 200 × 155.1 FV ≈ $31,020
Total contributed: 200 × 120 = $24,000 Interest earned: $31,020 − $24,000 = $7,020
The $7,020 in interest is 29% of the total — a meaningful return from disciplined monthly savings.
Use our Finance Calculator to run these scenarios for any combination of principal, rate, and term. For loan repayments specifically, the EMI calculator shows the full amortisation schedule including total interest paid.
Why this matters beyond the numbers
Understanding the compound interest formula changes how you think about financial decisions:
Starting 10 years earlier is worth more than doubling your contributions later. At 7% annual return: $1,000 invested at age 25 grows to ~$14,000 by age 65. The same $1,000 invested at age 35 grows to ~$7,600. Ten years of compounding halved the outcome.
High-interest debt compounds against you. The same force that grows savings works in reverse on debt. Paying off a 20% credit card is economically equivalent to earning a guaranteed 20% return.
Advertised rate vs effective annual rate. When a lender quotes "20% p.a. monthly compounding," the effective annual rate is (1 + 0.20/12)^12 − 1 = 21.94%. The difference between nominal and effective rates grows with both the rate and the compounding frequency.
FAQ
What's the difference between compound and simple interest? Simple interest is calculated on the original principal only: I = P × r × t. Compound interest calculates interest on the growing balance — interest earns interest. Over long periods and at higher rates, the difference is enormous.
Does the compound interest formula work for loans? Yes — loans use the same mathematics but you're the one paying rather than receiving. For reducing-balance loans (most home and car loans), the calculation is slightly more complex because the principal decreases with each payment. The EMI formula handles this correctly. See our guide to the EMI calculation formula.
Is daily compounding meaningfully better than monthly? At typical savings account rates (3–6%), the difference between daily and monthly compounding is under 0.05% effective rate. It's not meaningfully better in practice. Focus on the advertised rate, not the compounding frequency, when comparing savings products.
Can I calculate continuous compounding? Yes: A = P × e^(r×t), where e is Euler's number (~2.71828). Continuous compounding is the mathematical limit of increasing compounding frequency. For practical financial products, monthly compounding is close enough to continuous that the difference is negligible.
What's the best way to model compound interest over long periods? Use the Finance Calculator for loan scenarios, or a spreadsheet for savings scenarios. The mental shortcuts (Rule of 72, back-of-envelope monthly estimates) are useful for quick sanity checks, but the formula gives you exact figures.