Statistics Calculator

Updated July 2026

Paste or type a list of numbers and instantly see the key descriptive statistics — count, sum, mean, median, mode, range, variance and standard deviation. Everything runs privately in your browser.

Paste your numbers and get the count, sum, mean (average), median (middle value), mode (most frequent), range, variance and standard deviation instantly — all in your browser.
Separate values with commas, spaces or new lines. Decimals and negatives are allowed.
Mean (average)
Count
Sum
Median
Mode
Minimum
Maximum
Range
Variance (sample)
Std deviation (sample)
Variance (population)
Std deviation (population)

How this statistics calculator works

Descriptive statistics summarise a list of numbers with a few key figures. This calculator parses every valid number you enter — separated by commas, spaces or line breaks — and reports the most common measures of central tendency (mean, median, mode) and spread (range, variance, standard deviation).

The mean is the sum divided by the count. The median is the middle value once the numbers are sorted, or the average of the two middle values when the count is even. The mode is the value that occurs most often; if every value is unique there is no mode, and if several values tie they are all listed. Variance measures the average squared distance from the mean, and the standard deviation is its square root, returning the spread to the original units.

Worked example: for the data set 2, 4, 4, 4, 5, 5, 7, 9 the count is 8 and the sum is 40, so the mean is 40 ÷ 8 = 5. Sorted, the two middle values are 4 and 5, so the median is 4.5; the mode is 4 (it appears three times). The squared differences from the mean total 32, so the population variance is 32 ÷ 8 = 4 and the population standard deviation is 2; the sample variance is 32 ÷ 7 ≈ 4.571 and the sample standard deviation ≈ 2.138.

Formulas at a glance

StatisticFormula
Mean (x̄)Σx / n
Medianmiddle value of sorted data
Rangemax − min
Variance (population)Σ(x − x̄)² / n
Variance (sample)Σ(x − x̄)² / (n − 1)
Std deviation (population)√(Σ(x − x̄)² / n)
Std deviation (sample)√(Σ(x − x̄)² / (n − 1))

Reference note: sample statistics use n − 1 (Bessel's correction) and are appropriate when your numbers are a sample drawn from a larger population; population statistics use n when your numbers are the entire group.

Frequently asked questions

How do I calculate the mean?
Add up all the numbers to get the sum, then divide by how many numbers there are. The result is the mean, also called the average.
What's the difference between mean, median and mode?
The mean is the average (sum ÷ count). The median is the middle value of the sorted data (or the average of the two middle values). The mode is the most frequent value — there can be one, several or none.
How do I calculate standard deviation?
Find the mean, subtract it from each value and square the result, then average those squared differences to get the variance. The standard deviation is the square root of the variance. Use n − 1 for a sample and n for a population.
What's the difference between sample and population standard deviation?
Population standard deviation divides by n and is used when your data is the whole group. Sample standard deviation divides by n − 1, giving a less biased estimate when your data is a sample from a larger population.
What is the range?
The range is the largest value minus the smallest value — a quick measure of how spread out the data is.
Is my data uploaded anywhere?
No. Every calculation runs locally in your browser. Your numbers are never sent to a server or uploaded anywhere.
⚡ Statistics Calculator — by larely ↗

Related tools

Fraction Calculator

Add, subtract, multiply and divide fractions, with simplification.

Quadratic Equation Solver

Solve ax²+bx+c=0 with roots, discriminant, vertex and steps.

Area Calculator

Calculate the area of rectangles, circles, triangles and more.

Right Triangle Calculator

Pythagorean theorem solver: find sides, angles, area and perimeter.

Ratio Calculator

Solve proportions, simplify ratios and scale them up or down.

GPA Calculator

Calculate your weighted GPA on the 4.0 scale from your courses and credit hours.

Resistor Color Code Calculator

Decode 4- and 5-band resistor color codes into resistance and tolerance.

Dilution Calculator

Solve C1V1 = C2V2 for stock dilutions and the solvent volume to add.

Ohm's Law Calculator

Solve for voltage, current, resistance or power from any two values.

Molar Mass Calculator

Compute the molar mass of any chemical formula with a per-element breakdown.

LCM and GCD Calculator

Find the least common multiple and greatest common divisor of any numbers.

Scientific Notation Converter

Convert numbers to and from scientific, E and engineering notation.

Browse all 251 free tools →