Part of the Maths & Statistics suite · 235 calculators

Geometric Mean Calculator

The average of a set of growth rates or ratios — the mean that compounds correctly, where the arithmetic mean does not.

The geometric mean is the nth root of the product: multiply the values and take the nth root.

Comma-separated, all positive
Results update as you type
Results
Geometric mean
5.656854
Arithmetic mean
Harmonic mean
Product of the values
Count
Geometric mean vs arithmetic
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows the national curriculum (maths, brackets, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About geometric mean

How the geometric mean calculator works

The geometric mean is the nth root of the product: multiply the values and take the nth root. Equivalently, average their logarithms and exponentiate, which is how it is computed here to avoid overflow.

It is the right average whenever the quantities multiply rather than add. Growing 100% one year and −50% the next leaves you exactly where you started; the arithmetic mean says +25%, the geometric mean says 0%.

Formula: GM = (x₁ x₂ … xₙ)^(1/n) = exp(mean of ln x)

Worked examples

InputsGeometric meanNote
2, 8, 4, 165.656854GM = 5.657
Growth of 1.10 and 0.900.994987GM = 0.9950 — a net loss
All the same7GM = 7

Frequently asked questions

When should I use the geometric mean?

Whenever the numbers multiply: growth rates, investment returns, ratios, index numbers, rates of change.

Why not the arithmetic mean for returns?

Because it overstates them. +100% then −50% leaves you level, but the arithmetic mean says +25%.

Can it handle zero or negative values?

No — the product would be zero or the root undefined. For returns, use growth factors (1.10, 0.90) rather than percentages.

How does it compare to the other means?

Always harmonic ≤ geometric ≤ arithmetic, with equality only when every value is identical.

What is it used for outside finance?

Aspect ratios, image scaling, the Human Development Index, and averaging anything measured on different scales.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.