Calculate mean, median, mode, and range from a validated list of numbers.
Last updated: June 2026 | By Patchworkr Team
Mean
Median
Mode
Range
Statistical averages summarize a dataset using representative values such as the mean, median, and mode. They help reduce a list of numbers into a few useful descriptions of what the data looks like.
Different averages answer different questions. The mean shows the overall balance of the data, the median shows the middle point, and the mode shows the most common value.
Sum / CountAdds every value and divides by how many values there are.
Middle valueShows the center of the sorted dataset.
Most frequent valueHighlights the value that appears most often, if any.
Max - MinMeasures how far the data spreads from smallest to largest.
The mean is the most familiar average, but it can be influenced by unusually large or small values. The median is often better when the dataset has outliers because it stays focused on the middle position.
The mode is useful when you want to know the most common value. Some datasets have no mode, while others can have more than one mode if multiple values repeat equally often.
Outliers are unusually large or unusually small values that can affect summary statistics. The mean is sensitive to outliers because every value contributes to the calculation.
The median is often more resistant to extreme values and may better represent the center of a dataset when outliers are present.
The mean is useful when all values should contribute equally to the result. The median is often preferred when the data contains extreme values. The mode is most useful when you want to identify the most common value in a dataset.
Comparing all three measures can provide a more complete picture of the data.
Order does not change the mean, but it does matter for the median because the values must be sorted before the middle can be found. The mode and range also depend on checking the full list carefully.
That is why the calculator sorts the data where needed and still keeps the original values when calculating the totals.
For the list 2, 4, 4, 6, 9, the values are added first, then sorted to find the center value and the most frequent number.
This dataset has a repeated 4, which is why the mode is 4, and the range is 7 because 9 minus 2 equals 7.
Can I use decimals?
Yes. This calculator accepts real numbers, including decimals and negatives.
What if all values are unique?
The mode is shown as None because no value repeats.
What if there are two modes?
Both values are displayed, separated by commas.
Does order matter?
No. The calculator sorts values where needed and uses the full list for each metric.