Our New Clinic in Riverdale, Georgia is Coming Soon! Serving families in Riverdale, Jonesboro, Morrow, Forest Park, Stockbridge, Fayetteville, College Park & nearby areas. Contact us to join the waitlist!
Eating Disorders And Autism
Eating disorders and autism frequently co-occur. Learn the connection, shared traits, types, and what treatment actually looks like for autistic individuals.
Food is never just food. For many autistic individuals, every meal is a negotiation between a nervous system that processes the world differently, a brain that craves predictability, and a body that may not clearly signal hunger or fullness.
This is why eating disorders and autism are deeply and consistently linked โ and why that connection is often missed, misdiagnosed, or misunderstood by the people who need to understand it most.
Here's the direct answer: Eating disorders and autism co-occur at significantly elevated rates. Research estimates that 20% to 30% of people with eating disorders are also autistic, and up to 35% of women in inpatient anorexia nervosa units may be autistic based on validated screening tools. The eating disorders most commonly associated with autism are anorexia nervosa (AN), Avoidant/Restrictive Food Intake Disorder (ARFID), and pica. Shared traits โ including sensory sensitivity, rigid thinking, intense focus on specific topics, and difficulty recognizing internal body signals โ create a neurological vulnerability to disordered eating that standard treatment approaches often fail to address.
How Common Is the Co-Occurrence of Eating Disorders and Autism?
The numbers are striking โ and they tell a story of widespread underdiagnosis.
A systematic review published in Frontiers in Psychiatry found that, on average, 4.7% of patients diagnosed with anorexia nervosa, bulimia nervosa, or binge eating disorder received an ASD diagnosis โ a rate higher than the general population prevalence of autism (Frontiers in Psychiatry, 2019).
Research reviewed by the National Eating Disorders Association (NEDA) places estimates higher โ with some studies finding that as much as 23% of people with eating disorders are also autistic (NEDA).
A 2023 clinical study found that 27.5% of young women seeking eating disorder treatment had a high number of autistic traits. Of those, 10% had a pre-existing autism diagnosis, while an additional 17.5% received a new autism diagnosis during treatment โ highlighting how frequently autism goes unidentified in eating disorder populations (PMC, 2023).
In populations already identified as autistic, the data is equally significant. A study published in the International Journal of Eating Disorders (2025) found that ARFID affects approximately 11% of autistic individuals, while a separate large-scale study found that children with ARFID are 14 times more likely to have autism (Wiley/IJED, 2025; Eating Recovery Center).
A systematic review and meta-analysis published in ScienceDirect (2025), drawing on nearly 1,500 patients across five countries, found that food selectivity was significantly higher in individuals with ASD than in typically developing controls, with a mean prevalence of 63.49% (ScienceDirect, 2025).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Autism & Food Aversions Guide | Epic Minds Therapy</title>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:wght@400;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Inter', sans-serif;
background: #faf7f4;
color: #1c1a17;
}
.root {
max-width: 880px;
margin: 0 auto;
padding: 36px 20px 48px;
}
/* HEADER */
.hdr {
text-align: center;
margin-bottom: 32px;
}
.hdr-label {
display: inline-block;
background: #fde68a;
color: #78350f;
font-size: 10.5px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 999px;
margin-bottom: 12px;
}
.hdr h1 {
font-family: 'Fraunces', serif;
font-size: 26px;
font-weight: 700;
color: #1c1a17;
line-height: 1.2;
margin-bottom: 8px;
}
.hdr p {
font-size: 13.5px;
color: #78716c;
line-height: 1.65;
max-width: 560px;
margin: 0 auto;
}
/* STAT STRIP */
.stats {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin-bottom: 36px;
}
.stat-tile {
background: #fff;
border: 1px solid #e7e5e4;
border-radius: 12px;
padding: 14px 18px;
text-align: center;
min-width: 130px;
flex: 1;
max-width: 200px;
}
.stat-num {
font-family: 'Fraunces', serif;
font-size: 30px;
color: #c2410c;
line-height: 1;
margin-bottom: 4px;
}
.stat-lbl {
font-size: 11.5px;
color: #78716c;
line-height: 1.4;
}
/* NAV TABS */
.nav {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: 22px;
justify-content: center;
}
.nav-btn {
padding: 8px 18px;
border-radius: 999px;
border: 1.5px solid #d6d3d1;
background: #fff;
font-size: 12.5px;
font-weight: 600;
color: #78716c;
cursor: pointer;
font-family: 'Inter', sans-serif;
transition: all 0.15s ease;
}
.nav-btn:hover {
border-color: #c2410c;
color: #c2410c;
}
.nav-btn.active {
background: #c2410c;
border-color: #c2410c;
color: #fff;
}
.tab-pane { display: none; }
.tab-pane.show { display: block; }
/* CAUSES */
.causes-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 14px;
}
.cause-card {
background: #fff;
border-radius: 16px;
border: 1px solid #e7e5e4;
padding: 18px 18px 16px;
cursor: pointer;
transition: border-color 0.15s ease;
}
.cause-card:hover { border-color: #fca5a5; }
.cause-card.open { border-color: #c2410c; }
.cause-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 10px;
margin-bottom: 6px;
}
.cause-emoji {
font-size: 24px;
flex-shrink: 0;
}
.cause-toggle {
font-size: 18px;
color: #d6d3d1;
transition: transform 0.2s ease, color 0.2s ease;
line-height: 1;
font-weight: 300;
flex-shrink: 0;
}
.cause-card.open .cause-toggle {
transform: rotate(45deg);
color: #c2410c;
}
.cause-title {
font-size: 14px;
font-weight: 700;
color: #1c1a17;
margin-bottom: 4px;
line-height: 1.3;
}
.cause-teaser {
font-size: 12px;
color: #a8a29e;
}
.cause-detail {
display: none;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #f5f5f4;
}
.cause-card.open .cause-detail { display: block; }
.cause-detail p {
font-size: 12.5px;
color: #57534e;
line-height: 1.65;
margin-bottom: 8px;
}
.cause-detail p:last-child { margin-bottom: 0; }
.stat-tag {
display: inline-block;
background: #fff7ed;
color: #9a3412;
font-size: 11.5px;
font-weight: 700;
padding: 3px 10px;
border-radius: 999px;
margin-bottom: 8px;
}
/* SIGNS */
.signs-wrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}
@media (max-width: 500px) {
.signs-wrap { grid-template-columns: 1fr; }
}
.signs-card {
background: #fff;
border-radius: 14px;
border: 1px solid #e7e5e4;
padding: 16px 18px;
}
.signs-head {
font-size: 13px;
font-weight: 700;
color: #1c1a17;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
}
.signs-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 7px;
}
.signs-list li {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 12.5px;
color: #57534e;
line-height: 1.45;
}
.sdot {
width: 5px;
height: 5px;
border-radius: 50%;
background: #c2410c;
flex-shrink: 0;
margin-top: 6px;
}
/* WHAT HELPS */
.help-timeline {
display: flex;
flex-direction: column;
gap: 12px;
}
.help-card {
background: #fff;
border-radius: 14px;
border: 1px solid #e7e5e4;
padding: 16px 18px;
display: flex;
gap: 14px;
align-items: flex-start;
}
.help-num {
width: 36px;
height: 36px;
border-radius: 50%;
background: #c2410c;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 800;
flex-shrink: 0;
}
.help-body { flex: 1; }
.help-title {
font-size: 14px;
font-weight: 700;
color: #1c1a17;
margin-bottom: 4px;
}
.help-desc {
font-size: 12.5px;
color: #78716c;
line-height: 1.6;
}
/* HOME TIPS */
.tips-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
gap: 12px;
}
.tip-card {
background: #fff;
border-radius: 14px;
border: 1px solid #e7e5e4;
padding: 16px 18px;
border-top: 3px solid #c2410c;
}
.tip-icon { font-size: 22px; margin-bottom: 8px; display: block; }
.tip-title { font-size: 13.5px; font-weight: 700; color: #1c1a17; margin-bottom: 5px; }
.tip-desc { font-size: 12px; color: #78716c; line-height: 1.55; }
.avoid-box {
background: #fff7ed;
border: 1.5px solid #fdba74;
border-radius: 14px;
padding: 16px 18px;
margin-top: 14px;
}
.avoid-head {
font-size: 12.5px;
font-weight: 700;
color: #9a3412;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
}
.avoid-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 6px;
}
.avoid-list li {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 12.5px;
color: #7c2d12;
line-height: 1.5;
}
/* CTA */
.cta {
background: #1c1a17;
border-radius: 18px;
padding: 28px 24px;
text-align: center;
color: #fff;
margin-top: 28px;
}
.cta-over {
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #fbbf24;
margin-bottom: 10px;
}
.cta h3 {
font-family: 'Fraunces', serif;
font-size: 21px;
font-weight: 700;
margin-bottom: 8px;
line-height: 1.25;
}
.cta p {
font-size: 13.5px;
opacity: 0.75;
margin-bottom: 20px;
line-height: 1.6;
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
.cta-btn {
display: inline-block;
background: #c2410c;
color: #fff;
font-weight: 700;
font-size: 14px;
padding: 13px 28px;
border-radius: 999px;
text-decoration: none;
transition: background 0.15s ease;
}
.cta-btn:hover { background: #9a3412; }
.src-note {
font-size: 11px;
color: #a8a29e;
text-align: center;
margin-top: 18px;
line-height: 1.55;
}
</style>
</head>
<body>
<div class="root">
<!-- HEADER -->
<div class="hdr">
<span class="hdr-label">Research-Backed Guide ยท Epic Minds Therapy</span>
<h1>Autism & Food Aversions: Why Your Child Is a Picky Eater</h1>
<p>A research-backed guide to the causes, signs, and evidence-based interventions for food selectivity in autistic children</p>
</div>
<!-- STATS -->
<div class="stats">
<div class="stat-tile">
<div class="stat-num">5ร</div>
<div class="stat-lbl">more likely to have mealtime challenges than neurotypical peers</div>
</div>
<div class="stat-tile">
<div class="stat-num">46โ89%</div>
<div class="stat-lbl">of autistic children have some level of food selectivity</div>
</div>
<div class="stat-tile">
<div class="stat-num">70%</div>
<div class="stat-lbl">choose food based on texture (vs. 11% of neurotypical children)</div>
</div>
<div class="stat-tile">
<div class="stat-num">50%</div>
<div class="stat-lbl">of autistic children report GI symptoms vs. 18% of neurotypical peers</div>
</div>
</div>
<!-- NAV -->
<div class="nav" role="tablist">
<button class="nav-btn active" onclick="showTab('causes')" role="tab">Why It Happens</button>
<button class="nav-btn" onclick="showTab('signs')" role="tab">Signs to Recognize</button>
<button class="nav-btn" onclick="showTab('helps')" role="tab">What Helps</button>
<button class="nav-btn" onclick="showTab('home')" role="tab">At-Home Strategies</button>
</div>
<!-- TAB: CAUSES -->
<div class="tab-pane show" id="tab-causes">
<div class="causes-grid">
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐
</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Sensory Hypersensitivity</div>
<div class="cause-teaser">The most documented driver of food aversion</div>
<div class="cause-detail">
<span class="stat-tag">70% choose food by texture โ PMC, 2013</span>
<p>For an autistic child, the texture, temperature, smell, or appearance of food can be neurologically overwhelming โ not merely unpleasant. Research published in PMC found that 70% of autistic children chose their food based on texture, compared to only 11% of neurotypical children.</p>
<p>Common sensory triggers include mushy or slimy textures, strong smells, mixed foods, unfamiliar colors or brands, and foods that change texture when chewed.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Rigidity and Need for Sameness</div>
<div class="cause-teaser">Predictability is neurologically necessary</div>
<div class="cause-detail">
<span class="stat-tag">Restricted patterns are core to autism</span>
<p>Autism is characterized by restricted and repetitive behaviors โ and this extends to mealtimes. Autistic children often have a deep neurological need for sameness. Food is inherently unpredictable in smell, texture, taste, and appearance.</p>
<p>A child may accept only one brand of chicken nuggets because a different brand has a slightly different smell or texture that registers as a completely different โ and unsafe โ food.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐ซ</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Gastrointestinal Issues</div>
<div class="cause-teaser">Physical pain is a hidden driver</div>
<div class="cause-detail">
<span class="stat-tag">~50% of autistic children have GI symptoms</span>
<p>Nearly 50% of children with autism report GI symptoms โ constipation, diarrhea, bloating, reflux, and abdominal pain โ compared to 18% of neurotypical children.</p>
<p>When eating causes pain, children develop conditioned avoidance. In nonverbal or limited-language children, GI pain often presents as food refusal or escalating selectivity โ which can be misattributed to sensory sensitivity or behavioral rigidity.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐ฐ</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Anxiety and Food Neophobia</div>
<div class="cause-teaser">Fear of new foods, not just dislike</div>
<div class="cause-detail">
<span class="stat-tag">Anxiety co-occurs frequently with autism</span>
<p>Anxiety is one of the most common co-occurring conditions in autism. Food neophobia โ fear of trying new foods โ drives children to refuse foods they've never actually experienced, based on anticipatory dread of an unpleasant sensory outcome.</p>
<p>Autism Speaks is currently funding a research project specifically examining how anxiety and inflexibility contribute to food selectivity in autistic children.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Oral-Motor Differences</div>
<div class="cause-teaser">Not behavioral โ physiological</div>
<div class="cause-detail">
<span class="stat-tag">Often requires targeted oral-motor therapy</span>
<p>Some autistic children have underdeveloped oral-motor strength โ the muscles used for chewing and swallowing. This makes certain textures genuinely difficult to process mechanically, leading to gagging and avoidance of foods that require significant chewing.</p>
<p>This is a physiological factor that requires occupational therapy or speech-language pathology intervention โ not behavioral intervention alone.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐งฌ</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">ARFID Risk</div>
<div class="cause-teaser">A clinical feeding disorder โ underdiagnosed</div>
<div class="cause-detail">
<span class="stat-tag">1 in 5 autistic children at high ARFID risk โ SPARK</span>
<p>Avoidant/Restrictive Food Intake Disorder (ARFID) involves very picky eating, fear of new foods, and sensory-based avoidance without distorted body image. A study of 5,100 autistic SPARK participants found that 21% were at high risk for ARFID โ but only 1% had a formal ARFID diagnosis, suggesting widespread underdiagnosis.</p>
</div>
</div>
</div>
</div>
<!-- TAB: SIGNS -->
<div class="tab-pane" id="tab-signs">
<div class="signs-wrap">
<div class="signs-card">
<div class="signs-head">๐ฝ๏ธ Mealtime Behaviors</div>
<ul class="signs-list">
<li><span class="sdot"></span>Eats fewer than 15โ20 foods total</li>
<li><span class="sdot"></span>Meltdowns when foods touch on the plate</li>
<li><span class="sdot"></span>Accepts only one specific brand of a food</li>
<li><span class="sdot"></span>Requires the same plate, utensil, or seating</li>
<li><span class="sdot"></span>Eats in the same order every meal</li>
<li><span class="sdot"></span>Significant narrowing of accepted foods over time</li>
</ul>
</div>
<div class="signs-card">
<div class="signs-head">๐ฃ Physical & Emotional Signs</div>
<ul class="signs-list">
<li><span class="sdot"></span>Gagging or vomiting when non-preferred foods are near</li>
<li><span class="sdot"></span>Anxiety escalating before unfamiliar meals</li>
<li><span class="sdot"></span>Refusing to sit if a disliked food is on the table</li>
<li><span class="sdot"></span>GI complaints (stomachache, constipation, bloating)</li>
<li><span class="sdot"></span>Rashes or physical reactions after certain foods</li>
<li><span class="sdot"></span>Difficulty growing or maintaining weight</li>
</ul>
</div>
<div class="signs-card">
<div class="signs-head">๐ซ Social Impact</div>
<ul class="signs-list">
<li><span class="sdot"></span>Refusing birthday parties, restaurants, or school lunches</li>
<li><span class="sdot"></span>Significant family stress around mealtimes</li>
<li><span class="sdot"></span>Avoidance of summer camps, vacations, or outings</li>
<li><span class="sdot"></span>Peers noticing or commenting on eating differences</li>
</ul>
</div>
<div class="signs-card">
<div class="signs-head">๐ When to Seek Help</div>
<ul class="signs-list">
<li><span class="sdot"></span>Eating fewer than 20 foods total</li>
<li><span class="sdot"></span>Entire food groups refused (all vegetables, all proteins)</li>
<li><span class="sdot"></span>Diet has significantly narrowed over recent months</li>
<li><span class="sdot"></span>GI distress is occurring frequently after meals</li>
<li><span class="sdot"></span>Mealtime behaviors are affecting family functioning</li>
<li><span class="sdot"></span>Child is not meeting growth or nutrition benchmarks</li>
</ul>
</div>
</div>
</div>
<!-- TAB: WHAT HELPS -->
<div class="tab-pane" id="tab-helps">
<div class="help-timeline">
<div class="help-card">
<div class="help-num">1</div>
<div class="help-body">
<div class="help-title">Rule Out Medical Causes First</div>
<div class="help-desc">Before behavioral or sensory intervention begins, consult your child's pediatrician and a pediatric gastroenterologist to evaluate GI conditions, reflux, constipation, allergies, or oral-motor issues. Treating an underlying medical cause may significantly reduce food avoidance that was previously attributed to sensory sensitivity or autism traits alone.</div>
</div>
</div>
<div class="help-card">
<div class="help-num">2</div>
<div class="help-body">
<div class="help-title">ABA Therapy โ Functional Assessment + Graduated Exposure</div>
<div class="help-desc">ABA therapy is supported by consistent evidence for increasing food acceptance in autistic children. A BCBA conducts a Functional Behavior Assessment to identify the specific drivers of food refusal, then builds a graduated exposure plan โ systematically introducing new foods at a pace that respects the child's sensory threshold. Positive reinforcement, stimulus fading, and caregiver training are core components. Studies using ABA consistently reported increased food acceptance and reduced problem mealtime behaviors. (PMC, 2025)</div>
</div>
</div>
<div class="help-card">
<div class="help-num">3</div>
<div class="help-body">
<div class="help-title">Occupational Therapy โ Sensory Desensitization</div>
<div class="help-desc">Occupational therapists address the sensory processing components of food aversion. Research published in PMC found that OT combined with sensory integration strategies produced measurable increases in food acceptance. Key techniques include sensory desensitization outside of mealtimes, oral-motor exercises to build chewing strength, and food play activities โ interacting with foods without any eating expectation.</div>
</div>
</div>
<div class="help-card">
<div class="help-num">4</div>
<div class="help-body">
<div class="help-title">Specialized Feeding Therapy (SOS Approach)</div>
<div class="help-desc">Specialized feeding therapists use structured protocols like the Sequential Oral Sensory (SOS) approach, which progresses through a systematic hierarchy of food interactions โ from tolerating a food's presence to eventually eating it โ without forcing or pressuring the child at any stage. SOS combines behavioral and sensory strategies in a gradual, child-led framework.</div>
</div>
</div>
<div class="help-card">
<div class="help-num">5</div>
<div class="help-body">
<div class="help-title">Multidisciplinary Team Approach</div>
<div class="help-desc">The most effective interventions involve a coordinated team: BCBA + occupational therapist + feeding therapist + pediatric gastroenterologist + dietitian. Each professional addresses a different layer of the feeding challenge โ behavioral, sensory, medical, and nutritional โ and they coordinate to ensure strategies are consistent across settings. Research confirms that parental involvement in this team is also a critical factor in successful outcomes.</div>
</div>
</div>
</div>
</div>
<!-- TAB: HOME TIPS -->
<div class="tab-pane" id="tab-home">
<div class="tips-grid">
<div class="tip-card">
<span class="tip-icon">๐ฅฆ</span>
<div class="tip-title">Offer Control Within Limits</div>
<div class="tip-desc">Present 3โ5 options within a food category (3 vegetables, 3 proteins) and let your child choose. This reduces anxiety while expanding variety over time โ the child maintains a sense of control.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐คฒ</span>
<div class="tip-title">Food Exploration Without Pressure</div>
<div class="tip-desc">Allow touching, smelling, and looking at a new food before any tasting expectation. Repeated sensory exposure โ without pressure to eat โ reduces the novelty response over many exposures.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐
</span>
<div class="tip-title">Be Patient with Repeated Exposure</div>
<div class="tip-desc">Many children need to encounter a food more than 12 times before they're willing to eat it. For autistic children, this timeline is often longer. Consistent, low-pressure exposure is more effective than any single strategy.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐</span>
<div class="tip-title">Keep a Food Diary</div>
<div class="tip-desc">Document what your child will and won't eat, their reactions, and any physical symptoms (GI distress, rashes) after eating specific foods. This helps clinicians design an accurate, personalized intervention plan.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐ </span>
<div class="tip-title">Create Consistent Mealtime Structure</div>
<div class="tip-desc">Consistent meal times, visual schedules, and predictable settings reduce mealtime anxiety. Minimize distractions and keep the environment calm. Predictability helps autistic children feel safer during meals.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐จโ๐ฉโ๐ง</span>
<div class="tip-title">Model Eating Without Commentary</div>
<div class="tip-desc">Eat a variety of foods in front of your child without drawing attention to what they're eating or aren't eating. Modeling without pressure is one of the most effective passive strategies for expanding food acceptance over time.</div>
</div>
</div>
<div class="avoid-box">
<div class="avoid-head">๐ซ Strategies to Avoid</div>
<ul class="avoid-list">
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not force:</strong> Forcing food creates traumatic food associations that worsen aversion long-term and erode trust</li>
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not withhold food:</strong> Withholding food until a child is "hungry enough to eat" is dangerous and inappropriate for autistic children (IIDC/Indiana University)</li>
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not use dessert as a bribe:</strong> Research shows this teaches children to tolerate a food, not enjoy it โ and often intensifies mealtime conflict</li>
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not assume it's a phase:</strong> Autism-related food selectivity typically does not resolve on its own without intervention</li>
</ul>
</div>
</div>
<!-- CTA -->
<div class="cta">
<div class="cta-over">Epic Minds Therapy ยท North Carolina</div>
<h3>Mealtime doesn't have to stay this hard.</h3>
<p>Our clinical team can help identify what's driving your child's food aversions โ and build a plan designed around their specific sensory profile, behavioral patterns, and family life.</p>
<a href="https://epicmindstherapy.com/contact/" class="cta-btn">Schedule a Consultation →</a>
</div>
<p class="src-note">
Statistics and clinical guidance sourced from: PMC/NIH (2013, 2021, 2025), Autism Speaks, SPARK for Autism, IIDC/Indiana University, Frontiers in Pediatrics (2023).<br>
This guide is for educational purposes. Consult a qualified clinical team for individualized assessment and intervention.
</p>
</div>
<script>
function showTab(id) {
document.querySelectorAll('.tab-pane').forEach(p => p.classList.remove('show'));
document.querySelectorAll('.nav-btn').forEach(b => b.classList.remove('active'));
document.getElementById('tab-' + id).classList.add('show');
event.target.classList.add('active');
}
function toggleCause(card) {
const isOpen = card.classList.contains('open');
document.querySelectorAll('.cause-card').forEach(c => c.classList.remove('open'));
if (!isOpen) card.classList.add('open');
}
</script>
</body>
</html>The Three Eating Disorders Most Linked to Autism
1. Avoidant/Restrictive Food Intake Disorder (ARFID)
ARFID is the eating disorder most closely aligned with autism. ARFID involves persistent avoidance or restriction of food โ not driven by body image concerns, but by sensory sensitivity, fear of aversive consequences (like choking or vomiting), or lack of interest in eating.
ARFID was added to the DSM-5 in 2013. Before that, many autistic individuals with ARFID were simply described as extremely picky eaters or had their restricted eating misattributed to autism traits alone.
What separates ARFID from typical selective eating is the degree of functional impairment: weight loss or failure to gain weight, significant nutritional deficiency, and/or marked psychosocial disruption (Attwood & Garnett).
Key distinguishing point: Unlike anorexia nervosa, ARFID is not motivated by fear of weight gain or distorted body image. The restriction is about the food itself โ its sensory properties, unpredictability, or the anxiety associated with eating it.
2. Anorexia Nervosa (AN)
The link between anorexia nervosa and autism has been documented in research since 1983, when Gillberg first identified elevated autism prevalence in anorexic patients. Decades of subsequent research have confirmed this association.
A systematic review published in Frontiers in Psychiatry (2021) found that autistic traits or ASD are present in 4% to 52% of individuals with anorexia nervosa across studies โ with estimates of 20% to 30% of women in treatment for anorexia meeting the clinical threshold for ASD (Frontiers, 2021).
Multiple studies have also demonstrated that anorexia nervosa has a significantly worse treatment course and poorer outcomes in autistic individuals. Research published in ScienceDirect (2021) found that autistic symptoms are associated with poorer response to existing treatments for eating disorders (ScienceDirect, 2021).
Importantly, anorexia has the highest mortality rate of any eating disorder โ causing the death of approximately 5 out of 1,000 people per year โ making early identification of the autism-AN connection clinically critical (ScienceDirect, 2021).
3. Pica
Pica โ the persistent eating of non-food substances for more than one month โ is more commonly associated with autism than with any other condition (Attwood & Garnett). In autism, pica may be related to sensory-seeking behaviors, oral stimulation needs, or limited awareness of what is edible versus non-edible.
Why Eating Disorders and Autism Are Linked: Shared Traits
Understanding the connection between eating disorders and autism requires understanding the traits that both conditions share โ and how those shared traits create vulnerability.
Sensory Sensitivity
Sensory processing differences are a core feature of autism and form part of its diagnostic criteria. Food involves all five senses plus interoception (the capacity to sense internal bodily signals like hunger and fullness). When sensory processing is atypical, the experience of eating โ its textures, smells, temperatures, tastes, and sounds โ can be overwhelming or even painful.
These sensory sensitivities directly fuel both ARFID (avoidance based on sensory properties) and contribute to restrictive patterns that can overlap with anorexia nervosa. Research from the Autism Research Institute confirms that sensory sensitivities are a core overlap between ARFID and autism (Autism Research Institute).
Cognitive Rigidity and Inflexible Thinking
Autism involves inflexible, rule-based thinking โ and once an autistic person has established a pattern or rule around food, it is very difficult to shift. This rigidity can look different in anorexia vs. ARFID, but the underlying mechanism โ adherence to a fixed system โ is often the same.
As clinical researchers at Attwood & Garnett Events describe: "Once an autistic person has made a decision, they can be very determined and stay with the decision, despite data and persuasion to the contrary." In anorexia, this can manifest as black-and-white thinking about weight (thin vs. fat, with no acceptable range), or rigid adherence to calorie rules. In ARFID, it presents as unwavering insistence on specific foods with specific sensory properties (Attwood & Garnett).
Difficulty Recognizing Hunger and Fullness (Interoception)
Many autistic individuals have atypical interoception โ meaning they may not accurately perceive internal body signals like hunger, fullness, thirst, or nausea. This can lead to patterns of under-eating (not noticing hunger), over-eating (not recognizing fullness), or eating becoming dissociated from physiological need entirely.
In anorexia, difficulty recognizing internal states is already a documented feature. When autism is present, this difficulty is compounded, creating a more complex clinical picture.
Intense Focused Interests and Rule-Following
Autistic individuals often develop intense, systematic interests in specific topics. In the context of eating disorders, this can manifest as obsessive calorie counting, systematic attention to nutritional content, or hyper-focus on food rules โ patterns that function as special interests and are therefore extraordinarily difficult to disrupt through standard interventions.
Research by Baron-Cohen and colleagues identified that female adolescents with anorexia exhibited elevated autistic traits, including a "systemizing" of food, weight, and body shape similar to the special interests that develop in autism (Autism UK).
Alexithymia and Emotional Regulation Difficulties
Alexithymia โ difficulty identifying and describing one's own emotions โ is highly prevalent in autism. Emotional dysregulation, which research has identified as a pathway to disordered eating behaviors, is also common. The Autism Research Institute identifies emotion regulation difficulties as one of the core potential mechanisms linking autism and eating disorders (Autism Research Institute).
Why Eating Disorders Are Frequently Missed in Autistic People
Several factors combine to make eating disorders in autistic individuals chronically underidentified:
Masking. Autistic individuals โ particularly women โ often mask or camouflage their autism by imitating neurotypical behavior. This makes identifying autism in eating disorder settings difficult. In the 2023 study reviewed above, 17.5% of eating disorder patients were newly identified as autistic during treatment โ having masked their autism throughout their lives.
Diagnostic overshadowing. Restricted eating in autistic individuals is often attributed entirely to autism traits (sensory sensitivity, rigidity) rather than being assessed as a potentially independent eating disorder requiring separate treatment. This means the eating disorder goes untreated.
Differential diagnosis complexity. The behaviors of ARFID and early-onset anorexia nervosa overlap significantly, particularly in young people. Distinguishing between them โ especially in autistic individuals โ requires careful evaluation of the motivations behind food restriction (sensory avoidance vs. fear of weight gain vs. body image distortion).
As clinical psychologist Dr. Elizabeth Shea describes in Autism UK's professional guidance: "It is crucial we recognise that many young people with autism and ARFID will restrict their intake during periods of stress and anxiety, but that this does not represent a desire to be thinner or reflect a problem with body image" (Autism UK).
Gender and diagnostic bias. The majority of eating disorder research in autism has historically focused on females. The under-representation of males, non-binary individuals, and adults means that eating disorders in these populations are likely underidentified.
What Good Treatment Looks Like: Autism-Informed Eating Disorder Care
Standard eating disorder treatment approaches are frequently ineffective for autistic individuals โ and may actively worsen outcomes by failing to accommodate autistic needs.
Research confirms that autistic individuals receiving eating disorder treatment have longer treatment durations and often poorer outcomes when treatment is not autism-adapted (PMC, 2023).
The most significant development in this area is the PEACE Pathway (Pathway for Eating Disorders and Autism developed from Clinical Experience), developed by the South London and Maudsley NHS Trust Eating Disorders Services. PEACE provides a customized treatment framework for individuals with both ASD and eating disorders โ with evidence that autism-adapted treatment both improves outcomes and reduces treatment costs (Attwood & Garnett).
Key principles of effective autism-informed eating disorder care include:
Sensory accommodations. Treatment settings should minimize unnecessary sensory triggers. This includes offering a wider range of menu options, allowing predictability in food presentation, accommodating texture preferences, and reducing overwhelming environmental stimuli during mealtimes.
Clear, written communication. Autistic individuals often process information better when it's provided in written rather than verbal form. Treatment plans, expectations, and progress should be communicated clearly and consistently.
Understanding the motivation behind restriction. Clinicians must carefully differentiate between ARFID-driven restriction (sensory, anxiety, habit) and anorexia-driven restriction (body image, weight fear) โ as these require fundamentally different interventions.
Addressing underlying anxiety. Anxiety is a significant driver of both eating disorders and autism-related eating difficulties. Effective treatment addresses anxiety directly โ not just eating behaviors.
Multidisciplinary teams. Effective care requires BCBAs, occupational therapists, dietitians, psychologists, and medical providers working in coordination โ each addressing a different layer of the eating challenge.
Professor Kate Tchanturia, Lead Clinical Psychologist for the UK's National Eating Disorder Service, summarizes the clinical priority: "If we can 'see it,' we can 'say it'โฆ and we can 'sort it,' to support people with both conditions" (Attwood & Garnett).
When to Seek Professional Support
Eating disorders are serious, life-threatening conditions. Early identification matters significantly for outcomes. Seek a professional evaluation if an autistic individual is:
Significantly restricting the variety or volume of food eaten
Losing weight or failing to maintain healthy growth
Experiencing significant anxiety, meltdowns, or distress around meals
Eating non-food substances (pica)
Showing signs of obsessive calorie tracking, food rituals, or intense body focus
Being hospitalized or requiring emergency nutrition support
Because eating disorders in autistic individuals are frequently missed, it is important to work with clinicians who are experienced with both autism spectrum disorder and eating disorders โ and who will not assume that all eating difficulties are simply an autism trait.
Conclusion: The Connection Is Real โ and So Is the Path Forward
Eating disorders and autism share deep biological, neurological, and behavioral roots. The research is clear: this is not coincidence. It is a clinically significant co-occurrence that requires clinicians, families, and individuals themselves to understand what they're actually dealing with.
The right support โ one that takes both autism and the eating disorder seriously, adapts the environment, and addresses the underlying neurological drivers โ can make a meaningful difference.
At Blossom ABA Therapy, we understand that eating behaviors don't happen in isolation. They're connected to sensory processing, anxiety, regulation, and the specific ways autistic individuals experience the world. Our team works with each family to address these layers โ not just the surface-level behavior.
Ready to get a clearer picture of what your child or loved one is experiencing? Let's start with a conversation, not a checklist. Connect with our team at Blossom ABA Therapy to talk through what you're seeing and what the right next steps might look like.
๐ Connect with Blossom ABA Therapy today. โ Compassionate, evidence-based care for individuals and families navigating autism.
โ Frequently Asked Questions
Q: Are eating disorders more common in autistic people? A: Yes. Research consistently shows that eating disorders โ particularly anorexia nervosa, ARFID, and pica โ are significantly more prevalent in autistic individuals than in the general population. Estimates suggest that 20% to 30% of people with eating disorders are autistic, and up to 35% of women in inpatient anorexia treatment may be autistic based on validated screening. ARFID affects approximately 11% of autistic individuals, while children with ARFID are 14 times more likely to have autism.
Q: What is the difference between ARFID and anorexia nervosa in autistic people? A: The key difference is motivation. ARFID involves food restriction driven by sensory aversion, fear of choking or vomiting, or lack of interest in eating โ not concerns about body weight or shape. Anorexia nervosa involves food restriction motivated by intense fear of weight gain and a distorted perception of body size. In autistic individuals, these can sometimes overlap and can be challenging to distinguish without careful clinical assessment.
Q: Why are autistic traits linked to eating disorders? A: Several overlapping traits create vulnerability. These include sensory sensitivity (making food sensory experiences overwhelming), cognitive rigidity (making eating patterns very difficult to change), difficulty recognizing hunger and fullness (atypical interoception), intense focused interests that can become organized around food rules or nutrition, and alexithymia (difficulty identifying emotions, which can drive disordered eating as a coping mechanism).
Q: Can standard eating disorder treatment work for autistic people? A: Standard eating disorder treatment is frequently ineffective for autistic individuals when it is not adapted to accommodate autistic needs. Research shows that autistic individuals have longer treatment durations and poorer outcomes in non-adapted settings. Autism-informed treatment โ which includes sensory accommodations, clear written communication, differentiated approaches to restriction, and multidisciplinary support โ significantly improves outcomes.
Q: How do I know if my autistic child has an eating disorder and not just typical autism-related food selectivity? A: This requires professional evaluation. Clinical warning signs that warrant assessment include: significant weight loss or failure to gain appropriate weight, escalating restriction over time, intense anxiety or meltdowns specifically around food, eating of non-food substances, obsessive food rituals, or medical complications from inadequate nutrition. A clinician experienced in both autism and eating disorders can conduct a proper differential assessment.
Q: Is autism sometimes missed in people being treated for eating disorders? A: Yes โ frequently. A 2023 clinical study found that 17.5% of adolescent and young adult females entering eating disorder treatment received a new autism diagnosis during treatment, having not previously been identified as autistic. Masking and diagnostic overshadowing are the primary reasons autism goes unrecognized in eating disorder settings.
Sources
PMC / NIH โ Autism Diagnosis in Females by Eating Disorder Professionals (2023) https://pmc.ncbi.nlm.nih.gov/articles/PMC10173598/
ScienceDirect โ Anorexia Nervosa and Autism Spectrum Disorder: A Systematic Review (2021) https://www.sciencedirect.com/science/article/abs/pii/S0165178121005667
ScienceDirect โ Prevalence of Food Selectivity and Eating Disorders in Autism: A Meta-Analysis (2025) https://www.sciencedirect.com/science/article/abs/pii/S0003448725002471
Frontiers in Psychiatry โ Systematic Review: Overlap Between Eating, Autism Spectrum, and ADHD (2019) https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2019.00708/full
Frontiers in Psychiatry โ Adolescents with ASD and Anorexia Nervosa Comorbidity (2021) https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2021.686030/full
PMC / NIH โ Prevalence of ASD and Autistic Traits in Children with Anorexia Nervosa and ARFID https://pmc.ncbi.nlm.nih.gov/articles/PMC8130445/
Wiley / International Journal of Eating Disorders โ Co-Occurrence of ARFID and Autism: A Prevalence-Based Meta-Analysis (2025) https://onlinelibrary.wiley.com/doi/full/10.1002/eat.24369
PMC / NIH โ Co-Occurrence of ARFID and Autism Meta-Analysis (2025) https://pmc.ncbi.nlm.nih.gov/articles/PMC11891632/
PMC / NIH โ Re-Imagining Connection: Late Autism Diagnosis in Eating Disorder Recovery (2025) https://pmc.ncbi.nlm.nih.gov/articles/PMC12183921/
National Eating Disorders Association (NEDA) โ Eating Disorders and Neurodiversity https://www.nationaleatingdisorders.org/eating-disorders-neurodiversity/
Attwood & Garnett Events โ The Association of Eating Disorders with Autism https://www.attwoodandgarnettevents.com/blogs/news/the-association-of-eating-disorders-with-autism
Autism Research Institute โ Disordered Eating and Autism https://autism.org/disordered-eating-obesity/
Eating Recovery Center โ ARFID & Autism: Navigating Meals & Sensitivity https://www.eatingrecoverycenter.com/resources/autism-arfid-eating-disorders
Medical News Today โ Autism and Anorexia: The Link, Prevalence, Treatment, and Support https://www.medicalnewstoday.com/articles/autism-and-anorexia
National Autistic Society (Autism UK) โ Eating Disorder or Disordered Eating? Eating Patterns in Autism https://www.autism.org.uk/advice-and-guidance/professional-practice/avoidant-eating
Prosper Health โ Autism and Eating Disorders: Signs, Differences, and Support https://www.prosperhealth.io/blog/autism-and-eating-disorders
Food is never just food. For many autistic individuals, every meal is a negotiation between a nervous system that processes the world differently, a brain that craves predictability, and a body that may not clearly signal hunger or fullness.
This is why eating disorders and autism are deeply and consistently linked โ and why that connection is often missed, misdiagnosed, or misunderstood by the people who need to understand it most.
Here's the direct answer: Eating disorders and autism co-occur at significantly elevated rates. Research estimates that 20% to 30% of people with eating disorders are also autistic, and up to 35% of women in inpatient anorexia nervosa units may be autistic based on validated screening tools. The eating disorders most commonly associated with autism are anorexia nervosa (AN), Avoidant/Restrictive Food Intake Disorder (ARFID), and pica. Shared traits โ including sensory sensitivity, rigid thinking, intense focus on specific topics, and difficulty recognizing internal body signals โ create a neurological vulnerability to disordered eating that standard treatment approaches often fail to address.
How Common Is the Co-Occurrence of Eating Disorders and Autism?
The numbers are striking โ and they tell a story of widespread underdiagnosis.
A systematic review published in Frontiers in Psychiatry found that, on average, 4.7% of patients diagnosed with anorexia nervosa, bulimia nervosa, or binge eating disorder received an ASD diagnosis โ a rate higher than the general population prevalence of autism (Frontiers in Psychiatry, 2019).
Research reviewed by the National Eating Disorders Association (NEDA) places estimates higher โ with some studies finding that as much as 23% of people with eating disorders are also autistic (NEDA).
A 2023 clinical study found that 27.5% of young women seeking eating disorder treatment had a high number of autistic traits. Of those, 10% had a pre-existing autism diagnosis, while an additional 17.5% received a new autism diagnosis during treatment โ highlighting how frequently autism goes unidentified in eating disorder populations (PMC, 2023).
In populations already identified as autistic, the data is equally significant. A study published in the International Journal of Eating Disorders (2025) found that ARFID affects approximately 11% of autistic individuals, while a separate large-scale study found that children with ARFID are 14 times more likely to have autism (Wiley/IJED, 2025; Eating Recovery Center).
A systematic review and meta-analysis published in ScienceDirect (2025), drawing on nearly 1,500 patients across five countries, found that food selectivity was significantly higher in individuals with ASD than in typically developing controls, with a mean prevalence of 63.49% (ScienceDirect, 2025).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Autism & Food Aversions Guide | Epic Minds Therapy</title>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:wght@400;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Inter', sans-serif;
background: #faf7f4;
color: #1c1a17;
}
.root {
max-width: 880px;
margin: 0 auto;
padding: 36px 20px 48px;
}
/* HEADER */
.hdr {
text-align: center;
margin-bottom: 32px;
}
.hdr-label {
display: inline-block;
background: #fde68a;
color: #78350f;
font-size: 10.5px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 999px;
margin-bottom: 12px;
}
.hdr h1 {
font-family: 'Fraunces', serif;
font-size: 26px;
font-weight: 700;
color: #1c1a17;
line-height: 1.2;
margin-bottom: 8px;
}
.hdr p {
font-size: 13.5px;
color: #78716c;
line-height: 1.65;
max-width: 560px;
margin: 0 auto;
}
/* STAT STRIP */
.stats {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin-bottom: 36px;
}
.stat-tile {
background: #fff;
border: 1px solid #e7e5e4;
border-radius: 12px;
padding: 14px 18px;
text-align: center;
min-width: 130px;
flex: 1;
max-width: 200px;
}
.stat-num {
font-family: 'Fraunces', serif;
font-size: 30px;
color: #c2410c;
line-height: 1;
margin-bottom: 4px;
}
.stat-lbl {
font-size: 11.5px;
color: #78716c;
line-height: 1.4;
}
/* NAV TABS */
.nav {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: 22px;
justify-content: center;
}
.nav-btn {
padding: 8px 18px;
border-radius: 999px;
border: 1.5px solid #d6d3d1;
background: #fff;
font-size: 12.5px;
font-weight: 600;
color: #78716c;
cursor: pointer;
font-family: 'Inter', sans-serif;
transition: all 0.15s ease;
}
.nav-btn:hover {
border-color: #c2410c;
color: #c2410c;
}
.nav-btn.active {
background: #c2410c;
border-color: #c2410c;
color: #fff;
}
.tab-pane { display: none; }
.tab-pane.show { display: block; }
/* CAUSES */
.causes-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 14px;
}
.cause-card {
background: #fff;
border-radius: 16px;
border: 1px solid #e7e5e4;
padding: 18px 18px 16px;
cursor: pointer;
transition: border-color 0.15s ease;
}
.cause-card:hover { border-color: #fca5a5; }
.cause-card.open { border-color: #c2410c; }
.cause-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 10px;
margin-bottom: 6px;
}
.cause-emoji {
font-size: 24px;
flex-shrink: 0;
}
.cause-toggle {
font-size: 18px;
color: #d6d3d1;
transition: transform 0.2s ease, color 0.2s ease;
line-height: 1;
font-weight: 300;
flex-shrink: 0;
}
.cause-card.open .cause-toggle {
transform: rotate(45deg);
color: #c2410c;
}
.cause-title {
font-size: 14px;
font-weight: 700;
color: #1c1a17;
margin-bottom: 4px;
line-height: 1.3;
}
.cause-teaser {
font-size: 12px;
color: #a8a29e;
}
.cause-detail {
display: none;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #f5f5f4;
}
.cause-card.open .cause-detail { display: block; }
.cause-detail p {
font-size: 12.5px;
color: #57534e;
line-height: 1.65;
margin-bottom: 8px;
}
.cause-detail p:last-child { margin-bottom: 0; }
.stat-tag {
display: inline-block;
background: #fff7ed;
color: #9a3412;
font-size: 11.5px;
font-weight: 700;
padding: 3px 10px;
border-radius: 999px;
margin-bottom: 8px;
}
/* SIGNS */
.signs-wrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}
@media (max-width: 500px) {
.signs-wrap { grid-template-columns: 1fr; }
}
.signs-card {
background: #fff;
border-radius: 14px;
border: 1px solid #e7e5e4;
padding: 16px 18px;
}
.signs-head {
font-size: 13px;
font-weight: 700;
color: #1c1a17;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
}
.signs-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 7px;
}
.signs-list li {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 12.5px;
color: #57534e;
line-height: 1.45;
}
.sdot {
width: 5px;
height: 5px;
border-radius: 50%;
background: #c2410c;
flex-shrink: 0;
margin-top: 6px;
}
/* WHAT HELPS */
.help-timeline {
display: flex;
flex-direction: column;
gap: 12px;
}
.help-card {
background: #fff;
border-radius: 14px;
border: 1px solid #e7e5e4;
padding: 16px 18px;
display: flex;
gap: 14px;
align-items: flex-start;
}
.help-num {
width: 36px;
height: 36px;
border-radius: 50%;
background: #c2410c;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 800;
flex-shrink: 0;
}
.help-body { flex: 1; }
.help-title {
font-size: 14px;
font-weight: 700;
color: #1c1a17;
margin-bottom: 4px;
}
.help-desc {
font-size: 12.5px;
color: #78716c;
line-height: 1.6;
}
/* HOME TIPS */
.tips-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
gap: 12px;
}
.tip-card {
background: #fff;
border-radius: 14px;
border: 1px solid #e7e5e4;
padding: 16px 18px;
border-top: 3px solid #c2410c;
}
.tip-icon { font-size: 22px; margin-bottom: 8px; display: block; }
.tip-title { font-size: 13.5px; font-weight: 700; color: #1c1a17; margin-bottom: 5px; }
.tip-desc { font-size: 12px; color: #78716c; line-height: 1.55; }
.avoid-box {
background: #fff7ed;
border: 1.5px solid #fdba74;
border-radius: 14px;
padding: 16px 18px;
margin-top: 14px;
}
.avoid-head {
font-size: 12.5px;
font-weight: 700;
color: #9a3412;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
}
.avoid-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 6px;
}
.avoid-list li {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 12.5px;
color: #7c2d12;
line-height: 1.5;
}
/* CTA */
.cta {
background: #1c1a17;
border-radius: 18px;
padding: 28px 24px;
text-align: center;
color: #fff;
margin-top: 28px;
}
.cta-over {
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #fbbf24;
margin-bottom: 10px;
}
.cta h3 {
font-family: 'Fraunces', serif;
font-size: 21px;
font-weight: 700;
margin-bottom: 8px;
line-height: 1.25;
}
.cta p {
font-size: 13.5px;
opacity: 0.75;
margin-bottom: 20px;
line-height: 1.6;
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
.cta-btn {
display: inline-block;
background: #c2410c;
color: #fff;
font-weight: 700;
font-size: 14px;
padding: 13px 28px;
border-radius: 999px;
text-decoration: none;
transition: background 0.15s ease;
}
.cta-btn:hover { background: #9a3412; }
.src-note {
font-size: 11px;
color: #a8a29e;
text-align: center;
margin-top: 18px;
line-height: 1.55;
}
</style>
</head>
<body>
<div class="root">
<!-- HEADER -->
<div class="hdr">
<span class="hdr-label">Research-Backed Guide ยท Epic Minds Therapy</span>
<h1>Autism & Food Aversions: Why Your Child Is a Picky Eater</h1>
<p>A research-backed guide to the causes, signs, and evidence-based interventions for food selectivity in autistic children</p>
</div>
<!-- STATS -->
<div class="stats">
<div class="stat-tile">
<div class="stat-num">5ร</div>
<div class="stat-lbl">more likely to have mealtime challenges than neurotypical peers</div>
</div>
<div class="stat-tile">
<div class="stat-num">46โ89%</div>
<div class="stat-lbl">of autistic children have some level of food selectivity</div>
</div>
<div class="stat-tile">
<div class="stat-num">70%</div>
<div class="stat-lbl">choose food based on texture (vs. 11% of neurotypical children)</div>
</div>
<div class="stat-tile">
<div class="stat-num">50%</div>
<div class="stat-lbl">of autistic children report GI symptoms vs. 18% of neurotypical peers</div>
</div>
</div>
<!-- NAV -->
<div class="nav" role="tablist">
<button class="nav-btn active" onclick="showTab('causes')" role="tab">Why It Happens</button>
<button class="nav-btn" onclick="showTab('signs')" role="tab">Signs to Recognize</button>
<button class="nav-btn" onclick="showTab('helps')" role="tab">What Helps</button>
<button class="nav-btn" onclick="showTab('home')" role="tab">At-Home Strategies</button>
</div>
<!-- TAB: CAUSES -->
<div class="tab-pane show" id="tab-causes">
<div class="causes-grid">
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐
</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Sensory Hypersensitivity</div>
<div class="cause-teaser">The most documented driver of food aversion</div>
<div class="cause-detail">
<span class="stat-tag">70% choose food by texture โ PMC, 2013</span>
<p>For an autistic child, the texture, temperature, smell, or appearance of food can be neurologically overwhelming โ not merely unpleasant. Research published in PMC found that 70% of autistic children chose their food based on texture, compared to only 11% of neurotypical children.</p>
<p>Common sensory triggers include mushy or slimy textures, strong smells, mixed foods, unfamiliar colors or brands, and foods that change texture when chewed.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Rigidity and Need for Sameness</div>
<div class="cause-teaser">Predictability is neurologically necessary</div>
<div class="cause-detail">
<span class="stat-tag">Restricted patterns are core to autism</span>
<p>Autism is characterized by restricted and repetitive behaviors โ and this extends to mealtimes. Autistic children often have a deep neurological need for sameness. Food is inherently unpredictable in smell, texture, taste, and appearance.</p>
<p>A child may accept only one brand of chicken nuggets because a different brand has a slightly different smell or texture that registers as a completely different โ and unsafe โ food.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐ซ</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Gastrointestinal Issues</div>
<div class="cause-teaser">Physical pain is a hidden driver</div>
<div class="cause-detail">
<span class="stat-tag">~50% of autistic children have GI symptoms</span>
<p>Nearly 50% of children with autism report GI symptoms โ constipation, diarrhea, bloating, reflux, and abdominal pain โ compared to 18% of neurotypical children.</p>
<p>When eating causes pain, children develop conditioned avoidance. In nonverbal or limited-language children, GI pain often presents as food refusal or escalating selectivity โ which can be misattributed to sensory sensitivity or behavioral rigidity.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐ฐ</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Anxiety and Food Neophobia</div>
<div class="cause-teaser">Fear of new foods, not just dislike</div>
<div class="cause-detail">
<span class="stat-tag">Anxiety co-occurs frequently with autism</span>
<p>Anxiety is one of the most common co-occurring conditions in autism. Food neophobia โ fear of trying new foods โ drives children to refuse foods they've never actually experienced, based on anticipatory dread of an unpleasant sensory outcome.</p>
<p>Autism Speaks is currently funding a research project specifically examining how anxiety and inflexibility contribute to food selectivity in autistic children.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Oral-Motor Differences</div>
<div class="cause-teaser">Not behavioral โ physiological</div>
<div class="cause-detail">
<span class="stat-tag">Often requires targeted oral-motor therapy</span>
<p>Some autistic children have underdeveloped oral-motor strength โ the muscles used for chewing and swallowing. This makes certain textures genuinely difficult to process mechanically, leading to gagging and avoidance of foods that require significant chewing.</p>
<p>This is a physiological factor that requires occupational therapy or speech-language pathology intervention โ not behavioral intervention alone.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐งฌ</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">ARFID Risk</div>
<div class="cause-teaser">A clinical feeding disorder โ underdiagnosed</div>
<div class="cause-detail">
<span class="stat-tag">1 in 5 autistic children at high ARFID risk โ SPARK</span>
<p>Avoidant/Restrictive Food Intake Disorder (ARFID) involves very picky eating, fear of new foods, and sensory-based avoidance without distorted body image. A study of 5,100 autistic SPARK participants found that 21% were at high risk for ARFID โ but only 1% had a formal ARFID diagnosis, suggesting widespread underdiagnosis.</p>
</div>
</div>
</div>
</div>
<!-- TAB: SIGNS -->
<div class="tab-pane" id="tab-signs">
<div class="signs-wrap">
<div class="signs-card">
<div class="signs-head">๐ฝ๏ธ Mealtime Behaviors</div>
<ul class="signs-list">
<li><span class="sdot"></span>Eats fewer than 15โ20 foods total</li>
<li><span class="sdot"></span>Meltdowns when foods touch on the plate</li>
<li><span class="sdot"></span>Accepts only one specific brand of a food</li>
<li><span class="sdot"></span>Requires the same plate, utensil, or seating</li>
<li><span class="sdot"></span>Eats in the same order every meal</li>
<li><span class="sdot"></span>Significant narrowing of accepted foods over time</li>
</ul>
</div>
<div class="signs-card">
<div class="signs-head">๐ฃ Physical & Emotional Signs</div>
<ul class="signs-list">
<li><span class="sdot"></span>Gagging or vomiting when non-preferred foods are near</li>
<li><span class="sdot"></span>Anxiety escalating before unfamiliar meals</li>
<li><span class="sdot"></span>Refusing to sit if a disliked food is on the table</li>
<li><span class="sdot"></span>GI complaints (stomachache, constipation, bloating)</li>
<li><span class="sdot"></span>Rashes or physical reactions after certain foods</li>
<li><span class="sdot"></span>Difficulty growing or maintaining weight</li>
</ul>
</div>
<div class="signs-card">
<div class="signs-head">๐ซ Social Impact</div>
<ul class="signs-list">
<li><span class="sdot"></span>Refusing birthday parties, restaurants, or school lunches</li>
<li><span class="sdot"></span>Significant family stress around mealtimes</li>
<li><span class="sdot"></span>Avoidance of summer camps, vacations, or outings</li>
<li><span class="sdot"></span>Peers noticing or commenting on eating differences</li>
</ul>
</div>
<div class="signs-card">
<div class="signs-head">๐ When to Seek Help</div>
<ul class="signs-list">
<li><span class="sdot"></span>Eating fewer than 20 foods total</li>
<li><span class="sdot"></span>Entire food groups refused (all vegetables, all proteins)</li>
<li><span class="sdot"></span>Diet has significantly narrowed over recent months</li>
<li><span class="sdot"></span>GI distress is occurring frequently after meals</li>
<li><span class="sdot"></span>Mealtime behaviors are affecting family functioning</li>
<li><span class="sdot"></span>Child is not meeting growth or nutrition benchmarks</li>
</ul>
</div>
</div>
</div>
<!-- TAB: WHAT HELPS -->
<div class="tab-pane" id="tab-helps">
<div class="help-timeline">
<div class="help-card">
<div class="help-num">1</div>
<div class="help-body">
<div class="help-title">Rule Out Medical Causes First</div>
<div class="help-desc">Before behavioral or sensory intervention begins, consult your child's pediatrician and a pediatric gastroenterologist to evaluate GI conditions, reflux, constipation, allergies, or oral-motor issues. Treating an underlying medical cause may significantly reduce food avoidance that was previously attributed to sensory sensitivity or autism traits alone.</div>
</div>
</div>
<div class="help-card">
<div class="help-num">2</div>
<div class="help-body">
<div class="help-title">ABA Therapy โ Functional Assessment + Graduated Exposure</div>
<div class="help-desc">ABA therapy is supported by consistent evidence for increasing food acceptance in autistic children. A BCBA conducts a Functional Behavior Assessment to identify the specific drivers of food refusal, then builds a graduated exposure plan โ systematically introducing new foods at a pace that respects the child's sensory threshold. Positive reinforcement, stimulus fading, and caregiver training are core components. Studies using ABA consistently reported increased food acceptance and reduced problem mealtime behaviors. (PMC, 2025)</div>
</div>
</div>
<div class="help-card">
<div class="help-num">3</div>
<div class="help-body">
<div class="help-title">Occupational Therapy โ Sensory Desensitization</div>
<div class="help-desc">Occupational therapists address the sensory processing components of food aversion. Research published in PMC found that OT combined with sensory integration strategies produced measurable increases in food acceptance. Key techniques include sensory desensitization outside of mealtimes, oral-motor exercises to build chewing strength, and food play activities โ interacting with foods without any eating expectation.</div>
</div>
</div>
<div class="help-card">
<div class="help-num">4</div>
<div class="help-body">
<div class="help-title">Specialized Feeding Therapy (SOS Approach)</div>
<div class="help-desc">Specialized feeding therapists use structured protocols like the Sequential Oral Sensory (SOS) approach, which progresses through a systematic hierarchy of food interactions โ from tolerating a food's presence to eventually eating it โ without forcing or pressuring the child at any stage. SOS combines behavioral and sensory strategies in a gradual, child-led framework.</div>
</div>
</div>
<div class="help-card">
<div class="help-num">5</div>
<div class="help-body">
<div class="help-title">Multidisciplinary Team Approach</div>
<div class="help-desc">The most effective interventions involve a coordinated team: BCBA + occupational therapist + feeding therapist + pediatric gastroenterologist + dietitian. Each professional addresses a different layer of the feeding challenge โ behavioral, sensory, medical, and nutritional โ and they coordinate to ensure strategies are consistent across settings. Research confirms that parental involvement in this team is also a critical factor in successful outcomes.</div>
</div>
</div>
</div>
</div>
<!-- TAB: HOME TIPS -->
<div class="tab-pane" id="tab-home">
<div class="tips-grid">
<div class="tip-card">
<span class="tip-icon">๐ฅฆ</span>
<div class="tip-title">Offer Control Within Limits</div>
<div class="tip-desc">Present 3โ5 options within a food category (3 vegetables, 3 proteins) and let your child choose. This reduces anxiety while expanding variety over time โ the child maintains a sense of control.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐คฒ</span>
<div class="tip-title">Food Exploration Without Pressure</div>
<div class="tip-desc">Allow touching, smelling, and looking at a new food before any tasting expectation. Repeated sensory exposure โ without pressure to eat โ reduces the novelty response over many exposures.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐
</span>
<div class="tip-title">Be Patient with Repeated Exposure</div>
<div class="tip-desc">Many children need to encounter a food more than 12 times before they're willing to eat it. For autistic children, this timeline is often longer. Consistent, low-pressure exposure is more effective than any single strategy.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐</span>
<div class="tip-title">Keep a Food Diary</div>
<div class="tip-desc">Document what your child will and won't eat, their reactions, and any physical symptoms (GI distress, rashes) after eating specific foods. This helps clinicians design an accurate, personalized intervention plan.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐ </span>
<div class="tip-title">Create Consistent Mealtime Structure</div>
<div class="tip-desc">Consistent meal times, visual schedules, and predictable settings reduce mealtime anxiety. Minimize distractions and keep the environment calm. Predictability helps autistic children feel safer during meals.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐จโ๐ฉโ๐ง</span>
<div class="tip-title">Model Eating Without Commentary</div>
<div class="tip-desc">Eat a variety of foods in front of your child without drawing attention to what they're eating or aren't eating. Modeling without pressure is one of the most effective passive strategies for expanding food acceptance over time.</div>
</div>
</div>
<div class="avoid-box">
<div class="avoid-head">๐ซ Strategies to Avoid</div>
<ul class="avoid-list">
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not force:</strong> Forcing food creates traumatic food associations that worsen aversion long-term and erode trust</li>
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not withhold food:</strong> Withholding food until a child is "hungry enough to eat" is dangerous and inappropriate for autistic children (IIDC/Indiana University)</li>
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not use dessert as a bribe:</strong> Research shows this teaches children to tolerate a food, not enjoy it โ and often intensifies mealtime conflict</li>
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not assume it's a phase:</strong> Autism-related food selectivity typically does not resolve on its own without intervention</li>
</ul>
</div>
</div>
<!-- CTA -->
<div class="cta">
<div class="cta-over">Epic Minds Therapy ยท North Carolina</div>
<h3>Mealtime doesn't have to stay this hard.</h3>
<p>Our clinical team can help identify what's driving your child's food aversions โ and build a plan designed around their specific sensory profile, behavioral patterns, and family life.</p>
<a href="https://epicmindstherapy.com/contact/" class="cta-btn">Schedule a Consultation →</a>
</div>
<p class="src-note">
Statistics and clinical guidance sourced from: PMC/NIH (2013, 2021, 2025), Autism Speaks, SPARK for Autism, IIDC/Indiana University, Frontiers in Pediatrics (2023).<br>
This guide is for educational purposes. Consult a qualified clinical team for individualized assessment and intervention.
</p>
</div>
<script>
function showTab(id) {
document.querySelectorAll('.tab-pane').forEach(p => p.classList.remove('show'));
document.querySelectorAll('.nav-btn').forEach(b => b.classList.remove('active'));
document.getElementById('tab-' + id).classList.add('show');
event.target.classList.add('active');
}
function toggleCause(card) {
const isOpen = card.classList.contains('open');
document.querySelectorAll('.cause-card').forEach(c => c.classList.remove('open'));
if (!isOpen) card.classList.add('open');
}
</script>
</body>
</html>The Three Eating Disorders Most Linked to Autism
1. Avoidant/Restrictive Food Intake Disorder (ARFID)
ARFID is the eating disorder most closely aligned with autism. ARFID involves persistent avoidance or restriction of food โ not driven by body image concerns, but by sensory sensitivity, fear of aversive consequences (like choking or vomiting), or lack of interest in eating.
ARFID was added to the DSM-5 in 2013. Before that, many autistic individuals with ARFID were simply described as extremely picky eaters or had their restricted eating misattributed to autism traits alone.
What separates ARFID from typical selective eating is the degree of functional impairment: weight loss or failure to gain weight, significant nutritional deficiency, and/or marked psychosocial disruption (Attwood & Garnett).
Key distinguishing point: Unlike anorexia nervosa, ARFID is not motivated by fear of weight gain or distorted body image. The restriction is about the food itself โ its sensory properties, unpredictability, or the anxiety associated with eating it.
2. Anorexia Nervosa (AN)
The link between anorexia nervosa and autism has been documented in research since 1983, when Gillberg first identified elevated autism prevalence in anorexic patients. Decades of subsequent research have confirmed this association.
A systematic review published in Frontiers in Psychiatry (2021) found that autistic traits or ASD are present in 4% to 52% of individuals with anorexia nervosa across studies โ with estimates of 20% to 30% of women in treatment for anorexia meeting the clinical threshold for ASD (Frontiers, 2021).
Multiple studies have also demonstrated that anorexia nervosa has a significantly worse treatment course and poorer outcomes in autistic individuals. Research published in ScienceDirect (2021) found that autistic symptoms are associated with poorer response to existing treatments for eating disorders (ScienceDirect, 2021).
Importantly, anorexia has the highest mortality rate of any eating disorder โ causing the death of approximately 5 out of 1,000 people per year โ making early identification of the autism-AN connection clinically critical (ScienceDirect, 2021).
3. Pica
Pica โ the persistent eating of non-food substances for more than one month โ is more commonly associated with autism than with any other condition (Attwood & Garnett). In autism, pica may be related to sensory-seeking behaviors, oral stimulation needs, or limited awareness of what is edible versus non-edible.
Why Eating Disorders and Autism Are Linked: Shared Traits
Understanding the connection between eating disorders and autism requires understanding the traits that both conditions share โ and how those shared traits create vulnerability.
Sensory Sensitivity
Sensory processing differences are a core feature of autism and form part of its diagnostic criteria. Food involves all five senses plus interoception (the capacity to sense internal bodily signals like hunger and fullness). When sensory processing is atypical, the experience of eating โ its textures, smells, temperatures, tastes, and sounds โ can be overwhelming or even painful.
These sensory sensitivities directly fuel both ARFID (avoidance based on sensory properties) and contribute to restrictive patterns that can overlap with anorexia nervosa. Research from the Autism Research Institute confirms that sensory sensitivities are a core overlap between ARFID and autism (Autism Research Institute).
Cognitive Rigidity and Inflexible Thinking
Autism involves inflexible, rule-based thinking โ and once an autistic person has established a pattern or rule around food, it is very difficult to shift. This rigidity can look different in anorexia vs. ARFID, but the underlying mechanism โ adherence to a fixed system โ is often the same.
As clinical researchers at Attwood & Garnett Events describe: "Once an autistic person has made a decision, they can be very determined and stay with the decision, despite data and persuasion to the contrary." In anorexia, this can manifest as black-and-white thinking about weight (thin vs. fat, with no acceptable range), or rigid adherence to calorie rules. In ARFID, it presents as unwavering insistence on specific foods with specific sensory properties (Attwood & Garnett).
Difficulty Recognizing Hunger and Fullness (Interoception)
Many autistic individuals have atypical interoception โ meaning they may not accurately perceive internal body signals like hunger, fullness, thirst, or nausea. This can lead to patterns of under-eating (not noticing hunger), over-eating (not recognizing fullness), or eating becoming dissociated from physiological need entirely.
In anorexia, difficulty recognizing internal states is already a documented feature. When autism is present, this difficulty is compounded, creating a more complex clinical picture.
Intense Focused Interests and Rule-Following
Autistic individuals often develop intense, systematic interests in specific topics. In the context of eating disorders, this can manifest as obsessive calorie counting, systematic attention to nutritional content, or hyper-focus on food rules โ patterns that function as special interests and are therefore extraordinarily difficult to disrupt through standard interventions.
Research by Baron-Cohen and colleagues identified that female adolescents with anorexia exhibited elevated autistic traits, including a "systemizing" of food, weight, and body shape similar to the special interests that develop in autism (Autism UK).
Alexithymia and Emotional Regulation Difficulties
Alexithymia โ difficulty identifying and describing one's own emotions โ is highly prevalent in autism. Emotional dysregulation, which research has identified as a pathway to disordered eating behaviors, is also common. The Autism Research Institute identifies emotion regulation difficulties as one of the core potential mechanisms linking autism and eating disorders (Autism Research Institute).
Why Eating Disorders Are Frequently Missed in Autistic People
Several factors combine to make eating disorders in autistic individuals chronically underidentified:
Masking. Autistic individuals โ particularly women โ often mask or camouflage their autism by imitating neurotypical behavior. This makes identifying autism in eating disorder settings difficult. In the 2023 study reviewed above, 17.5% of eating disorder patients were newly identified as autistic during treatment โ having masked their autism throughout their lives.
Diagnostic overshadowing. Restricted eating in autistic individuals is often attributed entirely to autism traits (sensory sensitivity, rigidity) rather than being assessed as a potentially independent eating disorder requiring separate treatment. This means the eating disorder goes untreated.
Differential diagnosis complexity. The behaviors of ARFID and early-onset anorexia nervosa overlap significantly, particularly in young people. Distinguishing between them โ especially in autistic individuals โ requires careful evaluation of the motivations behind food restriction (sensory avoidance vs. fear of weight gain vs. body image distortion).
As clinical psychologist Dr. Elizabeth Shea describes in Autism UK's professional guidance: "It is crucial we recognise that many young people with autism and ARFID will restrict their intake during periods of stress and anxiety, but that this does not represent a desire to be thinner or reflect a problem with body image" (Autism UK).
Gender and diagnostic bias. The majority of eating disorder research in autism has historically focused on females. The under-representation of males, non-binary individuals, and adults means that eating disorders in these populations are likely underidentified.
What Good Treatment Looks Like: Autism-Informed Eating Disorder Care
Standard eating disorder treatment approaches are frequently ineffective for autistic individuals โ and may actively worsen outcomes by failing to accommodate autistic needs.
Research confirms that autistic individuals receiving eating disorder treatment have longer treatment durations and often poorer outcomes when treatment is not autism-adapted (PMC, 2023).
The most significant development in this area is the PEACE Pathway (Pathway for Eating Disorders and Autism developed from Clinical Experience), developed by the South London and Maudsley NHS Trust Eating Disorders Services. PEACE provides a customized treatment framework for individuals with both ASD and eating disorders โ with evidence that autism-adapted treatment both improves outcomes and reduces treatment costs (Attwood & Garnett).
Key principles of effective autism-informed eating disorder care include:
Sensory accommodations. Treatment settings should minimize unnecessary sensory triggers. This includes offering a wider range of menu options, allowing predictability in food presentation, accommodating texture preferences, and reducing overwhelming environmental stimuli during mealtimes.
Clear, written communication. Autistic individuals often process information better when it's provided in written rather than verbal form. Treatment plans, expectations, and progress should be communicated clearly and consistently.
Understanding the motivation behind restriction. Clinicians must carefully differentiate between ARFID-driven restriction (sensory, anxiety, habit) and anorexia-driven restriction (body image, weight fear) โ as these require fundamentally different interventions.
Addressing underlying anxiety. Anxiety is a significant driver of both eating disorders and autism-related eating difficulties. Effective treatment addresses anxiety directly โ not just eating behaviors.
Multidisciplinary teams. Effective care requires BCBAs, occupational therapists, dietitians, psychologists, and medical providers working in coordination โ each addressing a different layer of the eating challenge.
Professor Kate Tchanturia, Lead Clinical Psychologist for the UK's National Eating Disorder Service, summarizes the clinical priority: "If we can 'see it,' we can 'say it'โฆ and we can 'sort it,' to support people with both conditions" (Attwood & Garnett).
When to Seek Professional Support
Eating disorders are serious, life-threatening conditions. Early identification matters significantly for outcomes. Seek a professional evaluation if an autistic individual is:
Significantly restricting the variety or volume of food eaten
Losing weight or failing to maintain healthy growth
Experiencing significant anxiety, meltdowns, or distress around meals
Eating non-food substances (pica)
Showing signs of obsessive calorie tracking, food rituals, or intense body focus
Being hospitalized or requiring emergency nutrition support
Because eating disorders in autistic individuals are frequently missed, it is important to work with clinicians who are experienced with both autism spectrum disorder and eating disorders โ and who will not assume that all eating difficulties are simply an autism trait.
Conclusion: The Connection Is Real โ and So Is the Path Forward
Eating disorders and autism share deep biological, neurological, and behavioral roots. The research is clear: this is not coincidence. It is a clinically significant co-occurrence that requires clinicians, families, and individuals themselves to understand what they're actually dealing with.
The right support โ one that takes both autism and the eating disorder seriously, adapts the environment, and addresses the underlying neurological drivers โ can make a meaningful difference.
At Blossom ABA Therapy, we understand that eating behaviors don't happen in isolation. They're connected to sensory processing, anxiety, regulation, and the specific ways autistic individuals experience the world. Our team works with each family to address these layers โ not just the surface-level behavior.
Ready to get a clearer picture of what your child or loved one is experiencing? Let's start with a conversation, not a checklist. Connect with our team at Blossom ABA Therapy to talk through what you're seeing and what the right next steps might look like.
๐ Connect with Blossom ABA Therapy today. โ Compassionate, evidence-based care for individuals and families navigating autism.
โ Frequently Asked Questions
Q: Are eating disorders more common in autistic people? A: Yes. Research consistently shows that eating disorders โ particularly anorexia nervosa, ARFID, and pica โ are significantly more prevalent in autistic individuals than in the general population. Estimates suggest that 20% to 30% of people with eating disorders are autistic, and up to 35% of women in inpatient anorexia treatment may be autistic based on validated screening. ARFID affects approximately 11% of autistic individuals, while children with ARFID are 14 times more likely to have autism.
Q: What is the difference between ARFID and anorexia nervosa in autistic people? A: The key difference is motivation. ARFID involves food restriction driven by sensory aversion, fear of choking or vomiting, or lack of interest in eating โ not concerns about body weight or shape. Anorexia nervosa involves food restriction motivated by intense fear of weight gain and a distorted perception of body size. In autistic individuals, these can sometimes overlap and can be challenging to distinguish without careful clinical assessment.
Q: Why are autistic traits linked to eating disorders? A: Several overlapping traits create vulnerability. These include sensory sensitivity (making food sensory experiences overwhelming), cognitive rigidity (making eating patterns very difficult to change), difficulty recognizing hunger and fullness (atypical interoception), intense focused interests that can become organized around food rules or nutrition, and alexithymia (difficulty identifying emotions, which can drive disordered eating as a coping mechanism).
Q: Can standard eating disorder treatment work for autistic people? A: Standard eating disorder treatment is frequently ineffective for autistic individuals when it is not adapted to accommodate autistic needs. Research shows that autistic individuals have longer treatment durations and poorer outcomes in non-adapted settings. Autism-informed treatment โ which includes sensory accommodations, clear written communication, differentiated approaches to restriction, and multidisciplinary support โ significantly improves outcomes.
Q: How do I know if my autistic child has an eating disorder and not just typical autism-related food selectivity? A: This requires professional evaluation. Clinical warning signs that warrant assessment include: significant weight loss or failure to gain appropriate weight, escalating restriction over time, intense anxiety or meltdowns specifically around food, eating of non-food substances, obsessive food rituals, or medical complications from inadequate nutrition. A clinician experienced in both autism and eating disorders can conduct a proper differential assessment.
Q: Is autism sometimes missed in people being treated for eating disorders? A: Yes โ frequently. A 2023 clinical study found that 17.5% of adolescent and young adult females entering eating disorder treatment received a new autism diagnosis during treatment, having not previously been identified as autistic. Masking and diagnostic overshadowing are the primary reasons autism goes unrecognized in eating disorder settings.
Sources
PMC / NIH โ Autism Diagnosis in Females by Eating Disorder Professionals (2023) https://pmc.ncbi.nlm.nih.gov/articles/PMC10173598/
ScienceDirect โ Anorexia Nervosa and Autism Spectrum Disorder: A Systematic Review (2021) https://www.sciencedirect.com/science/article/abs/pii/S0165178121005667
ScienceDirect โ Prevalence of Food Selectivity and Eating Disorders in Autism: A Meta-Analysis (2025) https://www.sciencedirect.com/science/article/abs/pii/S0003448725002471
Frontiers in Psychiatry โ Systematic Review: Overlap Between Eating, Autism Spectrum, and ADHD (2019) https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2019.00708/full
Frontiers in Psychiatry โ Adolescents with ASD and Anorexia Nervosa Comorbidity (2021) https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2021.686030/full
PMC / NIH โ Prevalence of ASD and Autistic Traits in Children with Anorexia Nervosa and ARFID https://pmc.ncbi.nlm.nih.gov/articles/PMC8130445/
Wiley / International Journal of Eating Disorders โ Co-Occurrence of ARFID and Autism: A Prevalence-Based Meta-Analysis (2025) https://onlinelibrary.wiley.com/doi/full/10.1002/eat.24369
PMC / NIH โ Co-Occurrence of ARFID and Autism Meta-Analysis (2025) https://pmc.ncbi.nlm.nih.gov/articles/PMC11891632/
PMC / NIH โ Re-Imagining Connection: Late Autism Diagnosis in Eating Disorder Recovery (2025) https://pmc.ncbi.nlm.nih.gov/articles/PMC12183921/
National Eating Disorders Association (NEDA) โ Eating Disorders and Neurodiversity https://www.nationaleatingdisorders.org/eating-disorders-neurodiversity/
Attwood & Garnett Events โ The Association of Eating Disorders with Autism https://www.attwoodandgarnettevents.com/blogs/news/the-association-of-eating-disorders-with-autism
Autism Research Institute โ Disordered Eating and Autism https://autism.org/disordered-eating-obesity/
Eating Recovery Center โ ARFID & Autism: Navigating Meals & Sensitivity https://www.eatingrecoverycenter.com/resources/autism-arfid-eating-disorders
Medical News Today โ Autism and Anorexia: The Link, Prevalence, Treatment, and Support https://www.medicalnewstoday.com/articles/autism-and-anorexia
National Autistic Society (Autism UK) โ Eating Disorder or Disordered Eating? Eating Patterns in Autism https://www.autism.org.uk/advice-and-guidance/professional-practice/avoidant-eating
Prosper Health โ Autism and Eating Disorders: Signs, Differences, and Support https://www.prosperhealth.io/blog/autism-and-eating-disorders
Food is never just food. For many autistic individuals, every meal is a negotiation between a nervous system that processes the world differently, a brain that craves predictability, and a body that may not clearly signal hunger or fullness.
This is why eating disorders and autism are deeply and consistently linked โ and why that connection is often missed, misdiagnosed, or misunderstood by the people who need to understand it most.
Here's the direct answer: Eating disorders and autism co-occur at significantly elevated rates. Research estimates that 20% to 30% of people with eating disorders are also autistic, and up to 35% of women in inpatient anorexia nervosa units may be autistic based on validated screening tools. The eating disorders most commonly associated with autism are anorexia nervosa (AN), Avoidant/Restrictive Food Intake Disorder (ARFID), and pica. Shared traits โ including sensory sensitivity, rigid thinking, intense focus on specific topics, and difficulty recognizing internal body signals โ create a neurological vulnerability to disordered eating that standard treatment approaches often fail to address.
How Common Is the Co-Occurrence of Eating Disorders and Autism?
The numbers are striking โ and they tell a story of widespread underdiagnosis.
A systematic review published in Frontiers in Psychiatry found that, on average, 4.7% of patients diagnosed with anorexia nervosa, bulimia nervosa, or binge eating disorder received an ASD diagnosis โ a rate higher than the general population prevalence of autism (Frontiers in Psychiatry, 2019).
Research reviewed by the National Eating Disorders Association (NEDA) places estimates higher โ with some studies finding that as much as 23% of people with eating disorders are also autistic (NEDA).
A 2023 clinical study found that 27.5% of young women seeking eating disorder treatment had a high number of autistic traits. Of those, 10% had a pre-existing autism diagnosis, while an additional 17.5% received a new autism diagnosis during treatment โ highlighting how frequently autism goes unidentified in eating disorder populations (PMC, 2023).
In populations already identified as autistic, the data is equally significant. A study published in the International Journal of Eating Disorders (2025) found that ARFID affects approximately 11% of autistic individuals, while a separate large-scale study found that children with ARFID are 14 times more likely to have autism (Wiley/IJED, 2025; Eating Recovery Center).
A systematic review and meta-analysis published in ScienceDirect (2025), drawing on nearly 1,500 patients across five countries, found that food selectivity was significantly higher in individuals with ASD than in typically developing controls, with a mean prevalence of 63.49% (ScienceDirect, 2025).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Autism & Food Aversions Guide | Epic Minds Therapy</title>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:wght@400;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Inter', sans-serif;
background: #faf7f4;
color: #1c1a17;
}
.root {
max-width: 880px;
margin: 0 auto;
padding: 36px 20px 48px;
}
/* HEADER */
.hdr {
text-align: center;
margin-bottom: 32px;
}
.hdr-label {
display: inline-block;
background: #fde68a;
color: #78350f;
font-size: 10.5px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 999px;
margin-bottom: 12px;
}
.hdr h1 {
font-family: 'Fraunces', serif;
font-size: 26px;
font-weight: 700;
color: #1c1a17;
line-height: 1.2;
margin-bottom: 8px;
}
.hdr p {
font-size: 13.5px;
color: #78716c;
line-height: 1.65;
max-width: 560px;
margin: 0 auto;
}
/* STAT STRIP */
.stats {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin-bottom: 36px;
}
.stat-tile {
background: #fff;
border: 1px solid #e7e5e4;
border-radius: 12px;
padding: 14px 18px;
text-align: center;
min-width: 130px;
flex: 1;
max-width: 200px;
}
.stat-num {
font-family: 'Fraunces', serif;
font-size: 30px;
color: #c2410c;
line-height: 1;
margin-bottom: 4px;
}
.stat-lbl {
font-size: 11.5px;
color: #78716c;
line-height: 1.4;
}
/* NAV TABS */
.nav {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: 22px;
justify-content: center;
}
.nav-btn {
padding: 8px 18px;
border-radius: 999px;
border: 1.5px solid #d6d3d1;
background: #fff;
font-size: 12.5px;
font-weight: 600;
color: #78716c;
cursor: pointer;
font-family: 'Inter', sans-serif;
transition: all 0.15s ease;
}
.nav-btn:hover {
border-color: #c2410c;
color: #c2410c;
}
.nav-btn.active {
background: #c2410c;
border-color: #c2410c;
color: #fff;
}
.tab-pane { display: none; }
.tab-pane.show { display: block; }
/* CAUSES */
.causes-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 14px;
}
.cause-card {
background: #fff;
border-radius: 16px;
border: 1px solid #e7e5e4;
padding: 18px 18px 16px;
cursor: pointer;
transition: border-color 0.15s ease;
}
.cause-card:hover { border-color: #fca5a5; }
.cause-card.open { border-color: #c2410c; }
.cause-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 10px;
margin-bottom: 6px;
}
.cause-emoji {
font-size: 24px;
flex-shrink: 0;
}
.cause-toggle {
font-size: 18px;
color: #d6d3d1;
transition: transform 0.2s ease, color 0.2s ease;
line-height: 1;
font-weight: 300;
flex-shrink: 0;
}
.cause-card.open .cause-toggle {
transform: rotate(45deg);
color: #c2410c;
}
.cause-title {
font-size: 14px;
font-weight: 700;
color: #1c1a17;
margin-bottom: 4px;
line-height: 1.3;
}
.cause-teaser {
font-size: 12px;
color: #a8a29e;
}
.cause-detail {
display: none;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #f5f5f4;
}
.cause-card.open .cause-detail { display: block; }
.cause-detail p {
font-size: 12.5px;
color: #57534e;
line-height: 1.65;
margin-bottom: 8px;
}
.cause-detail p:last-child { margin-bottom: 0; }
.stat-tag {
display: inline-block;
background: #fff7ed;
color: #9a3412;
font-size: 11.5px;
font-weight: 700;
padding: 3px 10px;
border-radius: 999px;
margin-bottom: 8px;
}
/* SIGNS */
.signs-wrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}
@media (max-width: 500px) {
.signs-wrap { grid-template-columns: 1fr; }
}
.signs-card {
background: #fff;
border-radius: 14px;
border: 1px solid #e7e5e4;
padding: 16px 18px;
}
.signs-head {
font-size: 13px;
font-weight: 700;
color: #1c1a17;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
}
.signs-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 7px;
}
.signs-list li {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 12.5px;
color: #57534e;
line-height: 1.45;
}
.sdot {
width: 5px;
height: 5px;
border-radius: 50%;
background: #c2410c;
flex-shrink: 0;
margin-top: 6px;
}
/* WHAT HELPS */
.help-timeline {
display: flex;
flex-direction: column;
gap: 12px;
}
.help-card {
background: #fff;
border-radius: 14px;
border: 1px solid #e7e5e4;
padding: 16px 18px;
display: flex;
gap: 14px;
align-items: flex-start;
}
.help-num {
width: 36px;
height: 36px;
border-radius: 50%;
background: #c2410c;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 800;
flex-shrink: 0;
}
.help-body { flex: 1; }
.help-title {
font-size: 14px;
font-weight: 700;
color: #1c1a17;
margin-bottom: 4px;
}
.help-desc {
font-size: 12.5px;
color: #78716c;
line-height: 1.6;
}
/* HOME TIPS */
.tips-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
gap: 12px;
}
.tip-card {
background: #fff;
border-radius: 14px;
border: 1px solid #e7e5e4;
padding: 16px 18px;
border-top: 3px solid #c2410c;
}
.tip-icon { font-size: 22px; margin-bottom: 8px; display: block; }
.tip-title { font-size: 13.5px; font-weight: 700; color: #1c1a17; margin-bottom: 5px; }
.tip-desc { font-size: 12px; color: #78716c; line-height: 1.55; }
.avoid-box {
background: #fff7ed;
border: 1.5px solid #fdba74;
border-radius: 14px;
padding: 16px 18px;
margin-top: 14px;
}
.avoid-head {
font-size: 12.5px;
font-weight: 700;
color: #9a3412;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
}
.avoid-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 6px;
}
.avoid-list li {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 12.5px;
color: #7c2d12;
line-height: 1.5;
}
/* CTA */
.cta {
background: #1c1a17;
border-radius: 18px;
padding: 28px 24px;
text-align: center;
color: #fff;
margin-top: 28px;
}
.cta-over {
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #fbbf24;
margin-bottom: 10px;
}
.cta h3 {
font-family: 'Fraunces', serif;
font-size: 21px;
font-weight: 700;
margin-bottom: 8px;
line-height: 1.25;
}
.cta p {
font-size: 13.5px;
opacity: 0.75;
margin-bottom: 20px;
line-height: 1.6;
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
.cta-btn {
display: inline-block;
background: #c2410c;
color: #fff;
font-weight: 700;
font-size: 14px;
padding: 13px 28px;
border-radius: 999px;
text-decoration: none;
transition: background 0.15s ease;
}
.cta-btn:hover { background: #9a3412; }
.src-note {
font-size: 11px;
color: #a8a29e;
text-align: center;
margin-top: 18px;
line-height: 1.55;
}
</style>
</head>
<body>
<div class="root">
<!-- HEADER -->
<div class="hdr">
<span class="hdr-label">Research-Backed Guide ยท Epic Minds Therapy</span>
<h1>Autism & Food Aversions: Why Your Child Is a Picky Eater</h1>
<p>A research-backed guide to the causes, signs, and evidence-based interventions for food selectivity in autistic children</p>
</div>
<!-- STATS -->
<div class="stats">
<div class="stat-tile">
<div class="stat-num">5ร</div>
<div class="stat-lbl">more likely to have mealtime challenges than neurotypical peers</div>
</div>
<div class="stat-tile">
<div class="stat-num">46โ89%</div>
<div class="stat-lbl">of autistic children have some level of food selectivity</div>
</div>
<div class="stat-tile">
<div class="stat-num">70%</div>
<div class="stat-lbl">choose food based on texture (vs. 11% of neurotypical children)</div>
</div>
<div class="stat-tile">
<div class="stat-num">50%</div>
<div class="stat-lbl">of autistic children report GI symptoms vs. 18% of neurotypical peers</div>
</div>
</div>
<!-- NAV -->
<div class="nav" role="tablist">
<button class="nav-btn active" onclick="showTab('causes')" role="tab">Why It Happens</button>
<button class="nav-btn" onclick="showTab('signs')" role="tab">Signs to Recognize</button>
<button class="nav-btn" onclick="showTab('helps')" role="tab">What Helps</button>
<button class="nav-btn" onclick="showTab('home')" role="tab">At-Home Strategies</button>
</div>
<!-- TAB: CAUSES -->
<div class="tab-pane show" id="tab-causes">
<div class="causes-grid">
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐
</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Sensory Hypersensitivity</div>
<div class="cause-teaser">The most documented driver of food aversion</div>
<div class="cause-detail">
<span class="stat-tag">70% choose food by texture โ PMC, 2013</span>
<p>For an autistic child, the texture, temperature, smell, or appearance of food can be neurologically overwhelming โ not merely unpleasant. Research published in PMC found that 70% of autistic children chose their food based on texture, compared to only 11% of neurotypical children.</p>
<p>Common sensory triggers include mushy or slimy textures, strong smells, mixed foods, unfamiliar colors or brands, and foods that change texture when chewed.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Rigidity and Need for Sameness</div>
<div class="cause-teaser">Predictability is neurologically necessary</div>
<div class="cause-detail">
<span class="stat-tag">Restricted patterns are core to autism</span>
<p>Autism is characterized by restricted and repetitive behaviors โ and this extends to mealtimes. Autistic children often have a deep neurological need for sameness. Food is inherently unpredictable in smell, texture, taste, and appearance.</p>
<p>A child may accept only one brand of chicken nuggets because a different brand has a slightly different smell or texture that registers as a completely different โ and unsafe โ food.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐ซ</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Gastrointestinal Issues</div>
<div class="cause-teaser">Physical pain is a hidden driver</div>
<div class="cause-detail">
<span class="stat-tag">~50% of autistic children have GI symptoms</span>
<p>Nearly 50% of children with autism report GI symptoms โ constipation, diarrhea, bloating, reflux, and abdominal pain โ compared to 18% of neurotypical children.</p>
<p>When eating causes pain, children develop conditioned avoidance. In nonverbal or limited-language children, GI pain often presents as food refusal or escalating selectivity โ which can be misattributed to sensory sensitivity or behavioral rigidity.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐ฐ</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Anxiety and Food Neophobia</div>
<div class="cause-teaser">Fear of new foods, not just dislike</div>
<div class="cause-detail">
<span class="stat-tag">Anxiety co-occurs frequently with autism</span>
<p>Anxiety is one of the most common co-occurring conditions in autism. Food neophobia โ fear of trying new foods โ drives children to refuse foods they've never actually experienced, based on anticipatory dread of an unpleasant sensory outcome.</p>
<p>Autism Speaks is currently funding a research project specifically examining how anxiety and inflexibility contribute to food selectivity in autistic children.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">Oral-Motor Differences</div>
<div class="cause-teaser">Not behavioral โ physiological</div>
<div class="cause-detail">
<span class="stat-tag">Often requires targeted oral-motor therapy</span>
<p>Some autistic children have underdeveloped oral-motor strength โ the muscles used for chewing and swallowing. This makes certain textures genuinely difficult to process mechanically, leading to gagging and avoidance of foods that require significant chewing.</p>
<p>This is a physiological factor that requires occupational therapy or speech-language pathology intervention โ not behavioral intervention alone.</p>
</div>
</div>
<div class="cause-card" onclick="toggleCause(this)">
<div class="cause-top">
<span class="cause-emoji">๐งฌ</span>
<span class="cause-toggle">+</span>
</div>
<div class="cause-title">ARFID Risk</div>
<div class="cause-teaser">A clinical feeding disorder โ underdiagnosed</div>
<div class="cause-detail">
<span class="stat-tag">1 in 5 autistic children at high ARFID risk โ SPARK</span>
<p>Avoidant/Restrictive Food Intake Disorder (ARFID) involves very picky eating, fear of new foods, and sensory-based avoidance without distorted body image. A study of 5,100 autistic SPARK participants found that 21% were at high risk for ARFID โ but only 1% had a formal ARFID diagnosis, suggesting widespread underdiagnosis.</p>
</div>
</div>
</div>
</div>
<!-- TAB: SIGNS -->
<div class="tab-pane" id="tab-signs">
<div class="signs-wrap">
<div class="signs-card">
<div class="signs-head">๐ฝ๏ธ Mealtime Behaviors</div>
<ul class="signs-list">
<li><span class="sdot"></span>Eats fewer than 15โ20 foods total</li>
<li><span class="sdot"></span>Meltdowns when foods touch on the plate</li>
<li><span class="sdot"></span>Accepts only one specific brand of a food</li>
<li><span class="sdot"></span>Requires the same plate, utensil, or seating</li>
<li><span class="sdot"></span>Eats in the same order every meal</li>
<li><span class="sdot"></span>Significant narrowing of accepted foods over time</li>
</ul>
</div>
<div class="signs-card">
<div class="signs-head">๐ฃ Physical & Emotional Signs</div>
<ul class="signs-list">
<li><span class="sdot"></span>Gagging or vomiting when non-preferred foods are near</li>
<li><span class="sdot"></span>Anxiety escalating before unfamiliar meals</li>
<li><span class="sdot"></span>Refusing to sit if a disliked food is on the table</li>
<li><span class="sdot"></span>GI complaints (stomachache, constipation, bloating)</li>
<li><span class="sdot"></span>Rashes or physical reactions after certain foods</li>
<li><span class="sdot"></span>Difficulty growing or maintaining weight</li>
</ul>
</div>
<div class="signs-card">
<div class="signs-head">๐ซ Social Impact</div>
<ul class="signs-list">
<li><span class="sdot"></span>Refusing birthday parties, restaurants, or school lunches</li>
<li><span class="sdot"></span>Significant family stress around mealtimes</li>
<li><span class="sdot"></span>Avoidance of summer camps, vacations, or outings</li>
<li><span class="sdot"></span>Peers noticing or commenting on eating differences</li>
</ul>
</div>
<div class="signs-card">
<div class="signs-head">๐ When to Seek Help</div>
<ul class="signs-list">
<li><span class="sdot"></span>Eating fewer than 20 foods total</li>
<li><span class="sdot"></span>Entire food groups refused (all vegetables, all proteins)</li>
<li><span class="sdot"></span>Diet has significantly narrowed over recent months</li>
<li><span class="sdot"></span>GI distress is occurring frequently after meals</li>
<li><span class="sdot"></span>Mealtime behaviors are affecting family functioning</li>
<li><span class="sdot"></span>Child is not meeting growth or nutrition benchmarks</li>
</ul>
</div>
</div>
</div>
<!-- TAB: WHAT HELPS -->
<div class="tab-pane" id="tab-helps">
<div class="help-timeline">
<div class="help-card">
<div class="help-num">1</div>
<div class="help-body">
<div class="help-title">Rule Out Medical Causes First</div>
<div class="help-desc">Before behavioral or sensory intervention begins, consult your child's pediatrician and a pediatric gastroenterologist to evaluate GI conditions, reflux, constipation, allergies, or oral-motor issues. Treating an underlying medical cause may significantly reduce food avoidance that was previously attributed to sensory sensitivity or autism traits alone.</div>
</div>
</div>
<div class="help-card">
<div class="help-num">2</div>
<div class="help-body">
<div class="help-title">ABA Therapy โ Functional Assessment + Graduated Exposure</div>
<div class="help-desc">ABA therapy is supported by consistent evidence for increasing food acceptance in autistic children. A BCBA conducts a Functional Behavior Assessment to identify the specific drivers of food refusal, then builds a graduated exposure plan โ systematically introducing new foods at a pace that respects the child's sensory threshold. Positive reinforcement, stimulus fading, and caregiver training are core components. Studies using ABA consistently reported increased food acceptance and reduced problem mealtime behaviors. (PMC, 2025)</div>
</div>
</div>
<div class="help-card">
<div class="help-num">3</div>
<div class="help-body">
<div class="help-title">Occupational Therapy โ Sensory Desensitization</div>
<div class="help-desc">Occupational therapists address the sensory processing components of food aversion. Research published in PMC found that OT combined with sensory integration strategies produced measurable increases in food acceptance. Key techniques include sensory desensitization outside of mealtimes, oral-motor exercises to build chewing strength, and food play activities โ interacting with foods without any eating expectation.</div>
</div>
</div>
<div class="help-card">
<div class="help-num">4</div>
<div class="help-body">
<div class="help-title">Specialized Feeding Therapy (SOS Approach)</div>
<div class="help-desc">Specialized feeding therapists use structured protocols like the Sequential Oral Sensory (SOS) approach, which progresses through a systematic hierarchy of food interactions โ from tolerating a food's presence to eventually eating it โ without forcing or pressuring the child at any stage. SOS combines behavioral and sensory strategies in a gradual, child-led framework.</div>
</div>
</div>
<div class="help-card">
<div class="help-num">5</div>
<div class="help-body">
<div class="help-title">Multidisciplinary Team Approach</div>
<div class="help-desc">The most effective interventions involve a coordinated team: BCBA + occupational therapist + feeding therapist + pediatric gastroenterologist + dietitian. Each professional addresses a different layer of the feeding challenge โ behavioral, sensory, medical, and nutritional โ and they coordinate to ensure strategies are consistent across settings. Research confirms that parental involvement in this team is also a critical factor in successful outcomes.</div>
</div>
</div>
</div>
</div>
<!-- TAB: HOME TIPS -->
<div class="tab-pane" id="tab-home">
<div class="tips-grid">
<div class="tip-card">
<span class="tip-icon">๐ฅฆ</span>
<div class="tip-title">Offer Control Within Limits</div>
<div class="tip-desc">Present 3โ5 options within a food category (3 vegetables, 3 proteins) and let your child choose. This reduces anxiety while expanding variety over time โ the child maintains a sense of control.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐คฒ</span>
<div class="tip-title">Food Exploration Without Pressure</div>
<div class="tip-desc">Allow touching, smelling, and looking at a new food before any tasting expectation. Repeated sensory exposure โ without pressure to eat โ reduces the novelty response over many exposures.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐
</span>
<div class="tip-title">Be Patient with Repeated Exposure</div>
<div class="tip-desc">Many children need to encounter a food more than 12 times before they're willing to eat it. For autistic children, this timeline is often longer. Consistent, low-pressure exposure is more effective than any single strategy.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐</span>
<div class="tip-title">Keep a Food Diary</div>
<div class="tip-desc">Document what your child will and won't eat, their reactions, and any physical symptoms (GI distress, rashes) after eating specific foods. This helps clinicians design an accurate, personalized intervention plan.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐ </span>
<div class="tip-title">Create Consistent Mealtime Structure</div>
<div class="tip-desc">Consistent meal times, visual schedules, and predictable settings reduce mealtime anxiety. Minimize distractions and keep the environment calm. Predictability helps autistic children feel safer during meals.</div>
</div>
<div class="tip-card">
<span class="tip-icon">๐จโ๐ฉโ๐ง</span>
<div class="tip-title">Model Eating Without Commentary</div>
<div class="tip-desc">Eat a variety of foods in front of your child without drawing attention to what they're eating or aren't eating. Modeling without pressure is one of the most effective passive strategies for expanding food acceptance over time.</div>
</div>
</div>
<div class="avoid-box">
<div class="avoid-head">๐ซ Strategies to Avoid</div>
<ul class="avoid-list">
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not force:</strong> Forcing food creates traumatic food associations that worsen aversion long-term and erode trust</li>
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not withhold food:</strong> Withholding food until a child is "hungry enough to eat" is dangerous and inappropriate for autistic children (IIDC/Indiana University)</li>
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not use dessert as a bribe:</strong> Research shows this teaches children to tolerate a food, not enjoy it โ and often intensifies mealtime conflict</li>
<li><span class="sdot" style="background:#c2410c;margin-top:6px;"></span><strong>Do not assume it's a phase:</strong> Autism-related food selectivity typically does not resolve on its own without intervention</li>
</ul>
</div>
</div>
<!-- CTA -->
<div class="cta">
<div class="cta-over">Epic Minds Therapy ยท North Carolina</div>
<h3>Mealtime doesn't have to stay this hard.</h3>
<p>Our clinical team can help identify what's driving your child's food aversions โ and build a plan designed around their specific sensory profile, behavioral patterns, and family life.</p>
<a href="https://epicmindstherapy.com/contact/" class="cta-btn">Schedule a Consultation →</a>
</div>
<p class="src-note">
Statistics and clinical guidance sourced from: PMC/NIH (2013, 2021, 2025), Autism Speaks, SPARK for Autism, IIDC/Indiana University, Frontiers in Pediatrics (2023).<br>
This guide is for educational purposes. Consult a qualified clinical team for individualized assessment and intervention.
</p>
</div>
<script>
function showTab(id) {
document.querySelectorAll('.tab-pane').forEach(p => p.classList.remove('show'));
document.querySelectorAll('.nav-btn').forEach(b => b.classList.remove('active'));
document.getElementById('tab-' + id).classList.add('show');
event.target.classList.add('active');
}
function toggleCause(card) {
const isOpen = card.classList.contains('open');
document.querySelectorAll('.cause-card').forEach(c => c.classList.remove('open'));
if (!isOpen) card.classList.add('open');
}
</script>
</body>
</html>The Three Eating Disorders Most Linked to Autism
1. Avoidant/Restrictive Food Intake Disorder (ARFID)
ARFID is the eating disorder most closely aligned with autism. ARFID involves persistent avoidance or restriction of food โ not driven by body image concerns, but by sensory sensitivity, fear of aversive consequences (like choking or vomiting), or lack of interest in eating.
ARFID was added to the DSM-5 in 2013. Before that, many autistic individuals with ARFID were simply described as extremely picky eaters or had their restricted eating misattributed to autism traits alone.
What separates ARFID from typical selective eating is the degree of functional impairment: weight loss or failure to gain weight, significant nutritional deficiency, and/or marked psychosocial disruption (Attwood & Garnett).
Key distinguishing point: Unlike anorexia nervosa, ARFID is not motivated by fear of weight gain or distorted body image. The restriction is about the food itself โ its sensory properties, unpredictability, or the anxiety associated with eating it.
2. Anorexia Nervosa (AN)
The link between anorexia nervosa and autism has been documented in research since 1983, when Gillberg first identified elevated autism prevalence in anorexic patients. Decades of subsequent research have confirmed this association.
A systematic review published in Frontiers in Psychiatry (2021) found that autistic traits or ASD are present in 4% to 52% of individuals with anorexia nervosa across studies โ with estimates of 20% to 30% of women in treatment for anorexia meeting the clinical threshold for ASD (Frontiers, 2021).
Multiple studies have also demonstrated that anorexia nervosa has a significantly worse treatment course and poorer outcomes in autistic individuals. Research published in ScienceDirect (2021) found that autistic symptoms are associated with poorer response to existing treatments for eating disorders (ScienceDirect, 2021).
Importantly, anorexia has the highest mortality rate of any eating disorder โ causing the death of approximately 5 out of 1,000 people per year โ making early identification of the autism-AN connection clinically critical (ScienceDirect, 2021).
3. Pica
Pica โ the persistent eating of non-food substances for more than one month โ is more commonly associated with autism than with any other condition (Attwood & Garnett). In autism, pica may be related to sensory-seeking behaviors, oral stimulation needs, or limited awareness of what is edible versus non-edible.
Why Eating Disorders and Autism Are Linked: Shared Traits
Understanding the connection between eating disorders and autism requires understanding the traits that both conditions share โ and how those shared traits create vulnerability.
Sensory Sensitivity
Sensory processing differences are a core feature of autism and form part of its diagnostic criteria. Food involves all five senses plus interoception (the capacity to sense internal bodily signals like hunger and fullness). When sensory processing is atypical, the experience of eating โ its textures, smells, temperatures, tastes, and sounds โ can be overwhelming or even painful.
These sensory sensitivities directly fuel both ARFID (avoidance based on sensory properties) and contribute to restrictive patterns that can overlap with anorexia nervosa. Research from the Autism Research Institute confirms that sensory sensitivities are a core overlap between ARFID and autism (Autism Research Institute).
Cognitive Rigidity and Inflexible Thinking
Autism involves inflexible, rule-based thinking โ and once an autistic person has established a pattern or rule around food, it is very difficult to shift. This rigidity can look different in anorexia vs. ARFID, but the underlying mechanism โ adherence to a fixed system โ is often the same.
As clinical researchers at Attwood & Garnett Events describe: "Once an autistic person has made a decision, they can be very determined and stay with the decision, despite data and persuasion to the contrary." In anorexia, this can manifest as black-and-white thinking about weight (thin vs. fat, with no acceptable range), or rigid adherence to calorie rules. In ARFID, it presents as unwavering insistence on specific foods with specific sensory properties (Attwood & Garnett).
Difficulty Recognizing Hunger and Fullness (Interoception)
Many autistic individuals have atypical interoception โ meaning they may not accurately perceive internal body signals like hunger, fullness, thirst, or nausea. This can lead to patterns of under-eating (not noticing hunger), over-eating (not recognizing fullness), or eating becoming dissociated from physiological need entirely.
In anorexia, difficulty recognizing internal states is already a documented feature. When autism is present, this difficulty is compounded, creating a more complex clinical picture.
Intense Focused Interests and Rule-Following
Autistic individuals often develop intense, systematic interests in specific topics. In the context of eating disorders, this can manifest as obsessive calorie counting, systematic attention to nutritional content, or hyper-focus on food rules โ patterns that function as special interests and are therefore extraordinarily difficult to disrupt through standard interventions.
Research by Baron-Cohen and colleagues identified that female adolescents with anorexia exhibited elevated autistic traits, including a "systemizing" of food, weight, and body shape similar to the special interests that develop in autism (Autism UK).
Alexithymia and Emotional Regulation Difficulties
Alexithymia โ difficulty identifying and describing one's own emotions โ is highly prevalent in autism. Emotional dysregulation, which research has identified as a pathway to disordered eating behaviors, is also common. The Autism Research Institute identifies emotion regulation difficulties as one of the core potential mechanisms linking autism and eating disorders (Autism Research Institute).
Why Eating Disorders Are Frequently Missed in Autistic People
Several factors combine to make eating disorders in autistic individuals chronically underidentified:
Masking. Autistic individuals โ particularly women โ often mask or camouflage their autism by imitating neurotypical behavior. This makes identifying autism in eating disorder settings difficult. In the 2023 study reviewed above, 17.5% of eating disorder patients were newly identified as autistic during treatment โ having masked their autism throughout their lives.
Diagnostic overshadowing. Restricted eating in autistic individuals is often attributed entirely to autism traits (sensory sensitivity, rigidity) rather than being assessed as a potentially independent eating disorder requiring separate treatment. This means the eating disorder goes untreated.
Differential diagnosis complexity. The behaviors of ARFID and early-onset anorexia nervosa overlap significantly, particularly in young people. Distinguishing between them โ especially in autistic individuals โ requires careful evaluation of the motivations behind food restriction (sensory avoidance vs. fear of weight gain vs. body image distortion).
As clinical psychologist Dr. Elizabeth Shea describes in Autism UK's professional guidance: "It is crucial we recognise that many young people with autism and ARFID will restrict their intake during periods of stress and anxiety, but that this does not represent a desire to be thinner or reflect a problem with body image" (Autism UK).
Gender and diagnostic bias. The majority of eating disorder research in autism has historically focused on females. The under-representation of males, non-binary individuals, and adults means that eating disorders in these populations are likely underidentified.
What Good Treatment Looks Like: Autism-Informed Eating Disorder Care
Standard eating disorder treatment approaches are frequently ineffective for autistic individuals โ and may actively worsen outcomes by failing to accommodate autistic needs.
Research confirms that autistic individuals receiving eating disorder treatment have longer treatment durations and often poorer outcomes when treatment is not autism-adapted (PMC, 2023).
The most significant development in this area is the PEACE Pathway (Pathway for Eating Disorders and Autism developed from Clinical Experience), developed by the South London and Maudsley NHS Trust Eating Disorders Services. PEACE provides a customized treatment framework for individuals with both ASD and eating disorders โ with evidence that autism-adapted treatment both improves outcomes and reduces treatment costs (Attwood & Garnett).
Key principles of effective autism-informed eating disorder care include:
Sensory accommodations. Treatment settings should minimize unnecessary sensory triggers. This includes offering a wider range of menu options, allowing predictability in food presentation, accommodating texture preferences, and reducing overwhelming environmental stimuli during mealtimes.
Clear, written communication. Autistic individuals often process information better when it's provided in written rather than verbal form. Treatment plans, expectations, and progress should be communicated clearly and consistently.
Understanding the motivation behind restriction. Clinicians must carefully differentiate between ARFID-driven restriction (sensory, anxiety, habit) and anorexia-driven restriction (body image, weight fear) โ as these require fundamentally different interventions.
Addressing underlying anxiety. Anxiety is a significant driver of both eating disorders and autism-related eating difficulties. Effective treatment addresses anxiety directly โ not just eating behaviors.
Multidisciplinary teams. Effective care requires BCBAs, occupational therapists, dietitians, psychologists, and medical providers working in coordination โ each addressing a different layer of the eating challenge.
Professor Kate Tchanturia, Lead Clinical Psychologist for the UK's National Eating Disorder Service, summarizes the clinical priority: "If we can 'see it,' we can 'say it'โฆ and we can 'sort it,' to support people with both conditions" (Attwood & Garnett).
When to Seek Professional Support
Eating disorders are serious, life-threatening conditions. Early identification matters significantly for outcomes. Seek a professional evaluation if an autistic individual is:
Significantly restricting the variety or volume of food eaten
Losing weight or failing to maintain healthy growth
Experiencing significant anxiety, meltdowns, or distress around meals
Eating non-food substances (pica)
Showing signs of obsessive calorie tracking, food rituals, or intense body focus
Being hospitalized or requiring emergency nutrition support
Because eating disorders in autistic individuals are frequently missed, it is important to work with clinicians who are experienced with both autism spectrum disorder and eating disorders โ and who will not assume that all eating difficulties are simply an autism trait.
Conclusion: The Connection Is Real โ and So Is the Path Forward
Eating disorders and autism share deep biological, neurological, and behavioral roots. The research is clear: this is not coincidence. It is a clinically significant co-occurrence that requires clinicians, families, and individuals themselves to understand what they're actually dealing with.
The right support โ one that takes both autism and the eating disorder seriously, adapts the environment, and addresses the underlying neurological drivers โ can make a meaningful difference.
At Blossom ABA Therapy, we understand that eating behaviors don't happen in isolation. They're connected to sensory processing, anxiety, regulation, and the specific ways autistic individuals experience the world. Our team works with each family to address these layers โ not just the surface-level behavior.
Ready to get a clearer picture of what your child or loved one is experiencing? Let's start with a conversation, not a checklist. Connect with our team at Blossom ABA Therapy to talk through what you're seeing and what the right next steps might look like.
๐ Connect with Blossom ABA Therapy today. โ Compassionate, evidence-based care for individuals and families navigating autism.
โ Frequently Asked Questions
Q: Are eating disorders more common in autistic people? A: Yes. Research consistently shows that eating disorders โ particularly anorexia nervosa, ARFID, and pica โ are significantly more prevalent in autistic individuals than in the general population. Estimates suggest that 20% to 30% of people with eating disorders are autistic, and up to 35% of women in inpatient anorexia treatment may be autistic based on validated screening. ARFID affects approximately 11% of autistic individuals, while children with ARFID are 14 times more likely to have autism.
Q: What is the difference between ARFID and anorexia nervosa in autistic people? A: The key difference is motivation. ARFID involves food restriction driven by sensory aversion, fear of choking or vomiting, or lack of interest in eating โ not concerns about body weight or shape. Anorexia nervosa involves food restriction motivated by intense fear of weight gain and a distorted perception of body size. In autistic individuals, these can sometimes overlap and can be challenging to distinguish without careful clinical assessment.
Q: Why are autistic traits linked to eating disorders? A: Several overlapping traits create vulnerability. These include sensory sensitivity (making food sensory experiences overwhelming), cognitive rigidity (making eating patterns very difficult to change), difficulty recognizing hunger and fullness (atypical interoception), intense focused interests that can become organized around food rules or nutrition, and alexithymia (difficulty identifying emotions, which can drive disordered eating as a coping mechanism).
Q: Can standard eating disorder treatment work for autistic people? A: Standard eating disorder treatment is frequently ineffective for autistic individuals when it is not adapted to accommodate autistic needs. Research shows that autistic individuals have longer treatment durations and poorer outcomes in non-adapted settings. Autism-informed treatment โ which includes sensory accommodations, clear written communication, differentiated approaches to restriction, and multidisciplinary support โ significantly improves outcomes.
Q: How do I know if my autistic child has an eating disorder and not just typical autism-related food selectivity? A: This requires professional evaluation. Clinical warning signs that warrant assessment include: significant weight loss or failure to gain appropriate weight, escalating restriction over time, intense anxiety or meltdowns specifically around food, eating of non-food substances, obsessive food rituals, or medical complications from inadequate nutrition. A clinician experienced in both autism and eating disorders can conduct a proper differential assessment.
Q: Is autism sometimes missed in people being treated for eating disorders? A: Yes โ frequently. A 2023 clinical study found that 17.5% of adolescent and young adult females entering eating disorder treatment received a new autism diagnosis during treatment, having not previously been identified as autistic. Masking and diagnostic overshadowing are the primary reasons autism goes unrecognized in eating disorder settings.
Sources
PMC / NIH โ Autism Diagnosis in Females by Eating Disorder Professionals (2023) https://pmc.ncbi.nlm.nih.gov/articles/PMC10173598/
ScienceDirect โ Anorexia Nervosa and Autism Spectrum Disorder: A Systematic Review (2021) https://www.sciencedirect.com/science/article/abs/pii/S0165178121005667
ScienceDirect โ Prevalence of Food Selectivity and Eating Disorders in Autism: A Meta-Analysis (2025) https://www.sciencedirect.com/science/article/abs/pii/S0003448725002471
Frontiers in Psychiatry โ Systematic Review: Overlap Between Eating, Autism Spectrum, and ADHD (2019) https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2019.00708/full
Frontiers in Psychiatry โ Adolescents with ASD and Anorexia Nervosa Comorbidity (2021) https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2021.686030/full
PMC / NIH โ Prevalence of ASD and Autistic Traits in Children with Anorexia Nervosa and ARFID https://pmc.ncbi.nlm.nih.gov/articles/PMC8130445/
Wiley / International Journal of Eating Disorders โ Co-Occurrence of ARFID and Autism: A Prevalence-Based Meta-Analysis (2025) https://onlinelibrary.wiley.com/doi/full/10.1002/eat.24369
PMC / NIH โ Co-Occurrence of ARFID and Autism Meta-Analysis (2025) https://pmc.ncbi.nlm.nih.gov/articles/PMC11891632/
PMC / NIH โ Re-Imagining Connection: Late Autism Diagnosis in Eating Disorder Recovery (2025) https://pmc.ncbi.nlm.nih.gov/articles/PMC12183921/
National Eating Disorders Association (NEDA) โ Eating Disorders and Neurodiversity https://www.nationaleatingdisorders.org/eating-disorders-neurodiversity/
Attwood & Garnett Events โ The Association of Eating Disorders with Autism https://www.attwoodandgarnettevents.com/blogs/news/the-association-of-eating-disorders-with-autism
Autism Research Institute โ Disordered Eating and Autism https://autism.org/disordered-eating-obesity/
Eating Recovery Center โ ARFID & Autism: Navigating Meals & Sensitivity https://www.eatingrecoverycenter.com/resources/autism-arfid-eating-disorders
Medical News Today โ Autism and Anorexia: The Link, Prevalence, Treatment, and Support https://www.medicalnewstoday.com/articles/autism-and-anorexia
National Autistic Society (Autism UK) โ Eating Disorder or Disordered Eating? Eating Patterns in Autism https://www.autism.org.uk/advice-and-guidance/professional-practice/avoidant-eating
Prosper Health โ Autism and Eating Disorders: Signs, Differences, and Support https://www.prosperhealth.io/blog/autism-and-eating-disorders
The Hidden Overlap: Eating Disorders and Autism Spectrum Disorder Explained | Blossom ABA Therapy
The Hidden Overlap: Eating Disorders and Autism Spectrum Disorder Explained | Blossom ABA Therapy


Seeking Support?
We're Here to Help!
Our dedicated professionals specialize in ABA therapy to foster your child's growth and happiness. We're here to provide the personalized care and attention your child deserves. Reach out to learn how we can support your family's journey.
Connect With Our ABA Experts Today.
News & Blogs
News & Blogs
Latest News & Blogs
Latest News & Blogs
Latest News & Blogs
Latest News & Blogs
Sources:
Sources:
Sources:

ARE YOU PASSIONATE ABOUT HELPING CHILDREN
ARE YOU PASSIONATE ABOUT HELPING CHILDREN
Join Our Team
Join Our Team
Join Our Team
Blossom Therapy constantly seeks qualified BCBAs and RBTs to fill full and part-time positions.
Blossom Therapy constantly seeks qualified BCBAs and RBTs to fill full and part-time positions.


ABA THERAPY
ABA THERAPY
ABA THERAPY
Get ABA Therapy for your child
Get ABA Therapy for your child
Get ABA Therapy for your child
Empowering Progress: Navigating ABA Therapy for Your Child's Development
Empowering Progress: Navigating ABA Therapy for Your Child's Development
Empowering Progress: Navigating ABA Therapy for Your Child's Development
Empowering Progress: Navigating ABA Therapy for Your Child's Development
Our New Clinic in Riverdale, Georgia is Coming Soon! Learn More.โ


