🧰 UtlKit

How to Calculate CAGR: The Formula, Why It Is the Geometric Mean, How It Differs From Total Return and a Simple Average, Negative CAGR, and When to Use IRR Instead

How to calculate CAGR, the compound annual growth rate: the working formula (ending value divided by beginning value)^(1/n) - 1, worked across $10,000 to $20,000, $50,000 and $100,000, why CAGR is the geometric mean of growth rather than the arithmetic one, how it differs from the total return and a simple average (the -50% then +100% path that nets to zero), when a CAGR can be negative and how to handle fractional years, why irregular cash flows require IRR or its money-weighted annualized cousin XIRR instead, and why a CAGR should always be read next to maximum drawdown and the Sharpe ratio.

CAGR, or compound annual growth rate, is the single smoothed percentage that tells you how much an investment grew per year on average over a period of more than one year. It collapses a bumpy, year-to-year ride into one clean annual number you can compare against other investments and against your own goals. The formula is compact: CAGR equals the ending value divided by the beginning value, raised to the power of one over the number of years, minus one. For a $10,000 position that grew to $16,105 over five years, that is (16,105 / 10,000)^(1/5) - 1, a CAGR of exactly 10%. You can run it yourself in the CAGR calculator, which returns the CAGR alongside the total return and the simple average so you can see exactly where the difference comes from.

What CAGR Actually Measures

CAGR is the geometric mean of growth, not the arithmetic one. Where a simple average adds up each year's return and divides by the number of years, CAGR answers a different question: at what single constant rate, compounded year after year, would you have gone from the beginning value to the ending value? That is what makes it the right number for comparing investments, funds, and business growth across multi-year horizons, because it respects the fact that returns compound on top of themselves.

The compounding is the whole point, and it is why CAGR is only meaningful for periods longer than a year. A rate that compounds once is just a rate; the annualized smoothing that CAGR provides has something to do only once growth has had multiple cycles to build on itself. If you are not comfortable with how compounding works under the hood, the compound interest calculator is worth a five-minute look before you lean on the number.

The Formula, Worked Out

The working form is CAGR = (Ending Value / Beginning Value)^(1/n) - 1, where n is the number of years. Run it across a few realistic scenarios and the pattern is intuitive:

  • $10,000 to $20,000 in 10 years: (2)^(1/10) - 1, about 7.18%
  • $10,000 to $50,000 in 10 years: (5)^(1/10) - 1, about 17.46%
  • $10,000 to $100,000 in 20 years: (10)^(1/20) - 1, about 12.20%

The exponent, one over n, is what converts a total multiple into an annual rate. It is the same mathematics the rule of 72 shortcuts: to double (a 2x multiple) at about 8% you need roughly 72 / 8, nine years. If you want the fast mental check on how long a given CAGR takes to double, triple, or quadruple your money, the rule of 72 calculator is the quickest way to do it in your head.

Why CAGR Is Not the Total Return or a Simple Average

Two other numbers travel with CAGR and it helps to keep them straight. The total return is simply (ending minus beginning) divided by beginning, with no time normalization: doubling over five years is a 100% total return whether it took five years or one. The simple average return divides the total by the number of years, which is fast but wrong as a growth rate, because it ignores that each year's gain compounds on the previous year's base.

The classic way to see the difference is the down-then-up path. Lose 50% one year and gain 100% the next: you end exactly where you started, so the CAGR is 0%. But the simple average of -50% and +100% is +25%, a figure that wildly overstates the real outcome. CAGR refuses to make that mistake because it is geometric. When you want to set a CAGR against the raw, un-annualized return of a single investment, the ROI calculator gives you that return on investment to compare against.

Negative CAGR, Fractional Years, and Edge Cases

CAGR can be negative, and when it is, that is information, not an error. If the ending value is below the beginning value, the ratio inside the parentheses is less than one, and raising a fraction to a positive power stays under one, so the result is a negative rate: the investment lost value on an annualized basis over the period. A fund that went from $10,000 to $7,000 over four years has a CAGR of about -8.5%, which is a far more honest summary than the vague "it lost 30% over four years."

