Uttarakhand Nursery Admission Age Calculator
Check if your child meets the Uttarakhand Balvatika-I minimum age (3+) as on 1 July of the admission year.
Child details
Cut-off: 1 July of the admission year. As on 1 July: Balvatika-I 3+, II 4+, III 5+, Class 1 6+ (RTE Amendment Rules 2025).
Source caveat: Rules notification date 13 June 2025 is reported with that date in local press; prefer the gazette PDF from uk.gov.in when available.
5y 0m 16d
Age on 2027-07-01 (1 July of the admission year)
Meets 3+ for Balvatika-I.
Also meets 4+ for Balvatika-II.
Balvatika-III: 5+ on the same cut-off (when published).
What this means for you: Prepare birth certificate / proof of DOB and follow the session admission notice for documents and timelines. Limited notified age relaxation may apply — ask the school/DoE.
How the Uttarakhand Nursery Admission Age Calculator works
Uttarakhand nursery / entry-level age
As on 1 July: Balvatika-I 3+, II 4+, III 5+, Class 1 6+ (RTE Amendment Rules 2025).
Uttarakhand RTE (Amendment) Rules 2025, notified 13 June 2025, amending Free and Compulsory Child Education Rules 2011: Balvatika-I/II/III 3/4/5 years; Class 1 6 years; cut-off 1 July.
Source caveat: Rules notification date 13 June 2025 is reported with that date in local press; prefer the gazette PDF from uk.gov.in when available.
About Uttarakhand
Uttarakhand RTE (Amendment) Rules 2025 (notified 13 June 2025) shifted the admission cut-off to 1 July and set Balvatika 3/4/5 with Class 1 at 6.
What this calculator does
Enter the child’s date of birth and admission year. Age is computed as on 1 July of the admission year, then checked against the 3+ minimum for Balvatika-I.
Private schools may publish additional internal windows; government Sarvodaya / DoE notices remain the authority for public seats.
Frequently asked questions
What is the nursery minimum age in Uttarakhand?
3+ years for Balvatika-I, measured as on 1 July of the admission year.
Is the cut-off 31 March everywhere?
This page uses the verified Uttarakhand cut-off (1 July of the admission year). Other states differ — only verified states are shipped.
What about LKG / KG?
Balvatika-II: 4+ on the same cut-off, when published.
Can schools relax age by a few days?
Some circulars allow limited Head-of-School relaxation (e.g. Delhi up to 30 days when notified). Ask the admitting school.
Is this official?
No — educational helper citing the DoE/education circular summarised on the page. Final seats follow the session notice.
For developers & AI agents
The Uttarakhand Nursery Admission Age 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/uttarakhand-nursery-admission-age-calculator| Parameter | Required | Description |
|---|---|---|
dob | Yes | Child DOB YYYY-MM-DD |
admissionYear | No | Session year, e.g. 2026 |
Request:
GET https://knwdle.com/api/tools/uttarakhand-nursery-admission-age-calculator?dob=2022-06-15&admissionYear=2026
Response:
{
"tool": "uttarakhand-nursery-admission-age-calculator",
"state": "Uttarakhand",
"input": {
"dob": "2022-06-15",
"admissionYear": 2026,
"cutoff": "2026-07-01"
},
"ageOnCutoff": {
"years": 4,
"months": 0,
"days": 16
},
"ageLabel": "4 years, 0 months, 16 days",
"entryClass": "Balvatika-I",
"minAgeYears": 3,
"meetsNurseryMinAge": true,
"lkgLabel": "Balvatika-II",
"lkgMinAgeYears": 4,
"meetsLkgMinAge": true,
"cutoffLabel": "1 July of the admission year",
"notes": "As on 1 July: Balvatika-I 3+, II 4+, III 5+, Class 1 6+ (RTE Amendment Rules 2025).",
"source": "Uttarakhand RTE (Amendment) Rules 2025, notified 13 June 2025, amending Free and Compulsory Child Education Rules 2011: Balvatika-I/II/III 3/4/5 years; Class 1 6 years; cut-off 1 July.",
"nextStep": "On 1 July of the admission year, your child appears to meet the 3+ minimum for Balvatika-I. Gather birth proof and follow the DoE/school admission notice for the session.",
"disclaimer": "Educational helper — final eligibility follows the session circular and school category (govt/private)."
}