Average Calculator
Enter your values to calculate the mean, median, mode, or weighted average in seconds.
What does “average” actually mean?
When people ask, “How do I calculate averages?”, they usually mean one thing: finding a single number that summarizes a group of numbers. In math and statistics, though, there are several kinds of averages, and each one answers a different question.
- Mean: Best for general “overall” value.
- Median: Best when data has extreme outliers.
- Mode: Best for finding the most common value.
- Weighted average: Best when some values matter more than others.
Choosing the right average matters just as much as calculating it correctly.
1) How to calculate the mean (arithmetic average)
The arithmetic mean is the one most people learn first.
Formula: Mean = (sum of all values) ÷ (number of values)
Example
Suppose your quiz scores are 80, 90, 70, and 60.
- Step 1: Add them up: 80 + 90 + 70 + 60 = 300
- Step 2: Count values: 4
- Step 3: Divide: 300 ÷ 4 = 75
So your mean score is 75.
2) How to calculate the median
The median is the middle value after sorting the numbers from smallest to largest.
Odd number of values
For 3, 8, 10, 14, 20 → the middle number is 10, so median = 10.
Even number of values
For 4, 7, 12, 18 → there are two middle values (7 and 12), so:
Median = (7 + 12) ÷ 2 = 9.5
Median is useful when one very high or very low number would distort the mean.
3) How to calculate the mode
The mode is the value that appears most often.
Examples
- 2, 3, 3, 5, 8 → mode is 3
- 4, 4, 7, 7, 9 → modes are 4 and 7 (bimodal)
- 1, 2, 3, 4, 5 → no mode (all appear once)
Mode is especially useful with survey data, sizes, ratings, and other “most common” questions.
4) How to calculate a weighted average
A weighted average is used when different values have different importance. This is common with grades, investment returns, and performance metrics.
Formula: Weighted Average = (value × weight + value × weight + ...) ÷ (sum of weights)
Grade example
Assume your course grade is made of:
- Homework: 90 (weight 20%)
- Midterm: 80 (weight 30%)
- Final: 70 (weight 50%)
Weighted average = (90×0.20 + 80×0.30 + 70×0.50) ÷ (0.20 + 0.30 + 0.50)
= (18 + 24 + 35) ÷ 1.00 = 77
Common mistakes when calculating averages
- Forgetting to sort numbers before finding median.
- Using mean when data has outliers and median would be better.
- Treating weighted problems as regular averages.
- Mixing percentages and decimals incorrectly in weighted averages.
- Rounding too early before final calculation.
Quick guide: which average should you use?
- Use mean for normal datasets with no major outliers.
- Use median for skewed data (like salaries or housing prices).
- Use mode to identify the most frequent value.
- Use weighted average when values carry different importance.
Final thoughts
If you remember one thing, remember this: “average” is not just one formula. Start by asking what your data represents, then choose the type of average that matches your goal. Use the calculator above to check your work quickly and avoid common errors.