Mean vs Median: Key Differences Explained
Compare mean and median averages to understand when each is the best measure of central tendency for your data.
Quick Answer
Use mean for symmetric data without outliers; use median when outliers or skewness are present.
| Feature | Mean | Median |
|---|---|---|
| Sum of all values divided by count | Middle value when data is sorted | |
| Affected by extreme outliers | Resistant to outliers | |
| Uses every data point in calculation | Only depends on the middle position | |
| Best for symmetric distributions | Best for skewed distributions |
The mean (average) adds all values and divides by the count. It uses every data point, making it comprehensive but vulnerable to extreme values that can pull it away from the typical value in skewed datasets.
The median is the middle value in a sorted dataset. It is robust against outliers and provides a better sense of the typical value in skewed distributions, which is why median household income is more commonly reported than mean.
When to Use Mean
- Data is roughly symmetric (bell-shaped)
- There are no extreme outliers
- You need to use the result in further calculations
When to Use Median
- Data is skewed (like income or home prices)
- Outliers could distort the average
- You want the most typical value
Worked Example
Home prices: $200K, $220K, $250K, $280K, $1,500K.
Mean
Mean: $490K — inflated by the $1.5M outlier.
Median
Median: $250K — better represents the typical home price.
One luxury home pulls the mean far above what most homes actually cost.
Try Our Calculators
Related Comparisons
Frequently Asked Questions
When are mean and median the same?
In a perfectly symmetric distribution, mean and median are equal.
Which is used for grades?
GPA uses the mean; class rank uses the median concept (percentile).
Can the median be a value not in the dataset?
Yes, for an even number of data points, the median is the average of the two middle values.