When someone says "average," they usually mean the arithmetic mean — but median and mode are averages too, and they can tell very different stories about the same data. Knowing which one to use keeps you from being misled by a single extreme value. Let's define all three and compute them on one shared example list.
Throughout, we'll use this list of test scores: 4, 8, 8, 10, 15.
The mean (the everyday average)
The mean is what most people picture: add up all the values, then divide by how many there are.
Mean = sum of values ÷ count of values
For our list:
- Sum: 4 + 8 + 8 + 10 + 15 = 45.
- Count: there are 5 numbers.
- Mean: 45 ÷ 5 = 9.
The mean uses every value, which makes it sensitive to outliers. If one student had scored 100 instead of 15, the mean would jump even though most scores stayed the same.
The median (the middle value)
The median is the value in the middle when the numbers are sorted from smallest to largest. It splits the data into two equal halves.
Our list is already sorted: 4, 8, 8, 10, 15. With 5 values, the middle one is the 3rd, so the median is 8.
What if there is an even number of values? Then average the two middle numbers. For 4, 8, 10, 15 the two middle values are 8 and 10, so the median is (8 + 10) ÷ 2 = 9. Because the median ignores how extreme the outer values are, it is often a fairer "typical" number for skewed data like incomes or home prices.
The mode (the most frequent value)
The mode is the value that appears most often. In our list, 8 appears twice and every other number appears once, so the mode is 8.
A few quirks worth remembering:
- A list can have more than one mode (if two values tie for most frequent).
- A list can have no mode if every value appears exactly once.
- Mode is the only average that works for non-numeric categories, like the most common shirt size sold.
How to use it
For our example list, the mean is 9, the median is 8, and the mode is 8 — close here, but they diverge fast with messier data. Instead of sorting and counting by hand, paste your numbers into the Average Calculator and it returns the mean, median, mode, sum, min, max, and range at once.
These statistics power other quick calculations too. Your school grade average is a weighted version of the mean — handle it with the GPA Calculator, which factors in credit hours. And when you want to express a score as a portion of a total, the Percentage Calculator converts the raw average into a familiar percent.
Choose the right average for the job: the mean when every value matters, the median when outliers might distort the picture, and the mode when you care about what shows up most. Run the same data through all three and you'll understand it far better than any single number could tell you.