CAGR Calculator
Calculate the Compound Annual Growth Rate (CAGR) of an investment over time.
Enter your values and click Calculate
How It Works
CAGR is calculated using the formula: CAGR = (endingValue ÷ beginningValue)^(1 ÷ years) − 1, expressed as a percentage. The core idea is finding the nth-root of the total growth ratio, where n is the number of years. This nth-root operation effectively 'de-compounds' the total growth back into an equivalent annual rate. For example, if an investment grows from $10,000 to $15,000 over 5 years, the total ratio is 1.5. The fifth root of 1.5 (i.e., 1.5^0.2) equals approximately 1.0845, so the CAGR is 8.45%. This means if the investment had grown at exactly 8.45% each year, compounded annually, it would have reached precisely $15,000 after 5 years. CAGR can also be negative — if the ending value is less than the beginning value, the ratio is below 1, and the nth-root minus 1 yields a negative percentage representing the annual rate of decline.