Average Calculator
Find the arithmetic mean, sum, and count for any list of numbers.
Calculate an average
Separate values with commas, spaces, or semicolons.
About the average calculator
An average, commonly called the arithmetic mean, summarizes a group of numbers with one representative value. To calculate it, add every value in the data set and divide the total by the number of values. If the numbers are 8, 10, and 12, their sum is 30 and their count is 3, so the average is 10. This calculator performs those two steps and displays the mean, sum, and count together so you can check the calculation.
The arithmetic mean is useful for grades, expenses, measurements, survey responses, sports statistics, and many other everyday comparisons. It takes every entered value into account, including repeated numbers, negative values, and decimals. A repeated value is a separate observation and must be entered each time it occurs. Zero is also a valid value and affects both the sum and the count.
An average can be a decimal even when every input is a whole number. It also does not have to equal one of the values in the list. For example, the average of 2 and 3 is 2.5. The mean always lies between the smallest and largest values when the list contains ordinary finite real numbers. However, unusually high or low values can pull it toward an extreme. For skewed data, the median may sometimes describe the center more effectively.
You can paste a list separated by commas, spaces, semicolons, or line breaks. The calculator reads each token as one number, adds the values, counts them, and divides the sum by the count. Showing all three results is useful when checking copied data because an unexpected count often reveals a missing or extra entry. Use the output as a fast arithmetic check, then consider the context and distribution of the data before treating the mean as a complete summary. Retain the original data when precision or auditing matters.
Average examples
| Values | Calculation |
|---|---|
| 4, 8, 12 | Sum 24 ÷ count 3 = average 8 |
| 2.5, 3.5, 6 | Sum 12 ÷ count 3 = average 4 |
| -5, 0, 5, 10 | Sum 10 ÷ count 4 = average 2.5 |
How to calculate an average
- Enter or paste all numbers into the Numbers field.
- Separate each value with a comma, space, semicolon, or line break.
- Select Calculate Average.
- Review the average alongside the sum and number count.
Frequently asked questions
How do you calculate the average?
Add all values and divide the sum by how many values there are. This is the arithmetic mean and is the result shown by this calculator.
Can an average be a decimal?
Yes, the quotient may be a decimal even if every input is a whole number. The calculator keeps useful decimal precision rather than rounding to an integer.
Do repeated numbers count more than once?
Yes, every entered value counts as one observation. Enter a repeated value each time it appears in the original data.
Can I include negative numbers and zero?
Yes, both negative numbers and zero are valid. They are included normally in the sum and the total count.
What is the difference between mean and median?
The mean uses the sum divided by the count, while the median is the middle ordered value. Extreme values usually affect the mean more strongly than the median.