About the Geometric Mean Calculator
The Geometric Mean Calculator finds the geometric mean of a set of positive numbers, the correct way to average multiplicative quantities such as sequential growth rates or investment return multipliers. Unlike a simple average, it accounts for compounding, which is why it is the standard method for summarizing performance across multiple periods.
How It Works
Enter a list of positive numbers, separated by commas or spaces, such as yearly growth multipliers where 1.08 represents 8 percent growth. The calculator multiplies every value together and takes the nth root of that product, where n is the count of numbers entered, and displays the regular arithmetic mean alongside it for comparison.
Formula & Methodology
To compute by hand, multiply every entered value together to get a single product, then raise that product to the power of 1 divided by the count of values (equivalently, take the nth root of the product).
Examples
Four years of investment returns
With growth multipliers 1.08, 1.12, 0.95, and 1.15, the product is about 1.3215, and its fourth root gives a geometric mean of approximately 1.0722, meaning roughly 7.2 percent average annual growth. The arithmetic mean of the same figures is 1.075 (7.5 percent), noticeably higher because it ignores the effect of compounding.
Three simple multipliers
With the values 2, 8, and 4, the product is 64, and its cube root gives a geometric mean of exactly 4. The arithmetic mean of the same three numbers is 14/3, about 4.67 - higher than the geometric mean, as is always the case except when all values are equal.
Advantages
- Correctly captures compounding, producing an average growth rate that, applied every period, reproduces the same overall result as the original sequence of values.
- Displays the arithmetic mean alongside the geometric mean, making it easy to see how much a simple average would overstate results if used instead.
- Works with any set of positive multiplicative values, not just financial returns, including ratios, indices, and scaling factors.
Common Mistakes
- Entering raw percentages, like 8 for 8 percent growth, instead of growth multipliers, like 1.08, which produces a meaningless product.
- Entering a negative return directly, like -5 for a 5 percent loss, instead of its multiplier form, 0.95, which the calculator rejects since it requires strictly positive inputs.
- Using the arithmetic mean instead of the geometric mean to describe average annual return, which systematically overstates true compounded performance, especially when returns are volatile.
Edge Cases to Watch For
- All values must be strictly positive; zero or negative entries are rejected, since the geometric mean is mathematically undefined for them.
- At least one number must be entered, or the calculator returns an error instead of a result.
- For growth rates, each value should be entered as a growth multiplier (1.08 for +8 percent), not the raw percentage (8), since multiplying raw percentages together does not represent compounding.
Common Use Cases
- Investors and analysts summarizing average annual returns across multiple years of varying performance.
- Anyone comparing growth rates across different periods or scenarios where values compound rather than simply add.
- Students and researchers who need the mathematically correct averaging method for ratios, indices, or other multiplicative data.