Mean, Median & Mode Calculator
Enter numbers and instantly get mean, median, mode, range, sum, and count.
Private by design
Calculator results are estimates based on your inputs. They are useful for learning, planning, and comparison, but they are not professional advice.
Use responsibly
Use the result as a practical first pass, then verify any important decision with the appropriate source or professional.
Free access
ToolDox tools are free to use, require no signup, and are supported by clear navigation, guides, templates, and related tools.
Related Tools
Why these three statistics matter
Mean, median, and mode all describe what is "typical" in a dataset, but they do it in different ways. That difference matters because the wrong summary can lead to the wrong story. A salary dataset with a few executives can make the average look much higher than what most people actually earn. A retail dataset may need the most common price point, not the average. These statistics are basic, but they are often the first numbers decision-makers see.
Definitions
Mean: the arithmetic average. Useful, but sensitive to outliers.
Median: the middle value when sorted. More robust when data is skewed.
Mode: the most frequently occurring value. Best for spotting the most common repeated outcome.
Range: maximum minus minimum. A simple sense of spread.
Mean vs median: which should you trust?
For balanced, symmetric distributions, mean and median are often similar. For skewed data, median usually tells a fairer story about the typical case. That is why median household income and median house prices are often reported instead of the mean. The average can be pulled upward by a small number of extreme values.
When mode is the most useful metric
Mode is often underrated. It matters when you care about the most common value rather than the center of a distribution. In operations, it might tell you the most frequent ticket category. In retail, it may reveal the most common basket size or price point. In education, it can show the most common grade band if the mean hides clustered outcomes.
How to read the three numbers together
The relationship between mean, median, and mode often tells you more than any single value. If mean and median are close, the data may be fairly balanced. If the mean is much higher than the median, a small number of large values may be pulling the average up. If the mean is much lower, a few unusually small values may be pulling it down. If the mode is far from both, the dataset may have a cluster that deserves a closer look.
This is useful in everyday work. A customer support team might see an average resolution time of 18 hours, a median of 6 hours, and a mode of 1 hour. That combination says most tickets are quick, but a smaller set of long-running cases is dragging up the mean. The next action is not simply to celebrate the average or panic about it; it is to separate routine cases from the exceptions and manage each group differently.
Worked examples
- Salaries: if most employees earn between 28,000 and 40,000 but one executive earns 400,000, the mean rises sharply while the median still reflects the typical employee.
- House prices: a few luxury sales can distort the average for an area, while median gives a more stable view of the market.
- Product sizing: mode can reveal the size or configuration most often purchased.
Common mistakes
- Calling the mean "the average" without checking skew: in skewed data, the median may be the better everyday summary.
- Using mode on continuous data without grouping: exact repeated decimal values may be rare, so a frequency distribution can be more helpful.
- Ignoring missing or zero values: blanks converted to zero can pull the mean down and create a false mode.
- Comparing unlike groups: a mixed dataset can hide meaningful differences between segments, regions, or time periods.
When to segment the data
Summary statistics are strongest when the dataset represents one coherent group. If you combine entry-level and executive salaries, weekday and weekend demand, or small and enterprise customers, the overall mean can become hard to use. Segment the list when the underlying groups behave differently. Then compare the mean, median, and mode inside each segment before drawing a conclusion from the combined dataset.
How to explain results clearly
When sharing results, avoid saying only "the average is 42" unless the mean is truly the statistic you want. State which measure you used and why. For example: "The median response time was 6 hours, which is a better summary than the 18-hour mean because a small number of complex tickets took several days." That kind of wording helps readers understand both the number and the shape of the data behind it.
Quick interpretation checklist
- If mean and median are close, the distribution may be fairly balanced.
- If mean is much higher than median, look for large high-end outliers.
- If mean is much lower than median, look for unusually small values or zeros.
- If there are multiple modes, the data may contain several clusters.
- If range is very wide, use a spread measure before trusting the centre alone.
Related tools and guides
- Standard Deviation Calculator to measure spread around the center.
- Frequency Distribution Calculator to see the counts behind the mode.
- Outlier Detector if a few extreme values may be distorting the mean.