<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Cleveland autism preschool options for ages 3 to 5: district special education you can self-refer to, the Help Me Grow to IEP transition timeline, hospital-based early childhood programs, and the 90-day rule parents miss.">
<title>Autism Preschool in Cleveland: District Special Education From Age 3, the Help Me Grow Handoff, Hospital Early Childhood Programs, and What to Ask on a Tour | Achieving Stars Therapy</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap" rel="stylesheet">
<style>:root { --white: #FFFFFF; --off-white: #F9FAFB; --gold: #F5A623; --gold-light: #FEF7E8; --navy: #1A2B4A; --navy-soft: #2D3E5F; --gray: #6B7280; --border: #E5E7EB; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'DM Sans', system-ui, sans-serif; background: var(--off-white); color: var(--navy); line-height: 1.7; font-size: 17px; }
h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(28px, 6vw, 42px); font-weight: 600; line-height: 1.15; color: var(--white); margin-bottom: 16px; }
h2 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
h3 { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; color: var(--navy); margin: 24px 0 10px; }
p { margin-bottom: 14px; color: var(--navy-soft); }
a { color: var(--gold); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--navy); }
ul, ol { margin: 14px 0; padding-left: 24px; }
li { margin-bottom: 8px; color: var(--navy-soft); }
strong { color: var(--navy); }
table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
th, td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
th { background: var(--gold-light); color: var(--navy); font-weight: 600; font-family: 'Fraunces', serif; }
tr:hover { background: var(--off-white); }
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); padding: 130px 24px 48px; text-align: center; }
.hero-inner { max-width: 720px; margin: 0 auto; }
.location-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; }
.hero p { font-size: 18px; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 600px; margin: 0 auto; }
.quick-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; background: var(--white); border-radius: 12px; padding: 24px; margin: -32px auto 32px; max-width: 800px; box-shadow: 0 4px 20px rgba(26,43,74,0.08); position: relative; z-index: 10; }
.info-item { text-align: center; }
.info-label { font-size: 12px; color: var(--gray); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.info-value { font-size: 15px; font-weight: 600; color: var(--navy); }
.content { max-width: 800px; margin: 0 auto; padding: 24px 24px 72px; }
section { margin-bottom: 36px; }
.highlight-box { background: var(--gold-light); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 18px 22px; margin: 20px 0; }
.highlight-box p { margin: 0; color: var(--navy); }
.faq-item { margin-bottom: 22px; }
.faq-item h3 { font-size: 17px; margin-bottom: 8px; }
.faq-item p { font-size: 16px; }
.disclaimer { font-size: 13px; color: var(--gray); font-style: italic; margin-top: 20px; padding: 12px; background: var(--off-white); border-radius: 8px; }
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); border-radius: 16px; padding: 40px 32px; text-align: center; margin-top: 36px; }
.cta-section h2 { color: var(--white); border: none; padding: 0; margin-bottom: 12px; font-size: 26px; }
.cta-section p { color: rgba(255,255,255,0.9); margin-bottom: 8px; font-size: 17px; }
.cta-section strong { color: var(--gold); }
.cta-button { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; font-size: 16px; padding: 14px 32px; border-radius: 8px; text-decoration: none; margin-top: 20px; }
.cta-button:hover { color: var(--navy); }
.cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 20px; }
.cta-item { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 18px; min-width: 0; }
.cta-item-label { font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.cta-item-value { color: var(--white); font-weight: 600; font-size: 15px; word-break: break-word; overflow-wrap: anywhere; min-width: 0; }
.cta-item-value a { color: var(--white); text-decoration: none; word-break: break-word; overflow-wrap: anywhere; }
.cta-item-value a:hover { color: var(--gold); }
@media (max-width: 600px) { .quick-info { margin: -24px 16px 24px; grid-template-columns: repeat(2, 1fr); } .cta-grid { grid-template-columns: 1fr; } table { font-size: 13px; } th, td { padding: 6px 8px; } }
.hero,.ash-hero,.ash-loc-page .ash-hero{padding-top:130px !important}</style>
</head>
<body>
<div class="hero"><div class="hero-inner"><span class="location-badge">Cleveland, Ohio</span><h1>Autism Preschool in Cleveland: Options From Age 3</h1><p>Turning three changes everything. Early intervention ends, the school district takes over, and the handoff runs on a timeline most parents never hear about until it's nearly too late.</p></div></div>
<div class="quick-info"><div class="info-item"><div class="info-label">District Starts</div><div class="info-value">Age 3</div></div><div class="info-item"><div class="info-label">Transition Meeting</div><div class="info-value">90 days before</div></div><div class="info-item"><div class="info-label">Self-Referral</div><div class="info-value">Allowed</div></div><div class="info-item"><div class="info-label">Help Me Grow</div><div class="info-value">1-800-755-4769</div></div></div>
<div class="content">
<section><p>Cleveland children with autism can start district preschool special education at age 3, and a parent can make that referral themselves. Ohio requires every district to ensure a free appropriate public education for eligible children ages 3 through 5, so this isn't a favor you have to negotiate.</p>
<p>The catch is timing. Early intervention stops at the third birthday, and the handoff to the school district runs on a clock that starts months earlier.</p></section>
<section><h2>The 90-day rule nobody tells you about</h2>
<p>Ohio's transition process has real deadlines, and missing them creates a gap in services right when a child can least afford one.</p>
<p>Between 9 months and 90 days before your child turns three, your early intervention service coordinator leads a meeting to explore options and build a transition plan. Then a <strong>transition planning conference</strong> has to happen <strong>at least 90 days before the third birthday</strong>. Your school district can attend with your permission.</p>
<p>If the district suspects your child needs special education, it schedules an evaluation with your consent, then meets to review the results. Eligible children get an individualized education program, and preschool special education services start at age 3. Not eligible, and your coordinator helps you find other routes.</p>
<div class="highlight-box"><p><strong>Start asking at 2 years 3 months, not 2 years 9 months.</strong> The earliest window opens 9 months out. Waiting until the 90-day mark leaves no room if an evaluation gets delayed.</p></div></section>
<section><h2>Cleveland's early intervention entry point</h2>
<p>Ohio's early intervention program is Help Me Grow, run by the Ohio Department of Children and Youth for children birth to 3. No diagnosis is needed to get in, which is the single most useful thing to know about it.</p>
<p>The statewide referral line is <strong>1-800-755-4769</strong>. In Cuyahoga County, early intervention is coordinated through Bright Beginnings on 216-698-7500.</p>
<p>Some conditions qualify a child automatically. Others go through an evaluation. Either way, you don't need to wait for a diagnosis before calling, and diagnosis waits in Cleveland can run long enough that waiting costs real time.</p></section>
<section><h2>District preschool in Cleveland</h2>
<p>Cleveland Metropolitan School District runs two different preschools, and they're easy to confuse.</p>
<table>
<thead><tr><th></th><th>Preschool special education</th><th>General education preschool</th></tr></thead>
<tbody>
<tr><td>Ages</td><td>3 to 5</td><td>Must be 4 by September 30</td></tr>
<tr><td>Entry</td><td>Evaluation Team Report and IEP</td><td>Cleveland resident, potty-trained</td></tr>
<tr><td>Who can refer</td><td>Parents may refer their own child</td><td>Standard enrollment</td></tr>
<tr><td>Contact</td><td>216.838.1963</td><td>216-838-0000</td></tr>
</tbody>
</table>
<p>The special education route is the one that starts at 3 and doesn't require toilet training. For a child still working on that skill, this distinction decides whether they're in a classroom a year earlier.</p></section>
<section><h2>Autism-specific early childhood programs</h2>
<p>Two Cleveland programs run genuinely early, and one well-known name doesn't.</p>
<p>The <strong>Cleveland Clinic Lerner School</strong> early childhood program covers ages 1 to 5, full-day and year-round, targeting language and communication, socialization, play, adaptive behavior and toilet training. Starting at one is unusual anywhere. More detail in <a href="/guide/lerner-school-for-autism">the Lerner School guide</a>.</p>
<p><strong>Monarch Center for Autism</strong> describes early childhood programming and serves individuals from age three, but its current website doesn't carry a standalone preschool page, so ask on 216.320.8945 what's running now. Program details are in <a href="/guide/monarch-center-for-autism">the Monarch guide</a>.</p>
<p><strong>Achievement Centers for Children</strong> gets recommended for preschool a lot, and its autism school actually starts at kindergarten. It does run family support services in the birth-to-preschool window, which is a different thing from a classroom.</p></section>
<section><h2>Free help finding your way</h2>
<p>Two Northeast Ohio organizations exist specifically to help parents navigate this, and neither charges families.</p>
<p><strong>Connecting for Kids</strong> runs a free one-to-one family resource specialist program by video, phone or messenger, with chapters for Eastern Cuyahoga, Western Cuyahoga and Lorain County. Reach them on 440-570-5908.</p>
<p>The long-running <strong>Milestones Autism Resources</strong> help desk still operates, but it now runs through <strong>Lifeworks Autism Services</strong>, which took over the help desk, trainings, resource directory and learning library. If you're working from an older list, the Milestones phone number and Warrensville Heights address on it are out of date.</p></section>
<section><h2>What to ask on a preschool tour</h2>
<p>Brochures blur together. These questions don't.</p>
<ul>
<li>How many adults are in the room, and how many children?</li>
<li>Is a speech-language pathologist in the building daily, or visiting weekly?</li>
<li>How does a child who isn't speaking yet ask for something here?</li>
<li>What happens on a hard day, in specific terms?</li>
<li>Full day or half day, and how many days a week?</li>
<li>How do you share progress with parents, and how often?</li>
</ul>
<p>Then watch one rough moment before you leave. How the staff handle it tells you more than the answers do. When you're ready to compare school-age placements, see <a href="/guide/autism-schools-cleveland-oh">autism schools in Cleveland</a>, and if funding is the deciding factor start with <a href="/guide/ohio-autism-scholarship-cleveland">the Ohio Autism Scholarship</a>.</p></section>
<section><h2>Where in-home autism services fit around the school day</h2>
<p>School and clinical therapy come out of different pots and cover different ground, so plenty of Cleveland families run both.</p>
<p>The school handles academics, classroom behavior and peer time. Applied behavior analysis at home handles what shows up after the bus leaves. Communication, meltdowns at bedtime, following directions, getting dressed without a fight.</p>
<p>Achieving Stars Therapy has run BCBA-led programs in the family home since 2015 and now works with <a href="/location/city/aba-therapy-cleveland-oh">Cleveland families in their own homes</a>. A Board Certified Behavior Analyst writes the plan, a Registered Behavior Technician runs the sessions, and parents pick up the strategies along the way. Hours run 8am to 8pm so nothing collides with the school day.</p>
<p>Funding is separate too. Achieving Stars bills Ohio Medicaid and most commercial plans rather than the scholarship, and it isn't a registered Autism Scholarship provider. Benefits get checked free before anything is signed, across <a href="/location/states/aba-therapy-ohio">Ohio</a>.</p></section><section><h2>Common questions from Cleveland parents</h2><div class="faq-item"><h3>When does autism preschool start in Cleveland?</h3><p>At age 3. Ohio Administrative Code requires every district to ensure a free appropriate public education for eligible children ages 3 through 5, so Cleveland Metropolitan School District's preschool special education takes eligible children from their third birthday. General education preschool is different and asks that a child be 4 by September 30 and potty-trained.</p></div><div class="faq-item"><h3>Can I refer my own child, or does it have to come from a doctor?</h3><p>You can refer your own child. Cleveland Metropolitan School District says parents may refer if they have developmental concerns. The preschool special education intake line is 216.838.1963.</p></div><div class="faq-item"><h3>What happens when early intervention ends at age 3?</h3><p>A transition planning conference happens at least 90 days before the third birthday, and planning starts as early as 9 months before. Your early intervention service coordinator leads it, and the district can attend with your permission. If the district suspects a need it runs an evaluation, and if your child is eligible an IEP replaces the IFSP and services begin at 3.</p></div><div class="faq-item"><h3>What is an ETR?</h3><p>An Evaluation Team Report. It's Ohio's formal special education evaluation document, and it's what determines whether your child qualifies for district services from age 3 through 21. The IEP comes after it.</p></div><div class="faq-item"><h3>Are there autism-specific preschools in Cleveland?</h3><p>The Cleveland Clinic Lerner School runs an early childhood program for ages 1 to 5, which is younger than most. Monarch Center for Autism describes early childhood programming and serves individuals from age three, though its current site doesn't carry a dedicated preschool page, so confirm by phone. Achievement Centers for Children's autism school starts at kindergarten, not preschool.</p></div><div class="faq-item"><h3>What if my child doesn't qualify for district preschool?</h3><p>Your early intervention service coordinator helps you find other options, which can include Head Start, private therapies, community preschools, playgroups and library programs. The county board of developmental disabilities may also be able to help from age 3.</p></div></section>
<p class="disclaimer">Transition timelines come from Ohio Early Intervention and Ohio Administrative Code 3301-51. Program details were read 2026-08-24 and change often. Confirm current ages, openings and enrollment steps directly with each program.</p>
<div class="cta-section">
<h2>Early In-Home Support in Cleveland</h2>
<p>Free benefits check. BCBA-led, in-home, flexible day and evening scheduling.</p>
<a href="https://www.achievingstarstherapy.com/contact" class="cta-button">Get a Free Benefits Check</a>
<div class="cta-grid">
<div class="cta-item"><div class="cta-item-label">Call</div>
<div class="cta-item-value"><a href="tel:8336663115">(833) 666-3115</a></div></div>
<div class="cta-item"><div class="cta-item-label">Email</div><div class="cta-item-value"><a href="mailto:info@achievingstarstherapy.com">info@achievingstarstherapy.com</a></div></div>
<div class="cta-item"><div class="cta-item-label">Ages</div><div class="cta-item-value">18 months to 15 years</div></div>
</div>
</div><script type="application/ld+json">{"@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "When does autism preschool start in Cleveland?", "acceptedAnswer": {"@type": "Answer", "text": "At age 3. Ohio Administrative Code requires every district to ensure a free appropriate public education for eligible children ages 3 through 5, so Cleveland Metropolitan School District's preschool special education takes eligible children from their third birthday. General education preschool is different and asks that a child be 4 by September 30 and potty-trained."}}, {"@type": "Question", "name": "Can I refer my own child, or does it have to come from a doctor?", "acceptedAnswer": {"@type": "Answer", "text": "You can refer your own child. Cleveland Metropolitan School District says parents may refer if they have developmental concerns. The preschool special education intake line is 216.838.1963."}}, {"@type": "Question", "name": "What happens when early intervention ends at age 3?", "acceptedAnswer": {"@type": "Answer", "text": "A transition planning conference happens at least 90 days before the third birthday, and planning starts as early as 9 months before. Your early intervention service coordinator leads it, and the district can attend with your permission. If the district suspects a need it runs an evaluation, and if your child is eligible an IEP replaces the IFSP and services begin at 3."}}, {"@type": "Question", "name": "What is an ETR?", "acceptedAnswer": {"@type": "Answer", "text": "An Evaluation Team Report. It's Ohio's formal special education evaluation document, and it's what determines whether your child qualifies for district services from age 3 through 21. The IEP comes after it."}}, {"@type": "Question", "name": "Are there autism-specific preschools in Cleveland?", "acceptedAnswer": {"@type": "Answer", "text": "The Cleveland Clinic Lerner School runs an early childhood program for ages 1 to 5, which is younger than most. Monarch Center for Autism describes early childhood programming and serves individuals from age three, though its current site doesn't carry a dedicated preschool page, so confirm by phone. Achievement Centers for Children's autism school starts at kindergarten, not preschool."}}, {"@type": "Question", "name": "What if my child doesn't qualify for district preschool?", "acceptedAnswer": {"@type": "Answer", "text": "Your early intervention service coordinator helps you find other options, which can include Head Start, private therapies, community preschools, playgroups and library programs. The county board of developmental disabilities may also be able to help from age 3."}}]}</script>
</div>
</body>
</html>