Average Calculator

Paste or type a list of numbers — separated by commas, spaces, or new lines — and get the average (mean), median, mode, range, and more, instantly and privately in your browser.

Separate numbers with commas, spaces, or new lines. Pasting a column from a spreadsheet works too.

Enter at least one number to see the average, median, mode, and more.

Why One Average Rarely Tells the Whole Story

People say "the average" and usually mean the arithmetic mean, but a single number can hide more than it reveals. A class average of 76 might mean everyone scored close to 76, or it might mean most students scored in the 80s and 90s while one zero dragged the number down. That's why this calculator returns nine figures at once — count, sum, mean, median, mode, minimum, maximum, range, and geometric mean — so you can see whether the "typical" value is being distorted before you use it in a report, a grade, or a decision.

This kind of check matters anywhere a summary number gets repeated without the underlying spread: exam scores, delivery times, customer ratings, or a sequence of investment returns. Each behaves differently, and the right summary statistic depends on which one you're holding.

Reading the Numbers on This Page

  1. Count and sum — how many valid numbers were parsed, and their total. Use these to sanity-check that nothing was dropped by accident.
  2. Mean (average) — sum divided by count. Pulled toward extreme values.
  3. Median — the middle value once the list is sorted (or the average of the two middle values for an even-sized list). Barely moves when one number is unusual.
  4. Mode — the value(s) that repeat most often. Shows a dash when nothing repeats.
  5. Min, max, range — the smallest entry, largest entry, and the gap between them (max − min).
  6. Geometric mean — the nth root of the product of all n numbers. Meaningful only when every number is positive, since it's built for things that multiply rather than add.

Worked Example 1 — An Outlier Skews the Mean

Seven quiz scores: 92, 88, 95, 76, 91, 84, 12 (the last one is a missed makeup that was recorded as a zero-credit 12).

Sum = 538, count = 7, so the mean is 538 ÷ 7 ≈ 76.9. Sorted, the list is 12, 76, 84, 88, 91, 92, 95 — the middle (4th) value gives a median of 88. No score repeats, so the mode is a dash. Range = 95 − 12 = 83.

The mean of 76.9 understates how the other six students did; the median of 88 isn't dragged down by that one low entry, so it's the fairer single number here.

Worked Example 2 — Geometric Mean for Compounding Growth

A portfolio returns +10%, then −10%, then +20% over three years. Entered as growth multipliers (1.10, 0.90, 1.20) rather than raw percentages:

Sum = 3.20, mean = 3.20 ÷ 3 ≈ 1.0667, which naively reads as "6.67% per year." The geometric mean is the cube root of 1.10 × 0.90 × 1.20 = 1.188, which is ≈ 1.059 — the true compound annual growth rate is closer to 5.9%, not 6.67%. The arithmetic mean overstates compounding growth whenever returns fluctuate, which is exactly why this calculator surfaces both numbers side by side.

Worked Example 3 — Mode for Repeated, Categorical-Style Data

Ten customer star ratings: 5, 4, 5, 3, 5, 4, 2, 4, 5, 3.

Sum = 40, count = 10, mean = 4.0. Sorted (2,3,3,4,4,4,5,5,5,5), the two middle values are both 4, so the median is 4. But the mode is 5, since it appears four times — more than any other rating. Here the mode is arguably the most useful figure: it tells you the single most common review a customer leaves, which the mean and median (both 4) don't directly capture.

Mean, Median, Mode, and Geometric Mean at a Glance

StatisticHow it's foundBest suited toOutlier sensitivity
MeanSum ÷ countSymmetric data without extremesHigh
MedianMiddle of the sorted listSkewed data — incomes, wait times, home pricesLow
ModeMost frequent value(s)Repeated or categorical data — ratings, sizes, survey answersNone
Geometric meannth root of the productGrowth rates, ratios, anything that compoundsLow, but undefined at zero/negative

Common Mistakes

What This Calculator Doesn't Do

It reports spread only as range (max − min) — no standard deviation, variance, or percentiles, so it won't say how tightly clustered the numbers are around the mean. It also treats every entry as equally weighted, with no way to give one number more importance than another, which matters if you're averaging exam scores worth different points. Treat this tool as the fast first look at your data, not the final statistical word.

Sources & further reading

Frequently asked questions

How do I calculate an average, with a worked example?

The average (arithmetic mean) is the sum of all the numbers divided by how many numbers there are. Worked example: for 4, 8, 15, 16, 23, 42 the sum is 108 and the count is 6, so the average is 108 ÷ 6 = 18. This average calculator does that instantly as you type or paste your list, and also shows the sum and count it used so you can double-check the arithmetic yourself.

What's the difference between mean, median, and mode — and when should I use each?

The mean is the sum divided by the count, so a single very large or very small number can pull it a long way from what feels typical — for 1, 2, 3, 4, 100 the mean is 22, skewed by the 100. The median is the middle value once the numbers are sorted (or the average of the two middle values for an even count), so for the same list it's 3 — a better read on a typical value when outliers are present. The mode is the most frequently repeated value or values, useful for categorical or repeating data like shoe sizes or survey ratings; a list with no repeats has no mode at all.

What input formats does this calculator accept?

Type or paste numbers separated by commas, spaces, or new lines, in any mix — 1, 2, 3 and 1 2 3 and one number per line all work the same. Negative numbers and decimals are fine, and pasting a column straight from a spreadsheet or CSV file works too, since line breaks and stray spaces are treated the same as commas. Anything that isn't a valid number is skipped and the calculator tells you how many entries it ignored, so nothing fails silently.

What is the geometric mean, and why does it sometimes show as a dash?

The geometric mean is the nth root of the product of n numbers — for 4 and 9 it's the square root of 36, which is 6. It's the right average for rates and ratios that multiply together, like consecutive growth rates or investment returns, because it accounts for compounding in a way the arithmetic mean does not. It's only defined when every number is positive, since the root of a product containing zero or a negative number isn't a meaningful real growth rate, so this calculator shows a dash and a short note instead of a misleading result whenever your list includes zero or a negative value.

Is my list of numbers sent to a server?

No. Every calculation in this average calculator runs entirely in your browser — nothing you type or paste is uploaded, logged, or shared with anyone. Your last entry is saved only in this browser's local storage so it's still here next time you open the page, and clearing your browser data removes it completely.