Compound interest is the mechanism by which money grows on itself: each period's interest gets added to the principal, and the next period's interest is calculated on that larger base. Whether you're sizing up a fixed deposit, planning an SIP, or trying to understand why a credit card balance spirals, the math underneath is identical. This guide walks through the formula, worked examples, a compounding frequency comparison, and the calculation mistakes people make most often.
What You Need Before You Start
To calculate compound interest you need four inputs:
- Principal (P), the starting amount of money
- Annual interest rate (r), expressed as a decimal rather than a percentage (8% = 0.08)
- Compounding frequency (n), how many times per year interest is calculated and added
- Time (t), the investment or loan period in years
These four values feed straight into the formula. Get the rate format or compounding frequency wrong and the result will be wrong too.
Key Terms
- Principal, the original sum of money on which interest is calculated, before any interest gets added
- Compound Interest, interest calculated on both the principal and the accumulated interest from prior periods
- Compounding Frequency, how many times per year interest is calculated and credited (annually = 1, monthly = 12, daily = 365)
- APY, Annual Percentage Yield, the effective annual return after compounding is factored in; the right metric for comparing financial products
- Rule of 72, a mental shortcut: divide 72 by the annual rate to estimate how many years it takes to double your money
Step 1: Identify the Compounding Frequency
The compounding frequency (n) varies by product and institution. Match your product to the right n value before plugging numbers into the formula:
| Frequency | n value | Typical products |
|---|---|---|
| Annually | 1 | Some government bonds, NSC |
| Semi-annually | 2 | Some corporate bonds |
| Quarterly | 4 | Most Indian fixed deposits |
| Monthly | 12 | Savings accounts, recurring deposits |
| Daily | 365 | Many US savings accounts |
If the product document doesn't state the compounding frequency directly, check the terms and conditions or call the institution. Assuming quarterly when it's actually annual will underestimate your returns by a meaningful margin.
Step 2: Apply the Compound Interest Formula
The standard compound interest formula is:
A = P × (1 + r/n)^(n × t)
Where:
- A = final amount, including the original principal
- P = principal
- r = annual interest rate as a decimal
- n = compounding frequency per year
- t = time in years
To find interest earned alone, subtract the principal: Interest = A − P
This formula covers every compounding frequency. Only n changes.
Step 3: Work Through an Annual Compounding Example
Scenario: $10,000 invested at 8% annual interest, compounded annually, for 5 years.
- P = 10,000
- r = 0.08
- n = 1
- t = 5
A = 10,000 × (1 + 0.08/1)^(1 × 5) A = 10,000 × (1.08)^5 A = 10,000 × 1.4693 A = $14,693
Interest earned = $14,693 − $10,000 = $4,693
The interest base grows a little each year: Year 1 earns $800, Year 2 earns $864, Year 3 earns $933, Year 4 earns $1,007, Year 5 earns $1,088. That rising annual interest amount is what separates compounding from simple interest.
Step 4: Apply Monthly Compounding to the Same Numbers
Scenario: Same $10,000 at 8%, but now compounded monthly (n = 12) for 5 years.
- P = 10,000
- r = 0.08
- n = 12
- t = 5
A = 10,000 × (1 + 0.08/12)^(12 × 5) A = 10,000 × (1.006667)^60 A = 10,000 × 1.4898 A = $14,898
Interest earned = $4,898, which is $205 more than annual compounding on the exact same principal, rate, and period. The only difference is that interest gets credited monthly instead of once a year, so it has more chances to compound within each year.
Step 5: Compare Compounding Frequencies Side by Side
Here's the full picture for $10,000 at 8% over five years across every standard compounding frequency:
| Compounding frequency | n | Final amount | Interest earned |
|---|---|---|---|
| Annually | 1 | $14,693 | $4,693 |
| Semi-annually | 2 | $14,802 | $4,802 |
| Quarterly | 4 | $14,859 | $4,859 |
| Monthly | 12 | $14,898 | $4,898 |
| Daily | 365 | $14,918 | $4,918 |
Two things stand out here. The biggest jump happens moving from annual to monthly, a $205 difference, while monthly to daily only adds $20 more. And rate beats frequency every time: a product paying 8.5% compounded annually ($15,007 after five years) still outperforms one paying 8% compounded daily ($14,918). Don't trade a lower rate for a fancier compounding schedule.
Step 6: Use the Calculator for Multi-Scenario Modelling
Working the formula by hand is worth doing once to understand the mechanics, but comparing several rates, tenures, or frequencies in one sitting is faster with the Compound Interest Calculator, and it removes arithmetic errors along the way. It also draws year-by-year growth charts that make the compounding curve easy to see.
For fixed deposit planning, the Fixed Deposit Calculator applies the quarterly compounding convention most Indian banks use and outputs the exact maturity amount. For recurring monthly investments, the SIP Calculator layers compounding onto monthly contributions, which models real investor behavior better than a single lump-sum calculation does.
Compound Interest vs Simple Interest
Simple interest is calculated only on the original principal, every period:
Simple Interest = P × r × t = 10,000 × 0.08 × 5 = $4,000
Compound interest on the same inputs yields $4,693, and that extra $693 is interest earned on prior interest. The Simple Interest Calculator lets you compare both methods for any set of inputs instantly.
The gap widens over time:
| Time | Simple interest (8%) | Compound interest (8%, annual) | Difference |
|---|---|---|---|
| 5 years | $4,000 | $4,693 | $693 |
| 10 years | $8,000 | $11,589 | $3,589 |
| 20 years | $16,000 | $36,610 | $20,610 |
| 30 years | $24,000 | $100,627 | $76,627 |
After 30 years at 8%, compound interest produces more than four times what simple interest returns on the same $10,000. Long investment horizons matter this much because the compounding effect is backloaded, most of the growth happens in the later years.
The Rule of 72
The Rule of 72 gives a fast mental estimate of how long it takes to double your money: divide 72 by the annual interest rate percentage.
- At 6%: 72 ÷ 6 = 12 years
- At 8%: 72 ÷ 8 = 9 years
- At 12%: 72 ÷ 12 = 6 years
- At 18%: 72 ÷ 18 = 4 years
The rule holds within 1 to 2% for rates between 6% and 10%. At very high or very low rates the approximation drifts a bit, but for quick comparisons between options it's reliable enough and needs no calculator.
It runs in reverse too. Want your money to double in 6 years? You'll need a return of 72 ÷ 6 = 12% per year.
Common Calculation Mistakes
Using the percentage rate instead of the decimal trips people up constantly. The formula needs r as a decimal, so entering 8 instead of 0.08 gives A = 10,000 × (9)^5 = $590,490, obviously wrong. Always convert first: r = rate% ÷ 100.
Confusing the nominal rate with the effective annual rate (EAR) is another common one. A 12% rate compounded monthly isn't the same as 12% compounded annually. The EAR for 12% monthly compounding works out to (1 + 0.12/12)^12 − 1 = 12.68%. When comparing financial products, convert nominal rates to APY first.
Ignoring inflation is the third. A nominal return of 8% with inflation at 5% leaves a real gain of roughly 3% in purchasing power. Over 20 years, the gap between nominal and real returns grows large enough to change an investment decision entirely. For any long-horizon comparison, calculate the real rate: roughly nominal rate minus inflation rate, or more precisely, (1 + nominal) / (1 + inflation) − 1.