Skip to content

← Back to all guides

How Does Grade Rounding Work?

By Muhammad UmarPublished March 4, 2026Last updated 9 min readEditorial policy

Rounding decides what happens at the boundary between two letter grades. It is a policy choice, not a mathematical fact, and it varies between schools, instructors, and gradebook software. A 89.4% and an 89.5% look almost identical, but depending on the rounding rule in place, one stays a B and the other becomes an A. This guide walks through the different rounding methods, shows how they compound across a grading period, and gives you language to use when you ask a teacher how their rounding actually works.

Borderline examples

Raw scoreRounded to whole numberTypical letter (10-point scale)
89.4%89%B
89.49%89%B
89.5%90% (standard rounding)A, if the policy rounds
89.99%90%A, if the policy rounds

Note that 89.5% only becomes an A where the policy applies standard rounding before the letter grade is assigned. A gradebook set to truncate keeps 89% and the grade stays a B. This single half-point difference is the most common source of "why didn't I get an A" questions at the end of a semester.

Half-up vs. half-even rounding

Most classrooms use "round half up": anything at or above .5 moves to the next whole number, so 89.5 becomes 90. Some statistics-aware gradebook systems instead use "round half to even" (also called banker's rounding), where .5 values round to whichever neighboring number is even. Under half-even rounding, 89.5 rounds to 90 (even), but 88.5 would round to 88 (already even), not 89. Banker's rounding is designed to avoid a systematic upward bias when you round thousands of values, which matters for statisticians far more than for a single student's report card — but if your school's software uses it, a score you expect to round up might not.

Truncation: a third option

Truncation simply deletes everything after the decision point rather than rounding it. A truncating gradebook turns 89.99% into 89%, even though intuitively "basically 90" feels close enough. Some instructors truncate deliberately, arguing that a grade should reflect exactly what was earned, with no benefit of the doubt. Others truncate by accident, because their spreadsheet formula usesINT() or FLOOR() instead of ROUND(). If your syllabus doesn't mention rounding at all, truncation (or no rounding) is a safe assumption until you confirm otherwise.

Worked example: rounding at each stage vs. only at the end

Rounding early and rounding late can produce two different final grades from identical raw scores. Consider a student in Biology 101 with three unit tests, each scored out of 50 points, contributing equally to a "Tests" category worth 60% of the final grade, with Homework (worth 40%) sitting at a flat 88.0%.

Raw test scores: 44.6/50 (89.2%), 44.1/50 (88.2%), and 44.9/50 (89.8%).

Method A — round each test score first, then average:

89.2% → 89%, 88.2% → 88%, 89.8% → 90%
Average of rounded scores: (89 + 88 + 90) ÷ 3 = 89.0%

Method B — average the raw scores, then round once at the end:

(89.2 + 88.2 + 89.8) ÷ 3 = 89.067% → rounds to 89%

In this case both methods land on 89% for the Tests category, but the agreement is coincidental — small differences in the individual scores can push Method A's rounded average across a boundary that Method B's raw average does not cross, or vice versa. Now combine with Homework: 89% × 0.60 + 88% × 0.40 = 53.4 + 35.2 = 88.6%, which rounds to 89% — a B+ under most plus/minus scales, one point below an A-. Round the unrounded 89.067% instead and the course average comes out to 89.24%, still 89%. The gap becomes real when individual test scores sit closer to their own boundaries; rounding three or four times in a row, once per assignment and again per category, can shift a final grade by a full percentage point in either direction compared to rounding only once at the very end. That's why most testing experts and many district policies recommend keeping full decimal precision throughout the term and rounding exactly once, on the final number. You can reproduce this kind of category math yourself with the Weighted Grade Calculator.

Decimal grades and gradebook software defaults

Most learning-management systems (the kind of software that displays a running class average) store the exact decimal internally and round only for display. That is why a report card might show 89% while the system's internal record holds 89.4% — and why a teacher who manually re-enters "the displayed number" into another spreadsheet can accidentally introduce a rounding error that didn't exist in the original gradebook. Different platforms default to different behavior: some round grades to the nearest whole percent, some round to one decimal place, and some leave everything unrounded until the report-card export step. None of this is standardized, so the "default" your teacher sees on their screen is a vendor's design decision, not a law of grading.

School and district rounding policy language

District handbooks that do address rounding usually use one of these phrasings, worth recognizing when you read your own school's policy:

  • "Final grades will be rounded to the nearest whole percent" — standard half-up rounding.
  • "Grades of X.5 or higher will be rounded up" — explicit half-up rule, sometimes with a different cutoff like .6 or .75.
  • "No grade will be rounded" — truncation or exact-decimal reporting; the raw percentage stands.
  • "Teachers may round borderline grades at their discretion, considering effort and improvement" — a judgment-call policy rather than a fixed rule.

That last category is common and often misunderstood: "discretion" means the teacher is allowed to round a borderline case up, not required to. It is not a guarantee.

How to ask a teacher about rounding

If your syllabus is silent on rounding, ask a direct, specific question rather than a vague one. Instead of "do you round grades?" try: "If my final average comes out to 89.5%, will that round up to an A-, or does the school report exact percentages?" This phrasing gets you a concrete answer and shows you've already done the arithmetic, which tends to get a faster, clearer reply than a general question asked in week one of the semester.

Borderline-grade fairness

Rounding disputes usually aren't really about the 0.4 or 0.5 percentage points — they're about whether the grading system is applied consistently to every student. A fair policy is one stated in writing, in the syllabus, before grades are finalized, and applied the same way to everyone in the class. If a teacher rounds one student's 89.5% up but not another's, that inconsistency — not the rounding method itself — is the legitimate complaint. Keep your own running average as the term goes on using the Final Grade Calculator, so you know your unrounded position well before the rounding question becomes relevant.

Common mistakes

  • Assuming every school rounds half up — some truncate, some use half-even, and some don't round at all.
  • Rounding after every single assignment instead of once at the end, which compounds small errors across a term.
  • Confusing a teacher's discretionary "bump" for a borderline grade with an automatic rounding rule that applies to everyone.
  • Re-typing a displayed, already-rounded percentage into another calculator instead of using the exact decimal.
  • Forgetting that plus/minus scales have more boundaries than a five-letter scale, so more scores sit near a cutoff.

Limitations and edge cases

Rounding rules can differ by assignment type within the same class — a teacher might round quiz grades but report exact test percentages, or round only the final course grade and nothing in between. Some schools also apply a "no-rounding zone" near failing thresholds, refusing to round a 59.6% up to 60% even under a policy that would otherwise round it. When extra credit, curves, or dropped scores are also part of the calculation, the order of operations (rounding before or after the curve is applied) can matter as much as the rounding rule itself. When in doubt, ask which step the rounding is applied at, not just which rule is used.

FAQ

Does 89.5% always round to an A-?

Only if your school's policy rounds half up at the whole-percent level and an A- starts at 90%. Some scales set the A- cutoff at 89.5% exactly, some truncate instead of rounding, and some report exact decimals with no rounding at all.

Can I ask my teacher to round my grade up?

You can ask, but a specific, written rounding rule is different from a discretionary favor. It's more effective to ask what the stated policy is, then check your own math against it, than to ask for an exception based on effort alone.

Why did my transcript show a different grade than my last quiz average?

Course grades are usually rounded once, after all categories (tests, homework, participation) are combined by weight — see weighted grades explained — so the final number can land on a different side of a boundary than any single assignment average did.

Is there a universal rounding rule I can rely on?

No. Because institutions choose different rules, the same raw score can produce different letter grades in different classrooms. Check your syllabus or handbook, and compare cutoffs on the grading scale page.