🔍
Financial CalculatorsHealth & FitnessMath CalculatorsArithmeticAlgebraGeometryTrigonometryStatisticsTime & DateEducationEngineeringIT & UtilityConversionCreator Economy

Mean, Median, Mode, Range Calculator

Last updated: June 2026

Enter Data Set

7 values
Mean
x̄ = Σxᵢ / n
22.1429
155.000000 ÷ 7
Median
x̃ (middle value)
23.0000
n = 7 (odd)
Mode
highest frequency
23, 38
appears 2× each
Range
R = max − min
36.0000
38.0000 − 2.0000

Analysis

Count
7
Sum
155.000000
Min
2.0000
Max
38.0000
Std Dev
13.2844
Variance
176.4762
Sorted Data
2
10
21
23
23
38
38
Mean Median Mode
Step-by-Step Workings

Concepts Explained

Mean
x̄ (sample) or μ (population)
x̄ = Σxᵢ / n
The sum of all values divided by the count. Sensitive to outliers — one extreme value can pull the mean far from the typical value.
EX: (10+2+38+23+38+23+21) / 7 = 22.143
Median
Middle value of sorted data
The value that divides the sorted dataset in half. Resistant to outliers — adding a value of 1,027,892 to the set doesn't change the median at all.
EX: 2, 10, 21, [23], 23, 38, 38 → Median = 23
Mode
most frequent value(s)
value with highest frequency
The value(s) occurring most often. A dataset can be unimodal, bimodal, or multimodal. Can apply to non-numeric data too.
EX: 2, 10, 21, 23, 23, 38, 38 → Mode = 23, 38 (bimodal)
Range
R
R = max − min
The spread between the highest and lowest values. Like the mean, it's heavily affected by outliers.
EX: 38 − 2 = 36. Adding 1,027,892 → range becomes 1,027,890.

Calculate mean, median, mode, and range for any dataset. Includes step-by-step workings, color-coded sorted data, and detailed explanations of each concept.

The Mean Median Mode Calculator is a fundamental statistical utility designed to find the three primary measures of central tendency for a given set of numbers. These metrics represent different ways of identifying the "center" or typical value of a dataset. Understanding the mathematical differences between mean, median, and mode is crucial for correct data analysis.

The mean (or arithmetic average) is calculated by summing all the values in the dataset and dividing the total by the number of values (Mean = ∑x / n). The mean is the most common measure of central tendency, but it has a key limitation: it is highly sensitive to outliers (extreme values). For example, in a dataset of salaries [30k, 35k, 40k, 250k], the mean is 88.75k, which is not representative of the majority of the group due to the single high salary.

The median is the middle value when the dataset is arranged in ascending order. If the dataset has an odd number of values, the median is the exact middle number. If it has an even number of values, the median is the average of the two middle numbers. Unlike the mean, the median is resistant to outliers. In the salary example above, the sorted list is [30k, 35k, 40k, 250k], and the median is 37.5k, providing a more accurate representation of the typical salary.

The mode is the value that appears most frequently in the dataset. A dataset can have one mode, multiple modes (bimodal or multimodal), or no mode at all if no values repeat. The mode is particularly useful for categorical data, where numerical averages cannot be calculated, such as identifying the most popular shoe size or political preference.

By providing all three metrics simultaneously, the mean median mode calculator allows users to compare them and understand the distribution of their data. It is a vital tool for students learning basic statistics and analysts summarizing business data.

How it Works & Formula

x̄ = Σxᵢ / n

Finds the three main measures of central tendency for a given list of numbers.

Practical Examples

Example 1: Score Set Analysis

For dataset [3, 5, 5, 8, 9], the mean is 6, median is 5, and mode is 5.

Frequently Asked Questions

Can a dataset have more than one mode?

Yes, if multiple values tie for the highest frequency. If no values repeat, the dataset has no mode.