Statistics Calculator

Paste numbers to get mean, median, mode, range, variance, standard deviation, and quartiles instantly in your browser.

Runs in your browser — nothing uploaded
Results
Count9
Sum223
Mean (average)24.7778
Median24
Mode30
Minimum12
Maximum42
Range30
Variance (sample)85.4444
Std deviation (sample)9.2436
Q1 (25th pct)20
Q3 (75th pct)30
IQR10

Variance and standard deviation use the sample formula (dividing by n−1). Quartiles use linear interpolation, the same method as spreadsheet PERCENTILE.INC. All computed in your browser.

Drop in a list of numbers and get a full statistical summary at once: mean, median, mode, minimum, maximum, range, variance, standard deviation, and quartiles. It is ideal for quick homework checks, lab data, and spreadsheet sanity checks — all computed in your browser.

Private by design — your data never leaves your device

How to use it

No account, no upload — it all happens on your device.

1
Paste or type your numbers, separated by commas, spaces, or new lines.
2
The full set of statistics updates instantly as you edit.
3
Read the mean, median, mode, spread, and quartiles.

What each measure tells you

Centre, spread, and shape in one glance.

  • Centre. Mean, median, and mode each summarise a typical value from a different angle.
  • Spread. Range, variance, standard deviation, and IQR describe how tightly or loosely the numbers cluster.
  • Position. Q1 and Q3 mark the 25th and 75th percentiles, splitting the data into quarters.

Reading the standard deviation

Standard deviation is the typical distance of a value from the mean, in the same units as your data. A small value means the numbers hug the average; a large one means they are spread out. Variance is simply the standard deviation squared.

Frequently asked

What's the difference between mean, median, and mode?
The mean is the average (sum divided by count). The median is the middle value when the numbers are sorted. The mode is the value that appears most often. Skewed data can make these three differ a lot.
Do you use sample or population statistics?
Variance and standard deviation use the sample formula, dividing by n−1. That is the right choice when your numbers are a sample of a larger group, and it is the most common expectation for a general calculator.
How are the quartiles calculated?
Q1, the median, and Q3 use linear interpolation between sorted values — the same method as the spreadsheet PERCENTILE.INC function and NumPy's default. The interquartile range (IQR) is Q3 minus Q1.

Related tools

Percentage CalculatorQuickly calculate any percentage: what is X% of Y, X is what percent of Y, and percentage increase or decrease. Free and private.Loan CalculatorWork out the monthly payment, total interest, and full amortization schedule for any fixed-rate loan. Mortgage, auto, student, personal. Runs in your browser.Age CalculatorFind your exact age in years, months, days, hours, and seconds. See when your next birthday lands and what day of the week you were born.