what's the difference between average and median
The average is the “usual” mean of a set of numbers, while the median is the middle value when the numbers are put in order.
Quick Scoop
1. Simple definitions
- Average (mean) : Add all the numbers, then divide by how many numbers there are.
- Median : Line the numbers up from smallest to largest and pick the one in the middle (if there are two in the middle, take their average).
Think of average as “share the total equally,” and median as “who’s in the middle spot?”
2. Tiny example (numbers)
Say you have the numbers: 2, 3, 3, 5, 8, 10, 11.
- Average :
(2+3+3+5+8+10+11)÷7=42÷7=6(2+3+3+5+8+10+11)÷7=42÷7=6(2+3+3+5+8+10+11)÷7=42÷7=6.
- Median :
Ordered list is already 2, 3, 3, 5, 8, 10, 11, so the middle value is 5.
Here, the average is 6 but the median is 5.
3. Why they can tell different stories
The average pays attention to every value, so extreme numbers (outliers) can pull it up or down a lot.
The median only cares about what’s in the middle , so it mostly ignores extremes.
Common rule of thumb:
- Use average when data are fairly “normal” and not super skewed by huge or tiny values.
- Use median when there are outliers or the data are strongly skewed (like incomes where a few people earn way more than everyone else).
4. Everyday illustration
Imagine 5 people in a room with yearly incomes: 20k, 25k, 30k, 35k, and 1,000k. (One very rich person.)
- Average income will be pulled up a lot by the millionaire and look much higher than what most people actually earn.
- Median income (the one in the middle after sorting) will still be around the middle person’s income, which better reflects a “typical” person in the room.
That’s why news about “median salary” is often more realistic for what typical people experience than the “average salary.”
5. Key points in one place
| Aspect | Average (Mean) | Median |
|---|---|---|
| What it is | Sum of all values ÷ number of values | [1][3]Middle value in an ordered list | [1][3]
| Uses | Good for fairly balanced, “normal” data | [1][3]Good when data is skewed or has outliers | [7][1][3]
| Sensitive to extremes? | Yes, can change a lot if one value is huge or tiny | [7][3]No, mostly stable even with extreme values | [7][3]
| What it tells you | “Shared-out” typical value | [3]“Middle person” typical value | [3]