Madhya Pradesh Nursery Admission Age Calculator
Check if your child meets the Madhya Pradesh Nursery / Pre-primary minimum age (3+) as on 31 July of the admission year (pre-primary).
Child details
Cut-off: 31 July of the admission year (pre-primary). Pre-primary as on 31 July: Nursery ~3–4.5, KG-1 ~4–5.5, KG-2 ~5–6.5. Class 1 uses 30 September cut-off for 6–7.5 years — check Class 1 separately against the order.
Source caveat: Order number and cut-off dates are from the 23 Jul 2024 School Education order as reproduced with number; archive the Hindi PDF from education.mp.gov.in when available.
5y 1m 16d
Age on 2027-07-31 (31 July of the admission year (pre-primary))
Meets 3+ for Nursery / Pre-primary.
Also meets 4+ for KG-1.
KG-2: 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 Madhya Pradesh Nursery Admission Age Calculator works
Madhya Pradesh nursery / entry-level age
Pre-primary as on 31 July: Nursery ~3–4.5, KG-1 ~4–5.5, KG-2 ~5–6.5. Class 1 uses 30 September cut-off for 6–7.5 years — check Class 1 separately against the order.
MP School Education Dept. Order No. 1204/1565586/2024/20-2 dated 23.07.2024: pre-primary cut-off shifted to 31 July; Class 1 cut-off 30 September (Hindi order text widely reproduced with order number).
Source caveat: Order number and cut-off dates are from the 23 Jul 2024 School Education order as reproduced with number; archive the Hindi PDF from education.mp.gov.in when available.
About Madhya Pradesh
MP uniquely splits cut-offs: pre-primary ages run to 31 July while Class 1 uses 30 September — fixed in School Education Department Order No. 1204/1565586/2024/20-2 (23 Jul 2024).
What this calculator does
Enter the child’s date of birth and admission year. Age is computed as on 31 July of the admission year (pre-primary), then checked against the 3+ minimum for Nursery / Pre-primary.
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 Madhya Pradesh?
3+ years for Nursery / Pre-primary, measured as on 31 July of the admission year (pre-primary).
Is the cut-off 31 March everywhere?
This page uses the verified Madhya Pradesh cut-off (31 July of the admission year (pre-primary)). Other states differ — only verified states are shipped.
What about LKG / KG?
KG-1: 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 Madhya Pradesh 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/madhya-pradesh-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/madhya-pradesh-nursery-admission-age-calculator?dob=2022-06-15&admissionYear=2026
Response:
{
"tool": "madhya-pradesh-nursery-admission-age-calculator",
"state": "Madhya Pradesh",
"input": {
"dob": "2022-06-15",
"admissionYear": 2026,
"cutoff": "2026-07-31"
},
"ageOnCutoff": {
"years": 4,
"months": 1,
"days": 16
},
"ageLabel": "4 years, 1 months, 16 days",
"entryClass": "Nursery / Pre-primary",
"minAgeYears": 3,
"meetsNurseryMinAge": true,
"lkgLabel": "KG-1",
"lkgMinAgeYears": 4,
"meetsLkgMinAge": true,
"cutoffLabel": "31 July of the admission year (pre-primary)",
"notes": "Pre-primary as on 31 July: Nursery ~3–4.5, KG-1 ~4–5.5, KG-2 ~5–6.5. Class 1 uses 30 September cut-off for 6–7.5 years — check Class 1 separately against the order.",
"source": "MP School Education Dept. Order No. 1204/1565586/2024/20-2 dated 23.07.2024: pre-primary cut-off shifted to 31 July; Class 1 cut-off 30 September (Hindi order text widely reproduced with order number).",
"nextStep": "On 31 July of the admission year (pre-primary), your child appears to meet the 3+ minimum for Nursery / Pre-primary. 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)."
}