ToolNimba Browse

📊 Average (Mean) Calculator

By ToolNimba Editorial Team · Updated 2026-06-19

Mean (average)
-
Median
-
Mode
-
Sum
-
Count
-
Minimum
-
Maximum
-
Range
-

This average calculator turns a list of numbers into the statistics you actually need. Paste or type your values separated by commas, spaces, or new lines, and you instantly get the mean (the everyday "average"), the median, the mode, plus the sum, count, minimum, maximum, and range. It handles data sets of any size, copes with an even or odd number of values for the median, and reports more than one mode when several values tie.

What is the Average Calculator?

The word "average" usually means the arithmetic mean: add up every value and divide by how many values there are. The mean is the most familiar measure of the centre of a data set, and it is the right choice when the numbers are fairly evenly spread without extreme outliers. Because every value feeds into it, though, a single very large or very small number can pull the mean away from where most of the data actually sits.

The median is the middle value once the numbers are sorted. With an odd count there is one value exactly in the middle; with an even count you average the two middle values. The median is resistant to outliers, which is why incomes and house prices are usually reported as medians: a handful of very high values would inflate the mean and give a misleading picture. The mode is simply the value that appears most often. A data set can have one mode, several modes (a tie), or no mode at all when every value is unique.

Alongside these three measures of central tendency, the tool reports the spread of your data. The range (maximum minus minimum) is the simplest measure of how far the values stretch, and the sum and count show the totals behind the mean. Looking at the mean, median, and range together tells you far more than any one number alone: if the mean and median are close, the data is fairly symmetric, while a big gap between them is a clue that outliers or skew are present.

When to use it

  • Working out your average test or exam score across a term.
  • Finding the typical value in a sales, traffic, or survey data set.
  • Comparing the mean and median to spot whether outliers are skewing your numbers.
  • Checking the average of measurements or readings recorded in a lab or experiment.

How to use the Average Calculator

  1. Type or paste your numbers into the box, separated by commas, spaces, or new lines.
  2. Negative numbers and decimals are fine; invalid entries are flagged so you can fix them.
  3. Read off the mean, median, and mode at the top.
  4. Use the sum, count, min, max, and range below for the full picture of your data.

Formula & method

mean = (sum of all values) ÷ (count).   median = middle value when sorted (average of the two middle values if the count is even).   mode = the most frequent value(s).   range = maximum − minimum.

Worked examples

Find the mean, median, and mode of 12, 7, 9, 7, 15, 3.

  1. sum = 12 + 7 + 9 + 7 + 15 + 3 = 53, and count = 6
  2. mean = 53 ÷ 6 = 8.83 (rounded)
  3. sort: 3, 7, 7, 9, 12, 15. With 6 values (even), median = (7 + 9) ÷ 2 = 8
  4. mode = 7, because it is the only value that appears twice
  5. range = 15 − 3 = 12

Result: Mean 8.83, median 8, mode 7, range 12

Find the statistics for 4, 8, 15, 16, 23, 42, 8.

  1. sum = 4 + 8 + 15 + 16 + 23 + 42 + 8 = 116, and count = 7
  2. mean = 116 ÷ 7 = 16.57 (rounded)
  3. sort: 4, 8, 8, 15, 16, 23, 42. With 7 values (odd), the median is the 4th value = 15
  4. mode = 8, the only repeated value
  5. range = 42 − 4 = 38

Result: Mean 16.57, median 15, mode 8, range 38

Which average to use, and when

MeasureWhat it isBest used when
MeanSum of values divided by the countData is fairly even with no extreme outliers
MedianThe middle value when sortedData is skewed or has outliers (e.g. income, prices)
ModeThe most frequently occurring valueData is categorical or you want the most common value
RangeMaximum minus minimumYou want a quick sense of how spread out the data is

Finding the median: odd vs even count

CountRuleExample
OddSingle middle value after sorting3, 7, 9 → median is 7
EvenAverage of the two middle values3, 7, 9, 12 → median is (7 + 9) ÷ 2 = 8

Common mistakes to avoid

  • Forgetting to sort before finding the median. The median is the middle of the sorted list, not the middle of the order you typed. Always sort the values from smallest to largest first, or let the calculator do it for you.
  • Assuming there is always exactly one mode. A data set can have several modes if values tie for the most frequent, or no mode at all if every value is unique. This tool lists every mode and shows "None" when nothing repeats.
  • Reporting the mean when outliers are present. One very large or very small value can drag the mean far from the typical value. When data is skewed, the median usually describes the centre more honestly.
  • Confusing range with the values themselves. The range is a single number (max minus min), not the pair of endpoints. A range of 12 tells you the spread, not what the smallest and largest values are.

Glossary

Mean
The arithmetic average: the sum of all values divided by how many values there are.
Median
The middle value of a data set once it is sorted. With an even count, it is the average of the two middle values.
Mode
The value that appears most often. A data set can have one mode, several modes, or none.
Range
The difference between the largest and smallest values, a simple measure of spread.
Outlier
A value far from the rest of the data that can distort the mean while leaving the median largely unaffected.
Central tendency
A single value (mean, median, or mode) that represents the centre or typical value of a data set.

Frequently asked questions

What is the difference between mean, median, and mode?

The mean is the sum of all values divided by the count, the median is the middle value when the numbers are sorted, and the mode is the value that appears most often. They are three different ways to describe the centre of a data set.

How do I calculate the average of a list of numbers?

Add up all the numbers to get the sum, then divide by how many numbers there are. For example, the average of 4, 8 and 12 is (4 + 8 + 12) ÷ 3 = 8. Paste your list above and the calculator does this for you.

How do I find the median of an even number of values?

Sort the values, then take the two middle ones and average them. For 3, 7, 9 and 12 the two middle values are 7 and 9, so the median is (7 + 9) ÷ 2 = 8.

Can a data set have more than one mode?

Yes. If two or more values are tied for the most occurrences, the data set is multimodal and has several modes. This calculator lists every mode. If no value repeats, there is no mode and it shows "None".

When should I use the median instead of the mean?

Use the median when your data is skewed or contains outliers, such as incomes or house prices. The median ignores how extreme the outliers are, so it better represents the typical value, while the mean can be pulled toward the extremes.

Does the average calculator work with negative numbers and decimals?

Yes. You can enter negative numbers, decimals, and whole numbers in any mix, separated by commas, spaces, or new lines. The mean, median, mode, and range are all computed correctly for these values.