ToolNimba

๐Ÿ“Š Average Calculator: Mean, Median, Mode and Range

By ToolNimba Editorial Team ยท Updated 2026-06-24

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. In formula terms the mean is written x-bar = (sum of x) / n for a sample, or the Greek letter mu for a whole population, but the arithmetic is identical: total divided by count.

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. Together the mean, median, and mode are called the three measures of central tendency, and comparing them is one of the fastest ways to understand the shape of your data.

The relationship between the three is itself informative. When the mean, median, and mode are equal, the distribution is symmetric. When the mean sits above the median, the data is skewed to the right (a long tail of high values); when the mean falls below the median, it is skewed to the left. A handy rule of thumb for moderately skewed data is mean minus mode is roughly three times mean minus median, so the median usually lands between the other two. Spotting this gap is exactly why a good average calculator reports all three side by side rather than just the mean.

The arithmetic mean is not the only kind of average. A weighted average (or weighted mean) multiplies each value by an importance weight before dividing by the total of the weights, which is how course grades, portfolio returns, and blended prices are calculated. The geometric mean multiplies the values together and takes the nth root, and it is the correct average for growth rates, investment returns, and ratios because it accounts for compounding. The harmonic mean, found by averaging the reciprocals, is used for rates such as average speed over equal distances. This tool focuses on the simple arithmetic mean, but knowing which average a problem calls for is half the battle.

Alongside these 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. For a fuller picture of spread you would move on to variance and standard deviation, which measure how tightly the values cluster around the mean.

Accuracy matters as much as the formula. The most common slip is mixing up which numbers belong in the set, double-counting a value, or forgetting to sort before reading off the median. Because every value affects the mean, a single typo can shift the result noticeably, so it is worth pasting your data once and letting the calculator do the counting, sorting, and division rather than working by hand. The results update instantly, so you can add or remove a number and watch how sensitive each statistic is to that change.

When to use it

  • Working out your average test, quiz, or exam score across a term or semester.
  • Finding the typical value in a sales, web 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.
  • Averaging monthly expenses, bills, or income to set a realistic budget.
  • Summarising sports stats, review scores, or any list of numbers at a glance.

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 of the results.
  4. Use the sum, count, min, max, and range below for the full picture of your data.
  5. Edit, add, or remove a value and watch every statistic update instantly.

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 minus 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 minus 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 minus 4 = 38

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

Average four test scores of 88, 92, 79, and 95 to find a term grade.

  1. sum = 88 + 92 + 79 + 95 = 354, and count = 4
  2. mean = 354 / 4 = 88.5
  3. sort: 79, 88, 92, 95. With 4 values (even), median = (88 + 92) / 2 = 90
  4. no value repeats, so there is no mode
  5. range = 95 minus 79 = 16

Result: Average score 88.5, median 90, no mode, range 16

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 to median is 7
EvenAverage of the two middle values3, 7, 9, 12 to median is (7 + 9) / 2 = 8

Types of average and where each is used

AverageHow it is foundTypical use
Arithmetic meanSum divided by countEveryday averages, test scores, measurements
Weighted meanEach value times its weight, divided by total weightGrades, portfolio returns, blended prices
Geometric meanMultiply values, take the nth rootGrowth rates, investment returns, ratios
Harmonic meanCount divided by sum of reciprocalsAverage speed or rates over equal distances

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.
  • Using a simple mean when the values should be weighted. If some values count more than others, such as a final exam worth more than a quiz, a plain average is wrong. Use a weighted mean, multiplying each value by its weight before dividing by the total weight.
  • Miscounting how many values you have. Dividing the sum by the wrong count is the most frequent arithmetic error. Double-count, or paste your list so the tool counts every value for you, including repeats.

Glossary

Mean
The arithmetic average: the sum of all values divided by how many values there are. Written x-bar for a sample or mu for a population.
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.
Weighted mean
An average where each value is multiplied by an importance weight before the totals are divided, used for grades and blended figures.
Skew
A measure of how lopsided a distribution is. A gap between the mean and median signals right or left skew.

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, and comparing them reveals whether your data is symmetric or skewed.

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 instantly, along with the median, mode, and range.

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. With an odd count there is a single middle value and no averaging is needed.

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 by a few unusual numbers.

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.

What is the difference between a simple average and a weighted average?

A simple average treats every value equally, while a weighted average gives some values more importance. To find a weighted average you multiply each value by its weight, add the products, then divide by the total of the weights. Grades where a final exam counts more than a quiz are a classic example. This tool calculates the simple arithmetic mean.

Is the average the same as the mean?

In everyday use, yes. When people say "average" they almost always mean the arithmetic mean: sum divided by count. In statistics, "average" is a broader term that can also refer to the median, mode, geometric mean, or harmonic mean, so it helps to say which one you mean.

How do I calculate my average grade or test score?

If every assessment counts equally, add your scores and divide by how many there are. For 88, 92, 79 and 95 that is 354 / 4 = 88.5. If some assessments are worth more, use a weighted average instead, multiplying each score by its percentage weight before dividing by the total weight.

What does it mean when the mean and median are very different?

A large gap between the mean and median usually points to skew or outliers. If the mean is higher than the median, a few large values are pulling it up (right skew); if the mean is lower, small values are pulling it down (left skew). When the two are close, the data is roughly symmetric.