Average Calculator

Separate values with commas, spaces, semicolons, tabs, or new lines.

Summary
Count
Sum
Mean
Median
Mode
Minimum / maximum
Range
Q1 / Q3
Population variance
Population std. deviation
Sample variance
Sample std. deviation
Sorted values

Calculate the arithmetic average of any list of positive or negative numbers. The same data set also produces count, sum, median, range, quartiles, and variation measurements.

The arithmetic mean is the sum of all values divided by the number of values. Keeping the complete supporting statistics visible helps reveal when an outlier makes the average less representative.

Mean, median, and mode

The mean uses every value, the median uses the middle of the sorted data, and the mode reports the most frequent value or values. A data set in which every value occurs equally often has no mode.

Variance and standard deviation

Population measurements describe the entered values as the complete population. Sample measurements divide by n − 1 and are intended when the values are a sample of a larger population.

Quartiles

Q1 and Q3 are calculated as medians of the lower and upper halves. For an odd-sized data set, the overall median is excluded from both halves.

Related statistics pages: Statistics Calculator · Average Calculator · Mean Median Mode · Standard Deviation