Mean, median, mode, standard deviation and more
Statistics Calculator computes count, sum, mean, median, mode, standard deviation, variance, range, minimum, and maximum from a comma-separated list of numbers, entirely in your browser.
What does it compute?
Count, sum, mean, median, mode, standard deviation, variance, range, minimum, and maximum — quartiles aren't currently included.
Does it use population or sample variance?
Population variance and standard deviation (divides by the count of values, N) — not the sample formula (N−1).
How should I separate my numbers?
Use commas between values (e.g., "1, 2, 3"). Space-separated numbers without commas won't be parsed correctly.
Is there a size limit?
No hard limit is enforced — very large datasets are limited only by your browser's performance.