Skip to main content
7BBusyBoss

Statistics Calculator — Mean, Median, Std Dev, Quartiles

Mean, median, mode, standard deviation, quartiles, and range—computed with sample variance (divides by n−1) for accurate statistics.

No limitsZero data leaksSuper fast

Count (n)

9

Sum

207

Mean

23

Median

22

Mode

22

Range

23

Min

12

Max

35

Variance (s²)

54.25

Std Dev (s)

7.3655

Q1 (25%)

18

Q3 (75%)

28

IQR

10

Variance and std dev use the sample formula (divides by n-1).

You're on 7BusyBoss — 300+ free tools that run instantly in your browser. No signup, nothing uploaded.

Browse all Math Calculators
About this tool

The mean and the median hide different things

Take six salaries: 40,000 · 42,000 · 45,000 · 48,000 · 50,000 · 250,000. The mean is 79,167. The median is 46,500.

Note what the mean has done — it sits above five of the six actual salaries. A single large value has dragged it somewhere nobody in the dataset earns, which is exactly the failure mode people mean when they say averages mislead.

The rule that follows: for skewed data — income, house prices, response times, medical costs — the median describes a typical case and the mean does not. But the mean keeps a property the median lacks: mean × count = the total. If you need the payroll figure, the mean is the one that reconstructs it. Neither is better; they answer different questions.

This tool divides by n−1

For variance and standard deviation the calculator uses the sample formula, dividing by n−1 rather than n, and the interface says so.

The reason is worth understanding rather than memorising. A sample's own mean is computed from that sample, so it sits closer to those particular data points than the true population mean would. Measuring spread around a mean fitted to your own data therefore understates the real spread systematically — not randomly. Dividing by n−1 compensates for that bias.

The correction is substantial at small n and fades as the dataset grows, which is why it matters most in exactly the situations where people are hand-checking results. If your figures disagree with a textbook or another tool, check which formula it used before assuming an error — this is the most common cause of two correct calculations disagreeing.

Standard deviation assumes a shape

It describes spread well for roughly symmetric, single-peaked data and poorly for anything else. Two datasets can share a mean and a standard deviation while looking nothing alike — one clustered around the middle, the other piled at both ends with nothing between.

So treat summary statistics as a compressed description rather than a substitute for looking. A histogram of thirty numbers takes seconds and routinely reveals structure that no single statistic reports.

What the tool computes

Paste numbers separated by commas, spaces or newlines and it returns thirteen figures: count, sum, mean, median, mode (or none where nothing repeats), range, minimum, maximum, sample variance, sample standard deviation, Q1, Q3 and the interquartile range. Values show up to four decimal places with trailing zeros trimmed.

The interquartile range deserves a mention as the least-used useful statistic here: it is the spread of the middle half of the data, and unlike standard deviation it is barely affected by outliers — which makes it the natural companion to the median in exactly the skewed cases described above.

A mean without a sense of spread is close to useless, and a spread without a sense of sample size is worse. For deciding how much data a comparison actually needs, see the A/B test sample size calculator.

How to use the Statistics Calculator

Takes about a minute. No signup, no download, your data stays in your browser.

  1. 1
    Open the tool. Scroll up to the Statistics Calculator above — it loads instantly in your browser, no install needed.
  2. 2
    Enter your values. The fields come pre-filled with realistic defaults so you can see how it works — replace them with your own numbers.
  3. 3
    Read the result. The output updates instantly. Copy or share it — nothing is uploaded to a server, everything stays on your device.

Frequently asked questions

Common questions about the Statistics Calculator.

Why does this divide by n−1 instead of n?

Because it uses the sample formula. A sample mean is calculated from the sample itself, so it sits closer to those points than the true population mean would, and measuring spread around it understates the real spread systematically. Dividing by n−1 corrects that bias. Use the population formula only when your numbers are the entire population rather than a sample from it.

When should I use the median instead of the mean?

When the data is skewed — a few very large or very small values dragging the average away from where most of the data sits. Income, property prices and response times are the classic cases. The mean remains correct when you need totals to reconcile, since mean multiplied by count gives the sum, which the median cannot do.

My answer disagrees with my textbook. Which is wrong?

Probably neither. The most common cause is one calculation using the sample formula, dividing by n−1, and the other using the population formula, dividing by n. The gap is largest with small datasets and shrinks as n grows. Check which convention the other source used before looking for an arithmetic error.

What does it mean if there is no mode?

That every value appears exactly once, which the tool reports as none. It is not an error and it is common with continuous measurements like heights, weights or timings, where exact repeats are unlikely. Mode is most informative for categorical or heavily rounded data.

How reliable are the quartiles?

They use linear interpolation between sorted values, which is one of several accepted methods. Different statistical packages implement quartiles differently, so small datasets in particular can produce slightly different Q1 and Q3 values between tools. For large datasets the methods converge and the difference stops mattering.

Community rating

Discussion (0)

No comments yet. Start the discussion.