Central Tendency

Central Tendency

Updated Mar 26, 2026

Imagine you are trying to describe the “typical” income in a neighborhood. You could average everyone’s salary, find the middle salary, or identify the most common salary. Each approach gives a different answer, and each tells a different story. Central tendency is about summarizing a dataset with a single representative number - but choosing the wrong measure can be seriously misleading.

Mean (Average)

The mean is the sum of all values divided by the number of values. It is the most commonly used measure of central tendency.

Mean = (sum of all values) / n

The mean uses every data point in the calculation, which makes it powerful but also makes it vulnerable. A single extreme value can drag the mean far from where most of the data actually lives.

Median

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

The median is resistant to outliers. No matter how extreme the highest or lowest value is, the median stays anchored in the center of the data. This makes it the preferred measure for skewed distributions.

Mode

The mode is the most frequently occurring value in a dataset. A dataset can have one mode (unimodal), two modes (bimodal), or more (multimodal). If no value repeats, there is no mode.

The mode is the only measure of central tendency that works for categorical data. You cannot calculate the mean or median of eye colors, but you can find the most common eye color (the mode).

Symmetric vs. Skewed Distributions

Three distribution curves showing the relative positions of mean, median, and mode: in a symmetric distribution all three overlap at the center; in a right-skewed distribution the mode is leftmost, median in the middle, and mean is pulled rightward toward the tail; in a left-skewed distribution the order is reversed with the mean pulled left
The positions of mean, median, and mode in symmetric and skewed distributions. In a symmetric distribution, all three coincide. In a right-skewed distribution, the mean is pulled toward the right tail (mean > median > mode). In a left-skewed distribution, the mean is pulled toward the left tail (mean < median < mode). Credit: Wikimedia Commons, CC BY-SA 3.0

The relationship between mean, median, and mode tells you about the shape of a distribution.

Symmetric distribution: Mean = Median = Mode. The data is balanced around the center. A bell curve is the classic example.

Right-skewed (positive skew): Mean > Median > Mode. A long tail stretches to the right, pulling the mean in that direction. Example: household income in most countries.

Left-skewed (negative skew): Mean < Median < Mode. A long tail stretches to the left, pulling the mean down. Example: age at retirement (most people retire around 65, but a few retire very young).

Visualizing the Order

For a right-skewed distribution, picture the values along a number line from left to right:

Mode - Median - Mean (mean pulled right toward the tail)

For a left-skewed distribution:

Mean - Median - Mode (mean pulled left toward the tail)

When to Use Each Measure

SituationBest MeasureWhy
Symmetric, no outliersMeanUses all data, most informative
Skewed dataMedianNot affected by extreme values
Outliers presentMedianResistant to being pulled by extremes
Categorical dataModeOnly option for non-numeric data
Bimodal dataMode(s)Reveals that data has two clusters
In a right-skewed distribution, what is the order of mean, median, and mode from lowest to highest?
Click to reveal answer
Mode < Median < Mean. The long right tail pulls the mean to the highest value. The mode sits at the peak (lowest of the three), and the median falls between them. Remember: the mean always chases the tail.
A researcher reports that the mean blood pressure in a study is 180 mmHg while the median is 125 mmHg. What does this tell you about the distribution?
Click to reveal answer
The distribution is right-skewed. The mean (180) is much higher than the median (125), which means the data has a long right tail - likely a few patients with extremely high blood pressure pulling the mean up. The median (125 mmHg) is a better representation of the "typical" patient in this dataset.