What this guide helps you decide
An arithmetic mean gives every listed observation equal influence. A weighted mean gives each value influence proportional to an explicit weight such as credits, units, or share of a total.
A mean is sensitive to the data included and to extreme values. It is not interchangeable with the median, and an average of group averages is valid only when the groups have equal weight or the original group sizes are retained.
Make the weighting rule visible
Arithmetic mean = sum of values ÷ count. Weighted mean = sum of value × weight products ÷ sum of weights. Weights may be counts, proportions, or another justified measure, but their meaning must stay consistent.
- Decide whether each observation should influence the result equally.
- If not, pair every value with a nonnegative, meaningful weight.
- Calculate the numerator and total weight separately.
- Check that the result lies between the minimum and maximum when all weights are nonnegative.
Worked scenario: weighted assessment score
Three scores are 82, 91, and 76 with weights of 20%, 35%, and 45%.
- Products: 82×0.20 = 16.40, 91×0.35 = 31.85, and 76×0.45 = 34.20.
- Sum the weighted products: 16.40 + 31.85 + 34.20 = 82.45.
- The weights total 1, so the weighted average is 82.45.
Outcome: The largest weight belongs to 76, so the weighted result is lower than the simple mean of 83.0. That direction is a useful reasonableness check.
Average-selection checklist
- Define the population represented by the values.
- Use explicit weights when contributions differ.
- Retain group sizes when combining group means.
- Inspect median and spread when skew or outliers matter.
- Confirm nonnegative weights total a meaningful amount.
Limits and responsible use
- An average summarizes a dataset but does not show its distribution, uncertainty, or causal explanation.
- Negative or arbitrary weights can place a result outside the data range and require a domain-specific interpretation beyond this general guide.
Authoritative references
These links support the definitions, conventions, or safety boundaries used in this guide. CalculatorToolset wrote the explanation and example independently.
- Introductory Statistics 2eOpenStax, Rice University
- NIST/SEMATECH e-Handbook of Statistical MethodsNational Institute of Standards and Technology
Frequently asked questions
Can weights be percentages that do not sum to 100?
Yes, if the formula divides by their total. Normalizing them preserves their relative influence.
Why is the median sometimes better?
The median is less affected by extreme values and may better represent a typical observation in a skewed distribution.