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.
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) |
Everything runs in your browser — your grades never leave your device.