Grade Curve Calculator

Calculate a curved grade from your raw score using flat bonus, linear scaling, square root, bell curve, or percentage boost. Compare methods and see your new letter grade.

Adds 5 points to every score. Scores are capped at 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

How Your Score Was Calculated

Flat bonus adds a fixed number of points to every score

Curved Score = 72 + 5 = 77

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? Curving is especially common in large introductory STEM courses where exam difficulty varies from semester to semester. Flat bonus and linear scaling are popular choices because they're straightforward to explain and always raise scores.

How to Use This Grade Curve Calculator

Follow these steps to curve your raw score and compare methods

  1. 1
    Pick a curve method

    Choose from five methods: Flat Bonus (add points), Linear Scaling (proportional), Square Root (helps low scorers), Bell Curve (z-score), or Percentage Boost. Each method suits different situations.

  2. 2
    Enter your raw score

    Type in the score you received on the exam. Adjust with the slider or type directly — the calculator accepts scores up to 500 for non-standard scales.

  3. 3
    Enter class stats (if needed)

    For Linear scaling, enter the highest score in class. For Bell Curve, enter the class average and standard deviation. For other methods, these fields are optional but help you compare results across all five methods in the comparison table.

  4. 4
    Read your curved score and letter grade

    The hero card shows your curved score, the new letter grade, points gained, and percentage change. The Score Breakdown shows how your score changed step by step, and the formula card explains exactly how the calculation works.

  5. 5
    Compare across all five methods

    Use the Method Comparison table to see how your score would change under every method. This helps you — or your instructor — pick the fairest curve for the class.

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. Sometimes called the Texas Method.

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 unfairAdds same points to all scores; doesn't help students who scored near max
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.