Descriptive Statistics Central Tendency Statistics Basics 22 min read Updated Aug 19, 2026
BY: Statistics Fundamentals Team
Reviewed By: Minsa A (Senior Statistics Editor)

Difference Between Mean, Median and Mode: Definitions, Formulas & Examples

Quick Answer

The mean is the arithmetic average (sum ÷ count). The median is the middle value when data is sorted. The mode is the most frequently occurring value. All three are measures of central tendency — but they answer "what is typical?" in three different ways, and the right choice depends on your data.

Three teachers reported the "average" grade from the same class of 30 students. All three got a different number. All three were correct — one used the mean, one the median, one the mode. This guide explains exactly what each measure is, why they disagree, and when to use each one — with plain-English explanations, full formulas, worked examples, and a free interactive calculator.

What You'll Learn
  • ✓ The exact difference between mean, median, and mode — with definitions, formulas, and comparisons
  • ✓ How mean, median, mode and range relate to each other
  • ✓ Five worked examples on one shared dataset so you can compare all three side-by-side
  • ✓ The exact conditions when each measure outperforms the other two
  • ✓ How outliers and skewed distributions change everything
  • ✓ Which to use by variable type: nominal, ordinal, interval, ratio
  • ✓ Real-world examples from income data, education, retail, and public health

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.

🧒 Plain-English Explanation (ELI5)

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)

Measures of Central Tendency — Precise Definitions
Mean is the arithmetic average of a dataset — the sum of all values divided by the count of values.

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.
x̄ = Σx / n
Median = middle position
Mode = highest frequency

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.

⚡ Quick Reference — Key Facts on Mean, Median & Mode
  • 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.

💡
Mean vs Average — The Key Distinction

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

Arithmetic Mean — Sample and Population
x̄ = Σx / n   |   μ = Σx / N
Use x̄ for a sample mean; use μ for a population mean
= 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.

💡
Weighted Mean (Advanced)

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)

Median — Position-Based Formula
If n is odd: position = (n + 1) / 2
If n is even: average of positions n/2 and (n/2) + 1
Always sort the data first. The median is a position, not an average of all values.
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

Mode — Frequency-Based Identification
Mode = value(s) with the highest frequency count in the dataset
No algebraic formula — requires counting occurrences of each value
Unimodal: one mode Bimodal: two modes (two values tie) Multimodal: three or more modes No mode: all values appear equally often

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 — Definition and Formula

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?
MeanCenter (average)Σx / nYes — very
MedianCenter (middle)Middle position after sortingNo — robust
ModeCenter (most frequent)Highest frequency valueNo
RangeSpread (width)Max − MinYes — 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.

📋
Shared Dataset — Used in All Examples Below

A teacher records quiz scores for 9 students: 4, 7, 13, 2, 7, 9, 4, 7, 1

Example 1 — Finding the Mean

Worked Example 1 — Mean

Dataset: 4, 7, 13, 2, 7, 9, 4, 7, 1 — Find the mean quiz score.

1

Sum all values: 4 + 7 + 13 + 2 + 7 + 9 + 4 + 7 + 1 = 54

2

Count the values (n): There are 9 values.

3

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)

Worked Example 2 — Median (Odd n = 9)

Dataset: 4, 7, 13, 2, 7, 9, 4, 7, 1 — Find the median quiz score.

1

Sort ascending: 1, 2, 4, 4, 7, 7, 7, 9, 13

2

Count: n = 9 (odd)

3

Find the middle position: (9 + 1) / 2 = position 5

4

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)

Worked Example 3 — Median (Even n = 8)

Remove score of 1. New dataset: 4, 7, 13, 2, 7, 9, 4, 7 — Find the median.

1

Sort: 2, 4, 4, 7, 7, 7, 9, 13

2

Count: n = 8 (even)

3

Two middle positions: n/2 = 4th and (n/2)+1 = 5th

4

Read values: 2, 4, 4, 7, 7, 7, 9, 13 → 4th = 7, 5th = 7

5

Average: (7 + 7) / 2 = 7

✓ Median = 7. Always average the two middle values for even-count datasets.

Example 4 — Finding the Mode

Worked Example 4 — Mode

Original dataset: 4, 7, 13, 2, 7, 9, 4, 7, 1 — Find the mode.

ValueFrequencyMode?
11
21
42
73✓ Highest
91
131

✓ 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

6
Mean (x̄ = 54 ÷ 9)
7
Median (5th of 9 sorted)
7
Mode (7 appears 3×)
12
Range (13 − 1)

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