The period does not have to be a whole number of years. Because n sits in the denominator of the exponent, you can feed in fractions: a holding of eighteen months is 1.5 years, and the formula still annualizes correctly. The one hard constraint is that the beginning value must be positive, because the whole construction rests on a ratio. A position that started at zero, or a pure stream of cash flows with no clean start and end balance, does not fit CAGR at all, and is exactly when a different tool takes over.

When CAGR Gives the Wrong Answer: Irregular Cash Flows

CAGR assumes a single lump sum invested at the start and untouched until the end. The moment money moves in or out during the period, that assumption breaks. If you contribute monthly to a fund, sell part of it, or reinvest dividends, there is no single beginning and ending balance that represents your experience, and a plain CAGR computed on whatever two numbers you happen to pick can be misleading in either direction.

The right measure for uneven cash flows is the internal rate of return, or IRR, which finds the discount rate that makes the net present value of every cash flow exactly zero, and its money-weighted cousin, the annualized XIRR, does the same job on a daily time base. The IRR calculator computes that rate for you, and the companion article on the internal rate of return walks through when to trust IRR over CAGR.

CAGR Alone Is Not Enough: Pair It With Risk

Here is the limitation that surprises people most. CAGR smooths volatility away entirely. Two investments can share an identical 12% CAGR over the same ten years, and one can be a slow, steady ladder while the other is a wild swing that cratered 60% along the way before clawing back. The CAGR cannot see the difference, so it will never tell you which one you could actually hold through a bad stretch.

That is why a CAGR is best read next to a measure of the pain it involved. Pair it with the maximum drawdown, the largest peak-to-trough fall, to see the worst dip you had to sit through, and with the Sharpe ratio to see how much return you earned per unit of volatility. The drawdown calculator quantifies that peak-to-trough fall, and the guide to the Sharpe ratio puts the reward-versus-risk trade on one number. Read a CAGR with those beside it and it stops being a single flattering percentage and becomes an honest picture of both how fast an investment grew and how rough the ride was.

Related Tools

Frequently Asked Questions

What is CAGR, or the compound annual growth rate?

It is the single smoothed annual percentage that shows how much an investment grew per year on average over a period of more than a year. You compute it by dividing the ending value by the beginning value, raising that to one over the number of years, and subtracting one. For $10,000 that grew to $16,105 over five years, the CAGR is exactly 10%. The CAGR calculator returns it alongside the total return and simple average.

How do you calculate CAGR?

Use the working form CAGR = (Ending Value / Beginning Value)^(1/n) - 1, where n is the number of years. Doubling at about 8% takes roughly 72 / 8, nine years. The one hard constraint is that the beginning value must be positive, because the whole construction rests on a ratio. The CAGR calculator does the exponentiation for you.

What is the difference between CAGR and total return?

Total return is (ending minus beginning) divided by beginning, with no time normalization, so doubling is 100% whether it took five years or one. CAGR annualizes that into a per-year rate by raising the multiple to one over n. A simple average divides the total by the number of years, which is fast but wrong as a growth rate because it ignores compounding. When you want the raw, un-annualized figure to set beside a CAGR, the ROI calculator gives it to you.

Can CAGR be negative?

Yes, and when it is, that is information, not an error. If the ending value is below the beginning value, the ratio in the parentheses is under one, and raising a fraction to a positive power stays under one, so the result is a negative rate: the investment lost value on an annualized basis. A fund that fell from $10,000 to $7,000 over four years has a CAGR of about -8.5%, a far more honest summary than "it lost 30% over four years".

When should I use IRR instead of CAGR?

CAGR assumes a single lump sum invested at the start and left untouched, so the moment money moves in or out during the period, that assumption breaks. If you contribute monthly, sell part of a position, or reinvest dividends, the right measure is the internal rate of return, or IRR, and its money-weighted annualized cousin XIRR does the same job on a daily base. The IRR calculator finds that rate, and the article on the internal rate of return walks through when to trust it over CAGR.

Related Articles