Average / Mean Calculator

Compute the arithmetic mean, median, min and max of a list of numbers.

Formula

mean = sum of values / count of values

Examples

InputResult
12, 18, 25, 31, 44mean 26
5, 5, 5mean 5
1, 2, 3, 10mean 4 · median 2.5

Frequently Asked Questions

What is the difference between mean and median?

The mean is the sum divided by count; the median is the middle value when sorted. Outliers affect the mean more.

How many numbers can I enter?

As many as you like — paste a whole list separated by commas or spaces.

Are negative numbers supported?

Yes, negative and decimal numbers are fully supported.

Related Calculators

Exponent / Power Calculator