Weighted Average Calculator
Calculate the weighted average of two values based on their relative weights.
Enter your values and click Calculate
How It Works
The calculator multiplies each value by its corresponding weight, sums those products, then divides the total by the sum of all weights: weighted average = (value1 × weight1 + value2 × weight2) ÷ (weight1 + weight2). Dividing by the actual total weight — rather than assuming 1 or 100 — ensures correct proportional results even when weights are arbitrary numbers like dollar amounts, item counts, or population sizes. If the weights sum to 1, the formula is the classic weighted mean. If they sum to 100, the denominator effectively normalizes to percentages. For unequal or unusual weight totals, the division still yields the correct proportional average. A weight of zero causes that value to be excluded entirely from the result, which is useful when one component has not yet been scored or counted.