Free to Use

Average Calculator

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.

Real-World Examples

๐Ÿ“š Student Test Scores

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.

๐Ÿ’ฐ Monthly Expenses

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.

๐ŸŒก๏ธ Daily Temperatures

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.

๐Ÿข Employee Salaries

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.

Understanding the Formulas

Mean = (xโ‚ + xโ‚‚ + xโ‚ƒ + ... + xโ‚™) รท n
The sum of all values divided by the number of values. This is the common "average."
Median = Middle value (odd n) or average of two middle values (even n)
When sorted in ascending order, the median is the central value in the dataset.
Mode = The value(s) that appear most frequently in the dataset
A dataset can have one mode (unimodal), multiple modes (multimodal), or no mode.
Range = Maximum Value โˆ’ Minimum Value
The difference between the highest and lowest values measures the spread of the data.

How to Calculate Step by Step

1
Sort the numbers: Arrange all values in ascending order from smallest to largest.
2
Calculate the mean: Add all values together, then divide by the total count of numbers.
3
Find the median: For an odd count, pick the middle value. For an even count, average the two middle values.
4
Determine the mode: Count how many times each value appears. The value(s) with the highest frequency are the mode(s).
5
Compute the range: Subtract the smallest value from the largest value.

Quick Tips

๐Ÿ“Œ Mean vs. Median

The mean is sensitive to outliers. When your data has extreme values, the median often gives a better sense of the "typical" value.

๐ŸŽฏ No Mode is Okay

If every value appears exactly once, there is no mode. If multiple values tie for the highest frequency, list all of them.

๐Ÿ”„ Check Your Data

Always verify your input. Commas, spaces, or both are fine โ€” but ensure all entries are valid numbers without stray characters.

๐Ÿ“Š Use the Right Measure

For symmetric data without outliers, use the mean. For skewed data (like income), use the median. For categorical data, use the mode.

โšก
Instant Statistics
Get mean, median, mode, and range instantly from any set of numbers. See the sum, count, and detailed breakdown with a single click.
๐Ÿ“Š
Multiple Datasets
Compare averages across different groups. Our step-by-step analysis helps you understand how each statistical measure is derived and what it tells you.
๐ŸŽฏ
Precision Control
Results with up to 4 decimal places for accurate statistical analysis. Perfect for scientific, academic, and professional use cases.
๐Ÿ“š
Educational
Step-by-step explanations of each statistical measure โ€” mean, median, mode, and range. Learn how each is calculated and when to use them.

What is an Average?

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.

Why Are Averages Important?

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.

When to Use Each Measure

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:

๐Ÿ“Š Mean (Arithmetic Average)

Best for symmetric data without outliers. Use for test scores, temperatures, and other normally distributed data where every value matters equally.

๐Ÿ“ˆ Median (Middle Value)

Best for skewed data or data with outliers. Use for income, home prices, and other datasets where extreme values would distort the mean.

๐Ÿ“‹ Mode (Most Frequent)

Best for categorical or discrete data. Use for survey responses, shoe sizes, and any data where you want to know the most common value.

๐Ÿ“ Range (Spread)

Best for understanding the spread or dispersion of your data. Use alongside the mean to get a more complete picture of your dataset.

Frequently Asked Questions

What is the difference between mean, median, and mode?
Mean is the sum of all values divided by the number of values โ€” the arithmetic average. Median is the middle value when the data is sorted in order. Mode is the value that appears most frequently. The mean is affected by outliers, while the median is resistant to them. The mode is useful for categorical data where you want to find the most common category.
Can a dataset have more than one mode?
Yes! A dataset can have one mode (unimodal), two modes (bimodal), or more (multimodal). If all values appear with the same frequency, there is no mode. Our calculator shows all modes if there are multiple, making it easy to identify multimodal distributions in your data.
When should I use median instead of mean?
Use the median when your data contains outliers or is skewed. For example, in salary data where a few executives earn much more than the rest, the median gives a better sense of a "typical" salary than the mean, which gets pulled up by the high salaries. Use the mean when your data is symmetrically distributed without extreme values.
What does the range tell me about my data?
The range tells you how spread out your data is. It is calculated as the maximum value minus the minimum value. A large range indicates that the values are spread far apart, while a small range indicates that the values are clustered closely together. However, the range is sensitive to outliers โ€” a single extreme value can make the range misleadingly large.
How do I calculate the average in Excel or Google Sheets?
In Excel or Google Sheets, use =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).
Can I calculate the average of percentages?
Yes, you can calculate the average of percentages using the same formula as the mean โ€” sum all the percentages and divide by the count. However, be careful: if the percentages are based on different sample sizes, a simple average may be misleading. In that case, consider using a weighted average where each percentage is weighted by its sample size.

โš ๏ธ 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.