Average Percentage Calculator

Find the true average of percentages — simple arithmetic average or properly weighted by group size.

% Average Percentage Calculator
Percentages (comma or line separated)

% What is Average Percentage?

The average percentage is a single representative percentage summarising a set of individual percentages. There are two ways to compute it, and choosing the wrong method is one of the most common statistical mistakes in everyday analysis.

The simple average (arithmetic mean of percentages) is correct only when every percentage is based on the same number of observations or the same group size. You add all the percentages and divide by how many there are. For example, if three equally-sized departments have 60%, 70%, and 80% task completion, the average is (60+70+80)/3 = 70%. This is valid because the three groups contribute equally.

The weighted average is necessary when percentages represent rates from groups of different sizes. The formula is: Weighted Average = Σ(percentagei × totali) / Σtotali. This is equivalent to pooling all the raw counts: (total successes across all groups) / (total population across all groups) × 100. For example, if a small school of 100 students has a 90% pass rate and a large school of 1,000 students has a 50% pass rate, the simple average of 70% is misleading. The weighted average = (0.90×100 + 0.50×1000) / 1100 × 100 = 590/1100 × 100 ≈ 53.6% — much closer to the large school’s rate, which dominates the combined student pool.

The discrepancy between simple and weighted averages can be dramatic. This is related to Simpson’s Paradox, where a trend in grouped data can completely reverse when groups are combined without proper weighting. This calculator shows both methods and highlights how much they differ — a useful sanity check whenever you report combined percentages.

📐 Formula

Simple Average = (p1 + p2 + … + pn) ÷ n
p1, …, pn = the individual percentages
n = the number of percentages
Valid only when all groups have equal sizes.
Example: Average of 20%, 60%, 40% = (20+60+40)/3 = 40%
Weighted Average = Σ(pi / 100 × ni) / Σni × 100
pi = percentage for group i
ni = size (total) of group i — acts as the weight
Equivalent to: total successes across all groups ÷ total population × 100
Example: 30% from 200 people, 70% from 800 people: (0.30×200 + 0.70×800) / 1000 × 100 = (60+560)/1000 × 100 = 62%

📖 How to Use This Calculator

Steps to Calculate Average Percentage

1
Select a mode: "Simple Average" if all groups have equal sizes, or "Weighted Average" if percentages come from groups with different numbers of people or items.
2
Enter your data. In simple mode, enter percentages (e.g., 30, 50, 70). In weighted mode, enter percentages in the first box and corresponding group sizes in the second box — one value per line or comma-separated, in the same order.
3
Click Calculate to see the average percentage. In weighted mode, the simple average is shown alongside for comparison, and the note tells you how different the two methods are.

💡 Example Calculations

Example 1 — Simple Average of Test Scores

Four equal batches score 55%, 65%, 72%, 88%

1
All batches have the same size, so simple average is correct.
2
Average = (55 + 65 + 72 + 88) / 4 = 280 / 4 = 70%
Average percentage = 70%  ·  Min: 55%  ·  Max: 88%  ·  Range: 33%
Try this example →

Example 2 — Weighted Average Pass Rate Across Schools

Small school: 90% pass (100 students) — Large school: 50% pass (1,000 students)

1
Simple average: (90 + 50) / 2 = 70% — misleading
2
Weighted: (0.90×100 + 0.50×1000) / (100+1000) = (90+500) / 1100 = 590/1100
3
Weighted average = 590/1100 × 100 ≈ 53.6%
Weighted average = 53.6% vs simple average of 70% — the large school dominates the combined rate.
Try this example →

Example 3 — Average Defect Rate Across Production Lines

Line A: 2% defect (5,000 units) — Line B: 5% defect (2,000 units) — Line C: 1% defect (8,000 units)

1
Simple average: (2 + 5 + 1) / 3 = 2.67% defect rate
2
Weighted: (0.02×5000 + 0.05×2000 + 0.01×8000) / 15000 = (100+100+80) / 15000
3
Weighted average = 280 / 15000 × 100 ≈ 1.87%
Weighted defect rate = 1.87% (Line C’s low rate dominates due to its high volume).

Example 4 — Department-Wide Approval Rating

