Bell Curve Adjustment Calculator
Apply a linear curve to shift class scores so that the average reaches a desired target mean.
Enter a specific score to see its curved value
Curved Student Score
82.0
Points Added10.0
Percentage Increase14.7 %
Curved Student Score vs Current Class Average
How Bell Curve Adjustment Works
The simplest curve adds a flat number of points to every score, shifting the entire distribution upward.
Formula
Points Added = Target Mean - Current Mean
Curved Score = min(Original Score + Points Added, Maximum)
This preserves the spread and relative rankings while raising the average to the target. Scores are capped at the maximum to prevent exceeding 100%.
Example Calculation
Class average is 68, target is 78. A student scored 72 on a 100-point scale.
- 01Points added: 78 - 68 = 10
- 02Curved score: min(72 + 10, 100) = 82
- 03Percentage increase: 10 / 68 x 100 = 14.7%