Mean, Median, Mode & Range Calculator
Central Tendency Tool
Understanding Mean, Median, Mode & Range
These four values are the most common ways to summarize a data set in a single glance — each highlighting a different aspect of your numbers.
The mean is sensitive to outliers because every value pulls on it. The median ignores extreme values entirely, since it only cares about the middle position once the data is sorted — making it a more robust measure for skewed data like incomes or home prices.
Mode is the only one of the three that works for non-numeric categories too (like the most popular color). A data set can have zero, one, or many modes depending on how the frequencies of its values compare.
Quick Reference
Mean = sum ÷ count · Median = middle value (sorted) · Mode = most frequent value(s) · Range = max − min
Handling No-Mode and Multi-Modal Data
When every value in a list appears the same number of times (for example, a list of all-unique numbers), there is no single most-frequent value, so the data set has no mode. When two or more values tie for the highest frequency, the data set is multi-modal and every tied value is reported as a mode. This calculator detects both cases automatically so you never get a misleading single answer.
The arithmetic average of every value.
The middle value, unaffected by outliers.
The most frequent value — can be zero, one, or many.
The spread between the largest and smallest value.
Key Takeaways
- Mean and median can tell very different stories when your data has outliers — always check both.
- Not every data set has a mode. All-unique lists have no mode, and that's a valid, expected result.
- Range only looks at two data points. For a fuller picture of spread, check standard deviation as well.
- Need variance, standard deviation, or quartiles too? The Statistics Calculator covers all of it in a single pass.
Frequently Asked Questions
- Type a number into each row.
- Click "Add Number" to add more rows, or the icon to remove a row.
- Click "Calculate" to see the mean, median, mode(s), range, sum, and count.
The mean is the sum of all values divided by how many there are. The median is the middle value once the numbers are sorted (or the average of the two middle values if there's an even count). The mode is the value (or values) that appears most often. All three describe the "center" of a data set, but they can disagree — especially when outliers are present.
If every number in your list appears exactly the same number of times (for example, a list where every value is different), the data set has no mode, and the calculator reports that clearly rather than picking one arbitrarily.
Yes. If two or more values are tied for the highest frequency, the data set is multi-modal and the calculator lists every one of them. A data set with exactly two modes is called bimodal.
The range is simply the largest value minus the smallest value in your list: range = max − min. It's a quick, rough measure of how spread out your data is, though it only looks at the two extremes and ignores everything in between.
With an odd count, the median is simply the middle number once the list is sorted. With an even count, there are two middle numbers, and the median is their average.