InfiniteCalc

Average Calculator

Find the mean, median, mode, sum, and range of any list of numbers instantly.

Separate numbers with commas, spaces, or new lines

An average calculator takes any list of numbers and instantly returns the mean, median, mode, sum, count, minimum, maximum, and range. The word "average" usually refers to the arithmetic mean, but the median and mode are averages too — each describes the center of a data set in a different way, and each is the right choice in different situations.

Paste or type your numbers separated by commas, spaces, or line breaks. The calculator handles grades, expenses, survey responses, sports statistics, or any other numeric list, and works with decimals and negative numbers alike.

Mean, Median, and Mode: The Formulas

Each measure of central tendency is computed differently:

  • Mean: add every value and divide by how many there are. Mean = (x₁ + x₂ + … + xₙ) ÷ n. For 2, 4, 9: (2 + 4 + 9) ÷ 3 = 5.
  • Median: sort the values and take the middle one. With an odd count, it is the exact middle; with an even count, it is the mean of the two middle values. For 1, 3, 7, 10 the median is (3 + 7) ÷ 2 = 5.
  • Mode: the value that appears most often. A data set can have one mode, several modes (multimodal), or no mode when every value occurs exactly once.

The range — maximum minus minimum — is not a center measure but tells you how spread out the data is.

Which Average Should You Use?

Pick the measure that matches your data:

  • Mean: best for symmetric data without extreme values — test scores, temperatures, heights. Every value influences it, which is both its strength and weakness.
  • Median: best when outliers or skew are present — home prices, household incomes, salaries. One billionaire moving into town drags the mean income up dramatically but barely moves the median.
  • Mode: best for categorical or discrete data — the most common shoe size sold, the most frequent survey rating.

A quick diagnostic: if your mean and median are far apart, the data is skewed and the median is usually the more honest summary. News reports quote median home prices for exactly this reason.

Worked Example: Eight Quiz Scores

Take the default data set: 12, 15, 11, 15, 19, 24, 15, 18.

  • Mean: the sum is 12 + 15 + 11 + 15 + 19 + 24 + 15 + 18 = 129, and 129 ÷ 8 = 16.125.
  • Median: sorted, the list is 11, 12, 15, 15, 15, 18, 19, 24. With 8 values, average the 4th and 5th: (15 + 15) ÷ 2 = 15.
  • Mode: 15 appears three times, more than any other value, so the mode is 15.
  • Range: 24 − 11 = 13.

Notice the mean (16.125) sits above the median (15) because the single high score of 24 pulls it upward — a small illustration of how outliers affect the mean but not the median.

Frequently Asked Questions

How do you calculate the average (mean) of numbers?

Add all the numbers together, then divide by how many numbers there are. For 10, 20, and 36, the sum is 66 and there are 3 values, so the mean is 66 ÷ 3 = 22. This works for decimals and negative numbers too.

What is the difference between mean and median?

The mean is the sum divided by the count; the median is the middle value of the sorted list. The mean uses every value, so outliers pull it up or down, while the median resists outliers. In the set 1, 2, 3, 4, 100 the mean is 22 but the median is just 3.

How do you find the median with an even number of values?

Sort the values, take the two middle ones, and average them. For the eight values 11, 12, 15, 15, 15, 18, 19, 24, the fourth and fifth values are both 15, so the median is (15 + 15) ÷ 2 = 15.

Can a data set have more than one mode or no mode?

Yes to both. If two or more values tie for the highest frequency, the set is multimodal and all tied values are modes — 1, 1, 2, 3, 3 has modes 1 and 3. If every value appears exactly once, the set has no mode at all.

What does the range tell you about data?

The range is the maximum minus the minimum, measuring the total spread of the data. Two classes can share a mean of 75, but a range of 10 versus 60 reveals very different consistency. Because it uses only two values, the range is sensitive to outliers; standard deviation gives a fuller picture of spread.

Related Calculators