Telangana Nursery Admission Age Calculator
Check if your child meets the Telangana Class 1 (govt / local-body) minimum age (5+) as on 1 June of the admission year.
Child details
Cut-off: 1 June of the admission year. Govt/local-body Class 1: 5+ as on 1 June. Private CBSE/ICSE schools may require 6+ — check the school’s prospectus.
Source caveat: 5+/1 June for govt schools is from TGSED session announcements; confirm the live directorate circular each year.
4y 11m 17d
Age on 2027-06-01 (1 June of the admission year)
Below 5+ for Class 1 (govt / local-body).
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 Telangana Nursery Admission Age Calculator works
Telangana nursery / entry-level age
Govt/local-body Class 1: 5+ as on 1 June. Private CBSE/ICSE schools may require 6+ — check the school’s prospectus.
TGSED / School Education directorate confirmation for 2025–26: government and local-body schools Class 1 remain 5+ as on 1 June.
Source caveat: 5+/1 June for govt schools is from TGSED session announcements; confirm the live directorate circular each year.
About Telangana
Telangana government/local-body schools have continued Class 1 at 5+ (1 June) even while many CBSE private schools independently use 6+ — dual practice in the same city is common.
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 (govt / local-body).
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 Telangana?
5+ years for Class 1 (govt / local-body), measured as on 1 June of the admission year.
Is the cut-off 31 March everywhere?
This page uses the verified Telangana 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 Telangana 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/telangana-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/telangana-nursery-admission-age-calculator?dob=2022-06-15&admissionYear=2026
Response:
{
"tool": "telangana-nursery-admission-age-calculator",
"state": "Telangana",
"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 (govt / local-body)",
"minAgeYears": 5,
"meetsNurseryMinAge": false,
"cutoffLabel": "1 June of the admission year",
"notes": "Govt/local-body Class 1: 5+ as on 1 June. Private CBSE/ICSE schools may require 6+ — check the school’s prospectus.",
"source": "TGSED / School Education directorate confirmation for 2025–26: government and local-body schools Class 1 remain 5+ as on 1 June.",
"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)."
}