Table of Contents
Median finds the middle ordered value. Geometric mean finds a representative multiplicative factor.
Both can be useful when data is uneven, but they are not interchangeable.
Quick answer
Use median when order and rank matter. Use geometric mean when product and compounding matter.
| Question | Better summary | | --- | --- | | What is the middle observation? | Median | | What typical factor gives the same product? | Geometric mean | | What is the typical income in a skewed list? | Median | | What is the typical growth factor over time? | Geometric mean |
Median example
For values:
30, 34, 35, 38, 200
The median is 35 because it is the middle value after sorting.
The arithmetic mean is 67.4, which is much higher because 200 pulls the mean upward. Median is better if you want the typical central observation.
Geometric mean example
For growth factors:
1.08, 0.90, 1.11
The geometric mean is:
(1.08 * 0.90 * 1.11)^(1 / 3) = 1.0256
That means the average compound growth factor is 1.0256, or 2.56% per period.
Median could identify the middle factor, but it would not preserve the compounding product.
Side-by-side comparison
| Feature | Median | Geometric mean | | --- | --- | --- | | Uses order? | Yes | No | | Uses every value size? | Not fully | Yes | | Handles skew well? | Yes for additive data | Yes for multiplicative data | | Requires positive values? | No | Yes for ordinary use | | Best for | Middle observation | Typical multiplying factor |
When median is better
Use median for:
- Income data
- Home prices
- Skewed waiting times
- Ordered scores with large outliers
- Any situation where the middle observation is the story
When geometric mean is better
Use geometric mean for:
- Investment-return factors
- Growth factors
- Fold changes
- Index relatives
- Normalized scores that multiply
For a broader chooser, see Which Average Should I Use?.
Common mistakes
Using median for compounding
Median can show the middle return factor, but it does not reproduce the total compounded path.
Using geometric mean for raw skewed data
If the values are additive, such as incomes or prices, median is often the better robust summary.
Ignoring spread
Median and geometric mean both summarize center. Use spread metrics when variability matters.
The core difference
Median is an order statistic. It only cares where values sit after sorting. Geometric mean is a product-based average. It uses every value through multiplication.
That difference explains why the two methods feel similar in skewed data but answer different questions. Both can reduce the influence of very large positive values compared with arithmetic mean. But median does this by selecting the middle value, while geometric mean does it by preserving the product of positive values.
If the user question is about the middle observation, use median. If the user question is about a typical multiplying factor, use geometric mean.
Same dataset, two interpretations
Consider this dataset:
2, 4, 8, 16, 128
The median is 8. It is the middle value.
The geometric mean is:
(2 x 4 x 8 x 16 x 128)^(1 / 5)
The geometric mean is about 9.19. It is not the middle observation. It is the repeated positive factor level that preserves the product.
If these values are incomes, median may be the better typical-value summary. If they are fold changes, geometric mean may be better. The numbers alone do not decide. The meaning decides.
Income, prices, and waiting times
Median is often the better first summary for skewed additive data. Income, home prices, wait times, and claim sizes can have large outliers. The middle observation is easy to explain and resists extreme values.
For example:
| Values | Median | Arithmetic mean | | --- | ---: | ---: | | 30, 34, 35, 38, 200 | 35 | 67.4 |
The median says the middle value is 35. That is useful when describing a typical person, household, home sale, or case.
Geometric mean may be mathematically possible if all values are positive, but it may not answer the social or business question. If dollars add and the middle observation matters, median is often clearer.
Returns, ratios, and fold changes
Geometric mean is better when values multiply:
| Values | Meaning | Better summary | | --- | --- | --- | | 1.08, 0.90, 1.11 | Return factors | Geometric mean | | 1.5, 2.0, 0.8 | Fold changes | Geometric mean | | 0.95, 0.98, 0.92 | Stage yields | Geometric mean | | 30, 34, 35, 38, 200 | Incomes | Median |
Median can still be shown for return factors, but it tells only the middle factor. It does not reproduce the final compounded value.
Why median ignores magnitude
Median is robust because it ignores how far the extreme values are from the center. If the highest value changes from 200 to 2,000, the median of 30, 34, 35, 38, 2000 is still 35.
That is a strength when the extreme value should not dominate the story. It can be a weakness when the extreme value represents a real multiplicative effect. In investment returns, one large loss or gain changes the final value. Geometric mean includes that effect.
Decision table
| Ask this question | If yes, use | | --- | --- | | Do I need the middle observed value? | Median | | Do the values multiply over time or stages? | Geometric mean | | Are zeros or negatives present? | Median may be easier | | Are the values positive ratios? | Geometric mean may fit | | Is the data additive but skewed? | Median | | Do I need the compounded path? | Geometric mean |
If both summaries are useful, report both and explain the difference.
How to report both
A clear report might say:
The median yearly return factor was 1.08, while the geometric mean factor was 1.0256. The median shows the middle year; the geometric mean shows the compound average path.
For income data:
The median income was 35, which better represents the middle observation than the arithmetic mean of 67.4 because the highest value is an outlier.
The language should tell the reader what each statistic is doing.
Calculator workflow
Use the Geometric Mean Calculator when the values are positive factors. Use Mean, Median, Mode, and Range when the question is about ordered observations or skewed additive values. Use Which Average Should I Use? if you are deciding among several summaries.
For serious analysis, pair center with spread. Median and geometric mean both summarize center, but neither explains the full range of outcomes by itself.
Common real-world choices
Use median for user-facing summaries such as typical salary, typical sale price, typical wait time, or typical claim size. These values are usually additive measurements, and users often want the middle observation.
Use geometric mean for typical return factor, typical fold change, typical index relative, or typical stage multiplier. These values are usually multiplicative, and users need the summary to preserve the product or compounding path.
| Situation | Better first summary | Why | | --- | --- | --- | | Household income | Median | Middle household is the story | | Annual returns | Geometric mean | Returns compound | | Lab fold changes | Geometric mean | Fold changes multiply | | Home sale prices | Median | Outliers can dominate means | | Stage yield factors | Geometric mean | Stages multiply through a process |
What if both seem reasonable?
Sometimes both summaries are worth showing. For positive skewed concentration data, the median describes the middle sample while the geometric mean describes the ratio-scale center. For return factors, median shows the middle period while geometric mean shows the compounded path.
If you show both, do not ask readers to guess the difference. Label them clearly:
Median: middle observed value
Geometric mean: product-preserving average
This turns the comparison into a useful explanation instead of a confusing pair of numbers.
Input rules matter
Median can use zero and negative values because it only sorts the data. Geometric mean normally requires positive values because it multiplies values and takes roots or logs.
This means median is often easier for raw messy data. Geometric mean usually needs cleaner data with a clear ratio or factor interpretation. If the dataset contains zeros, negative numbers, and ordinary amounts, median may be a better first summary.
Small datasets need extra care
With small datasets, every value has a large influence. A median of five values is simply the third sorted value. A geometric mean of five positive factors uses all five values, including any extreme value.
For a small classroom or business example, calculate both if the data is positive and the question is not obvious. Then ask which sentence is more useful:
The middle observed value is 35.
or:
The repeated factor that preserves the product is 1.0256.
The clearer sentence usually points to the better summary. This keeps the choice tied to user meaning instead of habit.
Final chooser
Choose median when you want a resistant middle value. Choose geometric mean when you want a product-preserving average. Choose arithmetic mean when values add cleanly and outliers are not the main issue.
Reader-friendly conclusion
If a user remembers only one thing, make it this: median is about position, geometric mean is about multiplication. Median asks “what sits in the middle?” Geometric mean asks “what repeated factor gives the same product?”
That distinction is enough to prevent most wrong choices. Once the question is clear, the calculator or formula becomes much easier to use correctly.
FAQ
Is geometric mean robust like median?
Geometric mean is less pulled by very large positive values than arithmetic mean, but it is not the same kind of robust statistic as median.
Can median use zero or negative values?
Yes. Median only needs values to be ordered. Geometric mean has stricter input rules.
Which is better for investment returns?
Geometric mean is usually better because returns compound. Median may describe the middle yearly return, but not the average compounded return.
Related calculators
Use the Geometric Mean Calculator for positive factors and returns. Use the Variance and Standard Deviation Calculator when you also need to understand spread around an average. Use Mean, Median, Mode, and Range for a broader summary-statistics guide.