Skip to content
ToolBoxGenie

Average Calculator

Calculators · Added 15 August 2026

Paste a list of numbers in almost any format and this calculator returns the three averages that actually get asked for — mean, median and mode — along with the range, sum and extremes. A column copied straight out of a spreadsheet works without reformatting.

Separate with commas, spaces or new lines. A column pasted from a spreadsheet works as it is.

How to use the average calculator

  1. 1Paste or type your numbers into the box.
  2. 2Separate them however is convenient: commas, spaces, tabs or new lines all work.
  3. 3Press Calculate.
  4. 4Read all three averages together. Where the mean and median differ noticeably, the data is skewed and the choice between them matters.
  5. 5Use Copy to put the full summary on your clipboard.

Examples

A small dataset

Input
2, 4, 4, 4, 5, 5, 7, 9
Result
Mean 5 · median 4.5 · mode 4 · range 7

The median is 4.5, a value that appears nowhere in the data — with an even count it is the average of the two middle numbers.

Where the mean misleads

Input
20000, 22000, 24000, 25000, 300000
Result
Mean 78,200 but median 24,000

One large value drags the mean far above anything typical. This is why incomes are almost always reported as medians.

No mode at all

Input
1, 2, 3, 4, 5
Result
Mode: none — every value is unique

A genuine answer. Tools that report the first or smallest value as the mode here are simply wrong.

About the average calculator

Three averages, three different questions

The word 'average' is doing too much work in ordinary speech. It usually means the arithmetic mean, but the median and the mode are averages too, and they answer questions the mean cannot.

The mean is the balance point of the data: add everything, divide by the count. It uses every value, which is its strength and its weakness — one extreme number moves it a long way. The median is the middle value once sorted, and it ignores how far away the extremes are entirely, so it describes 'typical' far better in skewed data. The mode is the most frequent value, and it is the only one of the three that works on things that are not numbers at all.

Where mean and median sit close together, the data is roughly symmetric and either will do. Where they diverge, that gap is itself the finding. A dataset whose mean sits well above its median has a tail of large values pulling it up — and knowing that is usually more useful than either number alone.

How averages get used to mislead

Because 'average' is ambiguous, it is easy to quote whichever of the three flatters the argument without saying which one you used. Report the mean salary at a firm where one founder earns a great deal and it will sit far above what almost everyone actually earns. Report the median and it describes the typical employee. Neither figure is false; only one is informative.

The same trick works with the mode. In a dataset where most values cluster low but the mean is high, quoting the mode makes things look worse than typical; where a few values repeat by coincidence, it can look better. None of this requires lying, only selective reporting — which is why any honest summary quotes at least two of the three.

The practical habit is to look at all three plus the range. If mean, median and mode sit close together, the data is well behaved and a single number describes it. If they scatter, no single number does, and the right response is to say so rather than pick one.

Frequently asked questions

Which average should I use?
Mean when the data is roughly symmetric and every value should pull its weight — test scores, measurements, daily temperatures. Median when there are extreme values or a long tail, which is why incomes, house prices and response times are reported as medians. Mode when you want the most common category rather than a central value, such as the most frequently ordered size.
Why is the median not one of my numbers?
Because with an even count there is no single middle value, so the median is the average of the two either side of the middle. For 2, 4, 6, 8 the median is 5 — a number that never appears in the data. This is correct and standard.
Can a dataset have more than one mode?
Yes. If two or more values tie for the highest frequency, all of them are modes and the distribution is described as bimodal or multimodal. This calculator lists every tied value rather than picking one arbitrarily. Where every value appears exactly once there is no mode at all.
How should I separate my numbers?
However you like — commas, spaces, tabs or new lines are all accepted, so a column pasted from a spreadsheet works unchanged. One caution: a comma is treated as a separator, so '1,234' is read as two numbers rather than one thousand two hundred and thirty-four. Strip thousands separators before pasting.
Is my data sent anywhere?
No. The calculation runs entirely in this browser tab and nothing is uploaded, logged or stored.