Mean, Median, Mode, Range Calculator

Compute the four classical descriptive statistics — mean (average), median (middle value), mode (most frequent value), and range (max − min) — from a list of numbers. Paste any list separated by commas, spaces, semicolons, or newlines.

Separate numbers with commas, spaces, semicolons, or new lines. Decimals are fine; scientific notation is not supported.

Your Result

-
ResultWhat it means?
Insufficient dataAt least two numbers are required to compute mean, median, mode, and range meaningfully.
2 – 5Small sample (2 – 5)A handful of values. The mode in particular is unreliable with so few points.
6 – 20Typical sample (6 – 20)A reasonable working sample for a class assignment or quick sanity check.
≥ 21Large sample (≥ 21)A larger sample. Mean and median become more stable; mode may surface clear clusters.
No resultThe input was empty or contained no valid numbers.

How it works

=

Mean = (sum of values) ÷ count. Median = the middle value (or the average of the two middles for an even count). Mode = the most frequent value(s); shown as "—" when every value is unique. Range = max − min.