How to calculate a weighted average
Multiply every value by its weight, add the weighted values, and divide by the sum of all weights.
Σ(value × weight) ÷ Σweight
Calculate weighted averages using grades, credits, and coefficients or find the value needed for a target average.
Version 1.0 · Last Updated: August 7, 2026 · Maintained by ToolLarder
Use a weighted average when values do not affect the result equally. Course credits, exam percentages, and other coefficients can be entered as weights, while target mode calculates the new value needed to reach a desired average.
Multiply every value by its weight, add the weighted values, and divide by the sum of all weights.
Σ(value × weight) ÷ Σweight
Enter midterm, final, assignment, or project grades with their percentages or coefficients to calculate the final weighted grade.
Σ(grade × exam weight) ÷ Σweight
Enter each course grade and credit separately so courses with more credits have the correct influence on the result.
Σ(course grade × credits) ÷ total credits
When current grades, a target average, and the next item's weight are known, the required new score can be calculated backward.
(target × new total weight − current weighted sum) ÷ new weight