A Complete Guide to Building Medical Device Software for the USA: Compliance and Beyond

Table of ContentsToggle Table of Content

✓ Link copied to clipboard!

Summarize with AI

Building medical device software for the United States means clearing two connected hurdles: proving your product is safe and effective to the FDA, and building it against a stack of quality and engineering standards that the FDA expects you to follow. As of February 2026, the ground rules changed. The new Quality Management System Regulation (QMSR) is now in force, cybersecurity is a legal requirement rather than a best practice, and the FDA has opened a clear path for updating AI models after clearance. This guide walks through the full compliance map, from figuring out whether your software is even a medical device to submitting to the FDA and shipping with confidence.

What counts as medical device software in the US?

Software qualifies as a medical device when it is intended to diagnose, treat, cure, mitigate, or prevent a disease or condition, regardless of whether it runs on dedicated hardware or entirely in the cloud. The intended use, not the technology, is what triggers regulation.

There are three broad categories worth knowing:

  • Software as a Medical Device (SaMD): software that performs a medical function on its own, without being part of a hardware device. A mobile app that analyzes retinal images to flag diabetic retinopathy is SaMD.
  • Software in a Medical Device (SiMD): software embedded in or driving a physical device, such as the firmware controlling an infusion pump.
  • Device software functions: the FDA’s umbrella term for software functions that meet the device definition, whether standalone or embedded.

There is also a large gray zone. General wellness apps that promote a healthy lifestyle without making disease claims usually fall outside FDA oversight, and many Clinical Decision Support tools are exempt if a clinician can independently review the basis for the software’s recommendation. If you are not certain where your product lands, that decision is the first thing to resolve, because it determines everything that follows.

Quick test: Does your software make a clinical claim? Does it drive or inform a treatment decision? Does a physician rely on its output without being able to verify the reasoning? If you answered yes to any of these, plan for FDA regulation.

The 2026 US regulatory landscape at a glance

Four frameworks now govern medical device software in the US: FDA device classification, the QMSR, the IEC 62304 software lifecycle standard, and device-specific cybersecurity law. Here is where each stands in 2026.

Framework What it covers 2026 status
QMSR (21 CFR Part 820) Quality management system Effective February 2, 2026. Replaced the old Quality System Regulation and now incorporates ISO 13485:2016 by reference.
Computer Software Assurance (CSA) Validating software used in production and quality systems Final FDA guidance issued September 2025, updated in February 2026 to align with QMSR terminology.
PCCP for AI Pre-authorized updates to AI-enabled software Final FDA guidance in force, allowing model updates without a new marketing submission.
IEC 62304 Software development lifecycle Edition 1 (2006 plus 2015 amendment) is current. Edition 2, a structural overhaul, is expected around August 2026.

Why this matters right now: most competing content and many internal playbooks still describe the retired Quality System Regulation or treat QMSR as a future event. Building against the current framework, and citing the FDA’s official QMSR page directly, is the difference between an audit-ready product and an expensive surprise.

Does your software need FDA clearance?

FDA oversight depends on your device class, which is set by risk. There are three classes, and each maps to a different route to market.

Medical Device Software Classification

  • Class I (low risk): many are exempt from premarket review. Think basic administrative or record-keeping tools.
  • Class II (moderate risk): the largest category for software. Most reach the market through a 510(k) submission, which demonstrates the product is substantially equivalent to a legally marketed device.
  • Class III (high risk): software that sustains life or presents high potential for harm. These require Premarket Approval (PMA), the most demanding pathway.

When no predicate device exists for a novel, low-to-moderate-risk product, the De Novo pathway creates a new classification. To find where your product sits, search the FDA Product Classification database by function and locate your three-letter product code. This single step drives your submission type, your testing burden, and your timeline, which is exactly why so many projects lose months by getting it wrong. Ailoitte’s developer’s guide to FDA approval breaks this classification exercise down with software-specific examples.

The compliance stack: standards you build against

US medical device software development is built against a layered set of standards, each owning a different risk domain. Treat them as a stack, not a checklist.

  • QMSR and ISO 13485: your quality management system. QMSR incorporates ISO 13485:2016 by reference and forms the backbone of how the FDA now inspects device makers. Important nuance: ISO 13485 certification alone does not make you QMSR-compliant, because the FDA layered on its own requirements for records, labeling, and integration with programs like Unique Device Identification and medical device reporting.
  • IEC 62304: the software development lifecycle, covering planning through maintenance.
  • ISO 14971: risk management, the discipline that ties the whole stack together.
  • IEC 62366-1: usability engineering, because a use error can be as dangerous as a code defect.
  • HIPAA: data privacy, which applies only if your software handles protected health information.

