CAGR Calculator
Back out the compound annual growth rate between any two values, step by step
The CAGR Formula
Compound annual growth rate is the single constant rate that would carry a beginning value to an ending value over a given number of years:
- — the value at the start
- — the value at the end
- — the number of years between the two observations, not the number of data points
It is the inverse of compounding: where solves forward for a value, CAGR solves backward for the rate. That makes it a smoothed figure — it describes the endpoints only and says nothing about the path between them. Two series with wildly different volatility can share a CAGR.
Rearrangements and the Average-Return Trap
The same relation answers three other questions:
The last one uses logarithms because sits in the exponent; any log base works as long as both are the same.
For a non-whole horizon, put the years in as a decimal: 42 months is .
CAGR is not the arithmetic mean of yearly returns. The arithmetic mean adds and divides; CAGR multiplies and takes a root, which is a geometric mean of the growth factors:
Whenever the yearly returns vary, the geometric mean is strictly below the arithmetic mean, and the gap widens with volatility. Only CAGR reproduces the actual ending value.
Common Mistakes to Avoid
- Counting data points instead of intervals: values for 2018 through 2024 span years, not 7.
- Averaging the annual percentages: use the geometric mean, or the CAGR will not reproduce the ending value.
- Applying CAGR to a series that crosses zero or goes negative: the ratio must be positive, or the root is undefined.
- Forgetting to subtract 1: the root gives the growth factor; CAGR is that factor minus 1.
- Comparing CAGRs over different horizons: a 3-year and a 10-year CAGR are not like-for-like.
- Reading CAGR as a forecast: it is a description of two observed endpoints, nothing more.
示例题目
常见问题
CAGR = (ending value / beginning value)^(1/n) − 1, where n is the number of years between the two values. Multiply by 100 to state it as a percentage.
CAGR is a geometric mean of growth factors, while the average return is an arithmetic mean of percentages. Whenever returns vary, the geometric mean is strictly smaller, because a loss removes more value than the same-sized gain adds back. Only CAGR reproduces the true ending value.
Yes. If the ending value is below the beginning value the ratio is less than 1, its root is less than 1, and subtracting 1 gives a negative rate. The formula breaks down only if a value is zero or negative, since the root of a non-positive ratio is undefined.
Express n in years as a decimal. Thirty months is n = 2.5, and 100 days is n = 100/365 ≈ 0.274. The formula is otherwise unchanged.
免费试用 AI-Math
任何数学问题都能获得分步解答。拍照上传或输入问题即可。
开始解题