HR: 85% approval (40 staff) — Engineering: 70% (150 staff) — Sales: 75% (60 staff)

1
Total staff = 40 + 150 + 60 = 250
2
Weighted sum = 0.85×40 + 0.70×150 + 0.75×60 = 34 + 105 + 45 = 184
3
Weighted average = 184 / 250 × 100 = 73.6%  ·  Simple average = (85+70+75)/3 ≈ 76.7%
Overall approval = 73.6%. Engineering’s 70% (largest department) pulls the weighted result below the simple average.
Try this example →

❓ Frequently Asked Questions

How do you find the average of percentages?+
Simple average: add all percentages, divide by count. Valid only for equal-sized groups. Example: average of 20%, 50%, 80% = 50%. Weighted average (for unequal groups): Σ(pct × group size) / Σ(group sizes). Example: 30% from 200, 70% from 800 → (0.30×200 + 0.70×800)/1000 × 100 = 62%, not 50%.
What is the weighted average of percentages?+
Weighted average = Σ(pct_i / 100 × n_i) / Σn_i × 100, where n_i is the group size. This is equivalent to pooling the raw data: sum all individual successes, divide by total population. Use it whenever percentages come from groups with different sizes — schools, factories, departments, regions.
When should I use simple vs weighted average for percentages?+
Simple average: when all groups are the same size (e.g., five equally-sized test batches, or one observation per percentage). Weighted average: when groups have different sizes — averaging pass rates across schools, defect rates across production lines, approval ratings across departments with different headcounts. If in doubt and group sizes vary, use weighted average.
Why is averaging percentages tricky?+
Percentages hide absolute counts. A 90% pass rate from 10 students and a 60% pass rate from 1,000 students: simple average = 75%, but weighted average = (9+600)/1010 × 100 ≈ 60.3%. The 1,000-student group dominates. Simple averaging over-represents the smaller group, producing a misleading result that overstates the combined pass rate by 15 percentage points.
What is Simpson's Paradox and how does it relate to percentage averages?+
Simpson's Paradox: a trend visible in each subgroup can reverse or disappear when groups are combined incorrectly. Classic example: Treatment A beats B in mild cases AND severe cases, but simple percentage averaging makes B look better overall. Weighted averaging with proper group sizes always resolves the paradox by correctly pooling the data.
How do you average percentages in Excel?+
Simple average: =AVERAGE(A1:A5). Weighted average: =SUMPRODUCT(A1:A5/100, B1:B5)/SUM(B1:B5)*100, where column A holds percentages (as numbers like 30, 70) and column B holds group sizes. Alternatively: =SUMPRODUCT(A1:A5, B1:B5)/SUM(B1:B5) if column A already contains decimal fractions (0.30, 0.70).
What is the difference between average percentage and percentage change?+
Average percentage summarises multiple rate measurements into one representative value (e.g., 70% average pass rate across schools). Percentage change measures how one value has changed: (New−Old)/Old × 100. These are separate calculations for different purposes. Use average percentage for summarising rates; use percentage change for measuring growth or decline over time.
Can I average percentages that exceed 100%?+
Yes — for growth rates or ratios, values can exceed 100%. Simple average: mean of 120%, 80%, 200% = 133.3%. Weighted average still uses Σ(pct × weight) / Σweight with the appropriate weights (e.g., revenue for growth rates). The formula works the same way regardless of whether values are above or below 100%.
How do I calculate the overall pass percentage across multiple schools?+
Weighted average: multiply each school's pass % by its student count, sum all products, divide by total students. Example: School A 80% (500 students), School B 60% (1,500 students): overall = (0.80×500 + 0.60×1500) / 2000 × 100 = (400+900)/2000 × 100 = 65%. Simple average of 70% over-represents the smaller school.
What is the overall percentage if I know department-wise percentages and headcounts?+
Overall % = Σ(dept % × dept headcount) / total headcount × 100. Example: HR 90% (50), Engineering 70% (200), Sales 80% (150): overall = (0.90×50 + 0.70×200 + 0.80×150) / 400 × 100 = (45+140+120)/400 × 100 = 305/400 × 100 = 76.25%. Simple average of the three percentages (80%) would overstate the combined rate.