Thinking of these as separate silos is a common failure mode. Risk management under ISO 14971 feeds into your IEC 62304 safety classification, which shapes your design controls under QMSR. They interlock.

Ready to scope your build against these standards? Talk to a team that ships regulated healthcare software.

The software development lifecycle under IEC 62304

IEC 62304 defines the lifecycle processes for medical device software and scales the required rigor to how much harm the software could cause. It is a process standard, not a product standard: it tells you what activities and documentation are required, not how to write your code.

The current edition sorts software into three safety classes:

  • Class A: no injury or damage to health is possible.
  • Class B: non-serious injury is possible.
  • Class C: death or serious injury is possible.

Your class determines how much of the standard’s lifecycle you must formally execute and document: planning, requirements analysis, architectural design, detailed design, implementation, integration and testing, verification, release, and ongoing maintenance.

The big shift on the horizon is Edition 2, expected around August 2026. It replaces the three safety classes with two process rigor levels, adds explicit requirements for AI and machine learning lifecycles, deepens cybersecurity expectations, and widens the scope to cover all health software rather than only formally regulated devices. The practical takeaway: if you are starting a build in 2026, architect your documentation with Edition 2 in mind so you are not retrofitting a year from now.

Design controls, documentation, and traceability

FDA design controls require you to prove, with documented traceability, that the software you built matches the software you specified. This is where regulatory theory becomes daily engineering practice.

At the center sits the Design History File, the record that demonstrates the design was developed according to your plan. It links design inputs (what the software must do) to design outputs (what you actually built) to verification and validation (evidence that the outputs meet the inputs and the user’s real needs). The connective tissue is a traceability matrix that maps every requirement to its design element and its test.

The teams that struggle are almost always the ones that treat documentation as a submission-week scramble. Reconstructing traceability after the fact is slow, error-prone, and a red flag to reviewers. Documenting as you build is faster overall and produces a cleaner submission.

Cybersecurity is now a legal requirement

Under Section 524B of the Federal Food, Drug, and Cosmetic Act, cybersecurity is a mandatory part of premarket submissions for cyber devices. It is no longer an optional layer you can defer to a later release.

Three expectations sit at the core:

  • A Software Bill of Materials (SBOM): a complete inventory of the components in your software, including open-source and third-party code, so vulnerabilities can be tracked across the product’s life.
  • Secure-by-design and threat modeling: demonstrating that you identified threats and designed controls against them, rather than bolting on security at the end.
  • Postmarket vigilance: a plan for monitoring, patching, and coordinated vulnerability disclosure after launch.

The supporting standard here is IEC 81001-5-1, which sets out the security activities across the health software lifecycle. If your product connects to a network, syncs to the cloud, or receives updates, plan for 524B from day one.

Building AI and machine learning into medical device software

AI-enabled medical software can be updated after clearance without filing a new submission, provided the changes were pre-authorized in a Predetermined Change Control Plan (PCCP). This is one of the most important regulatory developments for modern health software, because a learning model that never changes defeats the purpose of using AI at all.

Historically, a meaningful change to an algorithm counted as a change to the device and could trigger a fresh 510(k), De Novo, or PMA supplement. The PCCP framework, detailed in the FDA’s final guidance for AI-enabled device software functions, lets you define your intended changes up front and get them authorized alongside the initial submission.

A PCCP has three parts:

  1. Description of Modifications: the specific changes you plan, such as retraining on new data.
  2. Modification Protocol: how you will develop, validate, implement, and monitor those changes.
  3. Impact Assessment: an analysis of the benefits and risks of the planned changes.

The urgency is grounded in data. A 2025 study in JMIR Medical Informatics that analyzed 27 years of FDA recall data found that device design and software design root causes accounted for 50 percent of recalls among AI and machine learning enabled devices. In other words, AI raises the stakes on disciplined development, and the PCCP is the FDA’s mechanism for keeping iteration safe. Pairing a PCCP with early FDA feedback through the Q-Submission Program is one of the most effective ways to de-risk an AI build.

HIPAA and data privacy for connected health software

