Tamil Nadu Nursery Admission Age Calculator
Check if your child meets the Tamil Nadu LKG minimum age (3+) as on 31 July of the admission year.
Child details
Cut-off: 31 July of the admission year. LKG typically 3+ as on 31 July. Class 1 age may still be 5+ in TN state practice — confirm the live RTE circular; do not assume NEP 6+ until TN notifies it.
Source caveat: LKG 3+/31 July is from TN RTE/GO practice cited in department materials; Class 1 age remains session-sensitive — always read the current circular.
5y 1m 16d
Age on 2027-07-31 (31 July of the admission year)
Meets 3+ for LKG.
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 Tamil Nadu Nursery Admission Age Calculator works
Tamil Nadu nursery / entry-level age
LKG typically 3+ as on 31 July. Class 1 age may still be 5+ in TN state practice — confirm the live RTE circular; do not assume NEP 6+ until TN notifies it.
TN School Education / RTE admission circulars (e.g. GO No. 66 dated 07.04.2017 lineage + 2025–26 RTE materials): LKG 3–4 years as on 31 July; Class 1 still often 5+ in state practice (not yet uniformly 6+).
Source caveat: LKG 3+/31 July is from TN RTE/GO practice cited in department materials; Class 1 age remains session-sensitive — always read the current circular.
About Tamil Nadu
Tamil Nadu is among the states that had not fully moved Class 1 to a national 6+ mandate in recent cycles — LKG commonly opens at 3+ with a 31 July cut-off under GO/RTE circular practice.
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 LKG.
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 Tamil Nadu?
3+ years for LKG, measured as on 31 July of the admission year.
Is the cut-off 31 March everywhere?
This page uses the verified Tamil Nadu cut-off (31 July 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 Tamil Nadu 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/tamil-nadu-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/tamil-nadu-nursery-admission-age-calculator?dob=2022-06-15&admissionYear=2026
Response:
{
"tool": "tamil-nadu-nursery-admission-age-calculator",
"state": "Tamil Nadu",
"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": "LKG",
"minAgeYears": 3,
"meetsNurseryMinAge": true,
"cutoffLabel": "31 July of the admission year",
"notes": "LKG typically 3+ as on 31 July. Class 1 age may still be 5+ in TN state practice — confirm the live RTE circular; do not assume NEP 6+ until TN notifies it.",
"source": "TN School Education / RTE admission circulars (e.g. GO No. 66 dated 07.04.2017 lineage + 2025–26 RTE materials): LKG 3–4 years as on 31 July; Class 1 still often 5+ in state practice (not yet uniformly 6+).",
"nextStep": "On 31 July of the admission year, your child appears to meet the 3+ minimum for LKG. 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)."
}