Mean Median Mode Calculator

Summarize a dataset with mean (average), median (middle), and mode (most frequent)—see how outliers pull the mean while median holds steady.

Runs in your browser · No data stored · No signup

Mean is the arithmetic average (sum ÷ count). Median is the middle value when data are sorted. Mode is the most frequent value. For salaries [40k, 45k, 50k, 200k], median 47.5k resists the CEO spike better than mean 83.75k.

The mean is sensitive to outliers — a single very large or small value shifts it significantly. The median is often a better central measure for skewed data (incomes, house prices, reaction times).

Results

Mean (sum / count): 2.4000

Median (middle value): 2.0000

Mode (most frequent value): 2

By Muhammad Abdullah Rauf · Founder, EverydayTools.proUpdated 2026-07-03· Reviewed by EverydayTools Editorial Team

What are mean, median, and mode?

Three different answers to “what is typical?”—each resists distortion differently.

**Mean (x̄):** add all values, divide by how many. Sensitive to outliers—a single huge sale pulls the mean up.

**Median:** sort the list, take the center. Odd count: middle value. Even count: average of two middle values. Robust for skewed income, home prices, and reaction times.

**Mode:** most common entry. A dataset can have no mode (all unique), one mode, or multiple modes (bimodal). Useful for categorical-ish numeric data—shoe size stocked most often, survey rating peaks.

**Order of sensitivity:** mean reacts to every outlier; median tolerates a few extremes; mode ignores all but frequency structure.

After center is known, spread matters—standard deviation quantifies how far points typically sit from the mean. This page summarizes location; standard deviation calculator handles dispersion.

Paste or enter a data list—get mean, median, and mode together before analyzing spread.

Quick answers

Concise answers for common searches — definitions, steps, and comparisons.

How do you find the median of an even-sized list?

Sort values, then average the two middle numbers. Example: 3,7,8,10 → median = 7.5.

When should you use median instead of mean?

Use median for skewed data with outliers—income, home prices, latency—where mean is misleading.

What is the mode of 2, 3, 3, 5, 7?

Mode = 3 because it appears twice, more than any other value.

Can a dataset have two modes?

Yes—bimodal when two values tie for highest frequency.

Center measure formulas

Parses numeric lists (comma, space, or newline separated), sorts for median, counts frequencies for mode, and sums for mean.

Formula

Mean μ = (Σ x_i)/n. Median: middle of sorted list. Mode: argmax frequency(x). Relationship: mean ≈ median in symmetric distributions.

Assumptions

  • Input values are numeric (decimals allowed).
  • Each entry is one observation unless weights are specified elsewhere.

Limitations

  • No weighted mean mode in basic entry—repeated values must be typed or listed multiple times.
  • Multimodal detection lists all modes tied at max frequency.

How to use Mean Median Mode Calculator

  1. Enter the dataset

    Comma-separated numbers—copy from spreadsheet columns if needed.

  2. Read mean, median, mode

    All three compute from the same list—compare how outliers shift mean vs median.

  3. Sort mentally to verify median

    Odd n: pick middle. Even n: average two middles.

  4. Follow with standard deviation

    Center plus spread tells the full story—open standard deviation calculator next.

Mean Median Mode Calculator examples

Symmetric small set

Input

2, 4, 6, 8, 10

Output

Mean = 6, Median = 6, Mode = none

Symmetric—mean equals median. All values unique → no mode.

Skewed with outlier

Input

10, 12, 14, 15, 200

Output

Mean = 50.2, Median = 14

Outlier inflates mean; median stays near the cluster.

Even count median

Input

3, 7, 8, 10

Output

Median = (7+8)/2 = 7.5

Average the two central sorted values.

Clear mode

Input

5, 5, 5, 8, 9

Output

Mode = 5

Five appears three times—most frequent.

Bimodal

Input

1, 1, 2, 2, 3

Output

Modes = 1 and 2

Two values tie at frequency 2.

Classroom quiz

Input

72, 85, 85, 90, 91

Output

Mean = 84.6, Median = 85, Mode = 85

Typical reporting trio for grade distributions.

When to use mean, median, and mode

Common real-world scenarios where this tool saves time.

Salary survey reporting

Ten employees plus one executive: median shows typical worker pay; mean shows payroll average—report both.

House price headlines

Median home price resists a few mansion sales; mean can mislead buyers in skewed markets.

Inventory sizing

Mode of shoe sales last quarter picks the size to restock heaviest.

Quiz score check

Class scores 72, 85, 85, 90, 91 → mean 84.6, median 85, mode 85.

Workflow guides

Step-by-step chains that connect related tools for common tasks.

Related mathematical concepts

  1. Variance and standard deviation measure spread around the mean—not center.
  2. Quartiles generalize median: Q2 is the median; IQR = Q3 − Q1.
  3. Geometric mean suits multiplicative data (growth rates)—different from arithmetic mean.
  4. Weighted mean gives unequal importance to observations—beyond simple list entry.

Reference tables

Mean vs median vs mode

MeasureFormula ideaOutlier sensitivityBest for
MeanSum ÷ nHighSymmetric numeric data
MedianMiddle sortedLowSkewed distributions
ModeMost frequentNone to outliersCategorical peaks, inventory

Same data, different stories

DatasetMeanMedianMode
1,2,3,4,533none
1,2,3,4,100223none
2,2,3,3,3,42.8333
10,20,20,30202020

Best practices

Plot a quick histogram

Visual skew explains mean–median gaps instantly.

Report n with every summary

Mean of three points is less reliable than mean of three thousand.

Name outliers when discussing mean

Transparency beats hiding extremes that move the average.

Chain to standard deviation

σ describes spread around the mean—completes descriptive stats.

Common mistakes to avoid

Using mean on heavily skewed income data alone

Pair median as the typical value; mention mean for total-per-person averages.

Forgetting to sort before median

Median is not the middle number in entry order—it is middle after sorting.

Assuming every dataset has a mode

All unique values → no mode. Uniform frequency → no single mode.

Confusing median with mean of min and max

Midrange (min+max)/2 differs from median except in symmetric cases.

Advertisement

Frequently Asked Questions

What is the mean of an empty list?

Undefined—division by zero. Enter at least one value.

Does mode work for decimal data?

Yes if values repeat exactly. Continuous measurements rarely repeat—mode is less useful then.

How is trimmed mean different?

Trimmed mean drops extremes before averaging—between mean and median robustness. Not computed here.

Why can mean and median differ a lot?

Skewness and outliers pull the mean toward the long tail; median stays at the 50th percentile.

What comes after mean, median, mode?

Standard deviation or variance for spread; quartiles for box plots.

Is the median always one of the data points?

Odd n: yes. Even n: median may be the average of two middle points—not necessarily in the list.

How do weighted grades use the mean?

Weighted mean = Σ(weight × score)/Σ(weights)—extends arithmetic mean; enter expanded data or compute manually.

Privacy, accuracy, and trust

Privacy

Dataset values stay in your browser for local statistics.

Advertisement

Reviewed by EverydayTools Editorial Team on 2026-07-03.

Same workflow or intent — pick the next step without leaving the site.

Frequently opened tools from the same category.

People also use

Cross-category tools others open in the same session.

Continue learning

Guides and walkthroughs that reference this tool.

Explore categories

Browse full tool collections by topic.