Grade Curve Calculator

Calculate your curved grade using 5 methods: flat bonus, linear scaling, square root, bell curve, and percentage boost. Compare results across all methods instantly.

Tip: set to 5 so the top scorer reaches 100.

Curved Score
77.0out of 100
C+Letter Grade
+5 ptsC-C+77.0%

Score Breakdown

How your score changed after curving

Original
72
72% · C-
Change
+5
+6.94%
Grade
C-C+
Improved
Original 72%Curved 77%
0100

Method Comparison

Your score of 72/100 curved by each method

Comparison of all five grade curving methods applied to your score
MethodScoreChangeGrade
Flat Bonus77+5C+
Linear Scaling75.79+3.79C
Square Root84.85+12.85B
Bell Curve77.67+5.67C+
Percentage Boost79.2+7.2C+

What Is Grading on a Curve?

How professors adjust scores to reflect class performance

Grading on a curve is a method of adjusting test scores relative to overall class performance so that letter grades reflect exam difficulty — not just raw numbers.

When an exam turns out harder than intended — or when raw scores cluster below expectations — instructors apply a curve to shift the distribution upward. The term originates from the bell curve (normal distribution), but modern curving uses several different mathematical approaches, each with distinct trade-offs.

Did you know? A 2019 study in Higher Education found that over 60% of STEM professors use some form of grade curving, with flat bonus and linear scaling being the most common methods.

How Each Curving Method Works

Formulas, worked examples, and when to use each approach

Flat Bonus (Add Points)

Adds a fixed number of points to every student's score. Typically set so the highest scorer reaches the maximum possible.

Curved Score = Raw Score + Bonus Points
Example: Highest score is 92/100. Add 8 pts to everyone. A student with 72 → 80 (B-). Top scorer → 100.

Linear Scaling

Multiplies every score by a constant factor so the highest score becomes the maximum. All students gain the same percentage increase, but higher scorers gain more absolute points.

Curved Score = (Raw Score ÷ Highest Score) × Max Possible
Example: Highest is 88/100. Student with 66 → (66÷88)×100 = 75 (C, up from D). Top scorer → 100.

Square Root Curve (Texas Method)

This non-linear method gives a proportionally larger boost to lower scores while compressing the top end. Popular in Texas universities.

Curved Score = √(Raw Score ÷ Max) × Max
Example: Score 49 → √(0.49)×100 = 70 (+21 pts). Score 81 → 90 (+9 pts). Lower scores gain more.

Bell Curve (Normal Distribution)

Uses z-score normalization to reshape the entire distribution. Calculates how many standard deviations each score is from the class mean, then maps onto a target distribution.

Curved = Target Mean + ((Raw − Class Mean) ÷ Std Dev) × Target Std Dev
Example: Class avg 55 (std dev 12), target mean 75 (std dev 10). Score 67 → z = 1.0 → 75 + 10 = 85 (B).

Percentage Boost

Increases every score by a fixed percentage. Simple and predictable, but higher scorers gain more absolute points.

Curved Score = Raw Score × (1 + Boost% ÷ 100)
Example: 10% boost: score 72 → 72×1.10 = 79.2 (C+). Score 55 → 60.5 (D-), barely passing.

When to Use Each Curving Method

A decision guide for instructors and students

Comparison of grade curving methods with best use cases and trade-offs
MethodBest ForTrade-Off
Flat BonusQuick, uniform adjustment when one question was unfairTop scorers may exceed 100%
LinearExams where the top scorer should represent a perfect scoreLow scorers still get low scores
Square RootHelping struggling students more than high performersCan compress the top end too much
Bell CurveStandardizing across sections or semestersRequires class average; can lower top scores
% BoostSimple across-the-board increase when exam was slightly hardNot tailored to distribution shape

How to Curve Grades in Excel or Google Sheets

Copy-paste formulas for each method (scores in B2:B50, max = 100)

Flat Bonus
= B2 + (100 - MAX($B$2:$B$50))
Linear Scaling
= (B2 / MAX($B$2:$B$50)) * 100
Square Root
= SQRT(B2 / 100) * 100
Percentage Boost (10%)
= B2 * 1.10
Bell Curve (mean 75, std dev 10)
= 75 + ((B2 - AVERAGE($B$2:$B$50)) / STDEV($B$2:$B$50)) * 10

Replace $B$2:$B$50 with your actual score range. The bell curve formula uses 75 as the target mean and 10 as the target standard deviation — adjust to your preference.

Tips & Common Mistakes

What to do — and what to avoid — when curving grades

Best Practices
Compare all five methods

Use the comparison table to find the fairest curve for your class.

Check for outliers first

A single 100% makes flat bonus add 0 points. Use 2nd-highest or switch to √.

Communicate the method

Students accept curves better when they understand the formula used.

Common Mistakes
Double-curving

Applying a curve and dropping the lowest score. Pick one adjustment per exam.

Ignoring distribution shape

Flat bonus on a bimodal distribution won't help. Check the spread before picking a method.

Curving inconsistently

Using different methods across sections of the same course creates unfairness.

Frequently Asked Questions

Common questions about grading on a curve, curving methods, and how curves affect your grade

Embed Grade Curve Calculator

Add this calculator to your website or blog for free.