Maharashtra Board Percentage Calculator
Compute your Maha Board Class 10/12 percentage and see whether you clear the published 35% / 35% pass criteria — with step-by-step maths.
Enter subject marks
35% in each subject for SSC (Class 10) and HSC (Class 12). Grace/condonation rules are board-notified separately.
71.00%
355 / 500 · Maha Board
(72 + 65 + 80 + 70 + 68) ÷ 500 × 100 = 71.00%
Published pass floor: 35%
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 Maha Board circular before treating a near-miss as a pass.
How the Maharashtra Board Percentage Calculator works
Maha Board pass criteria
35% in each subject for SSC (Class 10) and HSC (Class 12). Grace/condonation rules are board-notified separately.
MSBSHSE rules.pdf (mahahsscboard.in): minimum 35% of maximum marks in each subject for SSC (Class 10) and HSC (Class 12).
About schooling in Maharashtra
MSBSHSE (Pune) uses a 35% pass bar for SSC and HSC — higher than the 33% floor common in many northern boards — with published condonation/grace practices for near-misses documented in the board’s rules PDF.
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 Maha Board Class 10 pass percentage?
35% is the published planning floor used on this page (35% in each subject for SSC (Class 10) and HSC (Class 12). Grace/condonation rules are board-notified separately.).
What about Class 12?
35% subject to the notes: 35% in each subject for SSC (Class 10) and HSC (Class 12). Grace/condonation rules are board-notified separately.
Does Maha Board 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 Maha Board pass practice. Trust the marksheet and board gazette.
What is distinctive about Maharashtra?
MSBSHSE (Pune) uses a 35% pass bar for SSC and HSC — higher than the 33% floor common in many northern boards — with published condonation/grace practices for near-misses documented in the board’s rules PDF.
More from Knwdle
For developers & AI agents
The Maharashtra 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/maharashtra-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/maharashtra-board-percentage-calculator?marks=72,65,80,70,68&maxPerSubject=100&level=class10
Response:
{
"tool": "maharashtra-board-percentage-calculator",
"state": "Maharashtra",
"note": "See live API response for full fields"
}