Mathematics & Education

Mean, Median, and Mode:
Understanding Central Tendency

Published May 19, 2026 • 6 min read

When describing a group of numbers, our first instinct is to ask: **"What is the average?"** But in mathematics and statistical modeling, the word "average" is an umbrella term representing **Central Tendency**—the single value that best describes the center of a data distribution.

There are three primary ways to measure central tendency: **Mean**, **Median**, and **Mode**. Each has unique properties, advantages, and limitations, especially when handling skewed datasets or outliers.

1. Define the Big Three

A. The Arithmetic Mean (Average)

The **Mean** is calculated by adding all the values in a dataset together and dividing by the total count of values. It is the most common interpretation of "average."

$$Mean\ (\bar{x}) = \frac{\sum x}{n}$$

B. The Median (Middle)

The **Median** is the physical middle value in a sorted dataset (arranged in ascending or descending order). If the dataset contains an odd number of elements, the median is the center value. If it contains an even number, the median is the average of the two middle values.

C. The Mode (Frequent)

The **Mode** is the value that appears most frequently in a dataset. A dataset can have one mode, multiple modes (bimodal or multimodal), or no mode at all if every value occurs exactly once.

2. When to Use Which? (Handling Outliers)

The choice of metric depends heavily on the shape of your data. The **Mean** is sensitive to extreme values (outliers), whereas the **Median** is resistant to outliers.

Example Scenario: Employee Salaries

Consider a small startup with 5 employees earning the following salaries: **$40k, $45k, $50k, $55k, and $260k** (the founder).

  • Mean Salary: \((40 + 45 + 50 + 55 + 260) / 5 = \$90,000\). The mean suggests the "average" employee makes $90k, which is misleading since 4 out of 5 make $55k or less.
  • Median Salary: Sorting the list gives $50,000 in the middle position. This is a much better representation of a typical employee salary at this firm.
  • Mode Salary: There is no mode, as all salaries are unique.

3. Summary Table: Properties

Metric Data Type Allowed Outlier Sensitivity Best Used For
Mean Interval / Ratio (Continuous) High Symmetric data without major anomalies.
Median Ordinal / Interval / Ratio None (Robust) Skewed distributions (e.g. house values, household income).
Mode Nominal / Categorical / Discrete None Non-numerical categories (e.g. most popular shoe size, shirt color).
Launch the Average Calculator

Perform fast dataset audits. Paste your numbers into our interactive **Average Calculator** to instantly extract Mean, Median, Count, and Range summaries without tedious manual sorting or calculations.

Open Average Calculator Page →