Compound Interest Explained
Compound interest is the engine behind every long-run savings projection. Here is the math behind the formula, why compounding frequency matters less than you would expect, and what inflation, taxes, and fees quietly subtract from the headline number.
What compound interest actually is
Compound interest is the interest you earn on top of interest you have already earned. Each period, the balance grows by a small percentage, and that new, larger balance becomes the basis for the next period's growth. The longer the money sits there, the more the curve bends upward — slowly at first, dramatically later. Albert Einstein reputedly called it "the eighth wonder of the world." Whether or not he ever said it, the math is genuine.
Compound interest is the engine behind every long-run savings number you have ever seen. Project a £10,000 deposit forward 30 years at 7% and the answer is roughly £76,000 — almost eight times the starting balance, with no extra contributions. Stretch the same deposit to 40 years and it lands near £150,000. The compound interest calculator on Calc Dragon plays out that curve for any starting balance, rate, contribution, and compounding frequency you choose.
This article unpacks the formula, walks through a worked example, explains why compounding frequency matters less than people expect, and shows where the calculator stops — namely, inflation, taxes, and fees, all of which quietly shave the headline number on a real account.
The formula behind the calculator
Future value with periodic compounding has two parts: a lump-sum piece and a contributions piece. The full equation is
FV = P · (1 + r/m)n·m + PMT · ((1 + r/m)n·m − 1) / (r/m)
where P is the initial principal, PMT is the regular contribution made every compounding period, r is the nominal annual interest rate as a decimal, m is the number of compounding periods per year (1 for annual, 12 for monthly, 365 for daily), and n is the number of years.
The first term is straight compound growth on the lump sum. The second term is the future value of an ordinary annuity — a fixed amount paid at the end of each compounding period. Both terms use the same per-period rate (r/m) and the same number of periods (n·m). It is the same formula a spreadsheet's FV() function evaluates, and the same one a financial calculator solves when you press the FV key.
When the rate is exactly zero the formula degenerates: the lump sum does not grow and the contributions just stack up linearly to PMT × n × m. The Calc Dragon engine handles this edge case explicitly so a 0% rate returns the right number rather than dividing by zero.
Worked example: £10,000 over 10 years at 5%
Take a starting principal of £10,000, no further contributions, an annual interest rate of 5%, and monthly compounding for 10 years. That gives r/m = 0.05/12 ≈ 0.004167, m = 12, n·m = 120, and PMT = 0.
FV = 10,000 × (1 + 0.004167)120 = 10,000 × 1.6470 ≈ £16,470.
Total contributed: £10,000. Interest earned: £6,470. The compound interest calculator returns the same figure to the nearest penny.
Now turn on contributions. Same starting deposit, same rate, monthly compounding, but add £200 a month for 10 years. The lump-sum half contributes £16,470 as before. The annuity half adds another £31,056. Final balance: £47,526, on £34,000 of total contributions and £13,526 of interest. The £200 a month adds about £24,000 of contributions and roughly £7,000 of extra interest — far more than just plugging £200 a month into a savings jar.
Why compounding frequency matters less than you think
The intuition that daily compounding crushes annual compounding turns out to be wrong at normal interest rates. Take the £10,000 at 5% for 10 years and run it at three frequencies:
- Annual (m = 1): FV = £16,289
- Monthly (m = 12): FV = £16,470
- Daily (m = 365): FV = £16,486
The whole gap from annual to daily is £197 on £10,000 over a decade — about 0.012% per year. The reason is that compounding has diminishing returns as m grows. Doubling m once (annual to semi-annual) captures most of the extra. Doubling it again gets less. By the time you are at monthly, daily is barely a rounding error. The mathematical limit is continuous compounding, which uses the formula
FV = P · er·n
where e ≈ 2.71828. At 5% over 10 years, continuous compounding gives 10,000 × e0.5 ≈ £16,487 — exactly £1 more than daily compounding. That £1 is the gap between "compounded every day" and "compounded every nanosecond." Worth knowing about, not worth losing sleep over.
Nominal rate vs. effective annual rate
A 5% nominal rate compounded monthly is not the same as a 5% effective annual rate. The effective rate (often labeled APY in the US, EAR in finance textbooks, AER on UK savings accounts) is what you actually earn after compounding is applied. The conversion is
Effective rate = (1 + r/m)m − 1
For a 5% nominal rate compounded monthly: (1 + 0.05/12)12 − 1 = 5.116%. So a "5% monthly" account is really a 5.116% annual return. When two accounts quote different compounding frequencies, always compare effective rates rather than nominal rates — that is the apples-to-apples number. The compound interest calculator on this site takes a nominal annual rate as input and applies your chosen frequency, which matches how most savings products and bond yields are quoted.
The Rule of 72: a mental shortcut
Need to know how long it takes for an investment to double? Divide 72 by the interest rate. At 6%, doubling takes about 12 years (72 / 6 = 12). At 9%, about 8 years. At 4%, about 18 years. The rule is an approximation derived from the natural log of 2, which is actually closer to 0.693, but 72 has more divisors (1, 2, 3, 4, 6, 8, 9, 12) and is easier to do in your head.
Accuracy is best between 6% and 10%, where the rule is correct to within a fraction of a year. At very high rates (above 20%) the rule starts to drift, and at very low rates (under 3%) the approximation underestimates the doubling time. For continuous compounding, 69.3 is the more accurate constant. For most long-horizon savings questions — pensions, mortgages, college savings — 72 is plenty accurate and lets you do the math while someone is still pitching the product.
What the headline number is missing
Inflation
The future balance the calculator shows is in nominal pounds. If inflation runs at 2% a year for 10 years, today's £16,470 buys roughly what £13,500 buys today. To project real (inflation-adjusted) purchasing power, subtract the expected inflation rate from the nominal rate before entering it. So a 7% nominal rate with 2% inflation becomes a 5% real rate, and the calculator output is then in today's money. The math is approximate (the exact relationship is (1 + nominal) / (1 + inflation) − 1, the Fisher equation) but good enough for planning.
Taxes
Compound growth on a taxable account is taxed each year on the interest, dividends, or realized gains, which drags the curve down. A 7% gross return at a 25% effective tax rate becomes a 5.25% after-tax return — less per year, much less compounded over decades. Sheltered accounts (ISAs in the UK, Roth IRAs in the US, TFSAs in Canada) let the gross return compound untaxed; taxable accounts compound at the after-tax rate. Enter the after-tax rate if you want a real-world taxable projection, or the gross rate for a sheltered one.
Fees
Fund management fees compound against you the same way returns compound for you. A 1% annual fee on a 7% gross return cuts the net return to 6%, which over 30 years on a £100,000 starting pot is the difference between £760,000 and £574,000 — about £186,000 of fees and lost compounding. The headline expense ratio of a passive index fund (typically 0.05% to 0.20%) versus an actively managed fund (often 0.75% to 1.50%) does not look like much in any single year and looks enormous over a long horizon. Subtract the expected expense ratio from the rate before entering it.
Variable rates
The calculator assumes a constant rate. Real markets do not deliver a constant rate — equities average around 6% to 8% real long-run but with double-digit annual swings; cash savings rates have moved from near 0% in 2021 to 5%+ in 2024 to wherever they are now. The nominal projection is a midpoint estimate, not a guarantee. For retirement planning, financial planners typically test outcomes across a range of rates — a "stress-test" pessimistic case, a midpoint, and an optimistic case — rather than relying on a single line.
How to make compound interest work harder
Start as early as possible
Time is the most powerful lever in the formula. £100 a month from age 25 to 65 at 7% becomes about £262,000. The same £100 a month from 35 to 65 becomes £122,000 — less than half, despite only starting 10 years later. The first decade of contributions does the heavy lifting, because that money compounds for the longest. Investors who can drag their starting age forward by a few years gain disproportionately.
Reinvest, do not draw
Compound growth requires the interest to stay in the account. Drawing the interest out — taking the dividend or coupon as cash rather than reinvesting — turns compound interest into simple interest. Most brokerage accounts let you set "automatic reinvestment" on dividends and interest; switch it on if you are accumulating. Take cash distributions only when you need the income.
Increase contributions with income
A £200 a month contribution at age 25 is a different ask from the same £200 a month at 45 in real terms. Step the contribution up with salary growth — even by 2% to 3% a year — and the final balance climbs sharply. The calculator does not model contribution growth directly, but a quick way to approximate it is to run the projection at the higher rate (real rate plus contribution growth) and then deflate the final number back to today's pounds.
Pick the right account
Tax-sheltered accounts compound the gross return; taxable accounts compound the after-tax return. Over 30 years that gap typically doubles the final pot for a higher-rate taxpayer. The calculator does not know which account type you are using, so feed in the rate that reflects whichever container the money sits in. For country-specific shelters, see the ISA savings calculator for the UK £20,000 a year tax-free pot.
Watch the fees
A passive index fund running 0.10% will, on a 30-year horizon, deliver almost the entire pre-fee return. An actively managed fund running 1.25% will hand back roughly a third of the final pot in fees and lost compounding, even before considering whether the active manager beats the index (most do not). Vanguard, Fidelity, and iShares all publish expense ratios; the number is the most reliable predictor of long-run net return.
Common mistakes
Confusing nominal rate with effective rate
A "5% rate compounded monthly" earns 5.116% a year. A "5% APY" already includes the compounding effect. Comparing the two directly under-counts the monthly account. Always normalize to effective annual rate before comparing accounts with different compounding schedules.
Treating compound interest as a shortcut
Compound interest works on long horizons. Three years of compounding at 5% turns £10,000 into £11,576 — a £1,576 gain that is barely distinguishable from simple interest (£1,500). The dramatic compound curves only show up after 15 to 20 years. People who expect compounding magic on a three-year cash savings goal will be disappointed; the real lever is the contribution rate, not the compounding effect.
Ignoring the start-of-period vs end-of-period convention
An ordinary annuity (PMT at the end of each period) and an annuity due (PMT at the start) differ by exactly one extra period of compounding on every contribution. Over 30 years on £200 a month at 7%, the gap is around £14,000. The Calc Dragon calculator uses end-of-period contributions, matching the spreadsheet FV() default. If your target calculator (or a savings product's marketing) uses the start-of-period convention, you will see a slightly higher number for the same inputs.
Forgetting the difference between rate and return
A "rate" is contractual — a savings account at 5% is going to pay 5% (until it changes). A "return" is realized — a stock index that averaged 7% over 30 years did not pay 7% every year; it paid −20% in some years and +25% in others. Plugging an equity-style return into the compound interest formula gives the right average outcome across many trials, but no guarantee for any single 30-year period. The calculator is a deterministic estimator; real markets are stochastic.
When to seek professional advice
For a savings goal, a retirement projection, or a quick "is this rate worth it?" question, the compound interest calculator is plenty. The math is mechanical and the numbers it produces are the same numbers a financial planner's spreadsheet produces.
Bring in a fee-only financial planner (CFP in the US, Chartered Financial Planner in the UK) when the question becomes multi-variable: which accounts to fund in which order, how to balance pension and brokerage and emergency fund, whether to pay down a mortgage early or invest, how to think about sequence-of- returns risk close to retirement, or how to factor in social security and state pension. None of those questions are answered by a single compound-interest projection — they are answered by cash-flow modeling across many possible market paths.
For a simple lump sum or a regular monthly contribution against a fixed-rate account, the calculator is the answer.
Frequently asked questions
See the FAQ on the compound interest calculator page for direct answers on what compound interest is, whether frequency matters, the nominal vs. effective rate distinction, whether the result accounts for inflation or tax, how the regular contribution is applied, and why the answer may differ from another online calculator. The combined calculator and FAQ cover the most common entry-level and intermediate questions.
Frequently asked questions
What is compound interest in plain terms?
Compound interest is interest paid on a balance that includes previously earned interest. Each period, the balance grows by a percentage of itself, and that new larger balance becomes the basis for the next period. Over long horizons the effect is exponential — the curve bends upward steeply once enough periods have stacked up.
What is the compound interest formula with regular contributions?
Future value FV = P·(1+r/m)^(n·m) + PMT·((1+r/m)^(n·m) − 1)/(r/m), where P is the initial principal, PMT is the regular contribution per compounding period, r is the nominal annual rate as a decimal, m is compounding periods per year, and n is the number of years. The contributions are applied at the end of each period (an ordinary annuity), matching the spreadsheet FV() convention.
Does daily compounding really beat monthly compounding?
Barely. At 5% over 10 years on £10,000, monthly compounding returns £16,470 and daily returns £16,486 — a £16 gap. Continuous compounding (the mathematical limit) gives £16,487. Compounding has diminishing returns as frequency rises, so above monthly the difference is essentially a rounding error.
What is the difference between nominal rate and effective annual rate?
The nominal rate is the headline annual rate before compounding is applied; the effective annual rate (APY in the US, EAR in finance textbooks, AER on UK savings accounts) is what you actually earn once compounding is included. A 5% nominal rate compounded monthly equals an effective rate of (1+0.05/12)^12 − 1 = 5.116%. Always compare effective rates between accounts with different compounding frequencies.
How does the Rule of 72 work?
Divide 72 by the annual interest rate to estimate the number of years it takes for the balance to double. At 6%, doubling takes about 12 years; at 9%, about 8 years. The rule is an approximation derived from the natural log of 2 (≈ 0.693), accurate to within a fraction of a year between 6% and 10% rates. For continuous compounding, 69.3 is more precise.
Does the calculator account for inflation, tax, or fees?
No. The result is a nominal future balance — actual currency units at the end. To get real (inflation-adjusted) purchasing power, subtract expected inflation from the rate before entering it. To account for tax on a taxable account, use the after-tax rate. To account for fund fees, subtract the expense ratio. These adjustments are approximate but capture most of the gap between projection and real-world outcome.
When are contributions added — start or end of period?
End of each compounding period (an ordinary annuity), which matches the spreadsheet FV() default. With monthly compounding and a £100 monthly contribution, £100 lands at the end of each month and earns interest from the next month onward. The first contribution earns interest for n−1 periods; the last contribution earns nothing. An annuity due (start of period) would give a slightly higher number — about 4% to 8% more on a 30-year horizon at typical rates.
Can I use this for any currency?
Yes. The calculator displays values with a currency symbol but the math is currency-agnostic — pounds, dollars, euros, or yen all behave the same. As long as principal, contributions, and rate are all stated in the same currency, the future value is in that currency.
Informational only. Not personalised financial, legal, or tax advice.