Average Calculator

Use this average calculator to quickly find the mean of a set of numbers. Enter multiple values to calculate the average instantly. Useful for grades, finances, data analysis, and everyday calculations.

Numbers

Results

Enter numbers to calculate the average.

Mean, Median, and Mode: What's the Difference?

The mean (arithmetic average) is the sum of all values divided by the count. It is the most common measure of central tendency and works well when data is fairly evenly spread. The median is the middle value when data is sorted — it is more resistant to outliers and often gives a better "typical" value when data is skewed. The mode is the most frequently occurring value, useful for categorical data or finding common values in a distribution.

Example: for incomes of $30K, $35K, $40K, $45K, and $500K, the mean is $130K — distorted by the high earner. The median is $40K — much more representative of a typical income in that group. When reading statistics about home prices, wages, or wealth, check whether the figure is a mean or median, since the answer can differ dramatically.

Common Uses for Average Calculation

Averages appear everywhere: a student calculates GPA by averaging course grades (often weighted by credit hours). An investor tracks average purchase price to calculate gains and losses. A manager monitors average call duration or tickets-per-hour. A teacher finds class averages on exams. Businesses track average order value, average customer lifetime value, and average cost per acquisition. In all these cases, the average compresses a set of individual data points into a single representative number for comparison or tracking over time.

Frequently Asked Questions

How does an outlier affect the average?

Outliers pull the mean in their direction proportionally to their size. In a dataset of ten values averaging 50, one extreme value of 500 would shift the mean from 50 to around 95 — nearly doubling it. This is why average household income is much higher than median household income in the US: a small number of very high earners inflate the mean significantly. When you suspect outliers in your data, calculate both mean and median and compare. A large gap between them signals that the data is skewed and the median may be the more honest summary.

What is a weighted average and when do I use it?

A weighted average accounts for the fact that some values should count more than others. GPA is a weighted average — a 4-credit course counts twice as much as a 2-credit course. Investment cost basis uses a weighted average purchase price when you buy the same asset at different prices over time. To calculate a weighted average: multiply each value by its weight, sum the results, then divide by the total weight. For GPA: (4 credits × grade 3.5) + (2 credits × grade 4.0) = 14 + 8 = 22 ÷ 6 credits = 3.67 GPA.

Can I average percentages or rates directly?

Usually not — averaging percentages directly often gives the wrong answer. If you drove 100 miles at 50 mph and 100 miles at 100 mph, your average speed is NOT (50 + 100) ÷ 2 = 75 mph. It is total distance ÷ total time = 200 ÷ (2 + 1) = 66.7 mph. The same issue applies to investment returns, interest rates, and growth rates — compounding and time periods matter. For returns over multiple periods, use the geometric mean (CAGR), not the arithmetic mean, to get an accurate compound average growth rate.