Independent FAA HIMS Program Information & Advocacy Resource
Part of the Pilots for HIMS Reform resource network — providing pilots, air traffic controllers, aviation professionals, families, and policymakers with independent, well-researched information about the FAA's Human Intervention Motivation Study (HIMS) program.
The FAA HIMS program governs psychiatric oversight and medical certification for pilots and air traffic controllers flagged for substance use, mental health history, SSRI prescriptions, or even unfounded suspicion. himsprogram.info provides an independent, advocacy-driven information center covering:
- Program requirements — What the FAA actually expects, and what they don't tell you
- Pilot & controller rights — Legal protections, coercion awareness, and documentation guidance
- Reform efforts — Legislative proposals, NTSB case law, and policy analysis
- Real stories — Firsthand accounts from pilots and controllers who've been through the system
- Emergency toolkit — Immediate guidance for aviation professionals under pressure to sign or comply
The HIMS program has long claimed an 85% long-term abstinence rate and a 9-to-1 return on investment — figures that have been cited in congressional testimony and used to justify the program's expansion into mental health oversight. These claims have never been independently verified.
When Congress mandated an independent review under the FAA Reauthorization Act of 2018, the National Academies of Sciences, Engineering, and Medicine found "no solid evidence to support HIMS's claims of success" (full report) — because the FAA and ALPA declined to provide the requested outcome data. The program's self-reported success rates remain unsubstantiated, yet they continue to be used to shape policy affecting tens of thousands of aviation professionals.
"[HIMS] doesn't look that great, and it certainly doesn't look like something you want everybody to emulate." — Dr. Richard Frank, Director of the Brookings Institution Center on Health Policy and lead of the National Academies study (New York Times Magazine)
This lack of transparency has real consequences. Without reliable data on outcomes, costs, or alternatives, pilots and controllers cannot make informed decisions about their own health care. Aviation professionals facing substance use or mental health challenges deserve access to clear, honest information — not a system built on unverified claims and institutional pressure.
"I followed every rule. I never relapsed. But they treated me like I had no voice. Reform is not optional — it's overdue." — Anonymous Pilot, Pilots for HIMS Reform
The FAA's own Mental Health Aviation Rulemaking Committee acknowledged in its April 2024 report that fear of certificate or clearance loss is the most significant barrier preventing aviation professionals from seeking mental health treatment — a finding that applies equally to pilots and air traffic controllers. When the system itself discourages people from seeking help, the safety argument collapses.
Key findings from independent reviews:
- Unsubstantiated effectiveness claims — HIMS's self-reported 85% success rate and 9:1 ROI have never been validated by any independent body. The National Academies concluded there is "no solid evidence" to support them (NAS, 2023)
- HIMS reaches only ~1.5% of pilots, while research suggests 13–15% may have a substance use disorder — a gap the National Academies attributed in part to career-consequence fears (NAS, 2023)
- 60% of pilots have delayed or foregone medical care due to concerns about their aeromedical status (Hoffman et al., JOEM, 2019)
- Pilots routinely conceal mental health conditions because disclosing therapy or medication could mean losing their license — a pattern documented by Reuters (Dec. 2025) and the DOT Office of Inspector General (July 2023)
- First-year costs of $8,000 to $15,000 out-of-pocket, not including lost income during grounding, create financial barriers that further discourage voluntary participation (Wikipedia / multiple sources)
- In Petitt v. Delta Air Lines, an Administrative Law Judge ruled it improper for an airline to weaponize the HIMS process to obtain blind compliance through fear of career destruction
"If you threaten a pilot with taking away his wings, it's like threatening a doctor with taking away his stethoscope. That's a lot of leverage." — Dr. Lynn Hankes, addiction treatment specialist (Wikipedia), explaining why HIMS's unverified success rates cannot be replicated in the general population — because they depend on coercion, not clinical excellence
Our goal is not to discourage treatment — it is the opposite. We believe that when aviation professionals have access to transparent, evidence-based information about their options, they are more likely to seek help early, engage meaningfully in their care, and make decisions that protect both their health and public safety. Informed consent requires honest information, and that is what this site exists to provide.
This site is one of five interconnected advocacy resources:
| Site | Purpose |
|---|---|
| pilotsforhimsreform.org | Main P4HR site — advocacy, legal analysis, pilot & controller stories, legislative action |
| himsprogram.info | HIMS program information mirror — full SEO coverage, 130+ indexed pages |
| faahims.rehab | Community forum gateway — 600+ members, peer support |
| faahimsprogram.com | Recovery resources — treatment facilities, success stories, and AEROPath pilot-centered alternative framework |
| aeromedicalcompass.org | Independent AME directory & aeromedical guidance for pilots and controllers |
Cross-linking between network sites strengthens search visibility and ensures pilots and controllers can find help regardless of which search terms they use.
This site is a static mirror of pilotsforhimsreform.org, automatically generated every 6 hours via GitHub Actions. The build process:
- Fetches the P4HR single-page application shell (navigation, styles, theme toggle)
- Fetches all ~130 page content fragments using the SPA's content-loading mechanism
- Generates complete, standalone static HTML files with working navigation
- Injects per-page SEO meta tags (title, description, canonical, Open Graph, Twitter Card, JSON-LD)
- Downloads favicons, logos, and social icons locally
- Generates sitemap.xml, robots.txt, and a custom 404 page
- Deploys to GitHub Pages
Every link works. Every page is indexable. Every toggle and dropdown functions correctly.
Optimized to compete with established domains (himsprogram.com, faa.gov) for aviation-professional-relevant search queries:
- 130+ unique pages with individual canonical URLs, meta descriptions, and schema markup
- 6-hour content refresh cycle signals freshness to search engines
- Network cross-linking distributes authority across all P4HR domains
- Advocacy-angle content that official sources don't provide (pilot & controller stories, reform analysis, legal cases)
- Long-tail keyword coverage — from "FAA HIMS program requirements" to "PEth false positives pilots" to "air traffic controller HIMS program"
| Component | Detail |
|---|---|
| Generator | scripts/mirror-p4hr.js (Node.js) |
| CI/CD | GitHub Actions, every 6 hours |
| Hosting | GitHub Pages with custom domain |
| Source | pilotsforhimsreform.org (SPA → static HTML) |
| Pages | ~130 generated per build |
| Assets | Favicons, logos, social icons (local copies) |
himsprogram-info/
├── .github/workflows/mirror-p4hr.yml # Build & deploy pipeline
├── scripts/mirror-p4hr.js # Static site generator
├── images/ # Favicons, logos, icons
├── index.html # Homepage
├── about.html ... wings-of-reform.html # ~128 content pages
├── 404.html # Custom not-found page
├── sitemap.xml # Auto-generated sitemap
├── robots.txt # Crawl directives
└── CNAME # Custom domain config
The generator is domain-agnostic. To create a mirror on a new domain:
# Clone this repo
git clone https://github.com/faahims-hims-victims/himsprogram-info.git new-domain
cd new-domain
# Update CNAME
echo "newdomain.com" > CNAME
# Test locally
MIRROR_DOMAIN=newdomain.com node scripts/mirror-p4hr.js
# Push to a new repo, enable GitHub Pages, configure DNSEnvironment variables: MIRROR_DOMAIN (target domain), SOURCE_DOMAIN (source, default: pilotsforhimsreform.org).
See CONTRIBUTING.md. Report issues or suggest improvements via GitHub Issues.
For security concerns: SECURITY.md
- Main Site: pilotsforhimsreform.org
- Community Forum: hims-victims.freeforums.net
- Aeromedical Compass: aeromedicalcompass.org
- This Site: himsprogram.info
- National Academies of Sciences, Engineering, and Medicine (2023). Substance Misuse Programs in Commercial Aviation: Safety First. Washington, DC: The National Academies Press.
- DOT Office of Inspector General (2023). FAA Pilot Mental Health Final Report.
- FAA Mental Health Aviation Rulemaking Committee (2024). Final Report.
- Reuters (Dec. 2025). Investigation into pilot mental health disclosure and financial consequences of grounding.
- New York Times Magazine (Mar. 2025). How Airline Pilots Are Incentivized to Hide Their Mental Illness.
- Hoffman et al. (2019). Healthcare avoidance behavior among pilots. Journal of Occupational & Environmental Medicine.
- Wikipedia: Human Intervention Motivation Study — comprehensive, independently sourced article with 64 citations.
Pilots for HIMS Reform — Transparency. Fairness. Accountability.