Table of Contents
Growth rates multiply across periods. That is why geometric mean is often the right summary when you are averaging annual revenue growth, population change, index changes, or repeated percentage shifts.
If you average growth percentages directly, you may get a number that looks reasonable but does not reproduce the actual start-to-end change.
Quick answer
To average growth rates with geometric mean:
- Convert every percentage change into a factor.
- Calculate the geometric mean of those factors.
- Subtract 1 from the result.
- Convert back to a percentage.
Convert percentages to factors
Before calculating geometric mean, convert each percentage into a factor:
| Growth rate | Factor | | ---: | ---: | | +8% | 1.08 | | +12% | 1.12 | | 0% | 1.00 | | -3% | 0.97 | | -35% | 0.65 |
The rule is simple:
Growth factor = 1 + decimal growth rate
So 8% becomes 1 + 0.08 = 1.08, and -3% becomes 1 - 0.03 = 0.97.
Example: average annual growth
Suppose a metric changes by these rates:
| Year | Growth rate | Factor | | --- | ---: | ---: | | 1 | +8% | 1.08 | | 2 | +12% | 1.12 | | 3 | -3% | 0.97 | | 4 | +6% | 1.06 |
The geometric mean factor is:
(1.08 x 1.12 x 0.97 x 1.06)^(1 / 4)
If the result is about 1.056, the average compound growth rate is:
1.056 - 1 = 0.056 = 5.6%
That means a steady 5.6% growth rate would produce roughly the same total effect over the four periods.
Why not use arithmetic mean?
Arithmetic mean treats each growth rate as if it adds to the same base. Real growth changes the base each period.
| Sequence | Arithmetic average | What geometric mean captures | | --- | ---: | --- | | +10%, +10%, +10% | 10% | Same answer because every period is equal | | +20%, -20% | 0% | Final value is lower, so compound average is negative | | +50%, -50% | 0% | Final value is 25% lower, so arithmetic mean is misleading |
The more uneven the growth path, the more important geometric mean becomes.
Growth factor diagram
Think of each period as a multiplier:
Start value
x Year 1 factor
x Year 2 factor
x Year 3 factor
x Year 4 factor
= End value
Geometric mean finds the one repeated factor that could replace those different factors.
Start value x average factor x average factor x average factor x average factor = End value
Geometric mean or CAGR?
Use the input you actually have.
| You have | Use | | --- | --- | | A list of yearly growth rates | Geometric Mean Calculator | | A start value, end value, and years | CAGR Calculator | | Dated deposits and withdrawals | CAGR to XIRR Converter |
For a detailed comparison, read CAGR vs Geometric Mean.
Common growth-rate mistakes
Entering raw percentages
Enter factors, not raw percentages. Use 1.08, not 8, when the growth rate is 8%.
Forgetting that declines stay positive as factors
A decline is not entered as a negative factor. A 10% decline becomes 0.90.
Mixing periods
Do not average monthly, quarterly, and annual growth rates together unless you first convert them to the same period length.
Treating the result as a forecast
Geometric mean summarizes a past or assumed path. It does not predict future growth on its own.
Growth-rate workflow
Growth rates are one of the best uses of geometric mean because each period changes the base for the next period. A 10% increase after a loss is not the same dollar amount as a 10% increase before the loss. The base moves.
Use this workflow:
- Put every period on the same length, such as year, quarter, or month.
- Convert each growth rate to a factor.
- Multiply the factors.
- Take the nth root, where n is the number of periods.
- Subtract 1 to convert the average factor back to a growth rate.
The key idea is that the geometric mean is not averaging the percentages directly. It is averaging the factors that actually move the value.
Worked scenario: uneven business growth
Suppose a product has these year-over-year growth rates:
| Year | Growth | Factor | | --- | ---: | ---: | | 1 | +22% | 1.22 | | 2 | +8% | 1.08 | | 3 | -12% | 0.88 | | 4 | +18% | 1.18 | | 5 | +5% | 1.05 |
The arithmetic average of the percentages is:
(22 + 8 - 12 + 18 + 5) / 5 = 8.2%
That number is easy to calculate, but it does not follow the compound path. The actual multiplier is:
1.22 x 1.08 x 0.88 x 1.18 x 1.05 = 1.4358
The geometric mean factor is:
1.4358^(1 / 5) = 1.0751
The average compound growth rate is:
1.0751 - 1 = 0.0751 = 7.51%
The difference between 8.2% and 7.51% is not a rounding issue. It is the cost of volatility and compounding.
Why a decline has extra weight
A loss changes the base. If a value falls from 100 to 80, a 25% gain is needed to return to 100. A 20% gain is not enough. This is why a negative period can make the geometric mean noticeably lower than the arithmetic average.
That does not mean geometric mean is pessimistic. It means it is faithful to the path. If the final value is lower than the arithmetic average seems to imply, the geometric mean explains why.
Growth rates versus growth factors
Use this table when preparing data:
| Input you have | Convert to | Example |
| --- | --- | --- |
| +6% growth | 1 + 0.06 | 1.06 |
| -6% growth | 1 - 0.06 | 0.94 |
| No change | 1 + 0 | 1.00 |
| Doubled | 2.00 | 200% of prior value |
| Halved | 0.50 | 50% of prior value |
The factor is the value that multiplies the previous period. Once everything is written as a factor, geometric mean becomes straightforward.
Geometric mean or CAGR?
Use geometric mean when you have the period-by-period factors. Use CAGR when you only have the beginning value, ending value, and number of periods.
For example, if revenue went from 100,000 to 160,000 over 4 years, you can use the CAGR Calculator. If you have the four annual growth rates that caused the change, use the Geometric Mean Calculator on the converted factors.
The two approaches connect. CAGR is a geometric-mean style rate over the whole start-to-end path. Geometric mean is broader because it can average any list of positive factors or ratios.
How to read the result
If the geometric mean factor is 1.0751, do not stop there. Say what it means:
The value grew as if it increased by about 7.51% each year for five years.
If the factor is 0.975, say:
The value changed as if it declined by about 2.5% each period.
This wording is clearer for users than reporting only the factor. Factors are useful for calculation; percentages are often easier for interpretation.
Calculator tips
When using the calculator, enter clean factors such as:
1.22, 1.08, 0.88, 1.18, 1.05
If you enter percentage values directly, make sure the tool is expecting percentage syntax. When in doubt, convert the percentages yourself. It is safer and makes the logic visible.
For a broader comparison, read CAGR vs Geometric Mean or Geometric Mean for Investment Returns.
Handling zero, missing, and partial-period growth
Growth-rate data often needs cleaning before geometric mean is useful. A missing month, a new product with no starting value, or a true collapse to zero are different problems.
If a value has no previous base, do not write 0% just to fill the table. A new product that starts from no sales does not have an ordinary percentage growth rate from zero. It needs a separate note or a different metric.
If a period has no reported value because the data is missing, do not treat it as no growth. Missing data should be marked and reviewed. Filling it with 1.00 quietly says “no change,” which can make the average look smoother than the real evidence supports.
If the value truly falls to zero, the growth factor is zero. The product becomes zero, and the ordinary geometric mean becomes zero. That may be the right story for a complete loss, but it should be reported clearly because future positive growth from zero may not be defined in the usual percentage way.
Partial periods also need care. Do not average one monthly growth factor, one quarterly growth factor, and one annual growth factor as if they were equal rows. Convert them to a common period or use a start-to-end method such as CAGR.
Reporting growth rates responsibly
A helpful growth-rate report should include three items:
- The period length, such as annual or monthly
- The conversion from percentage changes to factors
- The final average compound growth rate
For example:
The annual growth rates were converted to factors before averaging. The geometric mean factor was 1.0751, so the average compound annual growth rate was 7.51%.
That sentence tells the user what the number means and how it was calculated. It also prevents readers from comparing it directly with a simple arithmetic average unless they understand the difference.
When to show both averages
Sometimes it is useful to report both arithmetic and geometric averages. The arithmetic average tells the simple average period change. The geometric average tells the compound path. When the two are close, the growth was fairly stable. When they are far apart, volatility matters.
For a dashboard, show the geometric mean as the main growth metric and the arithmetic mean as a context metric. For a classroom problem, show both to explain why compounding changes the answer. For an investment summary, lead with geometric mean or CAGR, because those reflect the actual path of value.
FAQ
Can geometric mean average negative growth rates?
Yes, if they are percentage changes converted to factors above zero. For example, -20% becomes 0.80.
What happens with -100% growth?
A -100% return becomes a factor of zero. Ordinary geometric mean then becomes zero and the investment or metric has collapsed to zero.
Is geometric mean the same as CAGR?
CAGR is a special start-to-end version of geometric mean. Geometric mean is broader and works directly with a list of growth factors.
Related calculators
For a simple list of growth factors, use the Geometric Mean Calculator. If you have a starting value, ending value, and time period, use the CAGR Calculator instead. If cash-flow timing matters, use the CAGR to XIRR Converter.