Mean Median Mode Calculator
Enter a dataset to get mean, median, mode, range, and standard deviation instantly.
📖 What are Mean, Median, and Mode?
Mean, median, and mode are the three primary measures of central tendency in statistics. They each describe the "center" of a dataset in a slightly different way, and understanding all three gives a much more complete picture of your data than any single measure alone.
Mean (arithmetic average) is calculated by summing all values and dividing by the count. It is the most commonly used measure and works best for symmetrically distributed data without extreme outliers.
Median is the middle value when data is sorted in ascending order. For an even number of data points, it's the average of the two middle values. The median is unaffected by extreme outliers, making it ideal for skewed distributions like income, house prices, or response times.
Mode is the value that appears most frequently. A dataset can have zero modes (all values unique), one mode (unimodal), or multiple modes (bimodal, trimodal, etc.). Mode is the only measure of central tendency that can be used with categorical data.
Along with these three measures, this calculator also computes range (the spread from minimum to maximum), variance (average squared deviation from the mean), and standard deviation (square root of variance - the most commonly used measure of spread).