Categories
Pages
π

Average Calculator

Calculate the arithmetic mean, median, mode, range, and standard deviation of any list of numbers.

LIVE
220
Uses
1
Select typeChoose conversion direction
2
Enter amountType the value to convert
3
Get resultsSee live conversion rates

Copy the code below to embed this calculator on your website:

<iframe src="https://calculatorcafe.com/widget/average-calculator/" width="100%" height="500" frameborder="0" style="border:1px solid #e2e8f0;border-radius:12px"></iframe>

Free to use · Links back to CalculatorCafe

What Is an Average?

An average (also called the arithmetic mean) is the sum of all values divided by the number of values. If you scored 85, 92, 78, and 95 on four exams, your average is (85 + 92 + 78 + 95) / 4 = 87.5. Averages provide a single representative number that summarizes a dataset, making it easier to compare groups, track trends, and set expectations. Enter your numbers in the calculator above to find the average instantly, along with the sum, count, median, and range.

How to Calculate Average?

The formula for average is: Average = Sum of all values / Number of values. Add every number in your dataset together, then divide by how many numbers there are. For the set {10, 20, 30, 40, 50}, the sum is 150 and the count is 5, so the average is 30. This works for any quantity of numbers and any values, including decimals and negative numbers. The calculator above also handles weighted averages, where some values count more than others.

Mean vs Median vs Mode

The mean (average) adds all values and divides by the count. It is sensitive to extreme values: one very high or low number can skew the mean significantly. The median is the middle value when numbers are sorted in order. For {2, 5, 8, 12, 100}, the mean is 25.4 but the median is 8, which better represents the typical value when outliers exist. The mode is the most frequently occurring value. In {3, 5, 5, 7, 9}, the mode is 5. Each measure of central tendency tells a different story about the data, and choosing the right one depends on your specific situation and whether outliers significantly affect the results.

Weighted Average

A weighted average assigns different importance to different values. In a class where homework is worth 30% and exams are worth 70%, a student with 95% on homework and 80% on exams has a weighted average of (95 times 0.30) + (80 times 0.70) = 28.5 + 56 = 84.5%, not the simple average of 87.5%. GPA calculations use weighted averages because a 4-credit course counts more than a 2-credit course. Investment portfolio returns use weighted averages based on the dollar amount in each position. Whenever different items carry different significance, weighted averages give a more accurate picture than simple averages.

Common Average Calculations

Teachers calculate grade averages to determine final marks. Athletes track batting averages, scoring averages, and speed averages across seasons. Businesses calculate average revenue per customer, average order value, and average response time. Homebuyers research average home prices in neighborhoods. Scientists calculate average temperatures, average rainfall, and average population growth. Investors monitor average returns over 5-year, 10-year, and lifetime periods. The average is the single most frequently used statistical measure across virtually every field and profession.

Why Can Averages Be Misleading?

Averages hide the distribution of data. If a company announces the average employee salary is $100,000, that might mean most people earn around $100,000, or it might mean the CEO earns $1,000,000 while nine employees earn $0. The classic example: a room contains 9 people earning $50,000 each and one person earning $5,000,000. The average salary is $545,000, which represents nobody in the room accurately. In situations with extreme outliers, the median is usually more informative than the mean. Always consider whether the data is roughly symmetric before relying on the average as a representative measure.

How to Calculate a Running Average?

A running (or moving) average updates as new data arrives. In a 7-day moving average, you always average the most recent 7 values. When day 8 arrives, drop day 1 and add day 8. This smooths out daily fluctuations and reveals underlying trends. Stock market analysts use 50-day and 200-day moving averages to identify momentum shifts. When the short-term average crosses above the long-term average (called a golden cross), it signals potential upward momentum. Moving averages are also used in weather forecasting, quality control, and any field where smoothing volatile data reveals meaningful patterns underneath the noise.

How to Calculate Average Speed?

Average speed is total distance divided by total time, not the average of individual speeds. If you drive 60 mph for 2 hours and 30 mph for 2 hours, your average speed is (120 + 60) / 4 = 45 mph. But if you drive 60 mph for 100 miles and 30 mph for 100 miles, the total time is 100/60 + 100/30 = 1.67 + 3.33 = 5 hours for 200 miles, giving an average speed of 40 mph (not 45). The distinction matters whenever the time spent at each speed differs. For trip planning, use total distance divided by total time for the most accurate average speed estimate.

Frequently asked questions

How do I calculate an average?
Add all numbers together and divide by the count. Example: (85 + 92 + 78 + 95) / 4 = 87.5.
What is the difference between mean and median?
Mean is the sum divided by count. Median is the middle value when sorted. Median is better when outliers exist.
What is a weighted average?
An average where some values count more than others. GPA is a weighted average because courses with more credits have more weight.
Can the average be a number not in the dataset?
Yes. The average of 1 and 4 is 2.5, which is not in the original set. This is normal and expected.
When should I use median instead of average?
When your data has extreme outliers. Median home prices and median income are more representative than averages when a few very high values skew the data.
What is the mode?
The most frequently occurring value in a dataset. In {3, 5, 5, 7, 9}, the mode is 5. A dataset can have no mode, one mode, or multiple modes.
USER RATINGS

Rate This Calculator

Your feedback helps us improve our tools