Average Calculator

Paste a list of numbers and get every common average at once, mean, median and mode, plus the range and both forms of standard deviation. Numbers can be separated by commas, spaces or new lines, so a column pasted from a spreadsheet works directly.

Your files never leave this device

Calculate averages Live · Paste from anywhere

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

-Mean
-Median
-Mode
-Range
-Count
-Sum

    How to calculate an average

    1. Paste or type your numbers into the box above.
    2. Any separator works, commas, spaces, tabs or line breaks.
    3. Read the mean, median and mode side by side.
    4. Check the range and standard deviation to see how spread out the values are.
    5. Copy the full breakdown if you need it for a report.

    What this calculator reports

    • Mean, median and mode. The three things people mean by 'average'.
    • Range, smallest and largest, which show the spread at a glance.
    • Standard deviation for both a population and a sample.
    • A count and a sum, so you can check nothing was dropped when pasting.
    • Tolerant parsing that ignores stray text and empty entries.
    • Live recalculation as you edit the list.

    Three different things called 'average'

    The word covers three distinct measures, and which one is appropriate depends entirely on the data. Reporting the wrong one is a well-established way to mislead without technically lying.

    The mean adds everything and divides by the count. It uses every value, which is its strength and its weakness, a single extreme number drags it a long way.

    The median is the middle value when sorted. It ignores how extreme the outliers are, which makes it far more representative of a typical case in skewed data.

    The mode is the most frequent value. It is the only average that works for categories rather than numbers, and it is the right answer when you want the most common outcome rather than a central one.

    When the mean lies

    Income is the classic example. Take nine people earning £25,000 and one earning £1,000,000. The mean is £122,500, a figure nobody in the room earns. The median is £25,000, which describes almost everyone.

    This is why income and house price statistics are almost always reported as medians, and why a mean quoted for skewed data should prompt the question of what the distribution looks like. Any dataset with a long tail, salaries, property, waiting times, website session lengths, has the same problem.

    Standard deviation, and which one to use

    The average tells you where the middle is; the standard deviation tells you how far things typically sit from it. Two datasets with the same mean can be completely different, one tightly clustered, one wildly spread, and only the deviation reveals that.

    The two figures differ in what they assume about your data. Use the population figure when your numbers are the entire set you care about: every test score in the class, every transaction last month. Use the sample figure when they are a subset drawn from something larger and you want to estimate the wider spread. The sample version divides by one fewer, which makes it slightly larger and corrects a known bias.

    Reading the range

    • A range close to zero means the values barely vary.
    • A range far larger than the standard deviation suggests one or two outliers rather than general spread.
    • A mean and median that differ noticeably indicates skew, check which direction.

    Those three checks take seconds and catch most of the situations where a single average would mislead.

    Practical use

    Paste a column straight from a spreadsheet, the parser ignores whatever separator arrives. Non-numeric entries are skipped rather than treated as zero, which matters because counting a blank as zero silently pulls the mean down. The count figure is the check: if it does not match how many values you expected, something was dropped or something was not a number. For percentages of a total the percentage calculator is the right tool, and everything here runs locally.

    Frequently asked questions

    What is the difference between mean and median?

    The mean adds everything and divides by the count. The median is the middle value when sorted. In skewed data such as incomes, the median describes a typical case far better.

    When should I use the median instead of the mean?

    Whenever the data has outliers or a long tail, incomes, house prices, response times. One extreme value can move the mean enormously while barely affecting the median.

    Which standard deviation do I need?

    Population if your numbers are the entire set you care about. Sample if they are a subset used to estimate a wider group. That version divides by one fewer to correct a known bias.

    What if no value repeats?

    There is no mode, and the tool says so rather than picking one arbitrarily. Mode is only meaningful when some value actually occurs more often than others.

    Can I paste a column from a spreadsheet?

    Yes. Commas, spaces, tabs and line breaks all work as separators, and non-numeric entries are skipped rather than counted as zero.