What this average calculator does
The average calculator turns a list of numbers into a complete summary in a single step. Paste any list — separated by commas, spaces or new lines — and the tool returns the mean (the value most people call "average"), median, mode, range, sum, count and minimum/maximum. It is purpose-built for homework, quick spreadsheet checks, sports stats, marks, survey results and any other dataset you can type in.
The three averages, explained
- Mean. Sum of values divided by count. Best for symmetric data without outliers.
- Median. The middle value when the data is sorted. With an even count, it is the average of the two middle values. Resistant to outliers, which is why income and house-price reports often use it.
- Mode. The most frequent value. A dataset can have one mode (unimodal), several modes (multimodal), or no mode at all when every value is unique.
Range, sum and count
Beyond the three averages, the calculator also returns the range (max − min), the sum (useful for verifying totals), the count (how many valid numbers it parsed) and the min and max themselves. Together these answer most basic descriptive-statistics questions about a single variable.
When mean and median disagree
If the mean and median are very close, the data is roughly symmetric. If they differ noticeably, the data is skewed — and the median is usually the better summary. Classic example: in a town where most people earn $40,000 but a handful earn millions, the mean income might be $80,000 while the median is still $40,000. The median represents what a typical person actually earns; the mean is pulled upward by the outliers.
How input parsing works
The calculator splits the input on commas, semicolons, whitespace and line breaks. Anything that converts to a number is included; anything else is silently skipped. So you can paste a column from a spreadsheet, including blank lines, and it just works. Negative numbers and decimals are supported.
Use with the other tools
For spread and uncertainty, the standard deviation calculator shows population and sample standard deviation and variance. For credit-weighted averages (where each value has a different weight), use the GPA calculator. For percentages on each value, the percentage calculator covers every common case.