SituationBest MeasureReason
Symmetric distribution, no outliersMeanUses every data point; maximum statistical precision
Skewed distribution (income, house prices, wait times)MedianUnaffected by the long tail; accurately represents the typical value
Categorical or nominal data (colors, brands, parties)ModeMean and median are mathematically meaningless for non-numeric categories
Dataset with clear outliersMedianOutliers pull the mean; median stays stable at the true center
Finding the most popular item or responseModeMode directly identifies the most common value
Normally distributed exam scoresMeanAll three are approximately equal; mean is most useful for further calculations (standard deviation, t-tests)
Ordinal scale (satisfaction ratings 1–5)MedianOrdinal data has rank but unequal intervals; mean assumes equal spacing
Reporting government income statisticsMedianThe U.S. Census Bureau reports median household income to avoid distortion from high-earner outliers
Quality control / Six Sigma process monitoringMeanControl charts use the mean as the process target — deviations from mean are what matter
Retail inventory (most popular size/color)ModeRestocking decisions need the most common value, not an average
Decision Rule You Can Memorize

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

MeasureWithout CEO ($500K)With CEO ($500K)Change
Mean$32,000$110,000+$78,000 ↑↑↑
Median$31,500$32,500+$1,000 (negligible)
ModeNo modeNo modeUnchanged

Outlier Effect — One CEO Salary vs. Five Employee Salaries

$30K $31K $32K $33K $34K $500K CEO Mean $32K (without outlier) Mean $110K (with outlier) Median ≈$31.5K–$32.5K (barely changes) Mean jumps $78K

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.

⚠️
Watch for This in News Headlines

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

Right-Skewed (Positive Skew) Mode Med Mean Mode < Median < Mean (mean pulled right) Symmetric (Normal) Mean = Median = Mode All three measures are equal (perfectly symmetric) Left-Skewed (Negative Skew) Mode Med Mean Mean < Median < Mode (mean pulled left)

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.

📐
Pearson's Empirical Skewness Formula

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

💰 Economics — Household Income

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.

🎓 Education — Exam Score Analysis

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.

👟 Retail — Inventory and Stocking Decisions

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.

🏥 Public Health — Median Survival Time

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.

🏡 Real Estate — Property Price Reporting

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 (x̄)
Median
Mode
▶ Show step-by-step breakdown

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.

Mean from Grouped Data
x̄ = Σ(fᵢ × mᵢ) / Σfᵢ
fᵢ = frequency of class i mᵢ = midpoint of class i Σfᵢ = total frequency (n)
Worked Example — Mean from Grouped Data

Test scores grouped into intervals. Find the estimated mean.

Score IntervalMidpoint (mᵢ)Frequency (fᵢ)fᵢ × mᵢ
10–1914.5343.5
20–2924.57171.5
30–3934.512414.0
40–4944.58356.0
50–5954.55272.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

📌 5-Line Revision Summary
  • 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.
MeasureFormulaKey StepCommon Mistake
Meanx̄ = Σx / nAdd all values, divide by countForgetting to divide by n (just summing)
Median (odd n)Position (n+1)/2Sort first, then pick middle valueNot sorting before finding the middle
Median (even n)Average positions n/2 and (n/2)+1Sort, average the two central valuesPicking just one middle value instead of averaging
ModeHighest frequencyTally or sort to count repeatsSaying "no mode" when one value appears more than once
RangeMax − MinIdentify largest and smallest valuesConfusing range (spread) with an average (center)
⚠️
Top Exam Mistakes — Avoid These

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

TermFormula / NotationPlain-English DefinitionConnection to MMM
Meanx̄ = Σx / nSum of all values divided by count — the arithmetic averageFirst and most common measure of central tendency
MedianPosition (n+1)/2The value that splits sorted data into two equal halvesBest for skewed data; unaffected by outliers
ModeMax frequencyThe most frequently occurring valueOnly MMM measure that works for categorical data
RangeMax − MinThe spread between the largest and smallest valuesMeasures dispersion, not center; always reported alongside MMM
Central Tendency(concept)A single value describing the center of a datasetThe category containing mean, median, and mode
Outlier(no formula)A value significantly distant from the restDistorts the mean; does not affect median or mode
Skewnessγ₁ = Σ[(xᵢ−x̄)³/n] / σ³Asymmetry in a distribution — positive or negativeDetermines the ordering of mean, median, and mode
Normal Distributionf(x)=e^−(x−μ)²/2σ² / σ√2πSymmetric bell-shaped distributionThe only distribution where mean = median = mode exactly
Bimodal(two equal max frequencies)A dataset with exactly two modesUnique to mode — mean and median cannot be bimodal
Standard Deviationσ = √[Σ(xᵢ−μ)²/N]Average distance of data points from the meanCalculated from the mean; used in the empirical rule
IQRQ3 − Q1Spread of the middle 50% of dataRobust 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

