Calculate the mean, median, mode, and range of any set of numbers with step-by-step solutions and statistical analysis. Perfect for students, data analysts, and anyone working with numerical data.
A student scored 85, 92, 78, 95, 88 on five tests.
Mean = (85 + 92 + 78 + 95 + 88) รท 5 = 87.6
Sorted: 78, 85, 88, 92, 95 โ Median = 88
The average test score is 87.6, with a median of 88.
Your monthly expenses over six months: $1,200, $1,450, $1,320, $1,280, $1,520, $1,390.
Mean = ($1,200 + $1,450 + $1,320 + $1,280 + $1,520 + $1,390) รท 6 = $1,360.00
Your average monthly expense is $1,360. The range is $1,520 - $1,200 = $320.
High temperatures for a week: 72ยฐF, 75ยฐF, 68ยฐF, 82ยฐF, 70ยฐF, 78ยฐF, 71ยฐF.
Mean = (72 + 75 + 68 + 82 + 70 + 78 + 71) รท 7 = 73.7ยฐF
The average high temperature for the week is about 73.7ยฐF, with a range of 14ยฐF.
A small company has salaries: $35K, $42K, $38K, $65K, $40K, $37K, $39K.
Mean = (35 + 42 + 38 + 65 + 40 + 37 + 39) รท 7 = $42.3K
Sorted: 35, 37, 38, 39, 40, 42, 65 โ Median = $39K
The mean ($42.3K) is higher than the median ($39K) due to the $65K salary outlier.
The mean is sensitive to outliers. When your data has extreme values, the median often gives a better sense of the "typical" value.
If every value appears exactly once, there is no mode. If multiple values tie for the highest frequency, list all of them.
Always verify your input. Commas, spaces, or both are fine โ but ensure all entries are valid numbers without stray characters.
For symmetric data without outliers, use the mean. For skewed data (like income), use the median. For categorical data, use the mode.
An average is a single value that represents the central or typical value in a set of numbers. In statistics, there are several types of averages โ also called measures of central tendency โ each providing a different perspective on your data. The most common are the mean, median, and mode.
The mean (what most people call "the average") is calculated by adding all numbers and dividing by the count. The median is the middle value when the numbers are sorted in order. The mode is the value that appears most frequently. The range measures how spread out the data is from the lowest to the highest value.
Averages help us summarize large amounts of data into a single, understandable number. They are used everywhere โ from calculating grade point averages (GPA) in education, to analyzing economic trends, to understanding weather patterns. Knowing which average to use and how to interpret it is a fundamental skill in data analysis and critical thinking.
Each measure of central tendency has its strengths and is best suited for different types of data and analysis. Here's when to use each one:
Best for symmetric data without outliers. Use for test scores, temperatures, and other normally distributed data where every value matters equally.
Best for skewed data or data with outliers. Use for income, home prices, and other datasets where extreme values would distort the mean.
Best for categorical or discrete data. Use for survey responses, shoe sizes, and any data where you want to know the most common value.
Best for understanding the spread or dispersion of your data. Use alongside the mean to get a more complete picture of your dataset.
=AVERAGE(range) for the mean, =MEDIAN(range) for the median, =MODE.SNGL(range) for the mode, and =MAX(range)-MIN(range) for the range. For example, =AVERAGE(A1:A10) calculates the mean of values in cells A1 through A10. For multiple modes in Excel 365 or Google Sheets, use =MODE.MULT(range).
โ ๏ธ Important Note: While our Average Calculator provides accurate mathematical results, always consider the context of your data. The mean can be misleading when your data contains outliers. The median may hide important variations in symmetric data. Use the appropriate measure of central tendency for your specific analysis and verify critical statistical findings with professional guidance.