How to Use This Tool
"Average" is not one thing. There are three common measures of the centre of a set of numbers, they usually give different answers, and choosing the wrong one is how a technically accurate statement ends up being misleading. This calculator returns all three at once, precisely so the disagreement between them is visible rather than hidden behind a single figure.
Entering data
Type or paste your numbers separated by commas, spaces or line breaks — you can paste a column straight out of a spreadsheet. Negatives and decimals are fine. Anything that is not a number is ignored rather than silently treated as zero, and the count tells you how many values were actually read, so you can check nothing was dropped.
Which centre to use, and when
- Mean is the arithmetic average: 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. Use it when the data is roughly symmetric and every value genuinely counts.
- Median is the middle value once sorted. Half the data is below it and half above. It ignores how extreme the extremes are, which makes it the right choice for income, house prices, response times and anything with a long tail.
- Mode is the most frequent value. It is the only one that works on categories rather than numbers, and the only one that can legitimately have several answers or none at all.
The warnings this tool gives you
Two automatic checks run on every data set. The first flags outliers using the standard 1.5 × interquartile range rule, and shows which values triggered it. An outlier is not necessarily an error; it might be your most interesting data point. But you should know it is there before you quote a mean. The second flags a large gap between mean and median, which indicates skew. When the mean sits well above the median, the distribution has a long right tail, and the median is almost certainly the more honest summary.
Reading the working
The panel at the bottom shows each step: the sorted values, the sum, the division, and how the middle position was found. For an even count there is no single middle value, so the median is the mean of the two central numbers — the tool shows which two it used. This is the part most textbook questions actually test, and the part most calculators hide.