AchievingStars Therapy logo
About Us
Who We HelpOur ProcessOur ReviewsPlay-Based ABA: Our Philosophy & MissionEarly Interventon ABA Therapy
Services
Potty Training SupportInterventions for Physical AggressionPlay Based ABA Therapy ServicesABA Therapy for ODD ABA Therapy for Teens
Locations
ColoradoKansasNew HampshireSouth CarolinaOhio
Resources
What to Expect With ABAABA ResourcesABA Main Techniques
CareersRefer A PatientContact
(833) 666-3115
<!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="Can you start ABA therapy without a full autism diagnosis in New Hampshire? What you can begin now (Birth to 3, school support), why insurance-funded ABA needs a diagnosis, and the fastest honest path with Achieving Stars Therapy."> <title>Can You Start ABA Therapy Without a Full Autism Diagnosis in New Hampshire? What You Can Begin Now and What Needs the Paperwork First | Achieving Stars Therapy</title> <link rel="canonical" href="https://www.achievingstarstherapy.com/guide/start-aba-without-diagnosis-new-hampshire"> <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); } .table-wrap { overflow-x: auto; margin: 18px 0; } .table-wrap table { margin: 0; } .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">New Hampshire Guide</span><h1>Can You Start ABA Without a Full Autism Diagnosis in New Hampshire?</h1><p>You can start some services in New Hampshire before a full autism diagnosis, but not insurance-funded ABA. The state's free Birth to 3 program helps children under three on developmental delay alone. Achieving Stars Therapy checks your coverage and points you to the right evaluation so ABA can start the moment you qualify.</p></div></div> <div class="quick-info"><div class="info-item"><div class="info-label">Under Age 3</div><div class="info-value">No Dx Needed</div></div><div class="info-item"><div class="info-label">Insurance ABA</div><div class="info-value">Dx Needed</div></div><div class="info-item"><div class="info-label">School Help</div><div class="info-value">Evaluation-Based</div></div><div class="info-item"><div class="info-label">ABA Start</div><div class="info-value">1 to 2 Weeks</div></div></div> <div class="content"> <section><p>Here's the honest answer. In New Hampshire, applied behavior analysis (ABA) paid by Medicaid or a private plan almost always needs a formal autism diagnosis on file first. But your child doesn't have to sit idle waiting on that paperwork. Early intervention and school support can start on a developmental delay alone, and that's where a lot of NH families begin.</p></section> <section><h2>What you can start without a diagnosis</h2><p>A few real supports don't require an autism diagnosis to begin. If a delay is already showing, you can act this week.</p> <ul> <li><strong>Birth to 3.</strong> For children under three, New Hampshire's <a href="https://www.dhhs.nh.gov/programs-services/disability-care/developmental-services/birth-3-family-centered-early-supports" rel="noopener">Family-Centered Early Supports and Services</a> starts help on a developmental delay, no diagnosis required. It's free, and any parent can self-refer at (603) 271-4488.</li> <li>Once a child turns three, the local district's Child Find process can evaluate for special education and qualify them under "developmental delay," again with no medical diagnosis.</li> <li>A pediatrician can also refer for speech therapy or occupational therapy on the symptoms alone, well before any autism label is settled.</li> </ul> <p>The <a href="/guide/early-intervention-new-hampshire">NH early intervention guide</a> walks through Birth to 3 in more depth.</p></section> <section><h2>Why ABA usually needs a diagnosis first</h2>
<p>ABA is different from those early supports. To bill NH Medicaid or a private plan, a board certified behavior analyst has to build a treatment plan tied to a documented autism spectrum disorder diagnosis. NH Medicaid covers ABA through its EPSDT benefit with prior approval, and that approval leans on a diagnostic evaluation being in the file. New Hampshire's Connor's Law requires insurers to cover autism treatment, but the mandate is written around a pervasive developmental disorder or autism diagnosis. No diagnosis, no authorization, in most cases.</p></section> <section><h2>What needs a diagnosis, at a glance</h2> <div class="table-wrap"><table> <thead><tr><th>Support</th><th>Diagnosis needed?</th><th>Ages</th></tr></thead> <tbody> <tr><td>Birth to 3 early intervention</td><td>No</td><td>Under 3</td></tr> <tr><td>School special education</td><td>No (school evaluation)</td><td>3 and up</td></tr> <tr><td>Speech / occupational therapy</td><td>Usually no</td><td>Any</td></tr> <tr><td>Insurance or Medicaid ABA</td><td>Yes</td><td>Any</td></tr> </tbody> </table></div></section> <section><h2>The fastest honest path to ABA</h2><p>Run two tracks at once. Start Birth to 3 or school support today so your child is getting help, and pursue the diagnostic evaluation in parallel so the ABA door opens as soon as possible. See <a href="/guide/how-to-get-autism-diagnosis-new-hampshire">how to get an autism diagnosis in New Hampshire</a> for where to go and <a href="/guide/autism-evaluation-wait-times-new-hampshire">how long the wait runs</a>.</p><p>Achieving Stars Therapy verifies your Medicaid or private insurance plan for free during intake and helps families still waiting find an evaluator. Once a diagnosis is on file, its BCBAs and registered behavior technicians start <a href="/location/states/aba-therapy-new-hampshire">in-home ABA across New Hampshire</a> within one to two weeks, with no waitlist.</p></section> <section><h2>What in-home ABA looks like once it starts</h2><p>When ABA does begin, Achieving Stars Therapy runs it in your home, not a center. A board certified behavior analyst writes a personalized treatment plan after an assessment, then a registered behavior technician runs one-on-one therapy sessions built around your child's real routines. The focus is practical: communication, social skills, and daily living skills, taught with evidence-based methods. Because the therapy happens where your child actually lives, new skills carry over faster than they would from a clinic room. It is an ABA provider model built for helping children with autism make progress at home.</p></section> <section><h2>Frequently Asked Questions</h2> <div class="faq-item"><h3>Can my child get ABA on a suspected diagnosis?</h3><p>Rarely. A few plans allow a short provisional period, but most require a completed autism spectrum disorder diagnosis before they authorize ABA. Achieving Stars Therapy checks what your specific plan allows.</p></div> <div class="faq-item"><h3>Does Birth to 3 provide ABA?</h3><p>Not usually as formal ABA. Birth to 3 provides early-intervention support like developmental and speech services. Insurance-funded ABA is a separate track that starts after a diagnosis.</p></div> <div class="faq-item"><h3>What if the evaluation waitlist is long?</h3><p>Start Birth to 3 or school support now, and book several evaluations at once. A private-pay evaluation can also shorten the wait to a diagnosis.</p></div> <div class="faq-item"><h3>How fast does ABA start once we qualify?</h3><p>Most families begin in-home ABA with Achieving Stars Therapy within one to two weeks of approval, with no waitlist.</p></div> </section> <div class="cta-section"> <h2>Get Ready to Start ABA in New Hampshire</h2> <p>Not sure what your plan requires? Achieving Stars Therapy checks your benefits free and starts in-home ABA in one to two weeks once you qualify.</p> <a href="https://www.achievingstarstherapy.com/contact" class="cta-button">Book Your 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> <p class="cta-note">Free benefits check. BCBA-led care, in-home, 8am to 8pm.</p> </div> </div> </body> </html>
Magnet logo


We provide personalized & expert ABA Therapy Services for Autism. We're in-Home, Medicaid covered & BCBA-Led,  Serving Families in Colorado, Kansas, New Hampshire, South Carolina & Ohio.

Company

What Is Autism?What Is ABA Therapy?ServicesAboutAreas We ServeInsurance & MedicaidRefer A PatientCareers

Autism Therapy Services

Diagnostic Services for AutismWhat to Expect with ABA TherapyMain Techniques Used in Autism TherapyPotty Training SupportInterventions for Physical AggressionPlay Based ABA Therapy ServicesABA Therapy for ODDABA Therapy for Teens

Locations

ColoradoSouth CarolinaKansasNew HampshireOhio

Legal

Privacy PolicyTerms and ConditionsHIPAA Notice of Privacy PracticesNon-Discrimination NoticeAccessibility StatementMedical DisclaimerComplaints and Grievance Policy

Contact

info@achievingstarstherapy.com
Achieving Stars Therapy © 2025. All rights reserved
●