trending_up

Compound Interest Calculator

A compound interest calculator shows how an investment grows when the interest earned is added back and starts earning interest itself, based on the principal, rate, time and compounding frequency.

Last updated 2026-08-14

Embed on your site

Embed this calculator on your site:

<iframe src="https://calculopedia.darzh.xyz/embed/compound-interest-calculator/" width="100%" height="700" style="border:0;border-radius:12px" loading="lazy"></iframe>

quizExample

How this calculator works, with real numbers (no JavaScript needed):

Inputs

Principal amount
100000
Annual interest rate
7
Time period
10
Compounding frequency
quarterly

Results

Maturity value
₹2,00,159.73
Total interest earned
₹1,00,159.73
Principal invested
₹1,00,000

functionsThe formula

A = P × (1 + r/m)^(m × t), where P = principal, r = annual rate, m = compounding periods per year, t = years.

Compound interest is interest earned on interest. Unlike simple interest — which is always calculated on the original principal — compound interest grows faster because each period's interest is added to the balance and itself earns interest next period. Albert Einstein is widely quoted as calling it the "eighth wonder of the world".

The formula

A = P × (1 + r/m)^(m × t)
  • P — principal amount you start with
  • r — annual interest rate (as a decimal)
  • m — number of times interest compounds per year (1 yearly, 4 quarterly, 12 monthly, 365 daily)
  • t — number of years
  • A — maturity value (principal + interest)

Worked example

Invest ₹1,00,000 at 7% per year for 10 years, compounded quarterly:

  • m = 4, r = 0.07
  • A = 1,00,000 × (1 + 0.07/4)^(4 × 10)
  • A = 1,00,000 × (1.0175)⁴⁰ ≈ ₹2,00,160

You earn about ₹1,00,160 in interest — more than the principal itself. Compare that with simple interest, which would earn just 1,00,000 × 0.07 × 10 = ₹70,000.

Why compounding frequency matters

The more often interest compounds, the faster your money grows — but the effect is modest. Over 10 years, the same ₹1,00,000 at 7% grows to ₹1,96,715 compounded yearly versus ₹2,00,160 quarterly. Time is the real multiplier: the longer you stay invested, the more powerful compounding becomes, which is why starting early matters more than starting big.

helpFrequently asked questions

question_markWhat is compound interest?

Compound interest is interest calculated on the original principal plus the interest already accumulated. Each period, the balance grows and the next period's interest is calculated on the larger balance.

question_markHow is compound interest different from simple interest?

Simple interest is always calculated on the original principal only. Compound interest is calculated on principal plus accumulated interest, so it grows faster over time.

question_markWhat is the compound interest formula?

A = P × (1 + r/m)^(m × t), where P is principal, r is the annual rate, m is the compounding frequency per year and t is time in years.

view_quiltYou might also need