Skip to content
DailyCalc logo

Math · Free tool

Average Calculator

Mean, median, range and count — paste any number list.

Average test score 72 — but is the class consistent or split between 95s and 50s? Mean (sum ÷ count) and median (middle value) answer different questions, and using the wrong one misleads: house prices quote medians (outlier-proof), cricket quotes means (every run counts), and teachers need both plus range to see spread. This average calculator takes any pasted list — commas, spaces or line breaks — and returns mean, median, min, max, range, sum and count with sorted values for verification.

Mean is sensitive: one billionaire in a room of ten makes the 'average wealth' ~£100M while the median stays ~£40k. Median resists skew by ignoring magnitude beyond order. Range (max − min) flags volatility at a glance. Together they form the honest trio every report should show instead of a lone 'average'. The tool sorts numerically (not alphabetically — so 10 > 9 correctly), handles decimals and negatives, and caps at 10,000 values for instant browser performance.

Paste numbers above (e.g. 72, 85, 91, 68, 77) and press Calculate. The sorted line lets you eyeball outliers before quoting the headline.

Updated 2026-09-01 · 6-min read · Formula + steps included

Average workstation

Math

Average formulas

mean = Σx ÷ n • median = middle of sorted (avg of two if even n) • range = max − min

Sum all values and divide by how many there are for the mean. Sort ascending; the central value (or mean of the central pair) is the median. Range subtracts smallest from largest. Count and sum are reported so readers can audit the mean directly.

  • Σx: Sum of all values. Decimals and negatives included exactly.
  • n: Count of values. Empty and non-numeric entries are rejected with guidance.
  • sorted: Values ordered low→high. First 100 shown for verification on large lists.

Worked example: 72, 85, 91, 68, 77

A student's five quiz scores:

  1. Count n = 5; sum = 72+85+91+68+77 = 393.
  2. Mean: 393 ÷ 5 = 78.6.
  3. Sort: 68, 72, 77, 85, 91 → median (3rd of 5) = 77.
  4. Min 68, max 91, range = 23.
  5. Read: mean (78.6) > median (77) — slight high-end skew from the 91.

Result: Mean 78.6 — median 77 — range 23 (68–91) — n=5, sum 393.

How to use this average calculator

Paste, press, interpret.

Step 1: Paste numbers

Commas, spaces, semicolons or new lines all work. Copy straight from spreadsheets.

Step 2: Press Calculate

Mean, median, range, min/max, sum and count appear with the sorted list.

Step 3: Check the sorted line

Spot typos (e.g. 910 vs 91) and outliers before reporting — remove and rerun if needed.

Step 4: Quote the trio

Report 'mean 78.6, median 77, range 23' rather than 'average 78.6' for credibility.

Use cases

Choosing mean vs median correctly:

Grades

Mean rewards every mark; median shows the typical student. Report both when a few zeros skew the mean down.

Salaries & prices

Use median for 'typical' pay/house price (outlier-proof); mean for total budgets (sum matters).

Sport

Batting averages (means), median race times (weather-proof), and range for consistency narratives.

Business KPIs

Mean order value for revenue maths; median for 'typical basket'; range to spot fraud spikes.

Science labs

Mean of repeats ± range as uncertainty; median when a sensor glitches one reading.

Pro tips

Average like a statistician:

  • If mean ≫ median, investigate high outliers (and vice versa) before acting.
  • Trim extremes for noisy data: 10% trimmed mean often beats both plain mean and median.
  • Keep one extra decimal mid-work; round the headline (78.6, not 78.6000).
  • Weight when needed: module marks 40/60 need weighted mean, not plain average — note the weights explicitly.
  • Chart the sorted dots; a gap in the middle signals two groups, not one average.

Common mistakes

Average abuses to avoid:

Mean of skewed data alone

'Average house £450k' with 9×£300k + 1×£1.8M misleads buyers — median £300k is the honest headline.

Averaging averages

Class A avg 70 (n=30) + Class B avg 80 (n=10) ≠ 75. True mean = (70×30+80×10)/40 = 72.5. Weight by n.

Ignoring n

'Average 90' from 2 values vs 200 values carry different weight. Always state n.

Text sorting

Spreadsheet text-sort puts 100 before 20. We sort numerically; ensure source cells are numbers.

FAQs

Frequently asked questions

Add all values and divide by count: mean = sum ÷ n. Example: (72+85+91+68+77) ÷ 5 = 393 ÷ 5 = 78.6.