Compound Growth Calculator
Calculate the Compound Annual Growth Rate (CAGR) that represents the steady growth rate over multiple periods.
CAGR (%)
14.8698
CAGR (%) vs Number of Periods
Formula
## How to Calculate Compound Annual Growth Rate ### Formula **CAGR = (Final / Initial)^(1/n) - 1** CAGR is the constant annual growth rate that would take the initial value to the final value over n periods. It smooths out volatility and gives a single rate that represents the equivalent steady growth. Multiply by 100 to express as a percentage.
Exemplo Resolvido
An investment grows from $1,000 to $2,000 over 5 years.
- 01Growth factor = 2000 / 1000 = 2.0
- 02CAGR = 2.0^(1/5) - 1 = 2.0^0.2 - 1
- 03= 1.14870 - 1 = 0.14870
- 04CAGR = 14.87% per year
- 05Total return = 100%
Perguntas Frequentes
Why use CAGR instead of average growth?
Simple average of yearly growth rates does not account for compounding and can be misleading. CAGR gives the actual equivalent growth rate that produces the observed result. For example, +100% then -50% has average growth of 25% but CAGR of 0%.
Does CAGR reflect actual year-by-year performance?
No. CAGR assumes smooth, constant growth. The actual path may have been volatile. CAGR is useful for comparing investments over the same period but hides interim volatility.
Can CAGR be negative?
Yes. If the final value is less than the initial value, CAGR will be negative, indicating compound decline over the period.
Aprender