Rajasthan Nursery Admission Age Calculator
Check if your child meets the Rajasthan Pre-Primary minimum age (3+) as on 31 July of the admission year.
Child details
Cut-off: 31 July of the admission year. As on 31 July: Pre-Primary 3 to under 4; Class 1 6 to under 7. Confirm rajpsp.nic.in for the live cycle.
Source caveat: Bands taken from the Rajasthan PSP/Shala Darpan admission cycle; re-check rajpsp.nic.in each year.
5y 1m 16d
Age on 2027-07-31 (31 July of the admission year)
Meets 3+ for Pre-Primary.
Not yet 6+ for Class 1.
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 Rajasthan Nursery Admission Age Calculator works
Rajasthan nursery / entry-level age
As on 31 July: Pre-Primary 3 to under 4; Class 1 6 to under 7. Confirm rajpsp.nic.in for the live cycle.
Rajasthan PSP / Shala Darpan (rajpsp.nic.in) 2026–27 admission cycle: Pre-Primary 3–<4 years; Class 1 6–<7 years as on 31 July.
Source caveat: Bands taken from the Rajasthan PSP/Shala Darpan admission cycle; re-check rajpsp.nic.in each year.
About Rajasthan
Rajasthan’s Shala Darpan / PSP admission cycle publishes Pre-Primary 3+ and Class 1 6+ with a 31 July cut-off for the RTE/public admission window.
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, then checked against the 3+ minimum for 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 Rajasthan?
3+ years for Pre-Primary, measured as on 31 July of the admission year.
Is the cut-off 31 March everywhere?
This page uses the verified Rajasthan cut-off (31 July of the admission year). Other states differ — only verified states are shipped.
What about LKG / KG?
Class 1: 6+ 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 Rajasthan 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/rajasthan-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/rajasthan-nursery-admission-age-calculator?dob=2022-06-15&admissionYear=2026
Response:
{
"tool": "rajasthan-nursery-admission-age-calculator",
"state": "Rajasthan",
"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": "Pre-Primary",
"minAgeYears": 3,
"meetsNurseryMinAge": true,
"lkgLabel": "Class 1",
"lkgMinAgeYears": 6,
"meetsLkgMinAge": false,
"cutoffLabel": "31 July of the admission year",
"notes": "As on 31 July: Pre-Primary 3 to under 4; Class 1 6 to under 7. Confirm rajpsp.nic.in for the live cycle.",
"source": "Rajasthan PSP / Shala Darpan (rajpsp.nic.in) 2026–27 admission cycle: Pre-Primary 3–<4 years; Class 1 6–<7 years as on 31 July.",
"nextStep": "On 31 July of the admission year, your child appears to meet the 3+ minimum for 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)."
}