Finance · 6 min read · Last updated September 2026
Worked example: ₹1,00,000 grows to ₹1,61,051 in 5 years. Ratio = 1.61051. Fifth root of 1.61051 = 1.10 (check: 1.105 = 1.61051). So CAGR = 10.0% per year. The order of operations matters: divide first, take the n-th root second, subtract 1 last — reversing steps 2 and 3 is the most common hand-calculation error.
Yearly returns of +50% and −50% average to 0%, but ₹100 becomes ₹150 then ₹75 — a real loss of 25%. The arithmetic average ignores compounding; CAGR does not: (75/100)1/2 − 1 = −13.4% per year, which is the honest annualized truth. Whenever returns compound, use the geometric mean (CAGR), not the arithmetic one.
| Situation | What goes wrong |
|---|---|
| Short periods (1–2 years) | One lucky year annualizes into an unsustainable "rate" |
| Negative endpoint | If the ending value is below the start, CAGR is negative — fine — but if the ending value is ≤ 0 the formula is undefined |
| Uneven cash flows | CAGR assumes one deposit at the start and nothing after; SIP-style contributions need an IRR/XIRR calculation instead |
| Cherry-picked dates | Starting the clock after a crash (or before one) changes CAGR dramatically with zero change in the fund |
None of this makes CAGR wrong — it makes it a summary. Pair it with the underlying yearly numbers before drawing conclusions.
It depends entirely on the asset class and period. As a rough reference: long-run inflation is 2–4%, broad stock indices have historically annualized around 7–10% in many markets, and anything promising far more than that carries far more risk. Compare CAGR against a relevant benchmark, not a universal number.
Divide ending value by beginning value, take the n-th root of the ratio (n = years), then subtract 1 and multiply by 100. Example: 1.61051 over 5 years → fifth root ≈ 1.10 → CAGR ≈ 10%.
Yes — CAGR is the standard way to annualize a single start-to-end growth figure. They differ from IRR, which handles multiple cash flows at different dates.
Yes. If the ending value is lower than the beginning value, CAGR is negative and correctly shows a shrinking investment. It is undefined only when the ending value is zero or negative.