If your software creates, stores, or transmits protected health information, HIPAA compliance sits on top of FDA requirements, not instead of them. A product can be a cleared medical device and still be non-compliant with HIPAA, and vice versa.

The technical safeguards that matter most are encryption in transit and at rest, role-based access control, and complete audit logging of who touched what data and when. Just as important, every cloud provider, analytics vendor, or third party that handles PHI on your behalf needs a Business Associate Agreement in place. For a deeper walkthrough of building to this standard, see Ailoitte’s approach to HIPAA-compliant software development.

The FDA submission pathway, step by step

Reaching the US market follows a repeatable sequence. Knowing the order helps you plan resourcing and avoid rework.

  1. Classify the device and confirm the pathway (510(k), De Novo, or PMA).
  2. Stand up your quality management system aligned to QMSR and ISO 13485.
  3. Execute the IEC 62304 lifecycle with documentation built as you go.
  4. Build the risk management file under ISO 14971.
  5. Assemble cybersecurity documentation, including your SBOM and threat model.
  6. Consider a pre-submission (Q-Sub) meeting to get FDA feedback before you file, especially for novel products or AI.
  7. Submit your application with all supporting evidence.
  8. Respond to FDA review questions and secure clearance or approval.
  9. Set up postmarket surveillance, including adverse event reporting and, for connected devices, vulnerability monitoring.

Early engagement pays off. The Q-Submission Program lets you validate your regulatory strategy, and your proposed PCCP, before you have sunk the full cost of a submission.

Compliance mistakes that blow up timelines and budgets

Most medical device software delays come from process gaps discovered late, not from the code itself. Across builds, the same avoidable mistakes recur:

  • Documenting after the fact. Reconstructing design history and traceability before a submission burns weeks and invites reviewer scrutiny.
  • Misclassifying the device. Picking the wrong class or pathway can mean redoing testing and evidence from scratch.
  • Deferring cybersecurity and usability. Both are now core design activities, not launch-week cleanup.
  • Assuming ISO 13485 equals QMSR readiness. The FDA-specific additions still need to be met.
  • Building AI with no change-control plan. Without a PCCP, every model improvement risks becoming a new submission.

The common thread is treating compliance as a phase at the end rather than a discipline woven through the build. Teams that bake regulatory thinking into sprint planning ship faster and cleaner.

Choosing a development partner

The right partner brings regulatory fluency and quality-system discipline, not just engineering capacity. When evaluating a medical device software development team, look for a QMS-aligned process, demonstrated IEC 62304 and ISO 14971 experience, security certifications, and a verifiable delivery record in regulated healthcare.

This is where a track record matters more than a pitch. Ailoitte builds HIPAA-ready healthcare software backed by ISO 27001 and ISO 9001 certifications, with more than 300 products delivered across 21 countries. That includes work like the Utsah Smart Ring, built with Sri Sri Tattva, which achieved 95 percent accuracy on heart rate and HRV and 90 percent accuracy on sleep tracking, exactly the kind of connected, sensor-driven health product where getting compliance and quality right is non-negotiable.

What medical device software costs and what drives it

Cost is driven less by feature count than by device class, software safety class, and documentation burden. A Class I administrative tool and a Class C AI diagnostic sit in entirely different cost universes even if their feature lists look similar on paper.

The biggest cost drivers are the device classification and submission pathway, the IEC 62304 safety class, the presence of AI or machine learning, and the scope of cybersecurity and clinical validation required. For a full breakdown of estimates and the variables behind them, start with Ailoitte’s ultimate guide to healthcare software development.

Building for the US market with confidence

Building medical device software for the United States is demanding, but the path is well-defined: classify your device, build against the compliance stack, document as you go, and plan for cybersecurity and AI change control from the start. The 2026 shift to QMSR and the maturing rules around AI make this the right moment to build to current requirements rather than yesterday’s.

Ailoitte helps healthcare and MedTech teams design, build, and ship compliant medical device software end to end.

Author Image
Written by Sunil Kumar CEO . Ailoitte

Sunil Kumar is CEO of Ailoitte, an AI-native engineering company building intelligent applications for startups and enterprises. He created the AI Velocity Pods model, delivering production-ready AI products 5× faster than traditional teams. Sunil writes about agentic AI, GenAI strategy, and outcome-based engineering.

FAQs

Is all healthcare software regulated by the FDA?

