What this answers
The geometric mean answers "what single growth factor, applied repeatedly, would produce the same overall result as this specific sequence of factors?" It is the correct way to average quantities that combine multiplicatively, such as a sequence of yearly investment returns or population growth rates, where the ordinary arithmetic mean systematically overstates the true typical rate.
When to use it, and when not to
Use the geometric mean for ratios, growth rates, or index numbers that compound over time. Do not use it for values that add together rather than multiply (like test scores or measured heights); the ordinary Mean Calculator is correct for those.
How it is calculated
The geometric mean is the nth root of the product of n values, computed here as the exponential of the average of the natural logarithms of your values, a numerically stable approach that avoids overflow when multiplying many large numbers directly.
Worked example
For the values 1, 4, and 16: their product is 64, and the cube root of 64 is exactly 4, so the geometric mean is 4. Compare this to the arithmetic mean of the same three values, exactly 7, a meaningfully different and, for multiplicative data, less appropriate answer.
Assumption audit
Common mistakes
Averaging a sequence of percentage returns with the ordinary arithmetic mean is one of the most common statistical errors in finance: a 50% gain followed by a 50% loss does not average to a 0% return, since a 50% loss undoes only part of what the earlier gain built. Converting each return to a growth factor first (1.5 and 0.5 in this example) and taking their geometric mean gives the correct compound answer instead.
Limitations
The geometric mean is undefined for zero or negative values, which limits its direct use for data that can include a complete loss (a 100% decline) or negative growth without first converting to growth factors expressed as strictly positive multipliers.