Grade Curve Calculator
Curve an entire class in seconds. Pick a method, paste your scores, and instantly see new grades, distribution shifts, and class statistics — before and after.
// move the average from a 71% to a target B‑ in one calculation
1 Enter scores & choose a curve
Paste one score per line — optionally with a name, separated by a comma. Then pick how you want the class curved. Everything recalculates instantly and nothing leaves your browser.
Format: Name, Score or just Score — one per line. You can paste straight from a spreadsheet column.
Used to convert raw points to percentages.
Customize letter grade cutoffs
Anything below your “D” cutoff is graded F. These cutoffs are also used in the charts below.
Flat / Linear curve
Adds the same fixed number of percentage points to every student. The simplest, most transparent curve — easy to explain and impossible to make less fair to any one student.
new score = old score + points addedTop-score (highest grade to 100%)
Finds the highest score in the set, calculates how many points it’s short of 100%, and adds that same number of points to everyone. A classic “the hardest question was worth nothing” curve.
added points = 100 − highest score · new score = old score + added pointsSquare root curve
A classic exam curve. Converts each percentage to a decimal, takes the square root, and multiplies by 100. It gives the biggest boosts to low and mid scores while barely touching scores already near 100%.
new score = √(old score × 100)Example: a 64% becomes 80%, while a 96% only becomes ≈98%.
Percentage (proportional) curve
Scales every score proportionally so that the highest score in the class becomes exactly 100%. Everyone’s score is multiplied by the same ratio, so relative gaps between students are preserved.
scale factor = 100 ÷ highest score · new score = old score × scale factorBell curve (standard deviation curve)
Re-centers and re-spreads every score using z-scores, so the class lands on a target average and target spread — the method behind “curving on a bell.”
new score = (old score − class mean) ÷ class std. dev × target std. dev + target meanTarget class average curve
Calculates the flat number of points needed to move the whole class average to a target value, then applies it to every student — useful when you have a specific average in mind (e.g. matching a department benchmark).
added points = target average − current average · new score = old score + added points2 Results
Here’s how the curve affects your class — overall and student by student.
Score distribution — before vs. after
Letter grades — before vs. after
Per-student results
| # | Name | Raw score | Original % | Curved % | Curved score | Points added | Grade before | Grade after |
|---|
? Frequently asked questions
The questions teachers, TAs, and students ask most about curving grades.
Grade Curve Calculator: Curve Grades, Exams, and Class Averages Instantly (Free Tool)
If a test didn’t go the way you planned — for your whole class or just for yourself — a grade curve calculator takes the guesswork out of figuring out what comes next. Instead of manually reworking every score by hand or building a spreadsheet from scratch, our free curve grade calculator lets you paste in scores, pick a curving method, and instantly see new percentages, new letter grades, and a full before-and-after breakdown of the class.
This guide explains exactly how to curve grades, walks through every major curving method (linear, square root, percentage, bell curve, top-score, and target-average), shows worked examples with real numbers, and answers the questions teachers and students search for most when they need to calculate a curved grade.
👉 Try the Grade Curve Calculator now — free, instant, and works directly in your browser.
What Is a Grade Curve Calculator?
A grade curve calculator is a tool that takes a set of raw scores — for one student or an entire class — and applies a mathematical adjustment to make the results more representative of how students actually performed. “Grading on a curve” simply means adjusting scores using a consistent formula, rather than leaving an unusually difficult or poorly calibrated assessment to stand as-is.
There are several reasons an instructor might curve grades:
- The class average came out much lower than expected, suggesting the test was harder than intended
- One or two questions were confusing, mistyped, or covered material that wasn’t taught clearly
- A department or course requires the final grade distribution to match a target average and spread
- A professor wants the top score in the class to represent a perfect 100%
Whatever the reason, a curve grades calculator automates the math so you don’t have to recalculate every student’s score by hand — and it lets you instantly compare “before” and “after” results so you can see exactly how the curve affects the class.
How to Curve Grades: Step-by-Step
Wondering how to calculate a curve for grades without spreadsheets or manual formulas? Here’s the process our calculator automates:
- Enter your scores. Paste one score per line — either just the number (e.g.,
78) or a name and score (e.g.,Maria, 78). You can paste directly from a spreadsheet column. - Set the points possible. Tell the calculator what the assignment was scored out of (commonly 100, but it works with any total — 50, 25, 150, etc.).
- Choose a curving method. Pick from linear/flat, top-score, square root, percentage, bell curve (standard deviation), or target average — explained in detail below.
- Enter any method-specific settings. For example, a target class average and standard deviation for a bell curve, or a target average for the target-average method.
- Calculate. The tool instantly shows the new class average, median, standard deviation, highest/lowest scores, a grade distribution chart, and a per-student table with original scores, curved scores, points added, and letter grades — before and after.
- Export your results. Download a CSV of the curved scores to drop straight into your gradebook.
No installation, no login, and nothing is uploaded — everything runs locally in your browser.
Grade Curving Methods Explained (With Formulas)
Different situations call for different curves. Below is a breakdown of every method included in our grade curve calculator, what it’s best for, and the exact formula behind it — useful whether you’re looking to calculate grade curve with standard deviation, run a linear grade curve calculator, or just understand how to grade on a curve.
1. Linear (Flat / Additive) Curve
Best for: A simple, transparent boost where every student receives the exact same number of extra points.
Formula:
New Score = Old Score + Points Added
This is the most common type of adjusted grade curve calculator approach. If you decide to add 5 points to everyone, a student who scored 70% becomes 75%, and a student who scored 90% becomes 95%. It’s easy to explain, easy to defend, and never changes the relative ranking of students.
2. Top-Score Curve (Highest Score to 100%)
Best for: Classes where the highest-scoring student should represent a perfect score.
Formula:
Points Added = 100 − Highest Score
New Score = Old Score + Points Added
If the top score in the class was a 92%, this method adds 8 points to every student’s score — a quick way to calculate grade curve when you want the best performance in the room to set the new ceiling.
3. Square Root Curve (and Cube Root Variations)
Best for: Exams where lower scores need the biggest boost while top scores stay nearly unchanged.
Formula:
New Score = √(Old Score × 100)
This is the classic square root grade curve calculator formula taught in many statistics and education courses. A 64% becomes 80% (a 16-point jump), while a 96% only rises to about 98%. Some instructors use a cube root grade curve calculator approach for an even gentler curve on high scores — the same underlying idea, but using a cube root instead of a square root for a slightly different curve shape.
4. Percentage (Proportional) Curve
Best for: Preserving the relative gaps between students while still setting the top score to 100%.
Formula:
Scale Factor = 100 ÷ Highest Score
New Score = Old Score × Scale Factor
Unlike the top-score curve (which adds the same flat points to everyone), the percentage curve multiplies every score by the same ratio — so a student who scored half as much as the top scorer will still land at roughly half of the new maximum.
5. Bell Curve / Standard Deviation Curve
Best for: Large classes where you want the final distribution to match a specific average and spread — the method most people picture when they search for a grade curve calculator with mean and standard deviation.
Formula:
New Score = ((Old Score − Class Mean) ÷ Class Std. Dev.) × Target Std. Dev. + Target Mean
This formula is the backbone of any curve grade calculator with mean and standard deviation inputs. It converts every score into a “z-score” — how many standard deviations above or below average a student is — and then rebuilds the scores around your chosen target average and target spread. The result: the class average lands exactly where you want it, and each student keeps their relative rank.
⚠️ Note: this is the only method where a score can decrease, since it re-centers the whole distribution. The calculator shows a “points added” column for every student so any decrease is always visible before you finalize results.
6. Target Class Average Curve
Best for: Hitting a specific class average with one simple adjustment — ideal for matching a department benchmark or syllabus policy.
Formula:
Points Added = Target Average − Current Average
New Score = Old Score + Points Added
If your current class average is 71% and your target is 80%, this method adds 9 points to every student — a fast way to calculate grade curve from average without touching the standard deviation at all.
Worked Example: Calculating a Curved Grade
Let’s say a midterm exam produced these five scores out of 100: 58, 64, 71, 78, 95 — giving a class average of 73.2%.
Linear curve (+7 points):
- 58 → 65
- 64 → 71
- 71 → 78
- 78 → 85
- 95 → 100 (capped)
New average: 79.8%
Square root curve:
- 58 → √5800 ≈ 76.2
- 64 → √6400 = 80
- 71 → √7100 ≈ 84.3
- 78 → √7800 ≈ 88.3
- 95 → √9500 ≈ 97.5
New average: ≈85.3% — notice how much more the lower scores moved compared to the linear curve.
Bell curve (target mean = 78, target std. dev. = 10): This recalculates each score based on its distance from the original mean (73.2) and standard deviation, then maps it onto the new target mean and spread — shifting the whole distribution upward while preserving each student’s rank order.
This is exactly the kind of side-by-side comparison our tool generates automatically — so instead of doing this by hand to calculate a curved grade, you get the full table, chart, and statistics in one click.
Who Uses a Grade Curve Calculator?
- Teachers and professors adjusting test scores after grading, including for AP grade curve scenarios where a tough free-response section needs balancing
- College instructors applying a college grade curve calculator approach to keep final grade distributions consistent across multiple sections of the same course
- TAs and graders who need a fast class grade curve calculator to apply the same formula to dozens or hundreds of submissions
- Students who want to calculate my grade on a curve after hearing an instructor announce a curve in class, to estimate their new percentage and letter grade before grades are officially posted
- Tutors and parents helping a student understand how to calculate their grade with a curve for a specific assignment
Grade Curve Calculator vs. Excel or Google Sheets
Many instructors already build an excel grade curve calculator or a google sheet grade curve calculator using formulas like =SQRT(A1*100) or =(A1-AVERAGE(range))/STDEV(range)*targetSTD+targetMean. These work, but they require:
- Setting up formulas correctly for every method you want to test
- Manually recalculating if you change the target average or standard deviation
- Building separate charts to visualize the before/after grade distribution
- Re-entering formulas every semester or for every new class roster
Our online calculator does all of this instantly, lets you switch between six curving methods with one click, and exports a clean CSV you can paste straight into Excel or Google Sheets once you’ve settled on the right curve — combining the flexibility of a spreadsheet with the speed of a purpose-built tool.
Tips for Fair and Transparent Grade Curving
- Decide on a method before grading, not after seeing individual results — this keeps the curve about the assessment, not about specific students.
- State your curving policy in the syllabus so students know in advance whether and how curves are applied.
- Compare multiple methods before finalizing — a linear curve and a square root curve can produce very different outcomes for the same class, and our calculator lets you test both in seconds.
- Check the grade distribution chart, not just the average — a curve that fixes the mean but leaves a cluster of students still failing may need a different approach.
- Keep cutoffs consistent. Decide your A/B/C/D/F percentage cutoffs once and apply them to both the original and curved scores so comparisons are meaningful.
Frequently Asked Questions
How do I calculate a curve for grades?
Choose a curving method (linear, square root, percentage, bell curve, top-score, or target average), apply its formula to every score in the class, and recheck letter grades against your grading scale. Our calculator does all six methods automatically — just paste in scores and select a method.
How do you calculate a curved grade with standard deviation and mean?
Use the bell curve formula: subtract the class mean from a student’s score, divide by the class standard deviation to get a z-score, then multiply by your target standard deviation and add your target mean. This re-centers and re-spreads the whole class around the numbers you choose.
Can curving lower a grade?
With linear, top-score, square root, percentage, and target-average curves, no — these methods only add points or scale scores upward. The bell curve (standard deviation) method is the one exception, since it can shift the entire distribution, including scores above the original average, depending on your target mean.
What’s the best free grade curve calculator based on average?
A target-average curve is the simplest option: it calculates the gap between your current class average and your desired average, then adds that flat number of points to every student. Our calculator includes this as the “Target Average” method.
How do I calculate a grade curve when the high score was 100?
If the highest score is already 100%, a top-score curve adds zero points (since 100 − 100 = 0), and a percentage curve leaves every score unchanged (since the scale factor is 100 ÷ 100 = 1). In that case, a square root or bell curve method would be more useful if scores still need adjusting.
How do I calculate my grade on a curve as a student? Ask
your instructor which curving method and settings were used (for example, “+6 points flat” or “square root curve”), then enter your original score and the same settings into the calculator to see your new percentage and letter grade instantly.
What is an AP grade curve calculator used for? AP exam score distributions are set by the College Board and aren’t something an individual teacher can recalculate — but instructors often use a similar curving approach (linear or square root) on practice AP exams and in-class assessments to model how scores might translate to AP score ranges.
Does a grade curve calculator work for any points-possible value, not just 100? Yes. Enter the actual points possible for the assignment (e.g., 50, 37, or 150), and the calculator converts scores to percentages internally to apply the curve, then converts the curved percentages back to that same point scale for your gradebook.
Can I see how many students moved up a letter grade after curving? Yes — the calculator compares each student’s letter grade before and after the curve using your custom A/B/C/D cutoffs, and summarises how many students moved up at least one letter grade, plus the new class-wide grade distribution.
Is this grade curve calculator free to use? Yes, completely free, with no account or sign-up required. All calculations happen in your browser, and your students’ scores are never uploaded or stored anywhere.
Curve Your Grades in Seconds
Whether you need a quick linear grade curve calculator or a more nuanced bell curve calculator with mean and standard deviation, or you’re a student trying to calculate your grade on a curve, this free tool covers every common method in one place – with instant statistics, charts, and exportable results.
👉 Open the Grade Curve Calculator and curve your class average in under a minute.