Home / Average Calculator

Average Calculator

Enter a list of numbers to get the mean, median, mode, sum, count, and range. Steps are shown for each measure so you can see how every value is reached.

Enter your data

Results

Mean (average)--
Median--
Mode--
Sum--
Count--
Range--
Enter data above and press Calculate.

What the Result Means

The average (mean) of a data set equals the sum of all values divided by the count of values, and it sits alongside the median and mode as one of three ways to describe the center of a list. Each tells you something different, and picking the wrong one can make a data set look more or less typical than it really is.

Worked Example: 3, 7, 5, 12, 5

Data: 3, 7, 5, 12, 5 (n = 5)
Mean: (3 + 7 + 5 + 12 + 5) / 5 = 32 / 5 = 6.4
Sorted: 3, 5, 5, 7, 12
Median: middle value = 5
Mode: 5 appears twice, all others once. Mode = 5
Sum: 32. Count: 5. Range: 12 - 3 = 9

Notice that the mean (6.4) sits above the median (5) because the 12 pulls it upward. When a data set has outliers like this one, the median often gives a more honest picture of what a "typical" value looks like.

How It's Calculated

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

The median needs the list sorted first: for an odd count, it is the single middle value; for an even count, it is the average of the two middle values. The mode simply counts how often each value appears and reports whichever one appears most, with ties reported together and no repeats at all reported as "none."

For further reading on measures of central tendency, see the Wikipedia entry on average.

Nearby statistics tools

Once you have the center, spread is usually the next question worth asking.

Straight answers

Average Calculator FAQs

How to calculate average?

Add all the numbers together, then divide by how many numbers there are. For example, the average of 3, 7, and 5 is (3 + 7 + 5) / 3 = 15 / 3 = 5.

How do I calculate my total average?

Sum every value in your data set, then divide by the count of values. This gives the arithmetic mean, which is what most people mean by 'average'.

How to calculate average step by step?

Step 1: add all numbers together to get the sum. Step 2: count how many numbers you have. Step 3: divide the sum by the count. The result is the mean average.

What is an average calculator?

An average calculator takes a list of numbers and returns the mean (arithmetic average), median (middle value), mode (most common value), sum, count, and range in one step.

Marcus Vance
About the author
Marcus Vance
Contributing Writer, Technology & Data, Encore Editorial

Marcus Vance spent a decade building data pipelines and testing calculation logic before he started writing about the math behind the tools. On MathCalcTools he checks every formula against the source math, then writes out the steps so a reader can follow the same path a calculator takes.