# Test Grade Calculator — Score % & Letter Grade Instantly

> Enter the number of questions right or wrong and get your percentage score and letter grade in seconds. Includes an EZ-grader reference table for every total.

- **Category:** Education & Grades
- **Interactive calculator:** https://youcalc.com/en/education-grades/test-grade-calculator/
- **Price:** Free, no sign-up required

## Overview

This calculator converts a raw test score — questions answered correctly (or wrongly) out of a total — into a percentage and a standard letter grade. It works like the classic "EZ Grader" teachers keep on their desks: enter any combination of correct answers and total questions, and the result appears instantly. An optional curve field lets you add bonus points before the letter grade is assigned.

## How to read your result

The headline figure is your percentage score for the inputs you entered. The letter grade (A/B/C/D/F) appears directly below it, colour-coded for quick reading. Below the result card, the EZ-grader reference table lists every possible number of wrong answers for the same total, showing the corresponding percentage and letter grade for each row; your current score is highlighted in the table so you can see how one or two extra correct answers would change the grade.

## Method

The percentage score is computed as percent = (correct / total) × 100 + curvePts, clamped to the interval [0, 100]. The letter grade is then assigned using the standard five-band scale: a percentage of 90 or above earns an A, 80–89 a B, 70–79 a C, 60–69 a D, and anything below 60 an F. These cutoffs are consistent across the two authoritative references used for this calculator: the Calculator.net EZ-grader tool and the ThoughtCo grade-percentage guide. The full reference table is generated by iterating wrong from 0 to total, computing correct = total − wrong for each step, and applying the same formula to produce a row of (wrong, percent, letter) for every possible outcome.

## Example

- **Setup:** 18 correct answers out of 20 total questions, no curve.
- **Result:** 18 ÷ 20 × 100 = 90.0%, which falls in the A band (90–100). The reference table shows that missing just one more (17/20 = 85.0%) would drop the grade to a B.

## Frequently asked questions

### How is the percentage calculated?

The formula is simply (correct ÷ total) × 100. If you enter wrong answers instead, the calculator converts them first: correct = total − wrong. Any curve points are then added to the raw percentage, and the result is clamped to a maximum of 100.

### What are the letter-grade cutoffs?

The calculator uses the standard US scale: 90–100 → A, 80–89 → B, 70–79 → C, 60–69 → D, and below 60 → F. These thresholds match the reference values published by Calculator.net and confirmed by ThoughtCo.

### What does the curve field do?

Curve points are added directly to the raw percentage after dividing correct by total. For example, a 5-point curve on a 70% raw score gives 75%, raising the grade from a C to a C (just under B). Curve points are capped so the final percentage never exceeds 100.

### Can I use this for partial or weighted scoring?

This calculator assumes every question is worth one point. For tests with different point values per question, use a weighted-grade calculator instead and enter total points earned versus total points possible.

### How do I read the EZ-grader reference table?

Each row in the table represents a different number of wrong answers for the total you entered. Read across to see the resulting percentage and letter grade. Your own score is highlighted. The table makes it easy to tell students — or yourself — exactly how many correct answers are needed for each grade band.

## Related calculators

- [Weighted Grade Calculator](https://youcalc.com/en/education-grades/weighted-grade-calculator/)
- [Grade Percentage to Letter Grade & GPA Calculator](https://youcalc.com/en/education-grades/grade-percentage-letter/)
- [Final Grade Calculator](https://youcalc.com/en/education-grades/final-grade-calculator/)

## Sources

- https://www.calculator.net/test-grade-calculator.html
- https://www.thoughtco.com/how-to-calculate-your-grade-2086709

---

Interactive version: https://youcalc.com/en/education-grades/test-grade-calculator/ · From YouCalc — https://youcalc.com
