Mean, Median & Mode Calculator
Enter your dataset below to instantly calculate all three measures of central tendency โ with complete step-by-step workings, formulas, and explanations.
Enter Your Data
๐ Formula Reference
where ฮฃx = sum of all values, n = number of values
Understanding Mean, Median, and Mode
The Mean (Arithmetic Average)
The mean is the most common measure of central tendency. You find it by adding all values together and then dividing by the count of values.
Example: For the dataset 3, 7, 5, 9, 1:
Mean = (3 + 7 + 5 + 9 + 1) / 5 = 25 / 5 = 5
When the mean can be misleading: The mean is sensitive to extreme values (outliers). For example, if most students scored 50โ60 on a test but one student scored 0, the mean would be pulled downward and not represent the typical score well.
The Median (Middle Value)
The median is the middle value when data is arranged in order. It is not affected by outliers, making it a better measure for skewed data.
For an odd number of values: The median is the middle item.
For an even number of values: The median is the average of the two middle items.
Example (odd): Data: 2, 5, 7, 8, 11 โ Median = 7
Example (even): Data: 2, 5, 7, 8 โ Median = (5 + 7) / 2 = 6
The Mode (Most Frequent Value)
The mode is the value that appears most often in a dataset. A dataset can have no mode, one mode (unimodal), two modes (bimodal), or many modes (multimodal).
Example: In the dataset 3, 5, 3, 7, 3, 8, 5, the value 3 appears 3 times โ more than any other value. Mode = 3.
No mode: If all values appear equally often (e.g. 1, 2, 3, 4), there is no mode.
The mode is especially useful for: Categorical data (e.g. most popular shirt size), finding the most common test score, or analyzing survey results.
When to Use Which Average?
| Situation | Best Measure | Reason |
|---|---|---|
| No extreme values, numerical data | Mean | Uses all data values |
| Skewed data or outliers present | Median | Not affected by extremes |
| Categorical data or "most common" | Mode | Works for non-numerical data |
| Income data (usually skewed) | Median | Resists effect of very high earners |
| Test scores (roughly symmetric) | Mean | Most informative summary |
| Shoe/clothing sizes for stock | Mode | Most frequently needed size |