Andhra Pradesh Nursery Admission Age Calculator
Check if your child meets the Andhra Pradesh Class 1 (state syllabus) minimum age (5+) as on 1 June of the admission year.
Child details
Cut-off: 1 June of the admission year. Class 1 state syllabus: often 5+ as on 1 June. CBSE/ICSE/IB schools may use 1 April — this tool follows the state-syllabus June-1 rule.
Source caveat: AP has not uniformly adopted national 6+ for Class 1; confirm G.O./Samagra Shiksha notice for the session before relying on 5+.
4y 11m 17d
Age on 2027-06-01 (1 June of the admission year)
Below 5+ for Class 1 (state syllabus).
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 Andhra Pradesh Nursery Admission Age Calculator works
Andhra Pradesh nursery / entry-level age
Class 1 state syllabus: often 5+ as on 1 June. CBSE/ICSE/IB schools may use 1 April — this tool follows the state-syllabus June-1 rule.
AP School Education / Samagra Shiksha Class 1 RTE circulars (e.g. G.O.Ms.No.2 dated 30.01.2025 lineage): Class 1 typically 5+ as on 1 June for state schools.
Source caveat: AP has not uniformly adopted national 6+ for Class 1; confirm G.O./Samagra Shiksha notice for the session before relying on 5+.
About Andhra Pradesh
Andhra Pradesh still commonly uses Class 1 at 5+ (not yet a uniform 6+ NEP floor) with a 1 June cut-off for state-syllabus schools — dual cut-offs appear when CBSE/ICSE schools use 1 April.
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, then checked against the 5+ minimum for Class 1 (state syllabus).
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 Andhra Pradesh?
5+ years for Class 1 (state syllabus), measured as on 1 June of the admission year.
Is the cut-off 31 March everywhere?
This page uses the verified Andhra Pradesh cut-off (1 June of the admission year). 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 Andhra 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/andhra-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/andhra-pradesh-nursery-admission-age-calculator?dob=2022-06-15&admissionYear=2026
Response:
{
"tool": "andhra-pradesh-nursery-admission-age-calculator",
"state": "Andhra Pradesh",
"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 (state syllabus)",
"minAgeYears": 5,
"meetsNurseryMinAge": false,
"cutoffLabel": "1 June of the admission year",
"notes": "Class 1 state syllabus: often 5+ as on 1 June. CBSE/ICSE/IB schools may use 1 April — this tool follows the state-syllabus June-1 rule.",
"source": "AP School Education / Samagra Shiksha Class 1 RTE circulars (e.g. G.O.Ms.No.2 dated 30.01.2025 lineage): Class 1 typically 5+ as on 1 June for state schools.",
"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)."
}