How Grades and GPA Actually Get Calculated
The weighted-average math behind GPA and course grades, explained with real transcripts and worked examples.
GPA and course grades look like mysterious institutional numbers, but they're both just weighted averages — the same math used in business for weighted costs, or in statistics for weighted means.
GPA: credits are the weight
Grade Point Average isn't a simple average of your grades — it's weighted by how many credit hours each course was worth. The formula is:
GPA = Σ(Grade Points × Credits) / Σ(Credits)
Take three courses: an A (4.0) worth 3 credits, a B+ (3.3) worth 3 credits, and an A− (3.7) worth 4 credits. The weighted sum is (4.0×3) + (3.3×3) + (3.7×4) = 12 + 9.9 + 14.8 = 36.7, divided by the total 10 credits: 3.67 GPA. Notice the 4-credit course pulls the average slightly more than the two 3-credit courses — that's the entire point of weighting by credit hours.
Course grades: categories are the weight
Within a single course, your final grade usually blends categories (homework, exams, final) using the same weighted-average logic, just with percentage weights instead of credit hours. If homework is 20% of your grade, exams 50%, and the final 30%, and you score 90%, 82%, and 88% respectively, your overall grade is:
(90×20 + 82×50 + 88×30) / 100 = (1800 + 4100 + 2640) / 100 = 86.4%
The category with the highest weight (exams, at 50%) pulls the final number toward its score more than the others — which is exactly why checking a syllabus's grade breakdown before an exam matters more than checking it before a homework assignment.
Letter grades: where the cutoffs come from
Most US schools convert numeric scores to letters using cutoffs like A ≥ 93, A− ≥ 90, B+ ≥ 87, and so on down to F below 60. An 87% isn't "closer to a B than an A" in any absolute sense — it's simply inside whatever cutoff band the institution defines, so always check your specific syllabus since cutoffs vary between schools.
Working backward: what do I need on the final?
A useful trick: if you know your current grade, the final's weight, and your target grade, you can solve the weighted-average formula for the one unknown score. If you're at 85% with a 25%-weighted final left and want to finish at 90%, you need a final exam score of (90 − 85×0.75) / 0.25 = 105% — which, if it's over 100%, tells you your target isn't achievable no matter how well you do.
- The GPA calculator handles the credit-weighted version
- The weighted grade calculator handles the category-weighted version
- The final grade needed calculator solves the "what do I need" question directly