MistakeWhat People Do WrongWhat's Correct
Not sorting before medianFinding the middle value of unsorted dataAlways sort ascending first — the median is a positional measure
Even n median — wrong valuesAveraging the wrong two positionsFor n=10: average positions 5 and 6 (n/2 and n/2+1)
Mean for skewed dataReporting "average income" as the mean in a skewed datasetUse 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 modeNo mode only when every value appears exactly the same number of times
Mean for categorical dataComputing "average eye color"Categorical data requires mode; mean and median are meaningless
Ignoring bimodal distributionsReporting one mode when two values tieReport both modes — bimodal distributions convey important structural information
Confusing range with an averageUsing 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

The key difference between mean, median, and mode is how each measures the "typical" value. Mean adds all values and divides by the count (arithmetic average). Median finds the middle value after sorting. Mode finds the most frequently repeated value. All three are measures of central tendency, but mean is sensitive to outliers, median is resistant to outliers, and mode is the only one that works for categorical data.
In everyday language, "average" usually means the arithmetic mean (sum ÷ count). In statistics, "average" is a broader category that includes mean, median, and mode — they are all types of averages. When a newspaper reports "average house prices," it typically means the median, not the mean, because the median is more representative when data is skewed by a few high-value properties. Always check whether a source is reporting mean or median before drawing conclusions.
Mean, median, and mode are all measures of central tendency — they describe the center of a dataset. Range is fundamentally different: it is a measure of spread (variability), calculated as the largest value minus the smallest value. Range tells you how wide the data is spread, not where it is centered. A complete basic data summary typically reports one measure of center (usually mean or median) and one measure of spread (usually range or standard deviation) together.
Use the median instead of the mean when your data is skewed or contains outliers. Classic examples: household income (a few ultra-wealthy individuals raise the mean), house prices (luxury properties skew the mean), medical recovery times, and insurance claim amounts. The U.S. Census Bureau uses median income for exactly this reason. Also use median for ordinal-scale data (like satisfaction ratings 1–5) where the intervals between values are not equal.
The easiest method: (1) sort the data so repeated values appear together; (2) count runs of identical values; (3) the value with the longest run is the mode. For larger datasets, create a frequency table listing each unique value and its count, then identify the value with the highest count. If two values tie for highest count, the dataset is bimodal and both are modes. If all values appear equally often, there is no mode.
In a perfectly symmetric normal distribution, mean = median = mode — all three measures point to the center of the bell curve. This is one of the defining properties of a normal distribution. In practice, real-world data is rarely perfectly normal, so small differences are expected. The larger the gap between mean and median, the more evidence of skewness. See the normal distribution guide for a full treatment.
The median is the best measure for skewed data. It only uses the position of values, not their magnitude, so extreme values cannot move it substantially. In right-skewed data (income distributions, house prices), the mean is pulled toward large tail values and overstates the typical observation. For highly skewed data, economists, statisticians, and government agencies specifically recommend median over mean.
An outlier pulls the mean toward it. A single extreme value can shift the mean by thousands while the median barely changes. Five salaries averaging $32K plus one CEO at $500K pushes the mean to $110K — while the median rises only from $31.5K to $32.5K. This is the core reason median is preferred for economic and health data reporting. For more, see the outliers guide.
Yes. A dataset has no mode when every value appears the same number of times — most commonly when all values are unique. Example: 3, 7, 11, 15, 22 — no value repeats, so there is no mode. A dataset can also have two modes (bimodal), three modes (trimodal), or more. No mode, one mode, and multiple modes are all legitimate descriptions of a dataset's distribution.
Mean: sports analytics (batting averages, field goal percentages), academic GPA calculations, quality control monitoring, and financial return calculations for symmetric data. Median: government income and wealth reports, real estate market summaries, clinical trial survival analysis, and salary surveys. Mode: retail inventory management (most popular size or color), market research (most common consumer preference), and epidemiology (most common symptom). See the statistical interpretation guide for real-world examples in context.
The arithmetic mean formula is x̄ = Σx / n, where Σx is the sum of all values and n is the total count. For a population: μ = Σx / N. For weighted data (course grades with different credit weights): x̄w = Σ(wᵢxᵢ) / Σwᵢ. See the mean guide and mean calculator for examples.

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.