Mean, Median, Mode Calculator

Type or paste a list of numbers and get all three measures of center at once — mean, median, and mode — plus the range, sum, and count. A full step-by-step solution appears with the results, so you can check every stage of the arithmetic instead of copying a bare answer.

Which Average Should You Use?

  • Mean: the balance point of the data. Best when values are roughly symmetric with no extreme entries.
  • Median: the middle of the sorted list. Best when the data is skewed or contains outliers, because position ignores magnitude.
  • Mode: the most frequent value. Best for counts, ratings, and anything where you care about the most common outcome.

What the Step-by-Step Solution Shows

1. The data sorted from smallest to largest, so you can see the ordering the median depends on.

2. The full addition and the sum ÷ count division that produce the mean.

3. The exact middle position (or the two middle positions) used for the median.

4. A frequency table for every distinct value, which is how the mode is found.

Enter numbers separated by commas, spaces, or line breaks

Three Centers, Three Different Stories

The mean, median, and mode are often taught together, but they answer genuinely different questions. The mean uses the magnitude of every value: change any single number and the mean moves. The median only uses order — it asks which value splits the sorted list in half, so a wild value at either end barely matters. The mode ignores both magnitude and order and simply reports what happens most often, which is why it is the only one of the three that also works for non-numeric categories such as shoe sizes ordered or answers picked on a survey.

Because each measure reacts differently to the same data, reporting only one of them can hide the shape of a distribution. Statisticians usually look at all three side by side, then move on to spread and quartiles with a tool like the descriptive statistics calculator once the center is understood.

When the Mean and Median Disagree

A gap between the mean and median is the classic fingerprint of skewed data. Imagine four households with annual incomes of 30, 35, 40, and 1000 (in thousands of dollars). The mean is (30 + 35 + 40 + 1000) ÷ 4 = 276.25, yet the median is only (35 + 40) ÷ 2 = 37.5. One wealthy household drags the mean far above what any typical household earns, while the median stays put. This is why income, house prices, and hospital costs are almost always reported as medians.

As a quick diagnostic: mean noticeably above the median suggests a long right tail, mean below the median suggests a long left tail. To see the tails themselves rather than infer them, compute the quartiles and extremes with the five number summary calculator.

Uses Beyond the Classroom

These three statistics show up anywhere numbers need a quick, honest summary.

  • Grading: teachers compare the mean and median of exam scores to judge whether a few very low papers distorted the class average.
  • Retail: the mode identifies the best-selling size or configuration, which no average could tell you.
  • Real estate: agents quote median sale prices because a single mansion would inflate the mean for a whole neighborhood.
  • Sports: a batting average is a mean, but analysts check the median of game-by-game results to spot streaky players.

Once the center is settled, the natural next question is how far values stray from it — that is a job for the variance calculator, which measures spread around the mean.

Worked Example: Eight Quiz Scores

A student records eight quiz scores: 7, 9, 3, 7, 5, 8, 7, 4. Here is the complete solution the calculator produces:

  1. Sort: 3, 4, 5, 7, 7, 7, 8, 9.
  2. Mean: 3 + 4 + 5 + 7 + 7 + 7 + 8 + 9 = 50, and 50 ÷ 8 = 6.25.
  3. Median: with 8 values, the middle two sit at positions 4 and 5 of the sorted list — both are 7 — so the median is (7 + 7) ÷ 2 = 7.
  4. Mode: the frequency table shows 7 appearing 3 times while every other score appears once, so the mode is 7.
  5. Range: 9 − 3 = 6, with a sum of 50 across a count of 8.

Notice the mean (6.25) lands below the median (7): the two weak quizzes at 3 and 4 pull the average down even though a typical quiz was a 7. Reporting all three numbers — mean 6.25, median 7, mode 7 — tells that story honestly, while any single one of them would hide part of it.

Frequently Asked Questions

Can a data set have more than one mode?

Yes. When two different values tie for the highest frequency the data is bimodal and the calculator lists both, separated by commas. Three or more tied values make it multimodal. Multiple modes often hint that the data mixes two distinct groups, such as heights of adults and children combined.

Why do the results say 'No mode' for my numbers?

A mode only exists when at least one value repeats. If every entry occurs exactly once, no value is more common than another, so there is nothing to report. The frequency table in the step-by-step solution makes this easy to confirm at a glance.

Which average should I report for skewed data like salaries?

Use the median. A few very large salaries can lift the mean far above what most people earn, while the median stays anchored to the middle person. Reporting both is even better, because the gap between them tells readers how strong the skew is.

Does the calculator handle negative numbers and decimals?

Yes. Values such as -4.5 or 0.125 are parsed like any other number, and separators can be commas, spaces, or line breaks. Anything non-numeric, such as units or stray letters, is simply ignored rather than causing an error.

How is the median computed when the count is even?

With an even number of values there is no single middle entry, so the median is the average of the two middle ones. For 8 sorted values those are positions 4 and 5. The step-by-step solution names the exact positions and values used, so you can verify the arithmetic yourself.