Article — Semester Grade Calculator
Semester Grade Calculator: Q1 + Q2 + Final Exam
A semester grade is a weighted average of quarter scores and (usually) a final exam. The most common US high-school layout weights each quarter at 40% and the final at 20%; sciences and AP courses often use 30-30-40 to weight the final more heavily. Compute it by multiplying each component by its weight, summing the products, and dividing by total weight. The result is a percent that maps to a letter grade on the standard scale: A 90+, B 80+, C 70+, D 60+, F below 60. Plus/minus splits each band at three-point intervals. Source: College Board, U.S. Department of Education.
The calculator above starts with three rows (Q1, Q2, Final) in the 40-40-20 layout. Switch presets, add custom rows for honors or labs, and watch the letter grade and GPA update as you type.
What this semester grade calculator does
This semester grade calculator implements the weighted-average formula every US high school and most colleges use to compute a final semester percent. Each row is one grade component: a quarter score, a final exam score, optionally a participation or honors bonus. Each component contributes to the semester grade in proportion to its weight, as the syllabus specifies.
The output is three numbers: the exact percent, the letter grade on the plus/minus scale, and the 4.0 GPA equivalent. Beneath the headline, a progress bar shows where the score sits relative to the pass threshold (60%) and the top of the scale (100%). The calculator flags when weights do not sum to 100, which usually means a component is missing.
The two-quarter-plus-final structure is a US convention. Most European countries break the school year into trimesters or use continuous assessment without a separate final. The Advanced Placement program (College Board, founded 1955) standardised the May-final layout that 4 million US students now take each year; the AP exam grade (1–5) is reported separately from the course semester grade.
How semester grades are weighted
Weighted averages work by multiplying each input by its share of the total. Multiply each component score by its weight (in decimal form, so 40% becomes 0.40), sum the products, and the answer is the weighted percent. With weights summing to 100%, the division by 100 collapses to multiplying by 1.
Example: Q1 = 88, Q2 = 85, Final = 90, weights 40 · 40 · 20. Weighted sum = (88 × 40) + (85 × 40) + (90 × 20) = 3,520 + 3,400 + 1,800 = 8,720. Divide by 100 (the weight total) = 87.2. That is a B+ on the plus/minus scale. The simple average (88 + 85 + 90) / 3 = 87.67 — close, but not identical, because the weights are not equal.
The 40-40-20 semester layout
Most US high schools weight each quarter at 40% and the final exam at 20%. Each quarter contributes twice as much as the final. This layout assumes the quarter grade already reflects multiple data points (tests, homework, quizzes, projects) and that the final is a summary rather than a make-or-break event.
Alternative semester weightings
30-30-40 is the second most common, used in math, science, and AP courses where the final carries more weight. 50-50 is for courses without a separate final. The calculator presets cover the three most common; for other layouts, edit weights manually or click + Add row.
Semester grade to letter and GPA
The standard US scale maps percents to letter grades in ten-point bands: A 90–100, B 80–89, C 70–79, D 60–69, F below 60. Most colleges and many high schools split each band at three-point intervals for plus and minus: A+ at 97, A at 93, A- at 90; B+ at 87, B at 83, B- at 80; and so on. The 4.0 GPA scale assigns A = 4.0, B = 3.0, C = 2.0, D = 1.0, F = 0.0, with ±0.3 for plus/minus.
The semester GPA point value enters into the cumulative GPA, weighted by credit hours. A 4-credit A semester course averages with a 3-credit B course at GPA 3.57, not 3.5, because the A weighs more. Across a four-year degree the per-semester math compounds; the average US college GPA has drifted from 2.93 in 1991-92 to 3.15 in 2021-22 according to long-running tracking.
If your school grades on letters rather than percents, convert each letter to a representative midpoint percent: A = 95, B = 85, C = 75, D = 65. Use those values in the calculator. The semester grade comes out within one band of the true value most of the time.
What do I need on the semester final?
Invert the formula. Subtract the locked-in contribution (quarters times their weights) from the target times total weight, then divide by the final's weight. With Q1 = 88 (40%), Q2 = 85 (40%), target 90, final weight 20%: locked-in = (88 × 40) + (85 × 40) = 6,920. Target sum = 90 × 100 = 9,000. Required final = (9,000 − 6,920) ÷ 20 = 104. Above 100 means the target is out of reach.
If you flip the layout to 30-30-40 (the final carries 40% instead of 20%), the same scenario yields: locked-in = 5,190. Required final = (9,000 − 5,190) ÷ 40 = 95.25 — challenging but achievable. The heavier the final, the more room it gives to recover or fall.
40-40-20 most US high schools30-30-40 sciences, AP50-50 no separate finalA 90+ GPA 3.7-4.0B 80+ GPA 2.7-3.3Plus/minus 3-point bandsQuarter grades feed the semester grade
Each quarter score is itself a weighted average of tests, homework, quizzes, and projects from a 9- to 10-week period. Most teachers tell you the quarter percent. If you only have individual assignment scores, compute the quarter first — categories usually include tests (40–60%), homework (15–25%), quizzes (10–20%), projects (10–20%), participation (5–10%). Bring the quarter percent here.
- 40-40-20 default: Q1 40%, Q2 40%, Final 20% (most US high schools)
- 30-30-40: heavier final, common in sciences and AP
- Weighted formula: sum(score × weight) ÷ sum(weight)
- Letter scale: A 90+, B 80+, C 70+, D 60+, F <60
- Plus/minus: 3-point intervals (97, 93, 90, 87,...)
- GPA 4.0 scale: A=4.0, B=3.0, C=2.0, D=1.0, F=0.0
- Cumulative GPA weights courses by credit hours, not by count
- US average college GPA rose from 2.93 (1991-92) to 3.15 (2021-22)
The 40-40-20 default fits most US high schools but is not universal. Some courses use 30-30-40 or 50-50; a few weight the final at 50% or more (rare but possible). Some schools also use 25-25-25-25 with a midterm separate from quarters. Always check the syllabus to confirm the layout; the calculator's percent is correct only if the weights match.
Common semester grade mistakes
Using a simple average instead of the weighted formula is the most common error. (88 + 85 + 90) / 3 = 87.67 differs from the weighted 87.2 because the components are not equally weighted. Forgetting to convert percent weights to decimals when doing the math by hand: 40% is 0.4, not 40 — but if you multiply scores by 40 and divide by 100 at the end, both forms give the same answer. Mixing different scales (letter and percent) without converting. Applying a scale different from what the syllabus uses — a school where A starts at 94 will read 92 as an A- instead of an A.