Statistics Calculator
Calculate mean, median, mode, and standard deviation.
Separate values with spaces, commas, semicolons or line breaks. Negatives, decimals and scientific notation are all accepted.
How many numbers were parsed.
Every value added together.
Where the data is centred — mean, median and mode.
The arithmetic average — every value added up, divided by the count.
The middle value once the numbers are sorted; half are below it.
The value (or values) that appear most often. Blank when nothing repeats.
How widely the values are scattered — range, variance, standard deviation and IQR.
The largest value minus the smallest — the full span of the data.
Average squared distance from the mean, divided by n − 1 (a sample).
Average squared distance from the mean, divided by n (a full population).
Square root of the sample variance — typical spread, in the same units.
Square root of the population variance — use it when you have every value.
Q3 minus Q1 — the spread of the middle 50% of the data.
The five-number summary: minimum, Q1, median, Q3 and maximum.
The smallest value in the set.
A quarter of the values fall at or below this point.
The midpoint — half the values fall on either side.
Three quarters of the values fall at or below this point.
The largest value in the set.
Each distinct value and how many times it appears — handy for discrete data.
How to use Statistics Calculator
What this tool does
This statistics calculator takes a list of numbers and produces a complete descriptive summary in one place: how many values there are, their sum, the mean, median and mode, the smallest and largest values, the range, the sample and population variance, the sample and population standard deviation, and the quartiles with the interquartile range. Paste your numbers, and every figure appears instantly. The page loads with a sample set of fifteen numbers so you can see exactly what the output looks like before you use your own data.
Results are grouped so they are easy to read rather than dumped in a long list. Central tendency holds the mean, median and mode. Spread holds the range, both variances, both standard deviations and the IQR. Quartiles shows the five-number summary — minimum, Q1, median, Q3 and maximum — alongside a small box-plot-style bar so you can see the shape of the data at a glance.
Why and when you would use it
Anyone who works with numbers needs these figures regularly and does not always want to open a spreadsheet to get them. A marketer checking the spread of campaign click-through rates, a teacher summarising a set of test scores, an operations analyst measuring delivery times, or a student completing a statistics assignment all need the same handful of numbers. Pasting a column here is faster than writing a formula for each statistic, and seeing them grouped and explained means you understand what they tell you, not just what they equal.
The box plot and frequency table add a layer a bare calculator does not. The box plot shows whether your data is lopsided — if the median sits far from the centre of the box, the data is skewed. The frequency table is ideal for discrete data like survey ratings or counts, where seeing that “7” appears five times matters more than the average.
How to use it
- Paste or type your numbers into the box. Separate them with spaces, commas, semicolons or line breaks — copying a column from a spreadsheet works fine.
- Read the grouped results. Central tendency tells you where the data sits; Spread tells you how scattered it is; Quartiles gives the five-number summary and the box plot.
- Hover over any statistic, or read the small grey line beneath it, for a plain-language description of what it means.
- Open the Frequency table to see each distinct value and how often it appears — useful for ratings, counts and other discrete data.
- Use Copy results to copy a clean text summary you can paste into a report, an email or your notes.
Common pitfalls and tips
The most common mistake is choosing the wrong standard deviation. If your numbers are every member of the group you care about, use the population figure; if they are a sample standing in for a larger group, use the sample figure. This tool shows both so you do not have to recompute.
Watch out for stray text. A pasted column sometimes carries a header word, a currency symbol or a “N/A” cell. The calculator ignores anything that is not a finite number and tells you how many tokens it skipped — if that count is higher than you expect, check your input for hidden text. Also remember that the mean is pulled by outliers: one unusually large value can make the average misleading, which is exactly when the median is the better summary.
Finally, the mode can be blank. If every value is unique there is no mode, and that is a valid, meaningful result — it simply means nothing repeats.
Privacy
This calculator runs entirely inside your browser. Your numbers are parsed and every statistic is computed on your own device by JavaScript — nothing is uploaded, stored or logged, and nothing leaves your computer. When you clear the box or close the tab the data is gone, so it is safe to use with figures from confidential reports or unpublished work.
Frequently asked questions
What is the difference between sample and population standard deviation?
What is the difference between the mean, the median and the mode?
How should I separate the numbers I paste in?
Are the formulas standard?
Is my data private when I use this calculator?
Related tools
CSV Statistics
Compute statistics for each column of a CSV.
CSV Viewer & Editor
View and edit CSV files in a clean table.
Word Counter
Count words, characters, and reading time in real time.
CSV Row Filter
Filter CSV rows by custom conditions.
Percentage Calculator
Solve percentage problems in several modes.
Excel Formula Evaluator
Evaluate Excel-style formulas in your browser.