Mean, Median and Mode in Plain English
Before formulas and tables, here is the simplest possible explanation of the difference between mean, median, and mode — the kind you could explain to a 10-year-old.
Imagine 5 friends' ages: 10, 10, 12, 14, 54 (one has a very old uncle visiting).
Mean — the "fair share"
Add everyone's age and split it equally: (10+10+12+14+54) ÷ 5 = 20. But nobody is actually 20 — the uncle skewed it.
Median — the "middle person"
Line everyone up by age: 10, 10, 12, 14, 54. The person in the middle is 12. The uncle doesn't change this at all.
Mode — the "most common"
10 appears twice; all others once. So mode = 10. It's simply whoever shows up the most.
The takeaway: Mean = 20, Median = 12, Mode = 10 — all from the same dataset. The uncle (outlier) wrecked the mean but couldn't touch the median or mode.
What Are Mean, Median, and Mode? (Formal Definitions)
Median is the middle value of a dataset when all values are arranged in ascending or descending order. If the count is even, it is the average of the two middle values.
Mode is the value that appears most frequently in a dataset. A dataset can be unimodal, bimodal, multimodal, or have no mode at all.
All three are measures of central tendency — statistics that summarize the center or "typical value" of a dataset. They answer the same question ("what is a representative value?") but in three fundamentally different ways. According to the NIST/SEMATECH e-Handbook of Statistical Methods, selecting the appropriate measure of location is one of the foundational decisions in descriptive statistics. Choosing the wrong measure gives a technically accurate but fundamentally misleading result — which is why understanding the differences matters.
- Mean: x̄ = Σx / n | sensitive to outliers | best for symmetric data
- Median: middle value after sorting | resistant to outliers | best for skewed data
- Mode: most frequent value | unaffected by outliers | only option for categorical data
- Range: largest − smallest | measures spread, not center | often reported alongside mean or median
- Normal distribution: mean = median = mode (all equal at the center)
- Right-skewed data: mode < median < mean (mean pulled toward the long right tail)
- Left-skewed data: mean < median < mode (mean pulled toward the long left tail)
Master Comparison Table: Mean vs Median vs Mode
This table is the most useful single reference for exam revision, teaching, and data analysis decisions. Every row addresses a question that comes up repeatedly in statistics — from which formula to apply to which measure to report.
| Property | 📊 Mean | 📍 Median | 🎯 Mode |
|---|---|---|---|
| Definition | Arithmetic average — sum of all values divided by count | Middle value when data is arranged in order | Value that appears most frequently in the dataset |
| Formula / Method | x̄ = Σx / n | Sort data; pick value at position (n+1)/2 (odd n), or average positions n/2 and (n/2)+1 (even n) | Find value(s) with the highest frequency count |
| Uses all data values? | Yes — every value contributes to the result | No — only the middle position(s) matter | No — only frequency of each value matters |
| Outlier sensitivity | High — one extreme value shifts the mean significantly | Low — outliers do not change the middle position | None — frequency counts are unaffected by outliers |
| Best data type | Continuous numerical (interval or ratio scale) | Ordinal, skewed numerical, or data with outliers | Categorical, nominal, or discrete numerical data |
| How many results? | Always exactly one | Always exactly one | Can be zero, one, or multiple (bimodal / multimodal) |
| Used in normal distribution? | Yes — mean = center of the bell curve | Yes — equals mean in symmetric data | Yes — equals mean and median at the peak |
| Used in skewed distribution? | Misleading — pulled toward the tail | Best choice — stays near the true center | Useful — identifies most common value |
| Real-world example | Average exam score in a class of 30 | Median household income (U.S. Census Bureau) | Most popular shoe size in a store's inventory |
| Notation | x̄ (sample), μ (population) | M or Md | Mo or simply "mode" |
Sources: NIST/SEMATECH e-Handbook §1.3.5.1; Penn State STAT 200 §2.2; OpenIntro Statistics, 4th Ed.
Mean vs Average: Are They the Same Thing?
One of the most common points of confusion is whether "mean" and "average" mean the same thing. The short answer: usually yes in everyday conversation, but no in rigorous statistics.
In everyday language, "average" almost always refers to the arithmetic mean (sum ÷ count). In statistics, "average" is a broader term: mean, median, and mode are all valid types of average. When a news headline says "the average home price is $X," check whether they mean mean or median — real estate reports standardly use the median because the mean is pulled up by luxury properties. The same applies to income data, where "average salary" in a press release is almost always the mean and almost always overstates what a typical worker earns.
Which Measure to Use for Each Data Type
One of the most practical frameworks for choosing between mean, median, and mode comes from looking at your variable type. The level of measurement determines which mathematical operations are even meaningful on your data.
| Variable Type | Description | Example | Best Measure | Why |
|---|---|---|---|---|
| Nominal | Categories with no natural order | Eye color, political party, brand | Mode | Can't rank or average categories; only frequency is meaningful |
| Ordinal | Ordered categories with unequal spacing | Satisfaction rating 1–5, academic grade | Median | Ranks are meaningful but the gaps between ranks are not equal, so arithmetic is unreliable |
| Interval (not skewed) | Numeric with equal spacing, no true zero | Temperature in °C, IQ scores | Mean | Equal intervals allow arithmetic; symmetric distribution makes mean most informative |
| Interval (skewed) | Numeric with equal spacing but outliers or skew | Reaction times, response latencies | Median | Skew or outliers distort the mean; median stays near the true center |
| Ratio (not skewed) | Numeric with equal spacing and a true zero | Exam scores (0–100), height, weight | Mean | All arithmetic operations valid; mean is most statistically powerful for symmetric data |
| Ratio (skewed) | Numeric with true zero but right-tailed | Income, house prices, insurance claims | Median | High-value outliers inflate the mean above what most observations look like |
This framework — adapted from Laerd Statistics' variable type guide and the NIST handbook — is one of the most practical tools in applied statistics. For a deeper treatment of data types, see the types of data guide and the qualitative vs quantitative data page.
Formulas for Mean, Median, and Mode
Mean Formula
x̄ = sample mean (x-bar)
μ = population mean (mu)
Σx = sum of all data values
n = number of values in the sample
N = number of values in the population
The mean is the most commonly used average in everyday contexts. Its weakness is that it treats every value as equally important — including extreme ones. A single data point of $1,000,000 in a dataset of five $30,000 salaries shifts the mean to $203,333, when the other four salaries average $30,000 each. The mean no longer describes any of them. Knowing when not to use the mean is as important as knowing how to calculate it. For the full treatment, see the mean guide and mean examples.
When values carry different weights (e.g., a final exam worth 50%, a quiz worth 10%), use: x̄w = Σ(wᵢ × xᵢ) / Σwᵢ. This appears on grade transcripts, economic indices, and financial portfolios. See the weighted mean guide for grouped-data methods. For the geometric mean used in growth rates, see the geometric mean page.
How to Calculate the Median (Step-by-Step)
If n is even: average of positions n/2 and (n/2) + 1
n = number of values in the dataset
Sorted = data in ascending order
The median's calculation does not use arithmetic on all the values — it only uses their order and position. That is exactly why it is unaffected by outliers. Whether the highest salary is $100,000 or $10,000,000, if it sits at position 8 of 9 values, it changes nothing about the median. For deeper coverage, see the median guide and median examples.
How to Find the Mode
The mode is the only measure of central tendency that works with categorical data. You cannot average colors or calculate the median political party — but you can find the most common one. In retail, the mode of clothing sizes sold in a week directly informs restocking decisions. A histogram or frequency distribution table makes the mode immediately visible as the tallest bar. See the dedicated mode guide for full coverage.
Mean, Median, Mode and Range — How They Relate
Mean, median, and mode are all measures of central tendency — they describe the center of data. Range is different: it is a measure of spread (or variability), not center. But range is almost always taught alongside mean, median, and mode because together they give a complete basic summary of a dataset.
Range = Maximum value − Minimum value
Range tells you how wide the data is spread, not where it is centered. A dataset of test scores 55, 60, 70, 80, 95 has a range of 95 − 55 = 40. The range says nothing about whether scores clustered near 60 or near 90 — you need the mean, median, or mode for that.
| Measure | What it measures | Formula | Sensitive to outliers? |
|---|---|---|---|
| Mean | Center (average) | Σx / n | Yes — very |
| Median | Center (middle) | Middle position after sorting | No — robust |
| Mode | Center (most frequent) | Highest frequency value | No |
| Range | Spread (width) | Max − Min | Yes — extremely (uses only extreme values) |
Range is the simplest measure of spread, but it has a major weakness: it uses only the two most extreme values and ignores everything in between. A dataset of 1, 50, 50, 50, 99 and a dataset of 1, 2, 50, 98, 99 have the same range (98) but very different distributions. For more powerful measures of spread, see the interquartile range guide, the standard deviation guide, and the five-number summary.
Worked Examples: Finding Mean, Median, and Mode
The same dataset runs through all examples so you can compare how each measure is found and how they relate to each other.
A teacher records quiz scores for 9 students: 4, 7, 13, 2, 7, 9, 4, 7, 1
Example 1 — Finding the Mean
Dataset: 4, 7, 13, 2, 7, 9, 4, 7, 1 — Find the mean quiz score.
Sum all values: 4 + 7 + 13 + 2 + 7 + 9 + 4 + 7 + 1 = 54
Count the values (n): There are 9 values.
Divide: x̄ = 54 ÷ 9 = 6
✓ Mean = 6. No student actually scored exactly 6 — the mean describes the group, not any individual.
Example 2 — Finding the Median (Odd Dataset)
Dataset: 4, 7, 13, 2, 7, 9, 4, 7, 1 — Find the median quiz score.
Sort ascending: 1, 2, 4, 4, 7, 7, 7, 9, 13
Count: n = 9 (odd)
Find the middle position: (9 + 1) / 2 = position 5
Read the 5th value: 1, 2, 4, 4, 7, 7, 7, 9, 13 → 7
✓ Median = 7. The outlier (13) pulled the mean down to 6, but couldn't move the median at all.
Example 3 — Finding the Median (Even Dataset)
Remove score of 1. New dataset: 4, 7, 13, 2, 7, 9, 4, 7 — Find the median.
Sort: 2, 4, 4, 7, 7, 7, 9, 13
Count: n = 8 (even)
Two middle positions: n/2 = 4th and (n/2)+1 = 5th
Read values: 2, 4, 4, 7, 7, 7, 9, 13 → 4th = 7, 5th = 7
Average: (7 + 7) / 2 = 7
✓ Median = 7. Always average the two middle values for even-count datasets.
Example 4 — Finding the Mode
Original dataset: 4, 7, 13, 2, 7, 9, 4, 7, 1 — Find the mode.
| Value | Frequency | Mode? |
|---|---|---|
| 1 | 1 | — |
| 2 | 1 | — |
| 4 | 2 | — |
| 7 | 3 | ✓ Highest |
| 9 | 1 | — |
| 13 | 1 | — |
✓ Mode = 7 (appears 3 times — unimodal). Notice mode = median here, though they coincide for different mathematical reasons.
Example 5 — Summary: All Three Measures from One Dataset
The mean (6) is lower than the median and mode (both 7) because the three low scores (1, 2, 4) pull the mean downward — a mild left-side influence. The range (12) tells us the scores are spread across a 12-point window. Understanding why these diverge is more important than noticing when they agree. To visualize this on your own data, try the mean median mode visualizer.
When to Use Mean, Median, or Mode
| Situation | Best Measure | Reason |
|---|---|---|
| Symmetric distribution, no outliers | Mean | Uses every data point; maximum statistical precision |
| Skewed distribution (income, house prices, wait times) | Median | Unaffected by the long tail; accurately represents the typical value |
| Categorical or nominal data (colors, brands, parties) | Mode | Mean and median are mathematically meaningless for non-numeric categories |
| Dataset with clear outliers | Median | Outliers pull the mean; median stays stable at the true center |
| Finding the most popular item or response | Mode | Mode directly identifies the most common value |
| Normally distributed exam scores | Mean | All three are approximately equal; mean is most useful for further calculations (standard deviation, t-tests) |
| Ordinal scale (satisfaction ratings 1–5) | Median | Ordinal data has rank but unequal intervals; mean assumes equal spacing |
| Reporting government income statistics | Median | The U.S. Census Bureau reports median household income to avoid distortion from high-earner outliers |
| Quality control / Six Sigma process monitoring | Mean | Control charts use the mean as the process target — deviations from mean are what matter |
| Retail inventory (most popular size/color) | Mode | Restocking decisions need the most common value, not an average |
Draw a histogram of your data. Symmetric bell → use mean. One side has a long tail → use median. Want the most common answer, or data is categorical → use mode. When deciding between mean and median, check for outliers first using the outlier detector.
How Outliers Affect Mean, Median, and Mode
An outlier is a value that sits unusually far from the rest of the dataset. A single outlier can silently destroy the usefulness of the mean while leaving the median and mode completely intact. For a detailed treatment, see the outliers guide and the handling outliers in data article.
The Salary Demonstration
| Measure | Without CEO ($500K) | With CEO ($500K) | Change |
|---|---|---|---|
| Mean | $32,000 | $110,000 | +$78,000 ↑↑↑ |
| Median | $31,500 | $32,500 | +$1,000 (negligible) |
| Mode | No mode | No mode | Unchanged |
Outlier Effect — One CEO Salary vs. Five Employee Salaries
The green line (median) barely moves. The mean (red/orange marker) shifts dramatically past four of the five actual employees' salaries.
This is precisely why the U.S. Census Bureau reports median household income. If they used the mean, a small number of ultra-high earners would make "average income" appear far higher than what the typical household actually earns. For more on how to handle and detect outliers in your own data, see the outlier detector tool and the exploratory data analysis guide.
When you see "average salary in [city] is $X," that is almost certainly a mean — and likely an overestimate of what most workers actually earn. Check whether the source reported mean or median. In most cases, the median gives a more honest picture of the typical person's experience.
Mean, Median, and Mode in Skewed Distributions
The relationship between the three measures changes depending on how data is distributed. This is a frequently tested concept in statistics exams and a critical consideration in research. For more, see the normal distribution guide.
How Mean, Median, and Mode Relate in Different Distribution Shapes
In a right-skewed distribution — common in income, house prices, and insurance claims — high-value outliers pull the mean upward, past both median and mode. In a left-skewed distribution — seen in exam scores on easy tests — the mean is pulled below both. Use the bell curve generator to visualize how skew changes the relationship, and the statistics and probability overview for the broader context.
A quick diagnostic: Skewness ≈ 3 × (Mean − Median) / Standard Deviation. Positive → right skew; negative → left skew; near zero → roughly symmetric. For formal skewness measurement, see the descriptive statistics section and the normality tests guide.
Real-World Applications of Mean, Median, and Mode
Why the Government Reports Median Household Income
The U.S. Census Bureau reports median household income — not mean. In 2023, U.S. median household income was approximately $77,000. The mean would have been notably higher because a small percentage of ultra-high earners pull the mean upward dramatically. If policymakers used the mean, they would systematically underserve the majority of households. The median tells you what a household at the 50th percentile actually earns. This is also why the percentile framework is so closely linked to median reporting.
Mean Scores in Standardized Tests
When exam scores follow a roughly normal distribution, the mean is preferred because it enables standard deviation, confidence intervals, and t-tests. The National Center for Education Statistics (NCES) reports mean scale scores for the NAEP. However, when a test is very easy or hard, scores skew — and the median becomes more reliable. Understanding which to use is part of understanding statistical interpretation.
Mode Drives Product Restocking
A shoe retailer sells sizes 6 through 13. The mean shoe size sold might be 9.3 — a size that does not exist. The mode — say, size 10 — is what the buyer uses to decide how many units of each size to restock. In fashion, food service, and manufacturing, mode directly drives operational decisions. For business-specific applications of statistics, see the business statistics blog and the customer segmentation article.
Why Medical Studies Use Median Survival
In clinical oncology, survival time is highly right-skewed. A few patients survive many decades; most have shorter windows. Using the mean would make a treatment appear more effective than it is for the typical patient. Oncologists specifically require median survival time — a standard the National Cancer Institute documents in clinical trial reporting. For more on clinical applications, see the hypothesis testing in clinical trials guide.
Median Home Price as the Standard
The National Association of Realtors publishes median home prices, not mean prices. One $20 million luxury property in a neighborhood of $350,000 homes raises the mean substantially while the median barely moves. Homebuyers, sellers, and mortgage lenders are best served by the median. The same logic applies to rent prices globally — always check which measure is reported.
Interactive Mean, Median & Mode Calculator
Enter your dataset below and the calculator will compute all three measures instantly with a step-by-step breakdown. For a dedicated calculator with additional statistics (variance, standard deviation, quartiles), see the full mean/median/mode calculator and the descriptive statistics calculator.
🧮 Mean, Median & Mode Calculator
Enter numbers separated by commas or spaces. Works for any size dataset.
Mean, Median, and Mode from Grouped Data
When data is given in a frequency table with class intervals — common in exam questions and survey data — the calculation method changes. See also the frequency distribution table maker and stem and leaf plot maker.
fᵢ = frequency of class i
mᵢ = midpoint of class i
Σfᵢ = total frequency (n)
Test scores grouped into intervals. Find the estimated mean.
| Score Interval | Midpoint (mᵢ) | Frequency (fᵢ) | fᵢ × mᵢ |
|---|---|---|---|
| 10–19 | 14.5 | 3 | 43.5 |
| 20–29 | 24.5 | 7 | 171.5 |
| 30–39 | 34.5 | 12 | 414.0 |
| 40–49 | 44.5 | 8 | 356.0 |
| 50–59 | 54.5 | 5 | 272.5 |
| Total | — | Σf = 35 | Σ(fm) = 1,257.5 |
✓ Estimated Mean = 1,257.5 / 35 ≈ 35.9. The modal class is 30–39 (frequency = 12). See computed mean vs actual mean for why this is an estimate.
Exam Revision: Quick Notes & Cheat Sheet
- Mean = total ÷ count; best for symmetric, clean numerical data; sensitive to outliers.
- Median = middle value after sorting; best for skewed data or data with outliers; robust to extreme values.
- Mode = most frequent value; best for categorical data and finding popularity; can be bimodal or have no mode.
- Range = max − min; measures spread, not center; also sensitive to outliers.
- Distribution pattern: symmetric → mean = median = mode; right-skewed → mode < median < mean; left-skewed → mean < median < mode.
| Measure | Formula | Key Step | Common Mistake |
|---|---|---|---|
| Mean | x̄ = Σx / n | Add all values, divide by count | Forgetting to divide by n (just summing) |
| Median (odd n) | Position (n+1)/2 | Sort first, then pick middle value | Not sorting before finding the middle |
| Median (even n) | Average positions n/2 and (n/2)+1 | Sort, average the two central values | Picking just one middle value instead of averaging |
| Mode | Highest frequency | Tally or sort to count repeats | Saying "no mode" when one value appears more than once |
| Range | Max − Min | Identify largest and smallest values | Confusing range (spread) with an average (center) |
1) Calculating the median without sorting first. 2) Averaging the middle two values when n is odd — only do this for even n. 3) Stating no mode when a value repeats — no mode only applies when ALL values appear equally. 4) Using mean for salary or house price questions — always use median for skewed economic data. 5) Confusing range (spread) with mean, median, or mode (all center measures).
Formula & Concept Glossary
| Term | Formula / Notation | Plain-English Definition | Connection to MMM |
|---|---|---|---|
| Mean | x̄ = Σx / n | Sum of all values divided by count — the arithmetic average | First and most common measure of central tendency |
| Median | Position (n+1)/2 | The value that splits sorted data into two equal halves | Best for skewed data; unaffected by outliers |
| Mode | Max frequency | The most frequently occurring value | Only MMM measure that works for categorical data |
| Range | Max − Min | The spread between the largest and smallest values | Measures dispersion, not center; always reported alongside MMM |
| Central Tendency | (concept) | A single value describing the center of a dataset | The category containing mean, median, and mode |
| Outlier | (no formula) | A value significantly distant from the rest | Distorts the mean; does not affect median or mode |
| Skewness | γ₁ = Σ[(xᵢ−x̄)³/n] / σ³ | Asymmetry in a distribution — positive or negative | Determines the ordering of mean, median, and mode |
| Normal Distribution | f(x)=e^−(x−μ)²/2σ² / σ√2π | Symmetric bell-shaped distribution | The only distribution where mean = median = mode exactly |
| Bimodal | (two equal max frequencies) | A dataset with exactly two modes | Unique to mode — mean and median cannot be bimodal |
| Standard Deviation | σ = √[Σ(xᵢ−μ)²/N] | Average distance of data points from the mean | Calculated from the mean; used in the empirical rule |
| IQR | Q3 − Q1 | Spread of the middle 50% of data | Robust alternative to range; paired with median for skewed data |
For related measures of spread, see the standard deviation guide, the variance guide, and the interquartile range guide. For the full terminology reference, see the Statistics Fundamentals glossary. For a complete population vs. sample breakdown, see population vs sample.
Common Mistakes with Mean, Median, and Mode
| Mistake | What People Do Wrong | What's Correct |
|---|---|---|
| Not sorting before median | Finding the middle value of unsorted data | Always sort ascending first — the median is a positional measure |
| Even n median — wrong values | Averaging the wrong two positions | For n=10: average positions 5 and 6 (n/2 and n/2+1) |
| Mean for skewed data | Reporting "average income" as the mean in a skewed dataset | Use median for income, house prices, and any skewed distribution |
| No mode when values repeat | "Dataset 3, 3, 5, 7 has no mode" — wrong, 3 is the mode | No mode only when every value appears exactly the same number of times |
| Mean for categorical data | Computing "average eye color" | Categorical data requires mode; mean and median are meaningless |
| Ignoring bimodal distributions | Reporting one mode when two values tie | Report both modes — bimodal distributions convey important structural information |
| Confusing range with an average | Using max−min to describe "where the data is" | Range describes spread (how wide), not center (where data sits) |
For a broader treatment of statistics mistakes to avoid, see the common statistics mistakes article and the how to study statistics guide.
Frequently Asked Questions — Mean, Median & Mode
Sources cited in this guide: NIST/SEMATECH e-Handbook §1.3.5.1 · Penn State STAT 200 §2.2 · U.S. Census Bureau — Income Reports · NCES — NAEP · National Cancer Institute · MIT OCW 18.650 · OpenIntro Statistics, 4th Ed.