
Geometric Mean
Geometric mean of a set of positive numbers.
Geometric mean
5.6569
4 values
Arithmetic mean
7.5
Count
4
AI Breakdown & Smart Takeaway
Plain-English insight on your numbers
Get a personalized explanation of what these results mean — and how to improve them.
How the Geometric Mean works
The Geometric Mean Calculator computes the geometric mean of any set of positive numbers instantly, making it essential for investors analyzing portfolio returns, scientists comparing growth rates, and statisticians working with ratio-scale data.
The geometric mean is calculated by multiplying all values in a dataset together and then taking the nth root of the product, where n is the count of numbers. Unlike the arithmetic mean, which adds values and divides, the geometric mean uses multiplication, making it fundamentally better suited for quantities that compound or grow multiplicatively over time. This distinction is critical: when your data represents percentage changes, growth rates, or ratios, the geometric mean gives you the single equivalent rate that would produce the same cumulative result.
One of the most important factors affecting the geometric mean is the presence of extreme values. Because multiplication is involved, a single very large or very small number can dramatically shift the result—more so than with an arithmetic mean. This sensitivity is actually a feature, not a bug, when dealing with returns: a 50% loss followed by a 100% gain does not break even, and the geometric mean correctly reflects the true average growth rate of approximately 0% per period, whereas the arithmetic mean would misleadingly suggest a 25% average gain.
A common mistake is applying the geometric mean to data that includes zeros or negative numbers. By definition, the geometric mean is only valid for strictly positive values. If a dataset contains a zero, the entire product collapses to zero, rendering the result meaningless. For datasets with negative numbers—such as negative returns—practitioners often use a transformation, such as adding 1 to each return (converting -20% to 0.80) before computing the geometric mean, then subtracting 1 from the final result to recover the true average rate.
When comparing the geometric mean to the arithmetic mean, the geometric mean is always less than or equal to the arithmetic mean for any set of positive numbers (they are equal only when all values are identical). This gap widens as the variability of the dataset increases, which is why high-volatility investment portfolios show the largest divergence between arithmetic and geometric average returns. Choosing the wrong average type is one of the most common errors in financial reporting and scientific literature, so understanding when to use the geometric mean is a genuinely valuable analytical skill.
Formula
GM = (x₁·x₂·…·xₙ)^(1/n)
Pro tips
- Always convert percentage returns to decimal multipliers (e.g., +8% becomes 1.08, -15% becomes 0.85) before entering them, then subtract 1 from the result to recover the true average return.
- Use the geometric mean instead of the arithmetic mean whenever your data represents ratios, index values, or anything that compounds—doing otherwise can significantly overstate average performance.
- For very large datasets, use the logarithm-based formula (average the natural logs, then exponentiate) to avoid floating-point overflow errors that occur when multiplying many numbers together.
- If your dataset spans several orders of magnitude (e.g., bacterial counts ranging from 100 to 10,000,000), the geometric mean is almost certainly the statistically appropriate measure of center to report.
- When comparing investment strategies, always report both the geometric mean (actual compound return) and the arithmetic mean (period average), since the gap between them quantifies the drag caused by volatility.
Key terms
- Geometric Mean
- — The nth root of the product of n positive numbers, representing the central tendency for multiplicative or exponential data.
- Arithmetic Mean
- — The sum of all values divided by the count of values; best suited for additive data, not compounding rates.
- Compound Annual Growth Rate (CAGR)
- — A specific application of the geometric mean that expresses the steady annual rate at which an investment would have grown from its starting to ending value.
- Log-transformation
- — The process of taking the natural logarithm of each value before averaging, which is mathematically equivalent to computing the geometric mean and is useful for large datasets.
- AM-GM Inequality
- — A mathematical principle stating that the arithmetic mean of a set of positive numbers is always greater than or equal to their geometric mean.
- Growth Rate
- — The proportional change in a quantity over a period, typically expressed as a ratio or percentage, for which the geometric mean is the appropriate averaging method.