Indian Percentage to UK grades Calculator
Convert Indian percentage to United Kingdom UK Honours classification.
UK undergraduate classifications use standard thresholds: First ≥70%, 2:1 ≥60%, 2:2 ≥50%, Third ≥40% (QAA / university academic regulations). Mapping Indian % into UK class labels …
| Indian % | UK Honours classification |
|---|---|
| 70–100% | First Class Honours |
| 60–69.99% | Upper Second (2:1) |
| 50–59.99% | Lower Second (2:2) |
| 40–49.99% | Third Class |
| 0–39.99% | Fail / Ordinary |
How the Indian Percentage to UK grades Calculator works
How conversion works on this page
UK undergraduate classifications use standard thresholds: First ≥70%, 2:1 ≥60%, 2:2 ≥50%, Third ≥40% (QAA / university academic regulations). Mapping Indian % into UK class labels uses these published cut-points.
Use the mode toggle for Indian % → foreign scale and the reverse. Band tables are shown under the result.
Country / scale context
UK Master’s and undergraduate offers often state a minimum UK class (e.g. 2:1). Indian first-class (≥60% at many universities) is frequently treated as competitive for 2:1-equivalent offers, but each university publishes its own India equivalency table.
Important limitation
Credential evaluators (e.g. WES) and individual universities may apply course-by-course evaluation that differs from a single overall percentage mapping. Treat outputs as educational guidance for planning, not as an official evaluation report.
Frequently asked questions
Is this an official conversion from a credential evaluator?
No. It applies documented common conventions and cites them. Official WES / university evaluations can differ.
Can I convert both ways?
This landing page locks one direction for SEO; the bidirectional sibling page has a mode toggle for both directions.
Where do the bands / formula come from?
UK undergraduate classifications use standard thresholds: First ≥70%, 2:1 ≥60%, 2:2 ≥50%, Third ≥40% (QAA / university academic regulations). Mapping Indian % into UK class labels uses these published cut-points.
Will a university accept this percentage?
Always check the target institution’s published India / overseas equivalency table. This tool does not replace an admissions decision.
For developers & AI agents
The Indian Percentage to UK grades Calculator is also available as a free, unauthenticated JSON API — no API key, no sign-up, CORS enabled for all origins. Send a GET request with the parameters below and receive the computed result as JSON, including the source of the format or formula used. Invalid input returns HTTP 400 with a JSON { "error": "..." } body.
GET https://knwdle.com/api/tools/indian-percentage-to-uk-grade-calculator| Parameter | Required | Description |
|---|---|---|
percentage | No | Indian percentage 0–100. |
gpa | No | Foreign numeric value (0–100). Also accepts "grade" or "foreign". |
Request:
GET https://knwdle.com/api/tools/indian-percentage-to-uk-grade-calculator?percentage=78
Response:
{
"tool": "indian-percentage-to-uk-grade-calculator",
"source": "UK undergraduate classifications use standard thresholds: First ≥70%, 2:1 ≥60%, 2:2 ≥50%, Third ≥40% (QAA / university a…"
}