Average Calculator

Paste numbers — mean, median, and the outlier-catchers, live.

Mean (average)
Median
Min / Max
Sum · Count
Advertisement

How this is calculated

mean = sum ÷ count · median = middle value of the sorted list

Worked example: 72, 85, 91, 64, 78, 88 → sum 478, count 6, mean 79.67, median 81.5. When mean and median sit close, the data is balanced; when they diverge, an outlier is pulling — the min/max line points straight at it. That one comparison is most of practical statistics.

Mean, median, mode — and which one is misleading you

The mean adds everything and divides by the count. The median sorts the values and takes the middle one. The mode is whichever value appears most often. They answer different questions, and the difference between the first two is often the most informative thing in a data set.

The mean is pulled by extremes because every value contributes its full size. The median is not: it only cares about position, so one enormous value moves it by one place. In a room of ten people earning R30,000 a month, the mean and median are both R30,000. Add one person earning R5 million and the mean jumps to about R481,000 while the median moves to R30,000 still. The mean now describes nobody in the room.

When to use which

Use the mean for symmetric data with no wild outliers, and whenever you need the total to be recoverable — mean × count gives back the sum, which matters for budgets, dosages and anything you will later add up. Use the median for anything with a long tail: incomes, house prices, response times, wealth, waiting times. Use the mode for categories, where averaging is meaningless — the most common shoe size, the most frequent complaint.

This is why official statistics report median household income rather than mean, and why "average house price" figures usually quote the median. If a source reports a mean for something you know is skewed, that is worth noticing.

Reading the gap between them

When the mean and median are close, the data is roughly symmetric and either summary is fine. When the mean sits well above the median, something large is stretching the top end. When it sits below, the tail runs the other way. This calculator shows both precisely so the gap is visible rather than hidden — one number can be quoted, but two tell you whether the one you quoted is honest.

Averaging averages is usually wrong

Two classes take the same test. One has 30 students averaging 60%; the other has 10 averaging 90%. The combined average is not 75%. It is (30×60 + 10×90) ÷ 40 = 67.5%, because the larger class carries more weight. Averaging the two averages ignores the group sizes and quietly promotes the smaller group.

The same trap catches rates. Driving 60 km at 30 km/h and 60 km at 60 km/h does not average 45 km/h: it takes 2 hours then 1 hour for 120 km, so the true average is 40 km/h. Rates over a fixed distance need the harmonic mean, not the arithmetic one — the general rule being that you can only average things that share a denominator.

What an average never tells you

Spread is invisible in a single figure. Two datasets can share a mean of 50 while one runs from 49 to 51 and the other from 0 to 100, and no average distinguishes them. That is why a mean quoted without a range or a standard deviation should be treated as half a statement — and why "the average customer waits four minutes" is compatible with a great many customers waiting twenty.

Frequently asked questions

How is the average calculated?

Add every number and divide by how many there are — the arithmetic mean. Paste or type values separated by commas, spaces, or new lines; anything that isn’t a number is ignored rather than breaking the result.

What is the difference between mean and median?

The mean is the balanced total; the median is the middle value when sorted. One extreme number drags the mean but barely moves the median — which is why house prices are reported as medians. This page shows both, plus min and max, so outliers reveal themselves.

How do I average percentages or marks?

If each mark is out of the same total, average them directly. If they carry different weights (a 20% test and an 80% exam), a plain average misleads — multiply each by its weight first. A dedicated weighted-average mode is on the roadmap.

How many numbers can I paste?

Hundreds are fine — the math is instant in your browser. The count line always shows how many values were read, so a paste that dropped a line is immediately visible.