Weighted grade calculator
Most courses weight categories differently — homework might be worth 20%, the midterm 30%, and the final 50%. This weighted grade calculator combines each component’s score and weight into a single final grade, so you can see exactly where you stand or predict your result before the final exam.
How it works
Enter each component’s score (as a percentage) and its weight (the share it contributes to the final grade). The tool multiplies each score by its weight, sums those products, and divides by the total weight:
weighted grade = Σ(score × weight) ÷ Σ(weight)
Because it divides by the total weight rather than assuming 100, it still gives a sensible answer when your weights do not add up to 100% — useful mid-semester. It also displays the running total weight and flags when it is not exactly 100%, so you can spot a missing category.
Example
| Component | Score | Weight |
|---|---|---|
| Homework | 92 | 20 |
| Midterm | 78 | 30 |
| Final | 85 | 50 |
Weighted sum = (92×20) + (78×30) + (85×50) = 1840 + 2340 + 4250 = 8430. Total weight = 100. So the weighted grade is 8430 ÷ 100 = 84.3%.
Everything runs in your browser — your grades never leave your device.