US Grading Scale Reference
The complete standard US letter grade scale with percentage cutoffs and GPA values. Copy-ready for gradebooks, apps, forms, and course documentation.
US Letter Grades(12 grade levels)
Follows the most common US academic grading scale. Individual institutions may set different cutoffs — always verify with your school or syllabus.
How to use this grading scale
Use the scale in 3 steps
Takes ~5 seconds- 1Choose your format
Select text for copy-paste, JSON for code, or HTML for form dropdowns.
- 2Copy the data
Click the copy button to grab the full grading scale in your chosen format.
- 3Paste into your project
Use the data in your gradebook, app, documentation, or spreadsheet.
Common use cases
- Developers building student grade tracking apps and gradebook tools
- Teachers creating course documentation, syllabi, and rubrics
- Students and parents understanding grade cutoffs and GPA impact
Format examples
Plain text for documentation.
Text format
A — 93–100% — 4.0 GPA
JSON for app development.
JSON format
["A — 93–100% — 4.0 GPA", "A- — 90–92% — 3.7 GPA", ...]
Standard US grading scale reference
A clean, accurate reference of the US letter grade system. Use it to build grading tools, populate dropdowns, seed databases, or document course policies.
This US grading scale reference lists all 12 letter grades from A to F with their percentage ranges and GPA values in text, JSON, and HTML formats. Used by developers building gradebook apps, teachers writing syllabi, and students understanding grade cutoffs. Based on the standard US academic grading scale with plus and minus grades.
All 12 grade levels from A to F including every plus and minus grade with percentage and GPA values.
- All 12 letter grades
- Percentage ranges
- GPA point values
Export as plain text, JSON array, or HTML select options for direct use in gradebook apps and forms.
- JSON array format
- HTML option tags
- Plain text copy
Based on the standard US academic grading scale used by most high schools and universities.
- Standard US scale
- Plus and minus grades
- GPA aligned values
Implementation tips
Use this data accurately in your application.
- Store grades as percentage values in your database and convert to letter grades on display — this makes sorting and filtering much easier.
- Always surface the grading scale to students in course documentation so there are no surprises at the end of a semester.
- If your institution uses a modified scale, adjust the cutoffs in your own implementation and note the deviation clearly.