Tested tool guide
Tested browser tools
Checked August 16, 2026
What CAGR Calculator does, with a checked example
CAGR expresses the change from a beginning value to an ending value as one constant annual growth rate. Enter both values and the number of years between them; the calculator solves for the rate that would compound the beginning value into the ending value. The result describes the endpoints, not what happened during each intervening year. A common mistake is treating CAGR as an average of yearly returns, even though it ignores fluctuations and the order of gains and losses.
Worked example
A concrete input and expected output from the current implementation.
Input
Beginning value: 1000
Ending value: 1210
Time period: 2 years
->
Expected output
CAGR: 10% per year
The calculation is (1210 / 1000)^(1 / 2) - 1 = 0.10. Checking the result, 1000 multiplied by 1.10 twice equals 1210.