Mean, Median & Mode Calculator
Enter numbers separated by commas or spaces to find mean, median, mode, and range.
Results
Mean, Median, and Mode Explained
The mean, median, and mode are the three most common measures of central tendency — they each describe the "center" of a data set in different ways. Understanding which to use depends on the shape of your data and the presence of outliers.
Mean (Arithmetic Average)
Mean = sum of all values ÷ count. The mean is the most commonly used measure and works well for symmetric, normally distributed data. However, it is sensitive to outliers: one extreme value can pull the mean far from typical values. Example: the mean salary at a company changes dramatically if the CEO's compensation is included.
Median (Middle Value)
The median is the middle value when data is sorted in order. For an odd count, it's the central number. For an even count, it's the average of the two middle numbers. The median is resistant to outliers and is preferred for skewed distributions like home prices or income data.
Mode (Most Frequent Value)
The mode is the value that appears most often. A data set can have no mode (all values unique), one mode (unimodal), or multiple modes (bimodal, multimodal). The mode is the only measure of central tendency that can be used with categorical (non-numeric) data.
Range
Range = max − min. While simple, range gives a quick sense of data spread. It's highly sensitive to outliers since it only uses the two extreme values. For a more robust spread measure, use standard deviation or interquartile range.
When to Use Each
Mean: symmetric data without extreme outliers. Median: skewed data or data with outliers (house prices, income). Mode: categorical data, or when you need the most common value (shoe sizes, election results). In practice, reporting all three together gives the most complete picture of central tendency.
Frequently Asked Questions
Mean: arithmetic average (sum ÷ count). Median: middle value when sorted. Mode: most frequent value. All three measure central tendency but respond differently to outliers and data shape.
Use the median when data has outliers or is skewed. Home prices, incomes, and response times often use median because a few extreme values would distort the mean significantly.
If every value appears exactly once, there's no mode. If two values tie as most frequent, the data is bimodal. If three or more tie, it's multimodal.
Sort the data, then average the two middle values. For [2, 4, 6, 8]: the two middle values are 4 and 6, so median = (4+6)/2 = 5.
Range = maximum − minimum. For [1, 4, 7, 9]: range = 9 − 1 = 8. It measures total spread but is sensitive to outliers.