Quick answer

A simple average percentage treats every value equally. A weighted average multiplies each value by its importance, sums those products, and divides by the sum of weights.

Formula

  • Simple mean: (Σ pᵢ) ÷ n
  • Weighted: (Σ wᵢ·pᵢ) ÷ (Σ wᵢ)

Introduction

Course grades are the canonical contrast: category percents may be equal in a rubric, but finals often count more. Leadership dashboards repeat the pattern with revenue or risk buckets. When you still need the equal-weight mean for a flat list, the Average Percentage Calculator gives that baseline next to whatever weighted summary you publish.

Transparency beats stealth: show both the simple mean (sanity) and the weighted figure (policy) when stakeholders might ask.

What is it?

The simple mean answers: “If every metric mattered the same, where would we land?” The weighted mean answers: “Given our real priorities, where do we land?” The equal-weight case is exactly what we cover in how to calculate an average percentage.

Neither is universally correct; each encodes a value judgment about importance.

Formula

  • Simple: (p₁ + … + pₙ) ÷ n
  • Weighted: (w₁p₁ + … + wₙpₙ) ÷ (w₁ + … + wₙ)

Weights are often explicit percentages that sum to 100%, but any positive scale works if you divide by the total weight. After you compute both summaries, mean vs median for percentages helps when outliers distort the simple mean. For a dedicated walkthrough with a numeric table, read how to calculate a weighted percentage.

Step-by-step guide

  1. Read the policy. If weights exist, the simple mean is usually illustrative only.
  2. List values and weights. Ensure weights apply to the same rows as the percents.
  3. Compute products w·p. Sum them for the weighted numerator.
  4. Divide by sum of weights. That is the weighted average percentage.
  5. Compare to the simple mean. Large gaps signal concentration in heavily weighted categories.

Example

Three categories at 80%, 90%, and 70% with equal weights average 80%. If weights are 50%, 30%, and 20%, the weighted average is 0.5·80 + 0.3·90 + 0.2·70 = 81%.

The homepage embed intentionally stays simple, use it to check equal-weight intuition, not syllabus grades.