The Grade Percentage Formula
Updated July 17, 2026 · 10 min read
Every grade calculator on the internet is a wrapper around one formula. Once you understand it, you can grade anything by hand — a five-question exit ticket, a fifty-question midterm, or a semester average with four weighted categories. This guide walks through the formula for each situation with real numbers.
1. The basic percentage formula
For any single assignment where every question or point is worth the same:
Percentage = (Points earned ÷ Points possible) × 100
Example: 17 correct answers on a 20-question quiz → (17 ÷ 20) × 100 = 85%.
If you count wrong answers instead of right ones — the way most teachers grade — the formula becomes:
Percentage = ((Total − Wrong) ÷ Total) × 100
Same math, different starting point. The QuickGrade easy grader uses this version because it matches how teachers actually mark papers.
2. Points-based assignments (not every question is equal)
On a test where different questions are worth different points, you can't just count questions wrong. Instead:
Percentage = (Total points earned ÷ Total points possible) × 100
Example: A test worth 50 points. Student earns 8/10 on section A, 15/20 on section B, and 18/20 on section C. That's 41 out of 50, or 82%.
3. Partial credit
Partial credit is just a fractional point. A question worth 4 points where the student earns 3 counts as 3 points earned and 4 possible. Add up all the earned points and all the possible points, then apply the same formula. No special math required.
4. Weighted categories
When a syllabus lists categories like "Tests 40%, Quizzes 30%, Homework 20%, Participation 10%," each category contributes its weight to the final grade:
Final % = (Cat1 % × W1) + (Cat2 % × W2) + (Cat3 % × W3) + …
Weights are entered as decimals (40% = 0.40) and must add up to 1.00 (100%).
Example: Tests 88%, Quizzes 92%, Homework 100%, Participation 95%, with the weights above:
(0.88 × 0.40) + (0.92 × 0.30) + (1.00 × 0.20) + (0.95 × 0.10)
= 0.352 + 0.276 + 0.200 + 0.095 = 0.923 or 92.3%
Our weighted-grade calculator does this arithmetic automatically.
5. What you need on the final to earn a target grade
Solve the weighted formula for the missing category. If the final exam is worth W of your grade, your current grade (before the final) is C, and you want an overall grade of G:
Final needed = (G − C × (1 − W)) ÷ W
Example: You want 90% overall. Current grade is 88%. The final is worth 25% (W = 0.25):
Final needed = (0.90 − 0.88 × 0.75) ÷ 0.25
= (0.90 − 0.66) ÷ 0.25 = 0.24 ÷ 0.25 = 96%
Or use the final-grade calculator — same formula, no arithmetic.
6. Percentage to letter grade
Once you have a percentage, converting to a letter grade is a lookup, not a calculation. The most common scale:
- 90–100% → A
- 80–89% → B
- 70–79% → C
- 60–69% → D
- Below 60% → F
Schools that use plus/minus split each band further; see the full grading scale chart.
7. Rounding rules
Most grade books round to the nearest whole percent. 89.5 rounds to 90 (an A on a standard scale), 89.4 rounds to 89 (a B). Different districts round differently — some to a tenth of a percent, some using "half-up," some using "banker's rounding." Check your school's grading policy before promising a student that 89.5 is an A.
Try it yourself
Grab any recent quiz and compute the grade by hand using the formula above. Then check yourself with the QuickGrade calculator. Once you've done it two or three times, the formula becomes second nature — and you'll understand exactly what every grade in your grade book is telling you.