Average Calculator

Calculate mean, median, min, max and sum of any list of numbers.

Mean vs. Median — Which Average?

The mean (arithmetic average) adds all values and divides by the count. The median is the middle value when sorted. Both are "averages," and choosing the wrong one is one of the most common statistical mistakes.

Mean = (x₁ + x₂ + … + xₙ) ÷ n

Worked Example

Numbers: 12, 15, 22, 8, 95. Mean = 152 ÷ 5 = 30.4. Median (sorted: 8, 12, 15, 22, 95) = 15. The single outlier 95 dragged the mean far above four of five values — the median stayed representative.

When to Use Which

  • Mean: symmetric data without extreme outliers — test scores, temperatures, measurement series.
  • Median: skewed data — incomes, house prices, response times. "Median household income" is the standard for good reason.

Entering Data

Paste or type numbers separated by commas, spaces, semicolons or line breaks — the calculator parses them all and ignores anything that isn't a number, so you can paste straight from a spreadsheet column.

Frequently Asked Questions

What is the difference between mean and median?
The mean divides the sum by the count; the median is the middle sorted value. With outliers or skewed data (like incomes), the median describes the "typical" value better.
How is the median found with an even count?
Average the two middle values: for 4, 8, 10, 20 the median is (8+10)÷2 = 9.
What number formats can I enter?
Integers and decimals (dot notation), positive or negative, separated by commas, spaces, semicolons or new lines. Non-numeric tokens are ignored.
Does the calculator compute weighted averages?
No — all values count equally here. For weighted averages like course grades, use our grade calculator or GPA calculator.