What is the geometric mean?
The geometric mean is an average designed for values that multiply together over time. Unlike the arithmetic mean (the “regular” average), the geometric mean is ideal for growth factors, ratios, and rates of change.
If your values are x1, x2, ..., xn, the geometric mean is:
GM = (x1 × x2 × ... × xn)1/n
Why this calculator is useful
In real life, many systems are multiplicative. Investments compound, bacteria populations multiply, and process improvements stack. In those cases, the geometric mean gives a more accurate “typical” value than the arithmetic mean.
- Portfolio and investment return analysis
- Average growth over multiple periods
- Comparing normalized ratios across products or experiments
- Working with data spread across several orders of magnitude
Geometric mean vs arithmetic mean
Arithmetic mean
Add all values and divide by count. Great for additive data (like test scores or lengths).
Geometric mean
Multiply values and take the n-th root. Best for multiplicative data (like returns and growth factors).
A classic example: if an investment goes up 50% one year and down 50% the next year, the arithmetic average return is 0%, but your money still drops from 1.00 to 0.75. The geometric mean captures that reality.
Step-by-step example
Suppose you enter: 2, 8, 4
- Multiply values: 2 × 8 × 4 = 64
- There are 3 values, so take the cube root
- GM = 641/3 = 4
The geometric mean is 4.
Important rules and caveats
- All inputs must be positive numbers (> 0).
- Zero values make the product zero, which collapses the geometric mean.
- Negative values are not valid in standard real-number geometric mean calculations.
- For financial returns, convert percentage returns to growth factors first when needed.
Common use cases
Finance and investing
Use geometric mean for annualized return calculations and performance over multiple periods.
Science and engineering
Use it when averaging rates, normalized indices, or measurements that scale multiplicatively.
Business analytics
Useful for multi-period growth in revenue, users, traffic, or conversion ratios.
Final thought
If your data compounds, multiplies, or scales proportionally, geometric mean is usually the right average. Use the calculator above to get a fast, accurate result and avoid the common mistake of applying arithmetic mean to multiplicative data.