PublicSoftTools
Tools5 min read

Grade Calculator — Calculate Weighted Grades and Final Exam Scores

A grade calculator does two things students need most: compute a weighted average from multiple graded assignments, and calculate what score is required on a final exam to finish the course at a target grade. This guide explains both formulas and when each applies.

How Weighted Grade Averages Work

Most courses divide your grade into categories — homework, quizzes, midterm, final — each worth a percentage of your total grade. A weighted average multiplies each score by its weight, sums the products, and divides by the total weight:

grade = (score₁ × weight₁ + score₂ × weight₂ + …) ÷ (weight₁ + weight₂ + …)

If weights sum to 100%, the denominator is 100 and the result is your percentage grade directly. If you're mid-semester and not all assignments are complete, the weights won't sum to 100% — the result is a weighted average of what has been graded so far.

Example: Weighted Grade Calculation

CategoryYour ScoreWeightContribution
Homework88%20%17.6
Quizzes74%15%11.1
Midterm81%25%20.25
Final92%40%36.8
Total100%85.75%

How to Calculate What You Need on Your Final Exam

The formula for the required final exam score is:

needed = (target − current × (1 − finalWeight)) ÷ finalWeight

For example, if your current grade is 82%, the final is worth 30% of the course, and you want to finish at 90%:

needed = (90 − 82 × 0.70) ÷ 0.30 = (90 − 57.4) ÷ 0.30 = 32.6 ÷ 0.30 = 108.7%

In this case, a 90% final grade is not achievable — you would need extra credit above 100%. The grade calculator shows whether the target is achievable and flags when extra credit would be needed.

Final Exam Scenarios by Current Grade

Current GradeFinal WeightTarget GradeScore Needed on Final
75%30%80% (B−)91.7%
85%25%90% (A−)110% ⚠ Extra credit
70%40%75% (C+)82.5%
90%35%93% (A)97.1%
60%50%70% (C−)80%

Practical Tips

Always use your syllabus weights

Your course syllabus lists the exact weight for each graded category. Using approximate weights ("I think homework is about 20%") can throw off your calculated grade by several points. Recheck the syllabus at the start of each semester.

Calculate early, act early

Running a grade calculation in week 6 versus week 14 makes a significant difference in what you can do about the result. If you find out in week 6 that you're on track for a C and need a B, there's still time to improve homework scores, seek tutoring, or visit office hours.

Pair with a GPA calculation

Knowing your course grade is only the first step. Use the GPA calculator to see how your projected course grade will affect your semester and cumulative GPA — especially important before the course withdrawal deadline.

When weights exceed 100%

Some courses add optional bonus assignments or extra credit that can push total weight above 100%. The weighted average calculator handles this correctly — it computes the true weighted average regardless of whether weights sum to exactly 100%.

Calculate Your Grade Now

Enter your assignments and weights, or find out what you need on your final. Free, instant, no signup.

Open Grade Calculator