Five ways to curve, and what each one does to the class
Every method starts from the raw percentage and pushes it up, but they reshape the class differently. Pick by what you are correcting: a test that was uniformly hard, or a spread you want to normalize.
- Flat points. Add the same number to every score. Simplest fix when a few questions were unfair. Scores over the cap are trimmed to 100.
- Linear (target average). Add the gap between the class mean and the average you want. If the mean is 62 and you want 75, everyone gains 13 points.
- Square root. 10 × √score. Biggest lift at the bottom, almost none at the top — a gentle, self-scaling curve.
- Percentage scaling. Multiply every score by a factor (1.15 = a 15% boost). Rewards higher scores more than lower ones, the opposite of square root.
- Bell curve. Rebuild the class around a target mean and spread using each score's z-score. Position in the class decides the grade, not the raw number.
The square-root curve, by the numbers
| Raw score | Curved | Gain |
|---|---|---|
| 25 | 50 | +25 |
| 36 | 60 | +24 |
| 49 | 70 | +21 |
| 64 | 80 | +16 |
| 81 | 90 | +9 |
| 100 | 100 | 0 |
The lift shrinks as scores climb, so a struggling student gains far more than a strong one, and nobody passes 100.
The bell curve is the one that can lower a grade
A bell curve converts each raw score to a z-score — how many standard deviations it sits from the class mean — then rebuilds it around a target mean and spread. Rank within the class, not the raw percentage, decides the outcome.
With a class mean of 65 and a target of 85, a raw 65 becomes 85 — but a raw 81 that was two deviations above the mean can overshoot the cap, while scores below the mean get pulled down relative to the group. That competitive edge is exactly why bell curves are the controversial method.
Common questions
Does curving always raise scores?
Not necessarily. A flat or square-root curve only adds points. A bell curve pins scores to a target distribution, so a score above the class average can actually drop, and a fixed share of the class still lands at the bottom.
What is the square-root curve?
Take the square root of the raw percentage and multiply by 10. A 64 becomes 80, a 49 becomes 70. It helps low scorers the most and barely moves scores near 100, which is why teachers reach for it after a hard test.
Is curving the same as extra credit?
No. Extra credit adds points for optional work that some students do. A curve changes the scale for everyone at once, based on how the whole class performed.


