Average Calculator
Enter values separated by commas, spaces, or semicolons. Optionally add weights to calculate a weighted average.
Quick answer: the average formula
If you are asking, “how can i calculate the average,” the fastest answer is this:
Average (mean) = Sum of all values ÷ Number of values
So if your numbers are 8, 10, and 12, the sum is 30 and the count is 3. The average is 30 ÷ 3 = 10.
Step-by-step: calculate the average manually
1) Write down all numbers
Make sure you include every value in your set. Missing values will change your result.
2) Add them together
This gives you the total sum. Keep an eye on negative numbers and decimals so your total is accurate.
3) Count how many numbers you have
This is the denominator in the average formula.
4) Divide sum by count
The quotient is your arithmetic mean (the standard average most people mean in conversation).
Example
Numbers: 14, 17, 21, 18
- Sum = 14 + 17 + 21 + 18 = 70
- Count = 4
- Average = 70 ÷ 4 = 17.5
How to use the calculator above
- Type your values in the Numbers box.
- Use commas, spaces, or semicolons to separate numbers.
- If you need a weighted average, enter matching values in Weights.
- Click Calculate Average to see your result instantly.
The tool returns the total, number of entries, method used, and final average.
Different types of averages (important)
Arithmetic mean
This is the standard average taught in school. Use it when all values are equally important.
Weighted average
Use this when some values matter more than others. For example, a final exam may count more than homework in a course grade.
Weighted average formula: (x1w1 + x2w2 + ... + xnwn) ÷ (w1 + w2 + ... + wn)
Median
The middle value when numbers are sorted. Median is useful when outliers (very high or very low values) might distort the mean.
Mode
The value that appears most frequently. Helpful when you care about the most common result.
Common mistakes people make
- Forgetting a value: leaving out one number changes everything.
- Using the wrong count: dividing by 5 instead of 6 is a classic error.
- Mixing units: do not average miles and kilometers without conversion.
- Ignoring weights: if values have different importance, simple mean may be misleading.
- Rounding too early: keep full precision until the final step.
How can I calculate the average in spreadsheets?
Excel
Use =AVERAGE(A1:A10) for a simple mean.
For weighted average: =SUMPRODUCT(A1:A10,B1:B10)/SUM(B1:B10)
Google Sheets
The same formulas work in Sheets:
- =AVERAGE(range)
- =SUMPRODUCT(values,weights)/SUM(weights)
Real-life examples
Budgeting
If your last 6 months of grocery spending were 380, 420, 410, 390, 450, 400, your average monthly grocery spend is a useful baseline for planning.
Academic grades
A simple average works when assignments carry equal points. If quizzes are 20% and exams are 80%, use a weighted average instead.
Performance tracking
Whether you track sales, workout reps, or website traffic, averages help smooth daily noise and reveal trends.
FAQ
Can the average be negative?
Yes. If negative values dominate the dataset, the mean can be below zero.
Can I calculate an average with decimals?
Absolutely. Decimals are treated just like whole numbers in the same formula.
What if one value is extremely high?
Your mean may get pulled upward. In that case, check the median too for a clearer picture.
Final thought
When someone asks, “how can i calculate the average,” the core process is simple: add values, divide by count. The key is choosing the right kind of average for your context. Use the calculator above when you want a fast, accurate answer, and switch to weighted average whenever values have unequal importance.