OUNZOZ

Statistics Calculator

Get the mean, median, mode, and standard deviation of a list of numbers — paste your data, see every result at once.

Separate values with commas or line breaks — at least 2 numbers.

Enter at least 2 numbers to see the statistics

About the Statistics Calculator

Whether you're working through a statistics homework set, summarizing a lab data set, or just trying to make sense of a list of numbers, the same four values usually come up first: the mean (average), the median (middle value), the mode (most common value), and the standard deviation (how spread out the values are). Calculating all four by hand for anything more than a handful of numbers is tedious and easy to get wrong — this tool does it instantly from a pasted list.

Enter your numbers separated by commas, one per line, or with spaces — however you have them already. The mean and median are straightforward; the mode shows every value tied for most-frequent (or "No mode" if nothing repeats), rather than guessing at one. Standard deviation is calculated as the populationstandard deviation, dividing by the full count (n) rather than n − 1 — the right choice when you're treating your entered numbers as the complete data set, not a sample used to estimate a larger population.

This tool works with whatever numbers you give it — it doesn't know or assume anything about what they represent, so double-check that you've entered the right data set before trusting the result for anything graded.

Standard deviation is calculated as population standard deviation: σ = √(Σ(x − mean)² / n).

Frequently asked questions

It means every number you entered appears exactly once — nothing repeats, so there's no single most-frequent value. If two or more values are tied for appearing most often, this tool lists all of them (a data set can have more than one mode).