# What Is Compound Interest? A Simple Guide With Examples

Source: https://pennyandplan.com/what-is-compound-interest/
Published: 2026-07-26 | Updated: 2026-08-10 | Category: Money Basics
Publisher: Penny & Plan (https://pennyandplan.com)

**Short answer:** Compound interest is interest earned on both your original money and the interest already added to it, so growth accelerates over time. It works powerfully in your favour in savings and investments, and just as powerfully against you on credit card balances. Starting early matters more than starting big.

## Key takeaways
- Compound interest is interest earned on both your original money and the interest it has already earned.
- Time is the most powerful ingredient. Starting a few years earlier can beat saving much more later.
- The same force works against you on debt, where interest compounds on what you owe.
- The earlier and more regularly you save or invest, the more compounding does the heavy lifting.

Compound interest is often called the most powerful force in personal finance, and once you see how it works, you understand why. It is also refreshingly simple, which is the good news: you do not need to be clever to use it, you just need to start. Here is compound interest explained in plain English, with real numbers you can follow.

## Simple vs compound interest

The whole idea sits in the difference between two ways of calculating interest.

- **Simple interest** is calculated only on your original amount. Put money in, and you earn the same fixed interest each period on that starting sum and nothing more.
- **Compound interest** is calculated on your original amount **plus all the interest already earned**. Each period, your base gets a little bigger, so the next lot of interest is a little larger than the last.

That small difference, repeated over years, produces a dramatic gap. To see it clearly, imagine 1,000 earning 10% a year for 30 years. With simple interest you would earn a flat 100 every year, so after 30 years you would have 4,000. With compound interest, that same 1,000 at the same 10% grows to roughly 17,449, because each year's interest joins the pile that earns next year's interest. Same starting money, same rate, same time, and more than four times the result. The only thing that changed was letting the interest earn interest.

## A worked example, year by year

Numbers make this concrete. Imagine you invest 1,000 at 8% a year and never add another penny.

| Year | Starting balance | Interest earned (8%) | Ending balance |
| --- | --- | --- | --- |
| 1 | 1,000.00 | 80.00 | 1,080.00 |
| 2 | 1,080.00 | 86.40 | 1,166.40 |
| 3 | 1,166.40 | 93.31 | 1,259.71 |
| 4 | 1,259.71 | 100.78 | 1,360.49 |
| 5 | 1,360.49 | 108.84 | 1,469.33 |

Look at the interest column. In year one you earn 80. By year five you earn nearly 109 on the exact same original deposit. The rate never changed. You earn more each year only because the amount earning interest keeps growing. That is compounding, and it is why the curve starts flat and then bends steeply upward the longer you leave it alone.

A rough shortcut worth knowing is the **Rule of 72**: divide 72 by your annual rate to estimate how many years it takes your money to double. At 8%, money doubles roughly every 9 years (72 divided by 8). At 4%, about every 18 years. It is an approximation, not a promise, but it is a handy way to feel the effect of a rate without a calculator.

## Why starting early beats saving more

This is the part that genuinely surprises people. Because compounding accelerates over time, the years at the end do the most work. So the earlier you start, the more of those powerful late years you get, and an early start can beat a much larger effort that begins later.

| Saver | Starts at | Contributes | Stops at | Then |
| --- | --- | --- | --- | --- |
| Early Emma | age 25 | for 10 years | age 35 | leaves it untouched to 65 |
| Late Liam | age 35 | for 30 years | age 65 | never stops |

Emma puts money in for only 10 years and then stops entirely. Liam saves for 30 years, three times as long. Yet because Emma's contributions had an extra decade to compound before Liam even began, she often ends up level with or ahead of him at 65, despite putting in far less total money. The lesson is not that saving more does not matter, it clearly does. The lesson is that **time is the ingredient you can never buy back later**, so the single most valuable thing most people can do is start now rather than wait for the perfect moment.

## The regular-saving multiplier

Compounding rewards two things: **time** and **consistency**. Adding money regularly, even small amounts, gives every single contribution its own runway to grow. The payment you make this month has decades to compound, next year's has slightly less, and so on, so a steady monthly habit stacks dozens of little snowballs that all roll at once. In practice this usually beats occasional lump sums you keep meaning to add, because the habit removes the decision. Automating a transfer on payday is the quiet mechanism behind most successful long-term saving.

## Where compound interest actually shows up

You do not need exotic products to benefit. The tax-advantaged accounts most people already have access to are built to let compounding run undisturbed, and the wrappers differ by country.

- **United States.** A 401(k) through an employer and an IRA (traditional or Roth) let investments compound with tax advantages. Employer matching, where offered, is effectively free money added to the base that then compounds.
- **United Kingdom.** A Stocks and Shares ISA shelters growth from tax, and a workplace or personal pension adds tax relief on contributions, both giving compounding a larger base to work on.
- **Canada.** A TFSA lets investments grow and be withdrawn tax-free, while an RRSP defers tax and is often boosted by employer matching. Both are natural homes for long-term compounding.

The account is just the container. What matters is that money left inside it for years, ideally decades, gets to compound without being interrupted by withdrawals or taxes.

## The dark side: debt

Compound interest is not always your friend, and it is worth being blunt about the other side. On debt, the same force works in reverse and just as relentlessly. Credit card interest typically compounds on your outstanding balance, so if you pay only the minimum, interest gets charged on interest and the balance can grow alarmingly. A card charging a high annual rate can see a balance balloon over a few years if it is barely serviced, because the issuer is now running the compounding machine and you are on the wrong end of it.

This is exactly why clearing high-interest debt is one of the best guaranteed returns available. Paying off a balance charging 20% is, in effect, earning a certain 20% by switching off compounding that was working against you. No investment offers a guaranteed return like that, which is why most planners say to clear expensive debt before chasing investment growth.

<div class="pp-calc" id="pp-ci"><h3 style="margin-top:0">Compound interest calculator</h3><p style="margin:.2rem 0 1rem;color:#555">See what regular saving could grow into. Figures are illustrative, in whatever currency you use, and returns are never guaranteed.</p><div class="pp-calc-grid"><label>Starting amount<input type="number" id="ci-p" value="1000" min="0"></label><label>Monthly contribution<input type="number" id="ci-m" value="150" min="0"></label><label>Annual return %<input type="number" id="ci-r" value="7" min="0" step="0.1"></label><label>Years<input type="number" id="ci-y" value="20" min="1" max="60"></label></div><button type="button" id="ci-go">Calculate</button><div class="pp-calc-out" id="ci-out" aria-live="polite"></div><small style="color:#777">Educational estimate using monthly compounding. Not financial advice.</small></div><style>.pp-calc{border:1px solid #e2e8e6;background:#f7faf9;border-radius:14px;padding:22px;margin:28px 0}.pp-calc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:16px}.pp-calc label{display:flex;flex-direction:column;font-size:.85rem;font-weight:600;color:#334}.pp-calc input{margin-top:6px;padding:10px;border:1px solid #cbd5d1;border-radius:8px;font-size:1rem}.pp-calc button{background:#0f766e;color:#fff;border:0;border-radius:8px;padding:11px 20px;font-size:1rem;font-weight:700;cursor:pointer}.pp-calc button:hover{background:#0b5c55}.pp-calc-out{margin:16px 0 8px;font-size:1.05rem;line-height:1.6}.pp-calc-out .big{font-size:1.7rem;font-weight:800;color:#0f766e;display:block}@media(max-width:520px){.pp-calc-grid{grid-template-columns:1fr}}</style><script>(function(){function n(v){return Number(v)||0}function fmt(x){return Math.round(x).toLocaleString()}var out=document.getElementById("ci-out");function calc(){var p=n(document.getElementById("ci-p").value),m=n(document.getElementById("ci-m").value),r=n(document.getElementById("ci-r").value)/100/12,y=n(document.getElementById("ci-y").value),k=Math.max(1,Math.round(y*12));var fv=p*Math.pow(1+r,k)+(r>0?m*((Math.pow(1+r,k)-1)/r):m*k);var put=p+m*k,grew=fv-put;out.innerHTML="After "+Math.round(k/12)+" years you could have <span class=\"big\">"+fmt(fv)+"</span>You put in "+fmt(put)+", and compound growth added "+fmt(grew)+"."}document.getElementById("ci-go").addEventListener("click",calc);calc();})();</script>

## The bottom line

Compound interest means earning returns on your returns, and over enough time that snowballs into serious growth. The two levers you actually control are how early you start and how consistently you add, and of the two, starting early is the one you can never get back. Begin now rather than later, automate regular contributions into a tax-advantaged account, and let time do the heavy lifting. Then remember the mirror image: the same force compounds against you on high-interest debt, so clear those balances before they compound out of control.

## Frequently asked questions

**What is compound interest in simple terms?**

It is interest on your interest. You earn a return on your original money, then next period you earn a return on that larger amount, and so on. Over time the growth accelerates because each gain is added to the base that earns the next gain.

**Why is compound interest so powerful?**

Because growth builds on previous growth. Early on it looks slow, but as the balance grows, each period adds more than the last. Given enough time, the later years produce far more than the early years, which is why starting early matters so much.

**Is compound interest good or bad?**

Both. It is excellent when it works for you in savings and investments, and dangerous when it works against you on debt like credit cards, where the balance can grow quickly if you only pay the minimum.

## Sources
- What is compound interest? (US Consumer Financial Protection Bureau): https://www.consumerfinance.gov/ask-cfpb/what-is-compound-interest-en-1965/
- Compound Interest Calculator (US Securities and Exchange Commission): https://www.investor.gov/financial-tools-calculators/calculators/compound-interest-calculator
