Finance tools

CAGR calculator

Free CAGR calculator, compound annual growth rate calculator, and reverse CAGR calculator for investments and business metrics. Enter beginning value, ending value, and holding period for live annualized return (CAGR %), total growth %, smoothed growth chart, and project ending value mode — then export CSV or PDF. Live results, no submit button.

What CAGR means

  • Calculate CAGR from endpoints

  • Reverse CAGR / project FV

  • Smoothed growth chart

  • CSV/PDF export

CAGR formula

CAGR and reverse (project FV) formulas

CAGR vs simple growth rate

MeasureFormula$1,000 → $1,300 over 3 years
Simple growth rate(FV − PV) ÷ PV × 10030.00% total (not annualized)
CAGR(FV ÷ PV)<sup>1/n</sup> − 19.14% per year (compounded)

Reverse CAGR calculator (project ending value)

CAGR vs compound interest

CAGR vs IRR

When to use CAGR

Limitations of CAGR

How to calculate CAGR in Excel

Worked examples

How to use this calculator

  1. Enter beginning and ending values

    Choose Calculate CAGR mode and type your starting and ending amounts — or switch to Project ending value (reverse CAGR) and enter a target CAGR % instead.

  2. Set the investment period

    Enter full years; open the advanced panel to add months or days for a precise fractional period (years + months/12 + days/365.25).

  3. Review CAGR, chart, and export

    See CAGR %, total growth %, absolute change, the smoothed growth chart, and download CSV or PDF when you need to share results.

Discover more calculators for time tracking, payroll, and HR.

Frequently asked questions about this CAGR calculator

How do you calculate CAGR?

Divide ending value by beginning value, raise to the power of 1 ÷ years, subtract 1, and multiply by 100 for a percentage. Example: (1300 ÷ 1000)1/3 − 1 ≈ 9.14%. This calculator applies the formula live as you type.

What is compound annual growth rate (CAGR)?

CAGR is the constant annual growth rate that would compound a starting value into an ending value over n years, assuming reinvestment. It is widely used as an annualized return for investments and revenue CAGR for business metrics.

What is the CAGR formula?

CAGR = (Ending ÷ Beginning)1/n − 1, where n is the period in years. To project ending value (reverse CAGR): FV = PV × (1 + CAGR)n.

Is a CAGR of 7% considered good?

It depends on the benchmark. For long-run US equities, high single digits to low teens is a common historical range before fees and inflation. For startup revenue, 7% may be modest in early hyper-growth stages but strong for mature businesses. Always compare CAGR to peers, risk, and your inflation context.

What CAGR do you need to double in 5 years?

About 14.87% CAGR — because (1.1487)5 ≈ 2. Use Project ending value mode to solve for FV at any target rate.

What is the difference between CAGR and simple growth rate?

Simple growth is (FV − PV) ÷ PV — total change, not annualized. On $1,000 → $1,300 over 3 years, simple growth is 30% while CAGR is 9.14% because compounding applies each year.

What is a reverse CAGR calculator?

It projects future value from a starting amount, CAGR %, and years: FV = PV × (1 + CAGR)n. Use Project ending value mode above — no separate page needed.

Can CAGR be negative?

Yes. When ending value is below beginning value, CAGR is negative — the investment or metric shrank on an annualized basis.

What is the difference between CAGR and IRR?

CAGR uses only start value, end value, and time. IRR fits irregular cash flows (contributions, withdrawals). Use CAGR for two-point comparisons; use IRR or a compound interest model when money moves during the period.

How do I calculate CAGR in Excel?

Use =((End/Begin)^(1/Years))-1 or =POWER(End/Begin,1/Years)-1, then format as percent. For reverse CAGR: =Begin*(1+Rate)^Years. The RATE function works when there are no interim cash flows.