Class Average Calculator

Calculate class average, median, standard deviation, and A to F grade distribution from a list of student scores, with the pass rate at any threshold you set.

Class Statistics

Class grade averaging can be calculated three different ways depending on whether all assignments carry equal weight: simple mean (all equal), weighted mean (different weights), or a hybrid of both. Most academic grading systems use weighted averages.

Simple average formula: Average = Sum of All Scores ÷ Number of Scores

Weighted average formula: Weighted Average = Σ (Score × Weight) ÷ Σ Weights

Where each weight is typically expressed as a percentage of the final grade (weights must sum to 100%).

Letter grade conversion (standard US scale):

  • A: 90–100%
  • B: 80–89%
  • C: 70–79%
  • D: 60–69%
  • F: below 60%

GPA conversion:

  • A = 4.0 | A− = 3.7
  • B+ = 3.3 | B = 3.0 | B− = 2.7
  • C+ = 2.3 | C = 2.0 | C− = 1.7
  • D = 1.0 | F = 0.0

Standard deviation of scores (class spread): σ = √[Σ(Score − Mean)² ÷ N] A low σ means scores cluster near the average. A high σ indicates wide score spread.

What each variable means:

  • Weight — the proportion of the final grade each component represents. Typical breakdown: Tests 40%, Homework 25%, Midterm 15%, Final Exam 20%
  • Curved grading — professors sometimes add a fixed number of points, or scale so the highest score = 100%, preserving relative rankings
  • Median vs mean — for skewed distributions (where a few students score very high or very low), the median is a more representative “typical” score than the mean

Worked example: Take a class of ten with these scores: 85, 92, 78, 65, 90, 55, 88, 72, 95, 60

  • Sum = 780, so the mean is 780 ÷ 10 = 78.0%
  • Sorted, the middle two are 78 and 85, so the median is 81.5%
  • Standard deviation works out to 13.5
  • Distribution: three A, two B, two C, two D, one F
  • At a 60% pass mark, nine of ten pass, a 90% pass rate

Notice the median sitting 3.5 points above the mean. That gap is the one number worth looking at here. It means the low scores are further from the middle than the high ones, which is exactly what the 55 and the 60 are doing to the average. In a class this small a single struggling student moves the mean by a couple of points, so the median usually describes the typical student better. If your mean and median are close, the class is performing evenly; if they diverge, look at the tails before you conclude anything about the class as a whole.

A note on weighted averages. The formula above is for a single student’s course grade across weighted components, not for averaging a class. This calculator does the second job: give it one score per student and it treats each equally. For the weighted case, use the Grade Calculator linked below.


How we build and check this calculator

This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.

SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.


Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.