Final grade needed calculator
As exams approach, the practical question is rarely “what’s my grade?” but “what do I need on the final to hit my target?” This calculator answers exactly that: enter your current grade, your goal, and how much the final is worth, and it returns the minimum score you must earn on the final — and warns you if the goal is out of reach.
How it works
Your current grade already accounts for the part of the course outside the final exam — that is (100% − final weight) of your total. The final makes up the rest. The tool solves for the final score that, blended in at its weight, lifts your overall grade to the target:
needed = (target − current × (1 − w)) ÷ w, where w is the final’s weight as a decimal.
If the result exceeds 100%, the target is impossible from the final alone and the calculator flags it. If it is 0% or below, you have already secured the target.
Worked example
Suppose your current grade is 82%, your target is 85%, and the final is worth 30% (w = 0.30):
needed = (85 − 82 × 0.70) ÷ 0.30 = (85 − 57.4) ÷ 0.30 = 27.6 ÷ 0.30 = 92%.
So you need at least 92% on the final to finish the course at 85%.
| Current | Target | Final weight | Score needed |
|---|---|---|---|
| 82% | 85% | 30% | 92% |
| 75% | 70% | 40% | 62.5% |
| 60% | 80% | 25% | 140% (unreachable) |
Common situations
You want to push a B to an A. If your current grade is 79% and your target is
90%, a 30% final means you need (90 − 79 × 0.70) ÷ 0.30 = (90 − 55.3) ÷ 0.30 ≈ 116%
— unreachable. But a higher weighted final (40%) changes the math:
(90 − 79 × 0.60) ÷ 0.40 = (90 − 47.4) ÷ 0.40 ≈ 106.5% — still unreachable, but the
gap narrows. This tells you the target should be revised to what is actually achievable.
You want to protect a passing grade. Say you are at 55% and need 50% to pass,
and the final is 40%. The formula gives (50 − 55 × 0.60) ÷ 0.40 = (50 − 33) ÷ 0.40 = 42.5%.
You only need 42.5% on the final — the cushion is large, and you can plan your
study effort accordingly.
The result is 0% or negative. This means your grade is already high enough that even a blank final would not drop you below the target. You cannot score below 0, so any passing effort secures it.
Practical tips
- Find your syllabus. The final weight is almost always stated in the grading breakdown section of the course syllabus. Common values are 20%, 25%, 30%, and 40%.
- Be precise about your current grade. Use the grade your course management system shows right now — not a rough estimate. A few percentage points of error changes the answer noticeably when the final weight is low.
- Letter grades. If you are thinking in letters, convert first: A = 93%, A− = 90%, B+ = 87%, B = 83%, B− = 80%, and so on. Enter those numbers, then convert back.
- Extra credit. If your course offers extra credit, run the calculator without it to know the floor, then separately estimate what extra points might add.
Everything runs in your browser — your grades never leave your device.