Himachal Pradesh Board Percentage Calculator
Compute your HPBOSE Class 10/12 percentage and see whether you clear the published 33% / 33% pass criteria — with step-by-step maths.
Enter subject marks
HPBOSE senior-secondary pass culture: 33% in English and each elective (external + IA); practical subjects need 33% in theory, IA, and practical separately (10+1 Regulations 2022). Use as the Class 10/12 planning floor and confirm the year’s Matric / 10+2 scheme circular.
Source caveat: Primary PDF archived is the Class XI (10+1) regulations booklet (2022). Class X Matric and Class XII (10+2) annual schemes on hpbose.org should be checked for any subject-specific exception — do not treat grace-mark % as a substitute pass floor.
71.00%
355 / 500 · HPBOSE
(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 HPBOSE circular before treating a near-miss as a pass.
How the Himachal Pradesh Board Percentage Calculator works
HPBOSE pass criteria
HPBOSE senior-secondary pass culture: 33% in English and each elective (external + IA); practical subjects need 33% in theory, IA, and practical separately (10+1 Regulations 2022). Use as the Class 10/12 planning floor and confirm the year’s Matric / 10+2 scheme circular.
HPBOSE Senior Secondary Certificate (Ten Plus One) Examination Regulations, Scheme of Studies and Courses of Study, 2022 (hpbose.org Noti.11.19.10.2022.pdf): each candidate must obtain at least 33% marks in English and in each of four elective subjects both in External Examination and Internal Assessment; for practical/project subjects, 33% in Theory, Internal Assessment, and Practical/Project separately.
Source caveat: Primary PDF archived is the Class XI (10+1) regulations booklet (2022). Class X Matric and Class XII (10+2) annual schemes on hpbose.org should be checked for any subject-specific exception — do not treat grace-mark % as a substitute pass floor.
About schooling in Himachal Pradesh
Himachal uses a late 30 September cut-off for Balvatika/Class 1 age (Directorate of School Education clarification orders) — later than most plains states — and HPBOSE Senior Secondary regulations require 33% separately in theory, internal assessment, and practical/project for practical subjects.
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 HPBOSE Class 10 pass percentage?
33% is the published planning floor used on this page (HPBOSE senior-secondary pass culture: 33% in English and each elective (external + IA); practical subjects need 33% in theory, IA, and practical separately (10+1 Regulations 2022). Use as the Class 10/12 planning floor and confirm the year’s Matric / 10+2 scheme circular.).
What about Class 12?
33% subject to the notes: HPBOSE senior-secondary pass culture: 33% in English and each elective (external + IA); practical subjects need 33% in theory, IA, and practical separately (10+1 Regulations 2022). Use as the Class 10/12 planning floor and confirm the year’s Matric / 10+2 scheme circular.
Does HPBOSE 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 HPBOSE pass practice. Trust the marksheet and board gazette.
What is distinctive about Himachal Pradesh?
Himachal uses a late 30 September cut-off for Balvatika/Class 1 age (Directorate of School Education clarification orders) — later than most plains states — and HPBOSE Senior Secondary regulations require 33% separately in theory, internal assessment, and practical/project for practical subjects.
For developers & AI agents
The Himachal Pradesh 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/himachal-pradesh-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/himachal-pradesh-board-percentage-calculator?marks=72,65,80,70,68&maxPerSubject=100&level=class10
Response:
{
"tool": "himachal-pradesh-board-percentage-calculator",
"state": "Himachal Pradesh",
"board": "HPBOSE",
"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": "HPBOSE senior-secondary pass culture: 33% in English and each elective (external + IA); practical subjects need 33% in theory, IA, and practical separately (10+1 Regulations 2022). Use as the Class 10/12 planning floor and confirm the year’s Matric / 10+2 scheme circular.",
"source": "HPBOSE Senior Secondary Certificate (Ten Plus One) Examination Regulations, Scheme of Studies and Courses of Study, 2022 (hpbose.org Noti.11.19.10.2022.pdf): each candidate must obtain at least 33% marks in English and in each of four elective subjects both in External Examination and Internal Assessment; for practical/project subjects, 33% in Theory, Internal Assessment, and Practical/Project separately.",
"disclaimer": "Educational helper — confirm compartment/grace rules in the official board circular."
}