No. Only software that meets the definition of a medical device, meaning it is intended to diagnose, treat, or otherwise affect a disease or condition, falls under FDA oversight. General wellness apps and many low-risk clinical decision support tools are exempt.

What is the difference between SaMD and SiMD?

Software as a Medical Device (SaMD) performs a medical function on its own, independent of hardware. Software in a Medical Device (SiMD) is embedded in or controls a physical device. Both can be regulated, but they are documented and tested differently.

How long does FDA clearance take for software?

It varies widely by pathway. A 510(k) is typically faster than a De Novo or PMA, but the real timeline depends on how complete your quality system, risk file, and technical documentation are when you submit. Poor documentation is the most common cause of delay.

Do I need to comply with QMSR if I am already ISO 13485 certified?

Almost, but not entirely. QMSR incorporates ISO 13485:2016 by reference, so certification gets you most of the way. You still need to meet the FDA’s specific additions for records, labeling, and integration with programs like UDI and medical device reporting.

Can I update my AI model without re-submitting to the FDA?

Yes, if the update falls within an authorized Predetermined Change Control Plan (PCCP). The plan defines the changes, the methodology, and the impact assessment up front, so you can implement them without a new marketing submission as long as you follow the plan exactly.

Discover More Insights

×
  • LocationIndia
  • CategoryJob Portal
Apna Logo

"Ailoitte understood our requirements immediately and built the team we wanted. On time and budget. Highly recommend working with them for a fruitful collaboration."

Apna CEO

Priyank Mehta

Head of product, Apna

Ready to turn your idea into reality?

×
  • LocationUSA
  • CategoryEduTech
Sanskrity Logo

My experience working with Ailoitte was highly professional and collaborative. The team was responsive, transparent, and proactive throughout the engagement. They not only executed the core requirements effectively but also contributed several valuable suggestions that strengthened the overall solution. In particular, their recommendations on architectural enhancements for voice‑recognition workflows significantly improved performance, scalability, and long‑term maintainability. They provided data entry assistance to reduce bottlenecks during implementation.

Sanskriti CEO

Ajay gopinath

CEO, Sanskritly

Ready to turn your idea into reality?

×
  • LocationIndia
  • CategoryFinTech
Banksathi Logo

On paper, Banksathi had everything it took to make a profitable application. However, on the execution front, there were multiple loopholes - glitches in apps, modules not working, slow payment disbursement process, etc. Now to make the application as useful as it was on paper in a real world scenario, we had to take every user journey apart and identify the areas of concerns on a technical end.

Banksathi CEO

Jitendra Dhaka

CEO, Banksathi

Ready to turn your idea into reality?

×
  • LocationIndia
  • CategoryHealthTech
Banksathi Logo

“Working with Ailoitte was a game-changer for us. They truly understood our vision of putting ‘Health in Your Hands’ and brought it to life through a beautifully designed, intuitive app. From user experience to performance, everything exceeded our expectations. Their team was proactive, skilled, and aligned with our mission every step of the way.”

Saurabh Arora

Director, Dr.Morepen

Ready to turn your idea into reality?

×
  • LocationIndia
  • CategoryRetailTech
Banksathi Logo

“Working with Ailoitte was a game-changer. Their team brought our vision for Reveza to life with seamless AI integration and a user-friendly experience that our clients love. We've seen a clear 25% boost in in-store engagement and loyalty. They truly understood our goals and delivered beyond expectations.”

Manikanth Epari

Co-Founder, Reveza

Ready to turn your idea into reality?

×
  • LocationIndia
  • CategoryHealthTech
Protoverify Logo

“Ailoitte truly understood our vision for iPatientCare. Their team delivered a user-friendly, secure, and scalable EHR platform that improved our workflows and helped us deliver better care. We’re extremely happy with the results.”

Protoverify CEO

Dr. Rahul Gupta

CMO, iPatientCare

Ready to turn your idea into reality?

×
  • LocationIndia
  • CategoryEduTech
Linkomed Logo

"Working with Ailoitte was a game-changer for us. They truly understood our vision of putting ‘Health in Your Hands’ and brought it to life through a beautifully designed, intuitive app. From user experience to performance, everything exceeded our expectations. Their team was proactive, skilled, and aligned with our mission every step of the way."

Saurabh Arora

Director, Dr. Morepen

Ready to turn your idea into reality?

×
Clutch Image
GoodFirms Image
Designrush Image
Reviews Image
Glassdoor Image