Skip to content

Statistics Calculator

Math & Calculators ·
·

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

Salary Calculator

Enter a wage in any period and see the hourly, daily, weekly, bi-weekly, monthly, and annual equivalents at once. Adjust hours and weeks worked.

Sales Tax Calculator

Add tax to a price or pull tax out of a total. Works with any rate from 0% to 30%, with a quick reference for common US cities.

Savings Goal Calculator

Figure out how long until you hit a savings goal, or how much to set aside each month to reach it by a target date.

Simple Interest Calculator

Work out simple interest from a principal, annual rate, and a term in years or months. See the interest earned and the total at the end, no compounding.

Sleep Calculator

Pick a wake-up time and get the best bedtimes, or pick a bedtime and get the best alarms. Built around 90-minute sleep cycles.

Slope Calculator

From two points, get slope, distance, angle, line equation, and midpoint, all the standard line-geometry outputs in one shot.

Sphere Calculator

Compute radius, diameter, surface area, and volume of a sphere from any one, pick what you have, get the other three.

Tax Bracket Estimator

US federal income tax estimator using 2024 brackets, single, married joint, head of household, with standard or itemized deduction.

Time Card Calculator

Add up your weekly hours from start/end times and break length, with overnight shift support and total-pay computation.

Temperature Converter

Convert between Celsius, Fahrenheit, and Kelvin instantly

Time Duration Calculator

Work out the time between two clock times, or add and subtract hours and minutes from a time. Handles crossing midnight and shows hours, minutes, and decimals.

Tip Calculator

Calculate tip amount, total bill, and per-person split

View all 73Math & Calculators