Calculate the simple or weighted average of multiple percentages. Perfect for survey results, exam scores, grade calculations, and any scenario where you need to combine percentages from different sample sizes.
Enter percentages to calculate their simple (unweighted) average. All percentages are treated equally.
Enter percentages along with their weights (sample sizes). Percentages with larger weights contribute more to the average.
A student scored 85% on Math, 92% on Science, and 78% on English. All exams have equal weight.
Simple Average = (85 + 92 + 78) รท 3 = 85.00%
The student's overall average across all three subjects is 85%.
A course has: Homework = 95% (weight: 20%), Midterm = 82% (weight: 30%), Final Exam = 88% (weight: 50%).
Weighted Average = (95ร20 + 82ร30 + 88ร50) รท (20 + 30 + 50) = 87.60%
The final course grade is 87.6%, with the final exam having the largest impact.
Store A has 90% satisfaction (200 responses), Store B has 75% (150 responses), Store C has 85% (100 responses).
Weighted Average = (90ร200 + 75ร150 + 85ร100) รท (200 + 150 + 100) = 83.89%
The weighted average gives more influence to stores with more responses for an accurate overall satisfaction rate.
A basketball player shoots 65% free throws (40 attempts) and 48% field goals (150 attempts).
Weighted Average = (65ร40 + 48ร150) รท (40 + 150) = 51.58%
The combined shooting percentage is 51.6%, heavily influenced by the larger number of field goal attempts.
When each percentage comes from a group of the same size, the simple average gives an accurate result.
When groups have different sample sizes, always use weighted average to avoid bias toward smaller groups.
Weights represent sample sizes or importance โ they should always be positive numbers for a meaningful weighted average.
The weighted average should always fall between the minimum and maximum percentage values. If it doesn't, check your inputs.
An average percentage represents the central tendency of a set of percentages. Unlike simple averages of raw numbers, averaging percentages requires careful consideration of whether each percentage should carry equal weight or be adjusted based on the size of the group it represents.
The simple average treats every percentage equally โ you add them up and divide by the count. This is appropriate when each percentage comes from a group of equal size or importance. The weighted average, on the other hand, multiplies each percentage by a weight (typically the sample size) before averaging, so larger groups have more influence on the final result. Choosing the right method is essential for accurate analysis.
The choice between simple and weighted average depends on your data. If you have five test scores from five students in the same class, a simple average is fine. But if you're combining survey results from different cities with vastly different population sizes, a weighted average gives a more representative overall result. In general, whenever the percentages come from groups of different sizes, use the weighted average to avoid giving disproportionate influence to smaller groups.
Average percentage calculations are used across many fields. Here are some of the most common scenarios:
Calculate final course grades by combining weighted assignment scores, exam results, and participation marks.
Average customer satisfaction ratings across different store locations, weighted by number of respondents.
Combine patient recovery rates from different hospitals or treatment groups with varying patient counts.
Average employee performance ratings across departments, weighted by team size for fair comparisons.
Calculate the average return rate across different investment portfolios, weighted by portfolio value.
Average conversion rates across different marketing channels, weighted by traffic volume to each channel.
SUMPRODUCT function: =SUMPRODUCT(pct_range, weight_range) / SUM(weight_range). For example, if percentages are in cells A1:A3 and weights in B1:B3, the formula is: =SUMPRODUCT(A1:A3, B1:B3) / SUM(B1:B3). This gives the weighted average directly.
โ ๏ธ Important Note: While our Average Percentage Calculator provides accurate mathematical results, always consider the context of your data. A weighted average is only as good as the weights you assign โ make sure your weights accurately reflect the relative importance or sample size of each group. Verify critical business or academic calculations with appropriate statistical guidance.