Mean, Median, Mode Explained

What Are Measures of Central Tendency?

When you have a collection of numbers, you often want a single value that represents the “center” or “typical” value of the dataset. Statistics offers three primary measures for this purpose: the mean, the median, and the mode. Each one captures a different aspect of the data’s center, and choosing the right one depends on what you are trying to understand.

These concepts are foundational in statistics, data analysis, business reporting, and everyday decision-making. Understanding them helps you interpret data accurately and avoid being misled by misleading summaries.

The Mean (Average)

The mean is what most people think of as “the average.” You calculate it by adding up all the values and dividing by the number of values.

Formula: Mean = Sum of all values / Number of values

For the dataset 4, 7, 10, 13, 16: Mean = (4 + 7 + 10 + 13 + 16) / 5 = 50 / 5 = 10.

The mean is the most commonly used measure of central tendency. It uses every data point in the calculation, which is both its strength and its weakness.

When to use the mean:

When the mean misleads: The mean is highly sensitive to outliers. Consider employee salaries at a small company: five workers earn $40,000 and the CEO earns $500,000. The mean salary is $116,667, which does not represent the typical employee experience at all.

The Median (Middle Value)

The median is the middle value when data is arranged in order. If there is an even number of values, the median is the average of the two middle values.

How to find it:

  1. Sort the data from smallest to largest
  2. If odd count: the middle number is the median
  3. If even count: average the two middle numbers

For the dataset 3, 7, 9, 15, 42: Median = 9 (the middle value).

For the dataset 3, 7, 9, 15: Median = (7 + 9) / 2 = 8.

When to use the median:

Why the median resists outliers: Using the salary example above, the median is $40,000 regardless of how high the CEO’s salary is. The median reflects the experience of the majority, making it more representative for skewed data.

The Mode (Most Frequent Value)

The mode is the value that appears most frequently in a dataset.

For the dataset 2, 3, 3, 5, 7, 7, 7, 9: Mode = 7 (appears three times).

Key characteristics of the mode:

When to use the mode:

Comparing the Three Measures

The relationship between mean, median, and mode reveals the shape of your data distribution:

Understanding this relationship helps you detect skewness in your data and choose the most appropriate summary measure.

Real-World Applications

Business: A retailer tracking daily sales revenue uses the median rather than the mean to understand typical performance. A few holiday shopping days with exceptionally high sales would inflate the mean and give a misleading picture of a normal day.

Education: Test scores are often summarized by the mean when the distribution is roughly normal. But if a few students score very low due to absences, the median better represents how prepared students typically performed.

Real estate: Home prices are almost always reported using the median. A few multimillion-dollar homes in a neighborhood would dramatically skew the mean, but the median reflects what a typical buyer actually pays.

Quality control: In manufacturing, the mode identifies the most common measurement, which is useful for detecting whether a process is centering on the target value.

Weighted Mean

Sometimes not all data points are equally important. A weighted mean assigns different weights to different values:

Formula: Weighted Mean = Sum of (value x weight) / Sum of weights

For example, in a course where homework is 20% of the grade, midterm is 30%, and final is 50%: if a student scores 90, 80, and 70 respectively, the weighted mean is (90 x 0.2 + 80 x 0.3 + 70 x 0.5) / (0.2 + 0.3 + 0.5) = 77.

This is how most academic GPA systems work, where courses with more credit hours carry more weight.

Common Pitfalls

Watch out for these mistakes when working with central tendency:

A statistics calculator computes all three measures simultaneously, saving you time and reducing calculation errors.

Try our free Mean, Median, Mode Calculator — no signup required.

Explore all free tools on CalcHub

Browse Tools