Skip to content

Statistics Calculator

Calculate mean, median, mode, standard deviation, variance, quartiles and more

Dump Your Numbers In, Get Every Stat Out

You’ve collected survey responses, or test scores, or daily sales numbers. Before you fire up R or open a Jupyter notebook, you just want the basics: what’s the mean, what’s the median, how spread out is this data? That shouldn’t require setting up an entire analysis environment.

Paste your numbers in, separated by commas, spaces, or newlines, and the tool calculates everything at once. Count, sum, mean, median, mode, range, min, max, variance, standard deviation (both population and sample), Q1, Q3, and IQR. It updates as you type.

Population vs. Sample, This Matters

Here’s something that trips up a lot of students: there are two versions of standard deviation. Population (dividing by N) is for when your data IS the entire population. Sample (dividing by N-1, called Bessel’s correction) is for when your data is drawn from a larger population. Most real-world scenarios use sample standard deviation, but this tool gives you both so you don’t have to wonder.

A Real Example

Enter these test scores: 78, 85, 90, 72, 88, 95, 80, 83.

You’ll see: mean = 83.875, median = 84, mode = none (every value is unique), sample standard deviation = 7.41, Q1 = 79, Q3 = 89, IQR = 10.

The median being close to the mean tells you the data is roughly symmetric. The IQR of 10 means the middle 50% of scores spans a 10-point range. These quick reads give you a feel for the data before you do anything fancier.

Who Reaches for This

Students checking their homework calculations. You did the variance by hand and got 54.89, is that right? Run it here and find out in two seconds.

Researchers doing a preliminary data check. You’ve got 200 measurements and want a quick sanity check on the distribution before importing into SPSS or R.

Business analysts summarizing quarterly sales data for a presentation. Mean revenue, median deal size, spread of customer ratings, all the descriptive stats a slide deck needs.

QA engineers in manufacturing, looking at measurement data from a production run. Are the parts within tolerance? What’s the variance?

The sorted data display at the bottom helps you spot obvious errors in your input, a typo like “830” instead of “83” jumps out immediately.

For calculation beyond statistics, trig, logarithms, expression evaluation, the Scientific Calculator is right here on Toolsvu. The Percentage Calculator helps when you need to convert stats into percentages for reporting. All data stays in your browser.

statistics mean median mode standard-deviation variance

Related Tools

More in Math & Calculators