HomeArticlesHow ToHow to Calculate Compound Interest
HOW TO

How to Calculate Compound Interest

Learn how to calculate compound interest step by step — understand the A = P(1 + r/n)^nt formula, compare compounding frequencies, and use the free compound interest calculator.

Updated 2026-06-26

Compound interest is the mechanism by which money grows on itself — each period's interest is added to the principal, and the next period's interest is calculated on that larger base. Whether you are evaluating a fixed deposit, planning an SIP, or understanding why a credit card balance spirals, the maths is identical. This guide walks through the formula, worked examples, a compounding frequency comparison, and the most common calculation mistakes.

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, not 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 directly into the formula. If any is missing or misread — especially the rate format or the compounding frequency — the result will be wrong.

Key Terms

  • Principal — the original sum of money on which interest is calculated, before any interest is 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 correct 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 correct 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 does not state the compounding frequency explicitly, check the product's terms and conditions or call the institution. Assuming quarterly when it is actually annual will materially underestimate returns.

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 only, subtract the principal: Interest = A − P

This formula handles every compounding frequency — you only need to change n.

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

Each year the interest base grows: Year 1 earns $800, Year 2 earns $864, Year 3 earns $933, Year 4 earns $1,007, Year 5 earns $1,088. The annual interest amount increases every year — that is what distinguishes 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 — $205 more than with annual compounding, on the same principal, at the same rate, over the same period. The only difference is that interest is credited monthly instead of once a year, giving it more time to compound within each year.

Step 5: Compare Compounding Frequencies Side by Side

Here is 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 observations are worth remembering:

  1. The biggest jump is from annual to monthly — a $205 difference. Moving from monthly to daily adds only $20.
  2. Rate dominates frequency. A product paying 8.5% compounded annually ($15,007 after five years) outperforms one paying 8% compounded daily ($14,918). Never accept a lower rate in exchange for more frequent compounding.

Step 6: Use the Calculator for Multi-Scenario Modelling

Working through the formula manually is essential for understanding the mechanics, but for comparing multiple rates, tenures, or frequencies in seconds, the Compound Interest Calculator is faster and eliminates arithmetic errors. It also generates year-by-year growth charts that make the compounding curve visually apparent.

For fixed deposit planning specifically, the Fixed Deposit Calculator applies the correct quarterly compounding convention used by most Indian banks and outputs the exact maturity amount. For recurring monthly investments, the SIP Calculator layers compounding onto monthly contributions — a more realistic model for most investors than a single lump-sum calculation.

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 — the extra $693 is interest earned on prior interest. The Simple Interest Calculator lets you compare both methods for any set of inputs instantly.

The difference compounds (literally) 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 the return of simple interest on the same $10,000. This is why long investment horizons matter so much — the compounding effect is backloaded.

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 is accurate to within 1–2% for rates between 6% and 10%. At very high or very low rates the approximation drifts, but for quick comparisons between investment options it is reliable and requires no calculator.

It also works in reverse: if you want your money to double in 6 years, you need a return of 72 ÷ 6 = 12% per year.

Three Common Calculation Mistakes

1. Using the percentage rate instead of the decimal. The formula requires r as a decimal. Entering 8 instead of 0.08 gives A = 10,000 × (9)^5 = $590,490 — obviously wrong. Always convert: r = rate% ÷ 100.

2. Confusing nominal rate with effective annual rate (EAR). A 12% rate compounded monthly is not equivalent to 12% compounded annually. The EAR for 12% monthly compounding is (1 + 0.12/12)^12 − 1 = 12.68%. When comparing financial products, always convert nominal rates to APY (the effective annual rate) before comparing.

3. Ignoring inflation. A nominal return of 8% when inflation is 5% leaves a real gain of roughly 3% in purchasing power. Over 20 years, the gap between nominal and real returns is large enough to change investment decisions. Calculate real returns for any long-horizon comparison: real rate ≈ nominal rate − inflation rate (or more precisely, (1 + nominal) / (1 + inflation) − 1).

Frequently Asked Questions

