CAGR Calculator — Compound Annual Growth Rate
Find the compound annual growth rate between any two values, project a future value from a rate, or solve for the years it takes to get there. Shows the year-by-year path, real (inflation-adjusted) CAGR, and doubling time. No signup, sources cited below.
How it works
CAGR — the compound annual growth rate — is the constant yearly rate that smooths an investment's journey from a beginning value B to an ending value E over nyears. It is the standard metric for comparing investments of different durations because it answers one clean question: “what single annual rate, compounded, gets me from here to there?” The definition is universal across corporate finance and the CFA curriculum:
CAGR = (E ÷ B)(1 ÷ n) − 1
This calculator runs that identity in three directions:
- Find CAGR — given B, E, and n, it returns the rate directly from the formula above.
- Project value — given a known CAGR g, it rearranges to
E = B × (1 + g)ⁿto forecast a future value. - Find years — given B, E, and g, it solves for time with
n = ln(E ÷ B) ÷ ln(1 + g).
Two cross-checks back every answer. First, the engine computes CAGR a second way — through logarithms, exp(ln(E÷B)÷n) − 1 — and confirms it matches the power-based formula. Second, it walks the money forward year by year, multiplying by (1 + CAGR) each year, and verifies the final year lands exactly on the ending value. That is the table you see beneath the results: visible proof the single rate reproduces the whole path.
Because nominal growth can be eaten by inflation, the tool optionally reports the real CAGR using the Fisher relation, (1 + CAGR) ÷ (1 + inflation) − 1. Sri Lanka's inflation (CCPI) is published by the Central Bank of Sri Lanka; enter the rate that fits your period. The doubling-time strip shows the exact ln 2 ÷ ln(1 + CAGR) alongside the Rule-of-72 shortcut so you can sanity-check it in your head. Negative growth is fully supported — if the ending value is lower, CAGR comes back negative and is labelled a decline rather than an error.
Worked examples
Frequently asked questions
Sources & references
- Investopedia — Compound Annual Growth Rate (CAGR): formula definition
- Corporate Finance Institute — Compound Annual Growth Rate (CAGR)
- Colombo Stock Exchange (CSE) — official ASPI index levels (for real market examples)
- Central Bank of Sri Lanka (CBSL) — CCPI inflation & deposit rates (for real-CAGR inputs)
The CAGR identity is pure arithmetic, not a jurisdiction-specific rate, so it needs no statutory table — only the algebra, which this page cross-checks by forward simulation and a second log-based formula. Methodology last reviewed on 2026-06-12.
Related tools
Comments & feedback
Spotted a bug or want an improvement? Tell us — our team reviews every comment, and good ideas get built. Comments are public and anonymous.
Found a bug, edge case, or want to suggest an improvement?
Email me at [email protected] — most fixes ship within 24 hours.