Compound Interest Formula with Examples
What Is Compound Interest?
Compound interest is interest calculated on both the original principal and the interest already earned in previous periods. Unlike simple interest, which is calculated only on the principal, compound interest grows faster because you earn interest on top of interest.
This effect is often called the "power of compounding." Over time, even a small interest rate can turn a modest investment into a large sum — which is why compound interest is the foundation of long-term savings, investments, and retirement planning.
For example, if you invest $1,000 at 10% annual compound interest, after year one you earn $100. But in year two, you earn interest on $1,100 — not just $1,000. Each year, the base amount grows, and so does the interest.
Warren Buffett once described compound interest as one of the most powerful forces in finance — and the math proves it.
The Compound Interest Formula
The standard formula for compound interest is:
A = P (1 + R/N) ^ (N × T)
Where:
- A = Final amount (principal + interest)
- P = Principal (original amount invested or borrowed)
- R = Annual interest rate (in decimal form — divide percentage by 100)
- N = Number of times interest is compounded per year
- T = Time in years
To find only the compound interest earned (not the total amount):
CI = A − P
Or written fully:
CI = P (1 + R/N) ^ (N × T) − P
Compounding Frequency Table
The value of N changes depending on how often interest is compounded:
| Compounding Frequency | Value of N |
|---|---|
| Annually | 1 |
| Semi-Annually | 2 |
| Quarterly | 4 |
| Monthly | 12 |
| Daily | 365 |
The more frequently interest is compounded, the more interest you earn over the same period.
Step-by-Step Examples
Example 1 — Compound Interest Compounded Annually
Problem: Find the compound interest on $5,000 at an annual interest rate of 8% for 3 years, compounded annually.
P = 5000, R = 8% = 0.08, N = 1, T = 3
A = 5000 × (1 + 0.08/1) ^ (1 × 3)
A = 5000 × (1.08) ^ 3
A = 5000 × 1.259712
A = $6,298.56
CI = A − P = 6298.56 − 5000
Answer: CI = $1,298.56
Example 2 — Compound Interest Compounded Quarterly
Problem: Calculate the compound interest on $10,000 at 6% per year for 2 years, compounded quarterly.
P = 10000, R = 6% = 0.06, N = 4, T = 2
A = 10000 × (1 + 0.06/4) ^ (4 × 2)
A = 10000 × (1 + 0.015) ^ 8
A = 10000 × (1.015) ^ 8
A = 10000 × 1.12649
A = $11,264.90
CI = 11264.90 − 10000
Answer: CI = $1,264.90
Example 3 — Compound Interest Compounded Monthly
Problem: A person invests $2,000 at 12% annual interest for 1 year, compounded monthly. What is the total amount?
P = 2000, R = 12% = 0.12, N = 12, T = 1
A = 2000 × (1 + 0.12/12) ^ (12 × 1)
A = 2000 × (1 + 0.01) ^ 12
A = 2000 × (1.01) ^ 12
A = 2000 × 1.12683
A = $2,253.65
CI = 2253.65 − 2000
Answer: CI = $253.65
Example 4 — Finding the Principal
Problem: What principal amount will grow to $8,000 in 2 years at 10% annual interest, compounded annually?
A = 8000, R = 0.10, N = 1, T = 2
P = A / (1 + R/N) ^ (N × T)
P = 8000 / (1.10) ^ 2
P = 8000 / 1.21
Answer: P = $6,611.57
Example 5 — Simple vs Compound Interest Comparison
Problem: Compare simple and compound interest on $5,000 at 10% for 4 years.
Simple Interest:
SI = (5000 × 10 × 4) / 100 = $2,000
Total Amount = $7,000
Compound Interest (annually):
A = 5000 × (1.10) ^ 4
A = 5000 × 1.4641
A = $7,320.50
CI = $2,320.50
| Simple Interest | Compound Interest | |
|---|---|---|
| Interest Earned | $2,000 | $2,320.50 |
| Total Amount | $7,000 | $7,320.50 |
| Difference | $320.50 more with CI | |
Over 4 years, compound interest earns $320.50 more than simple interest on the same principal.
Compound Interest for Different Periods
When time is given in months
Convert months to years by dividing by 12.
Example: 18 months = 18/12 = 1.5 years
When rate is given per month
Multiply the monthly rate by 12 to get the annual rate, or apply the formula directly with the monthly rate and time in months.
Quick Reference — Compound Interest Formulas
| What to Find | Formula |
|---|---|
| Total Amount | A = P (1 + R/N) ^ (N × T) |
| Compound Interest | CI = A − P |
| Principal | P = A / (1 + R/N) ^ (N × T) |
| Rate (approx) | R = (A/P) ^ (1/T) − 1 |
| Time (approx) | T = log(A/P) / log(1 + R) |
Related Formulas
Compound interest connects directly to several other important financial and mathematical formulas:
- Simple Interest Formula — The simpler version of interest calculation, calculated only on the principal. Great for short-term loans. [See Simple Interest Formula →]
- Percentage Formula — The interest rate R is a percentage. A clear understanding of percentages is essential. [See Percentage Formula →]
- Profit and Loss Formula — Investment returns and compound growth overlap with profit calculations in business. [See Profit and Loss Formula →]
- Average Formula — Average rate of return over multiple years uses compound growth logic. [See Average Formula →]
- EMI Formula — Monthly loan repayments are calculated using compound interest as their base. [See EMI Formula →]
- Discount Formula — Present value calculations (reverse compounding) are used to find discounted values. [See Discount Formula →]
Related Calculators and Pages
Frequently Asked Questions (FAQ)
Q1. What is the compound interest formula?
The compound interest formula is: A = P (1 + R/N) ^ (N × T). Where A is the final amount, P is the principal, R is the annual interest rate in decimal, N is the number of compounding periods per year, and T is the time in years. The compound interest earned is CI = A − P.
Q2. What is the difference between simple interest and compound interest?
Simple interest is calculated only on the original principal each period. Compound interest is calculated on the principal plus previously earned interest. This means compound interest grows faster, especially over long periods.
Q3. What does compounding annually vs monthly mean?
Compounding annually means interest is added to the principal once per year (N = 1). Compounding monthly means interest is added 12 times per year (N = 12). More frequent compounding results in slightly more interest earned over the same period.
Q4. How do you calculate compound interest for monthly compounding?
Use the formula A = P (1 + R/12) ^ (12 × T). Replace N with 12 in the standard formula. For example, $1,000 at 6% for 2 years monthly: A = 1000 × (1 + 0.005) ^ 24 = $1,127.16.
Q5. What is the rule of 72 in compound interest?
The Rule of 72 is a quick way to estimate how long it takes for money to double. Divide 72 by the annual interest rate. For example, at 8% interest, money doubles in approximately 72 / 8 = 9 years.
Q6. Where is compound interest used in real life?
Compound interest is used in savings accounts, fixed deposits, mutual funds, stock market investments, retirement accounts, credit card debt, and mortgage loans. It is the core concept behind long-term wealth building.
Summary
The compound interest formula — A = P (1 + R/N) ^ (N × T) — is one of the most powerful formulas in finance and mathematics. Unlike simple interest, it grows exponentially because interest is earned on previously accumulated interest.
Understanding compound interest helps you make smarter decisions — whether you are saving for retirement, taking out a loan, or evaluating an investment. The more frequently interest is compounded and the longer the time period, the more dramatic the growth becomes.
Pair this knowledge with the simple interest formula, percentage formula, and EMI formula for a complete understanding of financial mathematics.