Skip to content
Popular Calculators
Browse Math calculators

Average Calculator

Find the mean, median, mode and range of a list of numbers, and see which average actually represents your data.

Separate with commas, spaces or new lines.

How far to round the mean.

About the Average Calculator

"Average" is not one thing. It is a loose word covering at least three different calculations, and which one somebody used changes the answer — sometimes enormously. A report saying "the average salary here is 85,000" tells you almost nothing until you know whether that is a mean or a median, because in a company with one very highly paid founder those two figures can be tens of thousands apart.

This calculator returns all of them at once: the mean (add everything up and share it out), the median (the middle value once sorted), the mode (the most common value) and the range (the gap between largest and smallest).

Showing them together is deliberate. The fastest way to tell whether a mean is trustworthy is to look at the median sitting next to it. If they are close, the data is well behaved. If they are far apart, something is pulling the mean, and the calculator says so in the working.

How to Use the Average Calculator

Paste or type your numbers into the box. Separators are forgiving — commas, spaces, tabs, semicolons and line breaks all work, so a column copied straight out of a spreadsheet will paste in without editing.

Set the decimal places if you want the mean rounded to a particular precision.

Press Calculate. You get all four averages, the count, and the total, with the working shown underneath.

If something in the list is not a number, the calculator names it rather than silently skipping it. A stray label or currency symbol that got copied along with the data would otherwise change your count and your mean without you noticing, which is worse than an error message.

How Averages Are Calculated

Mean. Add every value, then divide by how many there are. This is the arithmetic average, and the one most people mean by the word. It uses every figure in the list, which is both its strength and its weakness: every value influences it, including ones that do not belong.

Median. Sort the list from smallest to largest and take the middle value. If the list has an even number of entries there is no single middle, so take the two central values and average them. Because the median depends only on position, a value can be enormous or tiny without moving it more than one place.

Mode. Count how often each value appears and report whichever appears most often. A list can have several modes if values tie. It can also have none — if every distinct value appears the same number of times, no value is more common than the others, and reporting all of them as modes would be meaningless.

Range. Subtract the smallest value from the largest. It is a one-number summary of spread, and a crude one, because it is determined entirely by the two most extreme figures.

Average Formula

mean   = (x1 + x2 + ... + xn) / n

median = x[(n+1)/2]                        when n is odd
       = (x[n/2] + x[n/2 + 1]) / 2         when n is even
         (after sorting)

mode   = the value with the highest frequency

range  = max - min

The mean is the only one of these that is an arithmetic operation on the values themselves. The median and mode are operations on the arrangement of the values, which is exactly why they behave so differently when an extreme figure turns up.

Step-by-Step Example

Five houses on a street sell for: 12, 15, 15, 18 and 40 (in hundreds of thousands).

Mean.

12 + 15 + 15 + 18 + 40 = 100
100 / 5 = 20

Median. Sorted: 12, 15, 15, 18, 40. Five values, so the middle is the third: 15.

Mode. 15 appears twice; everything else appears once. The mode is 15.

Range. 40 − 12 = 28.

Now look at what those four numbers say together. The mean is 20, but four of the five houses sold for less than that. The median and the mode both say 15, and that is the figure that describes the street. The single 40 — perhaps a much larger property — has pulled the mean up by five whole units on its own.

Neither number is wrong. The mean correctly states that the total was 100 across 5 houses. But if somebody asked "what does a house on this street go for?", 15 is the honest answer and 20 is not. This is why property prices, salaries and household wealth are reported as medians almost everywhere.

Understanding Your Result

The mean is the headline because it is what most people expect from the word average. Treat it as reliable when it sits close to the median.

The median is your check on the mean. When the two diverge, the calculator adds a line to the working saying so. A gap means the data is skewed — a few values sitting far from the rest are doing a disproportionate amount of work.

The mode matters most for repeated or categorical data: shoe sizes sold, ratings given, the most common answer in a survey. For continuous measurements it is often absent, and its absence is not a problem.

The range gives a rough feel for spread. A mean of 50 with a range of 4 is a very different dataset from a mean of 50 with a range of 900, and nothing in the mean itself tells you which you have. For anything more serious than a quick look, standard deviation is the better measure, because the range ignores everything between the two extremes.

The count is worth glancing at. If it is not the number of values you thought you pasted, something was merged or dropped.

When Should You Use This Calculator?

Marks and grades. Averaging test scores, and checking whether one bad result is distorting a term average.

Personal finance. Monthly spending across a year, where one unusual month — a holiday, a repair — is exactly the kind of value that pulls a mean.

Business reporting. Order values, response times, session lengths. Response times in particular are almost always skewed, and a median is nearly always the more honest figure to publish.

Sport and performance. Scores across a season, lap times, distances.

Measurements in the lab or workshop. Averaging repeated readings to reduce random error — and spotting, via the range, when one reading is suspect.

Checking a published figure. If a claim quotes an average without saying which, running the numbers yourself reveals whether the choice was convenient.

Common Mistakes

Quoting the mean when the median is the honest figure. The most consequential error on this page. If the data has a long tail — incomes, house prices, wait times, page views — the mean will sit above where most of the data actually is.

Averaging averages. The mean of three class averages is not the school average unless all three classes are the same size. To combine them you need a weighted mean, using the group sizes as weights.

Including values that do not belong. A blank cell read as zero, or a total row copied in with the data, changes both the count and the mean. Check that the count matches what you expected.

Averaging percentages or rates directly. The mean of 50% and 100% is not meaningful unless both were measured over the same base. Rates need weighting by whatever they were rates of.

Treating range as a measure of typical spread. It is determined by exactly two values and ignores everything else. One outlier can triple it while the bulk of the data stays tightly clustered.

Expecting a mode. Continuous measurements rarely repeat, so no mode is the normal outcome rather than a sign of a problem.

Rounding before averaging. Rounding each value first and then taking the mean compounds the rounding error. Average the full-precision figures and round the result once.

Frequently Asked Questions

Which average should I use?

Use the mean for data that is roughly symmetric and free of extreme values. Use the median when a few very large or very small figures would drag the mean away from the typical case, which is why incomes are almost always reported as medians. Use the mode when the data is categories rather than measurements.

What is the difference between mean and median?

The mean shares the total equally between all the values, so every figure pulls on it. The median is simply the middle value once the list is sorted, so it only cares about position. A single enormous value changes the mean a great deal and the median hardly at all.

Can a set of numbers have more than one mode?

Yes. If two or more values tie for the highest frequency, the set has several modes and is called bimodal or multimodal. If every value appears exactly once there is no mode at all, which is common with measurements and normal with continuous data.

What does the range tell me?

It is the gap between the largest and smallest values, and it gives a quick sense of how spread out the data is. It is very sensitive to a single extreme figure, so it is a rough indicator rather than a reliable measure of spread. Standard deviation is the more robust choice.

Why is the mean sometimes misleading?

Because it can land somewhere no actual value sits. In a list of nine people earning modest salaries and one earning millions, the mean describes nobody in the room. That is not a fault in the calculation, but it is a reason to report the median alongside it.

Last reviewed September 17, 2026 by the CalculatorPeak editorial team.