Simple interest is calculated only on the original principal — it never grows on itself. Compound interest, by contrast, is calculated on the principal plus all previously earned interest, so each period's return is larger than the last. On $10,000 at 8% over five years, simple interest yields $4,000 while compound interest (monthly) yields $4,898 — the extra $898 is interest earned on prior interest. Over longer horizons the gap widens dramatically: over 30 years, simple interest adds $24,000 while compound interest at 8% adds $100,627 to the same $10,000 principal.
More frequent compounding always produces a higher final amount because interest is credited — and then itself earns interest — sooner. On $10,000 at 8% for five years: annual compounding gives $14,693, quarterly $14,859, monthly $14,898, and daily $14,918. The largest single improvement comes from moving from annual to monthly compounding (+$205); the gain from monthly to daily is only $20. For most savings products and fixed deposits, monthly compounding is the effective standard, so focus first on securing a competitive interest rate rather than chasing daily compounding.
Most bank savings accounts in India and globally compound interest daily and credit it monthly, quarterly, or annually depending on the product terms. The stated rate is a nominal annual rate; the bank divides it by 365 to get the daily rate and applies it to your closing balance each day. When interest is credited to the account it becomes part of the balance that earns interest going forward. Always check the product document for both the nominal rate and the compounding/credit frequency — two accounts with the same nominal rate but different credit frequencies will produce different effective yields.
Use the formula =P*(1+r/n)^(n*t) directly in a cell, replacing P, r, n, and t with cell references. For example, if P is in A1, annual rate in B1, n in C1 (e.g. 12 for monthly), and t in D1, enter =A1*(1+B1/C1)^(C1*D1) to get the final amount. Alternatively, Excel's FV function — =FV(rate, nper, pmt, pv) — is designed for this: use rate = annual rate / n, nper = n × t, pmt = 0 for a lump sum, and pv = −P. For ongoing scenario comparison, the [Compound Interest Calculator](/compound-interest-calculator/) handles this faster without formula entry.
The Rule of 72 is a mental shortcut that estimates how many years it takes to double your money at a given compound interest rate: divide 72 by the annual rate percentage. At 8%, 72 ÷ 8 = 9 years to double; at 12%, 72 ÷ 12 = 6 years. The rule is accurate to within 1% for interest rates between 6% and 10% and becomes slightly less precise outside that range. At 6% the exact doubling time is 11.9 years vs the rule's 12; at 20% the rule gives 3.6 years while the exact answer is 3.8 years. It is most useful for rapid comparisons between investment options, not for precise planning.
Yes, but the impact is visible only over years, not months. A savings account paying 4% annual interest compounded monthly on ₹1,00,000 earns approximately ₹4,074 in the first year vs ₹4,000 under simple interest — a difference of ₹74. After 10 years the compounded balance is ₹1,49,083 vs ₹1,40,000 under simple — a gap of ₹9,083 on the same principal. The compounding benefit grows non-linearly, so starting early matters far more than the compounding frequency itself.
For a cumulative fixed deposit, the bank compounds interest at the agreed frequency (typically quarterly in India) and adds it to the principal. No interest is paid out until maturity, so the entire accumulated amount — principal plus all compounded interest — is paid at once. For example, a ₹1,00,000 FD at 7% for 3 years compounded quarterly: A = 1,00,000 × (1 + 0.07/4)^12 = 1,00,000 × 1.2314 = ₹1,23,144. Use the [Fixed Deposit Calculator](/fixed-deposit-calculator-india/) to model exact maturity values for different tenures and rates before you book.
Compound interest is the primary mechanical driver of long-term wealth for ordinary investors. $10,000 invested at 8% annual compound interest becomes $14,693 after 5 years, $21,589 after 10 years, $46,610 after 20 years, and $100,627 after 30 years — a ten-fold growth with no additional contributions. Adding systematic contributions amplifies the effect: the [SIP Calculator](/sip-calculator-india/) shows how monthly contributions layered onto a compounding base can build a retirement corpus over a working lifetime. The core lesson is that time in the market matters more than the amount invested.
APR (Annual Percentage Rate) is the nominal annual interest rate stated without accounting for compounding within the year — it is the rate you see advertised. [APY — Annual Percentage Yield](/glossary/apy/) is the effective annual rate after compounding is factored in: APY = (1 + APR/n)^n − 1. At 8% APR compounded monthly, APY = (1 + 0.08/12)^12 − 1 = 8.30%. APY is the figure that lets you compare products with different compounding frequencies on equal terms. When comparing savings accounts or FDs, always compare APY — never APR.
The nominal return from compound interest must be reduced by the inflation rate to find the real purchasing-power gain. If your investment earns 8% compound interest but inflation runs at 5%, your real rate of return is approximately 8% − 5% = 3% (more precisely, (1.08/1.05) − 1 = 2.86%). Over 20 years at 8% nominal, $10,000 grows to $46,610; adjusted for 5% inflation over the same period, the real value is about $17,560 in today's purchasing power. Always evaluate long-term investment products on their inflation-adjusted return, not their headline rate.
Yes — compound interest accelerates debt accumulation exactly as it accelerates investment growth. A credit card balance of ₹50,000 at 36% annual interest compounded monthly: A = 50,000 × (1 + 0.36/12)^12 = 50,000 × 1.4308 = ₹71,540 after one year if no payments are made. After two years without repayment: ₹1,02,303. This is why minimum-payment strategies on revolving credit are financially destructive — the compounding interest can outpace minimum payments entirely. Understanding compound interest arithmetic makes the cost of debt viscerally clear and motivates faster repayment.
Compound interest is the operating mechanism behind fixed deposits, recurring deposits, savings accounts, public provident fund (PPF), National Savings Certificate (NSC), mutual fund growth (through NAV appreciation), home loan EMI amortisation, and credit card revolving balances. Each product has a different compounding frequency — PPF compounds annually, most FDs compound quarterly, savings accounts compound daily — which is why the [Simple Interest Calculator](/simple-interest-calculator/) and [Compound Interest Calculator](/compound-interest-calculator/) are worth bookmarking for quick side-by-side comparisons before committing to any financial product.

Related Articles

COMPARISON

Simple Interest vs Compound Interest — Key Differences

HOW TO

How to Calculate CAGR

GUIDE

Gold Investment & Loan Guide — India 2026

GUIDE

First Investment Guide — India 2026

COMPARISON

FD vs RD: Which Is Better for Short-Term Savings?