Formula
Weighted average percentage = (P1 x W1 + P2 x W2 + ... + Pn x Wn) / (W1 + W2 + ... + Wn). Each percentage is multiplied by its weight before summing, so larger groups contribute more to the combined rate than smaller ones.
Key takeaways
- Simple averaging gives the wrong answer when groups differ in size: 60% from 200 people and 80% from 50 people combine to 64%, not 70%.
- The weight is the denominator of each percentage - sample size, total marks, hours, or impression count.
- The formula equals the direct combined rate: sum all individual outcomes, then divide by the total count.
How to use this calculator
Enter the percentage and weight for each group. The weight is whatever denominator was used when that percentage was originally calculated - sample size for pass rates, total marks for grades, or impression count for click-through rates.
Click + Add row to include more groups. The calculator shows the weighted average, the total weight, and a three-step breakdown. Results update instantly as you type.
Explained to a beginner
Imagine three school assignments: an essay worth 30 marks where you scored 80%, a short quiz worth 10 marks where you scored 90%, and a final exam worth 60 marks where you scored 70%. A simple average gives (80 + 90 + 70) / 3 = 80%.
But the exam accounts for 60 of the 100 marks, so it should pull the result down. Weighted average: (80 x 30 + 90 x 10 + 70 x 60) / (30 + 10 + 60) = 7,500 / 100 = 75%. The larger the assignment, the more it shapes your final grade.
Weighted average percentage formula
The general formula multiplies each percentage by its corresponding weight, sums the products, and divides by the total weight:
$$\bar{P}_w = \frac{P_1 W_1 + P_2 W_2 + \cdots + P_n W_n}{W_1 + W_2 + \cdots + W_n}$$
Here W represents the weight for each percentage - usually the sample size, total marks, total hours, or any unit that was the denominator when the percentage was first calculated. The formula is equivalent to combining all raw counts and computing the rate directly, which makes it the most reliable approach for mixing percentages from different-sized groups.
Worked examples
Example 1: combining pass rates from different-sized groups
A training programme has a 60% pass rate in Group A (200 participants) and 80% in Group B (50 participants). The simple average would be (60 + 80) / 2 = 70%. With different group sizes, the weighted average is:
$$\frac{60\% \times 200 + 80\% \times 50}{200 + 50} = \frac{12{,}000 + 4{,}000}{250} = \frac{16{,}000}{250} = 64\%$$
The true combined pass rate is 64%. Group A's larger size pulls the combined rate much closer to its 60% result.
Example 2: calculating a course grade from weighted assignments
A student scores 80% on an essay worth 30 marks, 90% on a quiz worth 10 marks, and 70% on a final exam worth 60 marks. The weighted course grade is:
$$\frac{80\% \times 30 + 90\% \times 10 + 70\% \times 60}{30 + 10 + 60} = \frac{2{,}400 + 900 + 4{,}200}{100} = 75\%$$
The final grade is 75%. The exam's larger weight pulls the result below the simple average of 80%.
Example 3: blending campaign click-through rates
A marketing team runs two ad campaigns. Campaign A achieves a 3% CTR from 10,000 impressions; Campaign B achieves 8% from 1,000 impressions. The blended rate across both is:
$$\frac{3\% \times 10{,}000 + 8\% \times 1{,}000}{10{,}000 + 1{,}000} = \frac{300 + 80}{11{,}000} \approx 3.45\%$$
The true blended CTR is approximately 3.45% - far closer to Campaign A's rate because it had ten times the impressions. Simple averaging (5.5%) would be misleading in any performance report.
How does weighted average differ from a simple average?
The core difference is whether group size influences the result. A simple average treats every percentage equally; a weighted average scales each percentage by how many items it covers.
| Scenario | Simple average | Weighted average | Correct method |
|---|---|---|---|
| 60% (n=200), 80% (n=50) | 70.0% | 64.0% | Weighted |
| Essay 80% (30 marks), exam 70% (60 marks) | 75.0% | 73.3% | Weighted |
| 3% CTR (10,000 imp.), 8% CTR (1,000 imp.) | 5.5% | 3.45% | Weighted |
| 70% (n=100), 80% (n=100) | 75.0% | 75.0% | Either (groups equal) |
When all group sizes are equal, both methods give identical results. Any mismatch between simple and weighted output is a signal that the groups have different sizes and the weighted result is the accurate one.
When I review portfolio performance reports, combining returns without weighting by position size is the most consistent error I encounter. The test I apply: could you reconstruct the blended rate from the raw counts? If adding up individual outcomes and dividing by the total gives a different number than the simple average, the simple average is wrong.
When should you use a weighted average percentage?
Use weighted average whenever the percentages you are combining came from groups or items of different sizes. Common situations where simple averaging fails:
- Pass rates or success rates from cohorts with different enrollment counts
- Exam or assignment grades where each piece is worth a different number of marks
- Click-through rates, conversion rates, or open rates from campaigns with different impression or send counts
- Survey satisfaction scores from respondent pools of different sizes
- Investment portfolio returns weighted by the value of each position
- Employee retention rates from departments with different headcounts
If you are averaging percentages from items that all share the same denominator (three equal-weight quizzes, two surveys with the same number of respondents), the simple average gives the correct result and no weighting is needed.
Common mistakes
Using the percentage as its own weight
Some calculators allow a "percentage of total" input as the weight - for example, entering that Course A is worth 40% of the final grade. This works only if those percentage weights sum to exactly 100. When they don't, always switch to raw totals (marks, hours, or counts) to avoid ambiguity.
Mixing units across weights
All weights must be in the same unit. Mixing sample sizes (people) with hours, or mixing marks with course credit hours, produces a mathematically meaningless result. Choose one unit and convert everything to it before entering values.
Forgetting that equal percentages with unequal weights still produce the right answer
If Group A has a 70% rate with 100 people and Group B also has a 70% rate with 300 people, the weighted average is still 70%. The formula always works - you only get an unexpected answer when the percentages actually differ.
The most consistent error I see in grade calculations is dividing by 100 when weights don't sum to 100. A grading scheme where homework is worth 40 points, quizzes 20 points, and the exam 60 points gives a total weight of 120, not 100. Dividing by 100 instead of 120 inflates every grade by 20%. Always divide by the actual sum of your weights.
Frequently asked questions
What is a weighted average percentage?
A weighted average percentage is the combined rate across groups of different sizes, where each group's percentage is multiplied by its size before averaging. It gives larger groups more influence and produces the same answer as computing the combined rate directly from raw counts.
How do you calculate a weighted average percentage?
Multiply each percentage by its weight (sample size, marks, or hours). Sum the products. Divide by the total of all weights. For 60% from 200 people and 80% from 50 people: (60 x 200 + 80 x 50) / (200 + 50) = 16,000 / 250 = 64%.
What is the difference between weighted average and simple average?
Simple average treats every percentage equally regardless of group size. Weighted average scales each percentage by how many observations it covers. When groups are equal in size, both give the same result. When sizes differ, only the weighted average is correct.
When should I use weighted average instead of regular average?
Any time the percentages you are combining came from groups of different sizes: pass rates from unequal cohorts, grades from assignments worth different marks, CTRs from campaigns with different impression counts, or survey results from samples of different sizes.
Can I use this calculator for course grades?
Yes. Enter each assignment's percentage score and its weight in marks (or percentage of the course). For an essay scored 80% worth 30 marks and an exam scored 70% worth 60 marks: (80 x 30 + 70 x 60) / (30 + 60) = 73.3%.