Math calculator

Average Calculator

Find the arithmetic mean, median, sum, count, minimum, and maximum of a list of numbers.

Last updated
01
Your inputs

Enter the values

Separate values with commas, spaces, or new lines.
02
Your result

Calculation summary

Arithmetic mean
Median
Sum
Number of values
Minimum
Maximum
Instructions

How to use the Average Calculator

  1. Enter at least one number, separating values with commas, spaces, or line breaks.
  2. Check that every token is a valid number; invalid text is identified instead of silently ignored.
  3. Compare the mean with the median to see whether unusually high or low values may be pulling the mean.
Formula

How the calculation works

Arithmetic mean = sum of all values ÷ number of values

The median is the middle value after sorting. With an even count, it is the mean of the two middle values. Minimum and maximum show the endpoints of the entered data.

Worked example

Example calculation

For 12, 18, 23, 7, and 10, the sum is 70 and the count is 5. The mean is 70 ÷ 5 = 14. Sorted values are 7, 10, 12, 18, 23, so the median is 12.

Read the answer

How to interpret the result

The mean uses every value and is sensitive to outliers. The median describes the middle position and can be more representative for skewed data such as incomes or home prices.

Important context

Notes and assumptions

  • Every entered value has equal weight.
  • Scientific notation and decimal values are accepted.
  • The calculator does not infer missing data or remove outliers.
Common questions

Average Calculator questions

What is the difference between mean and median?

The mean is the sum divided by the count. The median is the middle sorted value and is less affected by extremes.

Can I enter negative numbers?

Yes. Negative values, zero, decimals, and scientific notation are supported.

How do I calculate a weighted average?

Multiply each value by its weight, add those products, and divide by the sum of the weights. This tool calculates an unweighted mean.

Useful resources

Related guides and categories