A-Level to Percentage Converter
Map A-Level grades (A*–E) to indicative percentage midpoints — boundaries vary by board/year.
A-Level grade boundaries are set per subject and exam series by Cambridge, Pearson Edexcel, AQA, etc. Indicative % midpoints above are educational averages for conversion demos — not that year’s official boundary.
A (≈80–89%)
How the A-Level to Percentage Converter works
How conversion works on this page
A-Level grade boundaries are set per subject and exam series by Cambridge, Pearson Edexcel, AQA, etc. Indicative % midpoints above are educational averages for conversion demos — not that year’s official boundary.
Both directions are available via the mode toggle. Results update live; use Reset to clear.
Country / scale context
A-Levels are awarded by UK exam boards with grade boundaries that change every series. Indian boards and universities that ask for an A-Level equivalency should be read against that year’s board boundaries, not a fixed midpoint 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?
Yes — use the mode toggle above the inputs.
Where do the bands / formula come from?
A-Level grade boundaries are set per subject and exam series by Cambridge, Pearson Edexcel, AQA, etc. Indicative % midpoints above are educational averages for conversion demos — not that year’s official boundary.
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 A-Level to Percentage Converter 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/a-level-to-percentage-converter| Parameter | Required | Description |
|---|---|---|
grade | No | A*, A, B, C, D, E, or U. |
percentage | No | Percentage 0–100 (inverse). |
Request:
GET https://knwdle.com/api/tools/a-level-to-percentage-converter?grade=A
Response:
{
"tool": "a-level-to-percentage-converter",
"source": "A-Level grade boundaries are set per subject and exam series by Cambridge, Pearson Edexcel, AQA, etc. Indicative % midpo…"
}