125 TOOLS · 0 SIGN-UP
TallyBench / Mean, Median & Mode Calculator
// MEAN, MEDIAN & MODE CALCULATOR

Central tendency and spread for any list of numbers.

Paste your data (comma or newline separated) to get the mean, median, mode, and range in one shot.

Educational tool. Double-check critical calculations independently.
Count0
Mean0
Median0
Mode0
Range0

What's the difference between mean, median, and mode?

Mean is the arithmetic average — sum all values and divide by how many there are. Median is the middle value once the data is sorted (or the average of the two middle values, for an even count). Mode is whichever value appears most frequently. All three can differ substantially depending on how the data is shaped.

When is median a better measure than mean?

When your data has outliers or is heavily skewed. Mean gets pulled toward extreme values — a handful of very high incomes can drag a "mean income" figure well above what a typical person earns — while median stays anchored to the actual middle of the data regardless of how extreme the outliers are.

Can a data set have more than one mode?

Yes. A bimodal data set has two values tied for the highest frequency; a multimodal set has more than two. If every value in the set appears exactly once, there's no meaningful mode at all, and this tool will show "No mode" in that case.

How is this different from your Statistics Calculator?

The Statistics Calculator also computes variance and standard deviation alongside central tendency. This tool is a simpler, faster version focused just on mean, median, mode, and range — useful when that's all you need without the extra output.

Worked example: for 3, 7, 7, 2, 9, 4, 7 (n=7): mean = 39/7 ≈ 5.57, sorted order is 2, 3, 4, 7, 7, 7, 9 so the median (4th of 7 values) is 7, the mode is 7 (appears three times), and the range is 9−2 = 7.