CAGR — Compound Annual Growth Rate — is the single most useful number for answering "how fast did this actually grow, per year?" It shows up everywhere: stock performance, startup revenue decks, market research reports, even your 401(k) statement. But most people either don't know the formula or confuse it with a simple average, which can be seriously misleading.
The problem with averaging annual returns
Say an investment returns +100% in year one and -50% in year two. Average those two numbers and you get +25% per year — sounds like a solid gain. But walk through the actual dollars: $1,000 doubles to $2,000, then drops in half back to $1,000. You made exactly nothing.
That's the gap between the arithmetic mean and the geometric mean (CAGR). The arithmetic mean is always greater than or equal to CAGR — it can never be lower — which is exactly why marketing materials sometimes lean on it. CAGR is the honest number, because it accounts for compounding instead of pretending each year's return is independent.
The formula
CAGR = (End Value / Start Value)^(1 / Years) − 1
Three steps: divide the end value by the start value to get your total growth multiple, raise that multiple to the power of 1/years to de-compound it into an annual rate, then subtract 1 to convert the multiplier into a percentage.
Worked example: $8,000 invested, worth $16,500 seven years later.
CAGR = (16,500 / 8,000)^(1/7) − 1
= 2.0625^0.1429 − 1
= 10.94% per year
Check it: $8,000 × 1.1094^7 = $16,500. That's the rate that, compounded steadily every year, would take you from start to end — even though the real investment almost certainly didn't move in a straight line to get there.
Where CAGR is actually used
- Investment analysis — comparing two funds with different holding periods on equal footing. A fund that turned $10,000 into $18,000 over six years (10.3% CAGR) beats one that turned $10,000 into $16,000 over the same period (8.1% CAGR), independent of when each fund had its best or worst year.
- Business revenue — analysts use 3- and 5-year revenue or EPS CAGR to gauge whether growth is accelerating or slowing, and to compare companies of very different sizes on the same basis.
- Market research — "the EV battery market is projected to grow at an 18% CAGR through 2030" is CAGR notation, though these projections deserve some skepticism since real growth is rarely a smooth curve.
- Goal planning — flip the formula around and you can solve for years instead of rate: at a given growth rate, how long until an investment doubles? (Quick sanity check: the Rule of 72 — divide 72 by the rate — gets you close without a calculator.)
What CAGR won't tell you
It's a backward-looking, endpoint-only metric, which means it has real blind spots:
- It ignores the path. Two investments with identical CAGR can have wildly different volatility — one grew steadily, the other crashed 60% and recovered to the same endpoint. CAGR can't distinguish them; you'd need standard deviation or max drawdown for that.
- It's sensitive to your start/end dates. Measure from a market peak and you'll get a pessimistic number; measure from a trough and you'll get an optimistic one.
- It doesn't handle cash flows. If you added money over time (dollar-cost averaging, for example), CAGR from your first deposit to your current balance won't reflect your actual personal return — that's what IRR (money-weighted return) is for.
- It requires positive start and end values. If a metric crosses zero (like earnings going from profit to loss), CAGR can't express that meaningfully.
Try it
nutilz.com has a free CAGR calculator that handles all three directions of this formula: given start value, end value, and years, it solves for CAGR; given start value, target CAGR, and years, it projects the end value; given start and end value plus a target CAGR, it solves for how many years you'd need. It also renders a full year-by-year growth table so you can see the compounding happen instead of just the final number. No signup, runs entirely in the browser.
Understanding the difference between CAGR and a simple average is a small thing, but it's the difference between reading a performance claim correctly and getting fooled by one.
Top comments (0)