Skip to content

Geometric Mean Calculator

Find the correct average for values that combine by multiplication, such as growth rates or investment returns, rather than by addition.

All values must be strictly positive.

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

Calculated from your data: the count of values and whether every value is strictly positive, which the geometric mean requires.
Evidence to review: whether your values genuinely represent a multiplicative sequence (successive growth factors) rather than independent additive measurements, since applying the geometric mean to the wrong kind of data produces a number that is technically computed correctly but answers the wrong question.
You must verify: that zero or negative values in your data do not represent a real scenario (such as a total loss or negative return) that this calculator, which requires strictly positive inputs, cannot represent directly.

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.