Mean, Median & Mode Calculator

Enter a list of numbers to find the mean, median, mode, range, variance, and standard deviation — with full working shown.

Enter Your Data

Enter any numbers separated by commas or spaces
Sorted data & working

Mean vs Median vs Mode

Mean (average): sum all values, divide by count. Median: the middle value when sorted — if even count, average the two middle values. Mode: the value that appears most often — a dataset can have multiple modes or none.

Standard Deviation

Standard deviation measures how spread out the values are from the mean. A low standard deviation means values are clustered near the mean; a high standard deviation means they are spread out widely.

Frequently Asked Questions

What is the mean of 2, 4, 6, 8, 10?

The mean is 6. Sum = 2+4+6+8+10 = 30. Divide by count: 30 ÷ 5 = 6.

How do you find the median of an even-numbered data set?

Sort the values, then average the two middle values. For {2, 4, 6, 8}: median = (4 + 6) ÷ 2 = 5.

Can a data set have more than one mode?

Yes. Two modes = bimodal; more than two = multimodal. If no value repeats, the data set has no mode.