A percentage calculator and a weighted average calculator both produce a number from numeric inputs, but they answer different questions. The percentage calculator works with one percent relation at a time: what is 20 percent of 80, 20 is what percent of 80, or how much did 80 change to reach 100. The weighted average calculator merges many values into one mean while letting each count in proportion to its weight: a 90, an 85, and a 95 with different weights combine to 89, not a plain average. The genuine choice between them is whether your task is a single percent relationship or a combination of values with unequal importance.
What each calculator does
The percentage calculator has three modes. Percent-of finds a part as percent divided by 100 times the whole; its default shows 20 percent of 80 is 16. The second mode finds what percent one value is of another: 20 divided by 80 times 100 is 25 percent. The third mode finds percent change as the ending value minus the starting value divided by the absolute starting value, times 100; the default 80 to 100 is labeled a 25 percent increase. The calculator rejects a zero whole and a zero starting value, because no finite percent exists without a nonzero base.
The weighted average calculator takes up to 100 value-and-weight rows and computes the weighted mean: the sum of each value times its weight, divided by the sum of the weights. In its default example, 90 times 20 plus 85 times 50 plus 95 times 30 equals 8900, total weight is 100, and the result is 89. Weights may be points, credit hours, shares, or sample sizes; they do not have to add to 100. A zero-weight row contributes nothing, but the total weight must be positive or the input is invalid.
Side-by-side comparison
| Percentage calculator | Weighted average calculator | |
|---|---|---|
| Core question | One percent relation (part, percent, or change) | One mean from values with weights |
| Typical inputs | Percent and whole, or part and whole, or start and end | Up to 100 value-and-weight rows |
| Formula | part = p/100 × whole; percent = part/whole × 100; change = (to − from)/|from| × 100 | Σ(value × weight) / Σweight |
| Domain guard | Whole and starting value cannot be zero | Total weight must be positive |
| Example | 20% of 80 = 16; 20 is 25% of 80 | 90/20, 85/50, 95/30 → 89 |
| Best for | Discounts, test scores, progress, before-and-after change | Grades by points, portfolio returns, group means by sample size |
When to use which
Use the percentage calculator when one percent statement is the whole task: a sale price, a percent correct on an exam, a completion share, or the change between two readings. The underlying percent always needs a named base.
Use the weighted average calculator when you are combining several values and equal counting would mislead. A course with a five-point homework check and a 100-point exam is a weighted problem: the plain average of the two scores exaggerates the homework. A portfolio return should weight each holding by its position size, and a group mean based on 800 people should outweigh one based on 20. Weights must all describe the same kind of influence — mixing points with percentages creates a precise-looking number with no clear meaning.
Limits and disclaimer
Both calculators are pure arithmetic: neither adds precision beyond the inputs nor knows your syllabus, portfolio, or survey design. The common failure is applying the wrong model to already-averaged numbers — averaging section means without weighting by student counts, or entering weights inconsistently. When every value counts equally, the average percentage calculator is the simpler fit; when they do not, the weighted average calculator is the correct one.