tick2trade
// tools / cagr calculator

CAGR Calculator

Compute the compound annual growth rate for any one-time or SIP investment. See yearly progression, growth multiple, real (inflation-adjusted) returns and benchmarks against FD, Savings & Nifty 50 — instantly.

// concept

What is CAGR?

Compound Annual Growth Rate (CAGR) is the smoothed yearly rate at which an investment grows over a specified period, assuming profits are reinvested at the end of each year. It is the single most useful metric to compare long-term performance across different investments, fund managers or asset classes.

Unlike absolute returns, CAGR factors in the time over which the growth occurred. This makes it ideal for comparing a 3-year fund against a 7-year one on equal footing.

// math

CAGR Formula

CAGR = (Final Value / Initial Value) 1 / N − 1
  • Initial Value (PV) — the amount you invested at the start.
  • Final Value (FV) — the total worth of the investment at the end.
  • N — number of years (can be fractional, e.g., 4.5).

Multiply the result by 100 to express it as a percentage. For an SIP, the calculator instead solves the monthly rate r from the future-value of annuity equation and then annualises it.

// example

Worked Example

You invest ₹1,00,000 in a mutual fund. After 5 years, its value is ₹2,50,000.

CAGR = (250000 / 100000)1/5 − 1
    = 2.50.2 − 1
    = 1.2011 − 1
    = 20.11% per year

The same ₹1,50,000 absolute gain (150%) translates to roughly 20.11% CAGR — a more honest representation of yearly performance.

// why

Why use CAGR?

  • Compare investments of different durations on a like-for-like basis.
  • Filter out short-term volatility and noise.
  • Project realistic long-term wealth using a compounding model.
  • Benchmark personal portfolios against indices like Nifty 50 or Sensex.
  • Evaluate business growth: revenue, users, AUM, or any compounding quantity.
// compare

CAGR vs Absolute Returns

AspectAbsolute ReturnCAGR
Considers timeNoYes
Useful for comparisonLimitedHighly comparable
Accounts for compoundingNoYes
Best forShort periodsMulti-year investments
// faqs

Frequently Asked Questions

CAGR (Compound Annual Growth Rate) is the rate at which an investment would have grown each year if it had compounded at the same rate over the chosen period. It smooths out volatility and gives you a single, comparable annualised number.