To calculate an average, add all the numerical values and divide the total by the number of values. For example, the average of 8, 12, 15, 5 and 10 is (8 + 12 + 15 + 5 + 10) ÷ 5 = 10. This common calculation is the arithmetic mean. It works when every included value should have equal influence; weighted data, percentages with different bases and heavily skewed data may require a different method.
Using symbols, x̄ = Σx ÷ n, where Σx is the total of the values and n is their count. Count zeros and repeated values, but do not count an empty cell unless it represents an actual zero.
What Does Average Mean?
In everyday arithmetic, “average” usually means the arithmetic mean: one value that represents the center of a numerical list by balancing the total equally across all observations. The mean can be a number that never appeared in the original data.
The word average can also be used more broadly for the median, mode, weighted mean, geometric mean or another measure of center. Before calculating, identify which definition fits the question. This guide focuses on the ordinary arithmetic average unless a section states otherwise.
Average Formula
| Symbol or term | Meaning | Important rule |
|---|---|---|
| x̄ | Arithmetic mean of the listed values | Use the same unit as the observations |
| Σx | Sum of every included value | Include negative numbers, zeros and duplicates correctly |
| n | Number of included observations | Do not count labels, blank placeholders or missing records |
How to Calculate Average Step by Step
List the values
Write every observation that belongs in the calculation. Make sure all values measure the same type of quantity and use compatible units.
Add the values
Find the sum. Preserve negative signs and decimals, and avoid rounding individual entries unless the source data is already rounded.
Count the observations
Count each included value once. A repeated number is still a separate observation, and an explicit zero counts as a value.
Divide and round
Divide the sum by the count. Keep enough precision during the calculation and round only the final answer according to the required rule.
Simple Average Example
Find the average of 8, 12, 15, 5 and 10.
Sum = 8 + 12 + 15 + 5 + 10 = 50
Count = 5
Average = 50 ÷ 5 = 10
The five values balance at 10. Some are below 10 and some are above it, but their signed differences from 10 add to zero.
Average with Negative Numbers and Decimals
The procedure does not change when values are negative or decimal. Include every sign in the sum.
Values: −4, 2.5, 8.5 and 13
Sum = −4 + 2.5 + 8.5 + 13 = 20
Count = 4
Average = 20 ÷ 4 = 5
How to Find the Average of Two Numbers
Add the two numbers and divide by 2:
For 17 and 23, the average is (17 + 23) ÷ 2 = 40 ÷ 2 = 20. This result is also the numerical midpoint between the two values.
How to Calculate a Weighted Average
A simple average gives every observation equal influence. Use a weighted average when values carry different credits, quantities, frequencies, percentages or importance.
Suppose three scores are 80, 90 and 70, weighted 20%, 30% and 50%.
Weighted total = (80 × 0.20) + (90 × 0.30) + (70 × 0.50)
Weighted total = 16 + 27 + 35 = 78
Weighted average = 78 because the weights total 1, or 100%.
The ordinary average would be 80, which is incorrect for these weights. Use the Weighted Average Calculator when influence is unequal.
How to Combine Two Averages Correctly
Do not simply average group averages unless the groups contain the same number of observations. Reconstruct each group total first:
Group A: average 72 across 10 values, so its total is 72 × 10 = 720.
Group B: average 84 across 20 values, so its total is 84 × 20 = 1,680.
Combined average = (720 + 1,680) ÷ 30 = 2,400 ÷ 30 = 80.
Averaging 72 and 84 directly gives 78, but that incorrectly treats both groups as equal-sized.
How to Find a Missing Value from a Target Average
Multiply the target average by the final count to find the required total, then subtract the sum of the known values.
You want an average of 75 across five scores. Four known scores are 70, 80, 65 and 75.
Required total = 75 × 5 = 375.
Known total = 70 + 80 + 65 + 75 = 290.
Missing score = 375 − 290 = 85.
How to Average Percentages
You may take a simple mean of percentages when every rate should have equal influence and uses a comparable definition. When percentages come from different group sizes, combine their underlying parts and wholes instead.
Group A: 50% of 20 = 10 successes.
Group B: 80% of 100 = 80 successes.
Combined rate = (10 + 80) ÷ (20 + 100) × 100 = 75%.
The simple average (50% + 80%) ÷ 2 = 65% answers an equal-group question, not the combined success rate.
For percentages with different bases, the base sizes act as weights. The Average Percentage Calculator can help you choose the appropriate method.
Average vs Mean, Median and Mode
“Average” commonly means arithmetic mean, but median and mode can describe a dataset better in some situations. Consider 2, 3, 3, 4 and 100.
| Measure | How it is calculated | Result | Useful when |
|---|---|---|---|
| Arithmetic mean | Add all values and divide by 5 | 22.4 | Every magnitude should influence the center |
| Median | Select the middle ordered value | 3 | Extreme values would distort the mean |
| Mode | Find the most frequent value | 3 | The most common value or category matters |
The value 100 pulls the arithmetic mean far above most observations. The mean is not wrong; it answers a different question. For a “typical” value in skewed data, the median may be more informative.
Rules and Edge Cases
- Empty list: an average is undefined because there is no count to divide by.
- One value: the average equals that value.
- Zero: an explicit zero belongs in both the sum and the count.
- Blank or missing value: exclude it only when it truly means “not observed,” not zero.
- Repeated values: count every occurrence because each is an observation.
- Mixed units: convert to a common unit before adding, such as all kilograms or all pounds.
- Rounding: calculate with unrounded values and round the final result.
- Extreme values: inspect the median and distribution before calling the mean “typical.”
When a Simple Average Is Not the Right Method
Use a weighted mean when observations have unequal influence, a geometric mean for many multiplicative growth-rate problems, a harmonic mean for certain rate problems and a median when extreme values make the arithmetic mean unrepresentative.
Do not average labels such as colors or product names. Those categories cannot be added and divided; use the mode to identify the most frequent category. Do not average ratios or percentages blindly when their denominators differ.
How the 1Dollars Average Calculator Helps
The Average & Mean Calculator is the companion tool for checking the arithmetic mean of a numerical list. Enter the values, calculate the result, and compare it with your manual sum-and-count work.
Common Average Calculation Mistakes
- Dividing by the wrong count after omitting or adding a value.
- Ignoring an explicit zero because it appears to add nothing to the sum.
- Counting a blank cell as zero without confirming its meaning.
- Removing duplicate observations even though they occurred separately.
- Mixing incompatible units or time periods.
- Averaging group averages without weighting by group size.
- Averaging percentages that have different underlying denominators.
- Using a simple mean where values have different weights or credits.
- Rounding each value or intermediate result too early.
- Calling the mean “typical” without checking for skewness or extreme values.
Related Average and Statistics Tools
Frequently Asked Questions
What is the formula for calculating an average?
Add all included numerical values and divide the sum by the number of included values: average = sum ÷ count.
Is average the same as mean?
In ordinary arithmetic, average usually means the arithmetic mean. In broader statistics, “average” can also refer to other measures of center such as median, mode or weighted mean.
How do you calculate the average of two numbers?
Add the two numbers and divide by 2. For example, the average of 17 and 23 is (17 + 23) ÷ 2 = 20.
Do zeros count when calculating an average?
Yes. A genuine zero is an observation, so include it in the sum and the count. A blank or missing entry should not automatically be treated as zero.
Can an average be a number not in the original list?
Yes. The mean represents an equal-share balance point and does not need to match an observed value. The average of 1 and 2 is 1.5.
How do you calculate a weighted average?
Multiply each value by its weight, add the products, and divide by the sum of the weights: Σ(value × weight) ÷ Σweights.
Can I average two averages?
Only directly when both averages represent equal-sized groups. Otherwise, multiply each average by its group count, add those totals and divide by the combined count.
How do I find a missing number from a target average?
Multiply the target average by the final number of observations, then subtract the sum of the known values.
Should I use mean or median?
Use the mean when every magnitude should affect the center. Consider the median when the data is strongly skewed or includes extreme values that make the mean unrepresentative.
When should I round an average?
Keep the original available precision through the sum and division, then round the final result according to the required number of decimal places or significant figures.
The arithmetic-mean definition and notation were reviewed against the NIST Engineering Statistics Handbook and the OpenStax Introductory Business Statistics formula review. The distinction among mean, median, mode and other averages was checked against the OpenStax Principles of Data Science glossary. This guide explains general mathematics; use the calculation and weighting rules required by your course, dataset or professional standard.

.png)