Kerala Nursery Admission Age Calculator
Check if your child meets the Kerala Class 1 minimum age (5+) as on 1 June of the admission year (session start).
Child details
Cut-off: 1 June of the admission year (session start). Standing practice under GO 117/2012 has been Class 1 around 5+ near June session start. From 2026–27 the state has announced 6+ — confirm the amending GO before relying on either figure.
Source caveat: 2012 GO is the last primary PDF lineage confirmed; the 2026–27 shift to 6+ is a ministerial announcement until the amending GO PDF is archived — medium confidence for the transition year.
4y 11m 17d
Age on 2027-06-01 (1 June of the admission year (session start))
Below 5+ for Class 1.
What this means for you: Plan for the next session or ask whether the circular allows HoS relaxation (Delhi allows limited days when notified).
How the Kerala Nursery Admission Age Calculator works
Kerala nursery / entry-level age
Standing practice under GO 117/2012 has been Class 1 around 5+ near June session start. From 2026–27 the state has announced 6+ — confirm the amending GO before relying on either figure.
GO(MS)117/2012/GEDN dated 12.04.2012 (archive.education.kerala.gov.in lineage) for Class 1 admission practice; Education Minister announcements indicate 6+ from 2026–27 (amending GO not archived this pass).
Source caveat: 2012 GO is the last primary PDF lineage confirmed; the 2026–27 shift to 6+ is a ministerial announcement until the amending GO PDF is archived — medium confidence for the transition year.
About Kerala
Kerala’s Class 1 admission age was historically governed by GO(MS)117/2012/GEDN (12 Apr 2012); ministers have announced a move to 6+ from 2026–27 — treat the transition year carefully.
What this calculator does
Enter the child’s date of birth and admission year. Age is computed as on 1 June of the admission year (session start), then checked against the 5+ minimum for Class 1.
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 Kerala?
5+ years for Class 1, measured as on 1 June of the admission year (session start).
Is the cut-off 31 March everywhere?
This page uses the verified Kerala cut-off (1 June of the admission year (session start)). Other states differ — only verified states are shipped.
What about LKG / KG?
Only the nursery/entry class age was verified for this state pack.
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 Kerala 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/kerala-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/kerala-nursery-admission-age-calculator?dob=2022-06-15&admissionYear=2026
Response:
{
"tool": "kerala-nursery-admission-age-calculator",
"state": "Kerala",
"input": {
"dob": "2022-06-15",
"admissionYear": 2026,
"cutoff": "2026-06-01"
},
"ageOnCutoff": {
"years": 3,
"months": 11,
"days": 17
},
"ageLabel": "3 years, 11 months, 17 days",
"entryClass": "Class 1",
"minAgeYears": 5,
"meetsNurseryMinAge": false,
"cutoffLabel": "1 June of the admission year (session start)",
"notes": "Standing practice under GO 117/2012 has been Class 1 around 5+ near June session start. From 2026–27 the state has announced 6+ — confirm the amending GO before relying on either figure.",
"source": "GO(MS)117/2012/GEDN dated 12.04.2012 (archive.education.kerala.gov.in lineage) for Class 1 admission practice; Education Minister announcements indicate 6+ from 2026–27 (amending GO not archived this pass).",
"nextStep": "On the cut-off date your child is under 5+. Wait for the next session or check whether notified age relaxation applies.",
"disclaimer": "Educational helper — final eligibility follows the session circular and school category (govt/private)."
}