<!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="Starting in-home ABA in Ohio takes six steps. Private insurance families often begin within one to two weeks. Medicaid takes longer because prior authorization runs 10 to 14 business days.">
<title>How to Start ABA Therapy in Ohio: Every Step, and How Long Each One Takes | 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">Getting Started In Ohio</span><h1>How to Start ABA Therapy in Ohio</h1><p>Six steps stand between a worried parent and a first session. Only one of them is genuinely slow, and it isn't the one most families brace for.</p></div></div>
<div class="quick-info"><div class="info-item"><div class="info-label">Steps</div><div class="info-value">Six</div></div><div class="info-item"><div class="info-label">Private Insurance</div><div class="info-value">1 to 2 weeks</div></div><div class="info-item"><div class="info-label">Medicaid Auth</div><div class="info-value">10 to 14 business days</div></div><div class="info-item"><div class="info-label">Waitlist</div><div class="info-value">None at AST</div></div></div>
<div class="content">
<section><p>Start with a benefits check. It costs nothing, it takes a phone call, and it tells you which payer is on the hook before you invest time anywhere else.</p>
<p>On private insurance, most Ohio families begin in-home ABA within one to two weeks. On Medicaid it takes longer, because prior authorization has to clear first.</p></section>
<section><h2>The six steps, and what each one really costs you</h2>
<table>
<tr><th>Step</th><th>What happens</th><th>Typical timing</th></tr>
<tr><td>1. Benefits check</td><td>The provider verifies who covers what</td><td>Same week</td></tr>
<tr><td>2. Autism diagnosis</td><td>Required before ABA can be authorized</td><td>The long pole. Often months.</td></tr>
<tr><td>3. Assessment</td><td>A BCBA assesses the child and writes the plan</td><td>1 to 2 weeks</td></tr>
<tr><td>4. Prior authorization</td><td>The payer reviews the plan</td><td>10 to 14 business days on Medicaid</td></tr>
<tr><td>5. Sessions begin</td><td>An RBT delivers, a BCBA supervises</td><td>Right after approval</td></tr>
<tr><td>6. Reauthorization</td><td>The payer re-reviews progress</td><td>Roughly every 6 months</td></tr>
</table>
<div class="highlight-box"><p><strong>The diagnosis is the bottleneck, not the insurance.</strong> Families brace for a fight with their plan and then lose months waiting on an evaluation appointment. If you're early in this, get the evaluation scheduled first and sort coverage while you wait.</p></div></section>
<section><h2>What Achieving Stars does with those steps</h2><p>Achieving Stars Therapy has run BCBA-led, in-home programs since 2015. There's no waitlist, and the benefits check happens before anything is signed.</p>
<p>Therapy happens in the child's own home, for ages 18 months to 15 years, on a schedule that runs 8am to 8pm including evenings and some weekends. Parent training is part of every program rather than an add-on, because the other 23 hours of the day are where skills actually stick.</p></section>
<section><h2>Frequently Asked Questions</h2>
<div class="faq-item"><h3>Can we start before the diagnosis comes through?</h3><p>Not for ABA itself, because payers authorize against a diagnosis. It's still worth starting the benefits check and the provider conversation in parallel so nothing waits twice.</p></div>
<div class="faq-item"><h3>How many hours a week should we expect?</h3><p>It comes out of the assessment, not a formula. A BCBA recommends hours based on the child's needs, and the payer reviews that recommendation.</p></div>
<div class="faq-item"><h3>Where does Achieving Stars serve?</h3><p>Statewide, in the home. That includes <a href="/location/city/aba-therapy-toledo-oh">Toledo</a> and the rest of <a href="/location/states/aba-therapy-ohio">Ohio</a>. Before you call anyone, it's worth reading <a href="/guide/ohio-medicaid-aba-therapy-coverage">how Ohio Medicaid covers ABA</a> so you know what to ask.</p></div>
</section>
<p class="disclaimer">Timelines are typical, not guaranteed, and vary by payer, by plan, and by how quickly a diagnosis can be scheduled. Authorization figures reflect Ohio Medicaid prior authorization norms. Not medical advice.</p>
<div class="cta-section">
<h2>Start With the Benefits Check</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">Check Your Coverage</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>
</div>
</body>
</html>