About the Mean, Median and Mode Calculator
“Average” is not one thing — it is three. This calculator finds the mean, median and mode of any list of numbers at once, and just as importantly, helps you understand which of them actually represents your data. Choosing the wrong average is one of the easiest ways to be misled by statistics.
The three measures
Take the data set 4, 8, 15, 16, 16, 23, 42:
| Measure | How it is found | Result |
|---|---|---|
| Mean | Sum (124) ÷ count (7) | 17.71 |
| Median | Middle value when sorted | 16 |
| Mode | Most frequent value | 16 |
The mean is the familiar arithmetic average. The median is the middle value (or the average of the two middle values when the count is even). The mode is whichever value appears most often — and a set can have one mode, several, or none.
Why the difference matters: outliers and skew
The mean uses every value, which makes it sensitive to extremes. A single very large number drags the mean upward even if most values are small — which is exactly why “average income” (a mean) is often far higher than what a typical person earns. The median ignores how far away the extremes are and simply reports the middle, so it resists outliers and usually gives a truer sense of “typical” for skewed data like incomes, house prices or response times. As a rule of thumb: when the mean and median are close, the data is roughly symmetric; when the mean sits well above the median, a few large values are skewing it.
Choosing the right average
Use the mean for symmetric numeric data where every value should count — test scores, measurements, temperatures. Use the median when outliers or skew would distort the mean. Use the mode for the most common category or value, and crucially it is the only average that works for non-numeric data such as favourite colour or shoe size sold most often. Many honest — and many misleading — statistics come down to which average was chosen, so it pays to see all three together. Your numbers are processed privately in your browser.
Sources & further reading
- NIST/SEMATECH e-Handbook of Statistical Methods — Measures of Location — the standard reference on when the mean, median and trimmed means are appropriate.
- NIST/SEMATECH e-Handbook — full treatment of exploratory data analysis, skew and outliers.
Frequently Asked Questions
How do I find the mean, median and mode?
The mean is the sum of all values divided by how many there are. The median is the middle value when the numbers are sorted (the average of the two middle ones if there is an even count). The mode is the value that appears most often.
When should I use the median instead of the mean?
Use the median when your data has outliers or is skewed. The mean is pulled toward extreme values, so for things like incomes or house prices — where a few very large values distort the average — the median gives a more representative “typical” figure.
Can a data set have more than one mode?
Yes. A set with two most-frequent values is bimodal, and one with several is multimodal. If every value appears the same number of times, the set has no mode at all.
What does it mean if the mean and median are very different?
It signals skew. If the mean is well above the median, a few large values are stretching the data to the right (right-skewed); if below, low values pull it left. When they are close, the data is roughly symmetric.
What is the range, and is it an average?
The range is the largest value minus the smallest. It is not an average — it measures spread, not centre — but it is a quick indicator of how widely your data varies.
Which average is best for categories like favourite colour?
The mode, because you cannot meaningfully add or sort categories. The mode is the only one of the three that works for non-numeric (categorical) data.
Are my numbers kept private?
Yes — the statistics are computed in your browser and your data never leaves your device.