Gujarat Board Percentage Calculator
Compute your GSEB Class 10/12 percentage and see whether you clear the published 33% / 33% pass criteria — with step-by-step maths.
Enter subject marks
GSEB treats under-33% in a subject as fail (Purak Isolated Fail instructions). Use 33% as the planning floor for SSC/HSC aggregates; confirm theory vs practical splits on the year’s scheme PDF.
Source caveat: Primary PDF archived is GSEB HSC Purak instructions (official GSEB registration subdomain), not the full SSC/HSC examination regulations booklet. Prefer the live scheme-of-examination circular if you need subject-wise theory/practical minima.
71.00%
355 / 500 · GSEB
(72 + 65 + 80 + 70 + 68) ÷ 500 × 100 = 71.00%
Published pass floor: 33%
Every entered subject clears the per-subject floor (on equal maxima).
What this means for you: use this percentage on forms that ask for aggregate; still confirm theory/practical split and grace marks in the official GSEB circular before treating a near-miss as a pass.
How the Gujarat Board Percentage Calculator works
GSEB pass criteria
GSEB treats under-33% in a subject as fail (Purak Isolated Fail instructions). Use 33% as the planning floor for SSC/HSC aggregates; confirm theory vs practical splits on the year’s scheme PDF.
GSEB HSC Purak examination instructions (hscgenpurakreg.gseb.org Instruction PDF): an Isolated Fail student is one who obtained below 33% marks (or was absent) in a subject at the main exam — establishing the 33% pass floor used to decide Purak eligibility. Confirm the live GSEB SSC/HSC scheme circular for theory/practical split details.
Source caveat: Primary PDF archived is GSEB HSC Purak instructions (official GSEB registration subdomain), not the full SSC/HSC examination regulations booklet. Prefer the live scheme-of-examination circular if you need subject-wise theory/practical minima.
About schooling in Gujarat
Gujarat’s RTE Rules 2012 Rule 8 bars pre-school admission before completion of 3 years as on 1 June — a statutory floor later paired with Class 1 age-6 reforms — and GSEB’s own exam instructions treat below-33% in a subject as fail for Purak/isolated-fail eligibility.
What this calculator does
Enter each subject’s obtained marks (same maximum). We show aggregate percentage with the arithmetic expanded, then compare against the published per-subject / aggregate floors for Class 10 or 12.
Grace marks, theory–practical splits, and compartment rules are board-specific — always read the year’s circular before treating a near-miss as a pass.
Frequently asked questions
What is the GSEB Class 10 pass percentage?
33% is the published planning floor used on this page (GSEB treats under-33% in a subject as fail (Purak Isolated Fail instructions). Use 33% as the planning floor for SSC/HSC aggregates; confirm theory vs practical splits on the year’s scheme PDF.).
What about Class 12?
33% subject to the notes: GSEB treats under-33% in a subject as fail (Purak Isolated Fail instructions). Use 33% as the planning floor for SSC/HSC aggregates; confirm theory vs practical splits on the year’s scheme PDF.
Does GSEB award grace marks?
Many boards notify limited condonation/grace for near-misses. This tool does not invent grace — check the official circular.
Can I mix subjects with different maxima?
Set maxPerSubject to the common maximum, or convert marks to a common scale first. Unequal paper maxima need manual weighting.
Is this an official board calculator?
No — it is a free Knwdle helper citing GSEB pass practice. Trust the marksheet and board gazette.
What is distinctive about Gujarat?
Gujarat’s RTE Rules 2012 Rule 8 bars pre-school admission before completion of 3 years as on 1 June — a statutory floor later paired with Class 1 age-6 reforms — and GSEB’s own exam instructions treat below-33% in a subject as fail for Purak/isolated-fail eligibility.
For developers & AI agents
The Gujarat Board Percentage 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/gujarat-board-percentage-calculator| Parameter | Required | Description |
|---|---|---|
marks | Yes | Comma-separated obtained marks |
maxPerSubject | No | Default 100 |
level | No | class10 | class12 |
Request:
GET https://knwdle.com/api/tools/gujarat-board-percentage-calculator?marks=72,65,80,70,68&maxPerSubject=100&level=class10
Response:
{
"tool": "gujarat-board-percentage-calculator",
"state": "Gujarat",
"board": "GSEB",
"input": {
"marks": [
72,
65,
80,
70,
68
],
"maxPerSubject": 100,
"level": "class10"
},
"totalObtained": 355,
"totalMaximum": 500,
"percentage": 71,
"passCriteriaPct": 33,
"perSubjectFloorPct": 33,
"clearsPerSubjectFloor": true,
"clearsAggregateFloor": true,
"likelyPass": true,
"formula": "percentage = (72 + 65 + 80 + 70 + 68 ) ÷ 500 × 100 = 71.00%",
"notes": "GSEB treats under-33% in a subject as fail (Purak Isolated Fail instructions). Use 33% as the planning floor for SSC/HSC aggregates; confirm theory vs practical splits on the year’s scheme PDF.",
"source": "GSEB HSC Purak examination instructions (hscgenpurakreg.gseb.org Instruction PDF): an Isolated Fail student is one who obtained below 33% marks (or was absent) in a subject at the main exam — establishing the 33% pass floor used to decide Purak eligibility. Confirm the live GSEB SSC/HSC scheme circular for theory/practical split details.",
"disclaimer": "Educational helper — confirm compartment/grace rules in the official board circular."
}