Global market intelligence platform Industries · Countries · Cities · Companies · Data
Research Method

CAGR

CAGR = (Ending Value / Beginning Value)^(1/n) - 1, where n is the number of years between the two values. It compresses a multi-year growth path into one comparable annualized percentage, which is why it is the standard way to compare revenue growth, market growth, or investment performance across companies, funds, or countries. Its main limitation is exactly what makes it convenient: it smooths away all the volatility in between, so two series with wildly different year-to-year paths can report an identical CAGR.

Definition

What this method is.

A precise definition, its boundaries, and when it applies -- before any formula or worked example.

Definition

Compound Annual Growth Rate (CAGR) is the single annualized growth rate that would take a metric from its beginning value to its ending value over a stated number of years, assuming the growth compounded steadily (i.e., geometrically) each year rather than happening in one lump sum or unevenly. It answers the question "if this had grown at the same percentage rate every year, what would that rate have been?" It is not the average of the year-over-year growth rates; it is the single compounding rate implied by only the first and last data points.

Scope and exclusions

This page covers CAGR as a calculation method: how to compute it, when it is an appropriate summary statistic, and where it breaks down. It does not cover money-weighted return methods (IRR/XIRR), which are the correct tool when a stream of interim contributions or withdrawals occurred during the period; CAGR's formula assumes exactly one inflow at the start and one outflow at the end, with nothing added or removed in between. It also is not a volatility or risk measure -- it says nothing about how bumpy the path between the two endpoints was -- and does not by itself distinguish nominal growth from inflation-adjusted (real) growth; that adjustment has to be made to the input values before applying the formula, not to the CAGR output afterward. It also does not apply when the beginning value is zero or negative, since a negative base raised to a fractional power is not a real number.

When to use it

Use CAGR when you have two point-in-time values of the same metric (revenue, market size, subscriber count, portfolio value) measured in the same units and currency, no cash was added or withdrawn in between, and you want one comparable annualized growth figure -- for example, comparing a company's 5-year revenue CAGR against a competitor's, comparing an industry's historical market-size CAGR against its forecast CAGR, or annualizing a fund's multi-year return. Avoid it, or supplement it with year-by-year figures, when: interim contributions/withdrawals occurred (use XIRR/IRR instead), you need to communicate volatility or downside risk (CAGR alone hides both), or the two periods being compared span different lengths or different parts of an economic cycle, which can make otherwise-similar CAGRs misleading.

Application

How to apply it.

A repeatable step-by-step procedure, the underlying formula where one exists, and a worked example using illustrative numbers.

Step by step

  1. Identify the beginning value (V0) and the ending value (Vn) of the same metric, in the same currency and units (e.g., both in constant/real terms, or both nominal -- do not mix).
  2. Confirm no interim cash was added to or withdrawn from the underlying asset during the period; if it was, use a money-weighted method (IRR/XIRR) instead, since plain CAGR will misstate the return.
  3. Count n, the number of years (compounding periods) between the two values -- this is the difference between the end year and the start year, not the number of data points (e.g., 2021 to 2026 is n=5, not n=6).
  4. Divide the ending value by the beginning value to get the total growth multiple (Vn / V0).
  5. Raise that multiple to the power of 1/n (the nth root).
  6. Subtract 1 from the result and multiply by 100 to express it as a percentage.
  7. Sanity-check the result against the plain year-over-year figures if you have them: CAGR should fall somewhere within the range those individual years cover, and a CAGR far outside that range usually signals a units, currency, or period-count error.

Formula

CAGR = (Ending Value / Beginning Value)^(1/n) - 1
where Ending Value = the metric's value at the end of the period,
Beginning Value = the metric's value at the start of the period,
n = the number of years (compounding periods) between the two dates.

As a percentage: CAGR (%) = [ (Ending Value / Beginning Value)^(1/n) - 1 ] x 100.

Worked example ILLUSTRATIVE

Illustrative example only -- all figures below are hypothetical inputs chosen to demonstrate the arithmetic, not a sourced estimate for any real company or market.

A hypothetical company's revenue was $10,000,000 in year 0 (2021) and $21,600,000 in year 5 (2026). n = 2026 - 2021 = 5.
Growth multiple = 21,600,000 / 10,000,000 = 2.16.
2.16 ^ (1/5) = 1.16657 (the 5th root of 2.16).
CAGR = 1.16657 - 1 = 0.16657, or approximately 16.66% per year.

Why the smoothing matters: a second hypothetical company starts at the same $10,000,000 and ends at the same $21,600,000 five years later, but along a much bumpier path -- $10.0M, then +40% to $14.0M, then -35.7% to $9.0M, then +66.7% to $15.0M, then +20% to $18.0M, then +20% to $21.6M. Its year-by-year growth swings from -35.7% to +66.7%, yet because it shares the same beginning value, ending value, and n, its CAGR is also exactly 16.66%. CAGR cannot distinguish the smooth path from the volatile one; that is its main limitation, not a flaw in the arithmetic.

Common mistakes

Where analysts go wrong.

The most frequent errors made when applying this method, so you can check your own work against them.

Common errors

Applying the plain CAGR formula when money was added or withdrawn mid-period (e.g., a fund with periodic contributions); this understates or overstates the true return, since CAGR assumes a single inflow at the start and a single outflow at the end. Use a money-weighted measure (IRR/XIRR) instead.
Miscounting n as the number of data points rather than the number of years elapsed (an off-by-one error): 2021 through 2026 inclusive is 6 data points but n=5 years.
Mixing units or currencies between the beginning and ending value (e.g., one figure in local currency, the other converted to USD at a different exchange rate; or one nominal, one inflation-adjusted).
Treating CAGR as evidence of a smooth, low-risk growth path, when it is mathematically consistent with an extremely volatile one that happens to share the same start and end points (see the worked example above).
Extrapolating a historical CAGR forward as a guaranteed or even likely future growth rate, without checking whether the drivers that produced it (a low base, a one-time event, a bull market) are still in force.
Comparing two CAGRs computed over different-length periods, or over periods that start/end in different parts of an economic or industry cycle, without noting the difference -- a 3-year CAGR and a 10-year CAGR are not directly comparable.
Attempting to compute CAGR from a negative or zero beginning value; the formula requires a positive base, since a fractional power of a negative number is not a real number.
Related

Related methods and tools.

Other frameworks that pair with this one, and the calculators/tools that implement it.

Related tools

Not yet available.

Further reading

  • Corporate Finance Institute, "CAGR (Compound Annual Growth Rate)" -- formula, worked example, and common uses.
  • Wikipedia, "Compound annual growth rate" -- formula notation and the calculation-error caveat when used for forecasting.
  • U.S. Securities and Exchange Commission, Investor.gov glossary entry: "Compound Annual Growth Rate (CAGR)" -- official investor-education definition.
Trust & methodology

Sources and review.

Every important figure on this page is traceable to a dated source. This page was last human-reviewed on an unrecorded date.

Corporate Finance Institute, "CAGR (Compound Annual Growth Rate)" Corporate Finance Institute · Published 2020-03-25 · Accessed 2026-07-15 View source →
Wikipedia, "Compound annual growth rate" Wikipedia · Accessed 2026-07-15 View source →
U.S. Securities and Exchange Commission, Investor.gov glossary: "Compound Annual Growth Rate (CAGR)" U.S. Securities and Exchange Commission (Investor.gov) · Accessed 2026-07-15 View source →
Search captured locally. No data was submitted.