---
title: "PMA, Premarket Approval | MedTech Terms"
description: "FDA's most stringent device marketing application, required for high-risk Class III devices. Plain-English Regulatory definition for MedTech teams, with example"
lang: en
json-ld: |
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "DefinedTerm",
        "@id": "https://medtechterms.com/terms/pma#term",
        "name": "Premarket Approval",
        "alternateName": "PMA",
        "description": "Premarket Approval (PMA) is the FDA process of scientific and regulatory review to evaluate the safety and effectiveness of Class III medical devices. PMA is the most stringent type of device marketing application required by the FDA.",
        "url": "https://medtechterms.com/terms/pma",
        "termCode": "pma",
        "inDefinedTermSet": {
          "@type": "DefinedTermSet",
          "name": "MedTech Terms",
          "url": "https://medtechterms.com/terms"
        }
      },
      {
        "@type": "Article",
        "@id": "https://medtechterms.com/terms/pma#article",
        "headline": "PMA, Premarket Approval",
        "description": "FDA's most stringent device marketing application, required for high-risk Class III devices.",
        "url": "https://medtechterms.com/terms/pma",
        "mainEntityOfPage": {
          "@type": "WebPage",
          "@id": "https://medtechterms.com/terms/pma"
        },
        "about": {
          "@id": "https://medtechterms.com/terms/pma#term"
        },
        "articleSection": "Regulatory",
        "inLanguage": "en",
        "keywords": "Premarket Approval, PMA, Regulatory, medical device, MedTech",
        "author": {
          "@type": "Person",
          "name": "Christian Espinosa",
          "jobTitle": "Founder, Blue Goat Cyber",
          "url": "https://bluegoatcyber.com"
        },
        "publisher": {
          "@type": "Organization",
          "name": "MedTech Terms",
          "url": "https://medtechterms.com"
        },
        "isPartOf": {
          "@type": "WebSite",
          "name": "MedTech Terms",
          "url": "https://medtechterms.com"
        },
        "datePublished": "2026-05-05",
        "dateModified": "2026-05-05",
        "citation": [
          {
            "@type": "CreativeWork",
            "name": "Premarket Approval (PMA)",
            "url": "https://www.fda.gov/medical-devices/premarket-submissions-selecting-and-preparing-correct-submission/premarket-approval-pma",
            "publisher": {
              "@type": "Organization",
              "name": "FDA"
            }
          },
          {
            "@type": "CreativeWork",
            "name": "21 CFR Part 814",
            "url": "https://www.ecfr.gov/current/title-21/chapter-I/subchapter-H/part-814",
            "publisher": {
              "@type": "Organization",
              "name": "eCFR"
            }
          },
          {
            "@type": "CreativeWork",
            "name": "PMA Application Contents",
            "url": "https://www.fda.gov/medical-devices/premarket-approval-pma/pma-application-contents",
            "publisher": {
              "@type": "Organization",
              "name": "FDA"
            }
          }
        ],
        "mentions": [
          {
            "@type": "DefinedTerm",
            "@id": "https://medtechterms.com/terms/510k#term",
            "name": "510(k) Premarket Notification",
            "alternateName": "510(k)",
            "url": "https://medtechterms.com/terms/510k"
          },
          {
            "@type": "DefinedTerm",
            "@id": "https://medtechterms.com/terms/ide#term",
            "name": "Investigational Device Exemption",
            "alternateName": "IDE",
            "url": "https://medtechterms.com/terms/ide"
          },
          {
            "@type": "DefinedTerm",
            "@id": "https://medtechterms.com/terms/class-iii#term",
            "name": "Class III Device",
            "url": "https://medtechterms.com/terms/class-iii"
          },
          {
            "@type": "DefinedTerm",
            "@id": "https://medtechterms.com/terms/pai#term",
            "name": "Pre-Approval Inspection",
            "alternateName": "PAI",
            "url": "https://medtechterms.com/terms/pai"
          },
          {
            "@type": "DefinedTerm",
            "@id": "https://medtechterms.com/terms/substantial-equivalence#term",
            "name": "Substantial Equivalence",
            "alternateName": "SE",
            "url": "https://medtechterms.com/terms/substantial-equivalence"
          }
        ]
      },
      {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://medtechterms.com/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Terms",
            "item": "https://medtechterms.com/terms"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "Regulatory",
            "item": "https://medtechterms.com/terms?cat=Regulatory"
          },
          {
            "@type": "ListItem",
            "position": 4,
            "name": "Premarket Approval",
            "item": "https://medtechterms.com/terms/pma"
          }
        ]
      },
      {
        "@type": "FAQPage",
        "@id": "https://medtechterms.com/terms/pma#faq",
        "mainEntity": [
          {
            "@type": "Question",
            "name": "What is the difference between 510(k) and PMA?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "510(k) results in clearance based on substantial equivalence to a predicate device and is used for most Class II devices. PMA results in approval based on independent evidence of safety and effectiveness (usually clinical trials) and is required for Class III devices without a suitable predicate."
            }
          },
          {
            "@type": "Question",
            "name": "How long does PMA review take?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "The statutory review clock is 180 days, but real total time from submission to approval commonly runs 1 to 3 years including FDA information requests, panel meetings when convened, and facility inspection."
            }
          },
          {
            "@type": "Question",
            "name": "What is a PMA Supplement?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "A PMA Supplement is submitted for changes to an approved PMA device (new indication, design change, manufacturing site change, labeling change). FDA offers several supplement types (Panel-Track, 180-Day, Real-Time, 30-Day Notice, Special) matched to the change type and risk."
            }
          },
          {
            "@type": "Question",
            "name": "Are clinical trials always required for PMA?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Almost always. FDA expects independent scientific evidence of safety and effectiveness, which typically requires an IDE-authorized clinical investigation. Exceptions are rare and usually rely on substantial prior clinical experience with a legally marketed foreign predicate."
            }
          }
        ]
      }
    ]
  }
---

[

MedTech Terms

The authoritative reference



](/)

Browse

Learn

[Latest](/latest)

About

1.  [Home](/)
2.  /
3.  [Terms](/terms)
4.  /
5.  [Regulatory](/terms?cat=Regulatory)
6.  /
7.  Premarket Approval

[All terms](/terms)

Regulatory [Regulated Pathways](/ecosystems/regulated-pathways)[Quality System](/ecosystems/quality-system)[Global Markets](/ecosystems/global-markets)PMA 

# Premarket Approval

FDA's most stringent device marketing application, required for high-risk Class III devices.

Reviewed by [Christian Espinosa, Founder, Blue Goat Cyber](/authors/christian-espinosa) Last reviewed May 5, 2026 

## Definition

Premarket Approval (PMA) is the FDA process of scientific and regulatory review to evaluate the safety and effectiveness of Class III medical devices. PMA is the most stringent type of device marketing application required by the FDA. 

## What this means in practice

PMA submissions must include valid scientific evidence, typically from adequate and well-controlled clinical investigations, that the device is  [safe](/terms/safe-note) and effective for its  [intended use](/terms/intended-use). They also undergo a  [Pre-Approval Inspection](/terms/pai) (PAI) of the manufacturing facility. Post-approval, PMA devices remain subject to conditions of approval, post-approval studies, and annual reports. 

## Examples

-   An implantable cardiac defibrillator approved via original PMA supported by a pivotal randomized trial.
-   A new indication for an existing PMA device pursued through a PMA Supplement rather than a new original PMA.

## Use cases

1 scenario 

1 

### Novel implantable neurostimulator

Clinical & RA team 

An implantable device for treatment-resistant depression has no predicate. The sponsor runs an  [IDE](/terms/ide)\-authorized  [pivotal trial](/terms/pivotal-trial), then submits a PMA with full clinical, manufacturing, and  [biocompatibility](/terms/biocompatibility) data, plus a cybersecurity plan for the patient programmer. 

Outcome After a panel meeting and inspection, FDA grants PMA approval with post-approval study commitments. 

Common pitfalls

-   • Assuming a 510(k) pathway will work for novel high-risk devices. Class III devices default to PMA unless reclassified. 
-   • Underestimating the manufacturing inspection component (PAI); GMP nonconformities can delay approval regardless of clinical data quality. 
-   • Building a clinical program without an early FDA Pre-Submission (Q-Sub) meeting to align on endpoints, control, and statistical plan. 
-   • Confusing PMA approval with 510(k) clearance in labeling and marketing materials. 

## Frequently asked questions

What is the difference between 510(k) and PMA? 

510(k) results in clearance based on  [substantial equivalence](/terms/substantial-equivalence) to a  [predicate device](/terms/predicate-device) and is used for most Class II devices. PMA results in approval based on independent evidence of safety and effectiveness (usually clinical trials) and is required for Class III devices without a suitable predicate. 

How long does PMA review take? 

What is a PMA Supplement? 

Are clinical trials always required for PMA? 

## Cross-references

### Governed by

Regulations or standards this term must comply with.

-   [
    
    Quality System Regulation(QSR / 21 CFR 820) 
    
    
    
    ](/terms/qsr)

### Uses

Concepts or artefacts this term builds on.

-   [
    
    Investigational Device Exemption(IDE) 
    
    
    
    ](/terms/ide)
-   [
    
    Pre-Approval Inspection(PAI) 
    
    
    
    ](/terms/pai)

### Often confused with

Distinct concept frequently mistaken for this one.

-   [
    
    510(k) Premarket Notification(510(k)) 
    
    PMA is approval; 510(k) is clearance.
    
    
    
    ](/terms/510k)

### See also

Closely related context worth reading.

-   [
    
    Class III Device
    
    
    
    ](/terms/class-iii)

## Related terms

Grouped by theme 

### Editor's picks

· Hand-selected related concepts 

[

Regulatory

510(k) Premarket Notification(510(k)) 

FDA submission demonstrating a device is substantially equivalent to a legally marketed predicate.





](/terms/510k)[

Regulatory

Substantial Equivalence(SE) 

The legal standard a 510(k) device must meet versus a predicate.





](/terms/substantial-equivalence)[

Regulatory

Class III Device

FDA's highest-risk device class, generally requiring PMA.





](/terms/class-iii)[

Clinical & Trials

Investigational Device Exemption(IDE) 

FDA authorization to use an investigational device in a clinical study.





](/terms/ide)

### De Novo & Breakthrough Pathways

· From this learning path 

[

Regulatory

De Novo Classification Request(De Novo) 

Pathway to classify novel low- to moderate-risk devices that lack a predicate.

Adjacent lesson 

](/terms/de-novo?from=de-novo-and-breakthrough)[

Regulatory

Breakthrough Device Designation(BDD) 

FDA program providing expedited review for devices that treat life-threatening or irreversibly debilitating conditions.





](/terms/breakthrough-device?from=de-novo-and-breakthrough)[

Regulatory

Combination Product

Product comprised of two or more regulated components - e.g., drug-device, biologic-device.

Adjacent lesson 

](/terms/combination-product?from=de-novo-and-breakthrough)[

Regulatory

Indications for Use(IFU (statement)) 

Description of the disease or condition the device will diagnose, treat, prevent, cure, or mitigate.





](/terms/indications-for-use?from=de-novo-and-breakthrough)

### Founder & Investor Primer

· From this learning path 

[

Investment & Finance

Capitalization Table(Cap Table) 

Ledger of all securities issued by a company and who owns them.





](/terms/cap-table?from=founder-and-investor-primer)[

Investment & Finance

Convertible Note

Short-term debt that converts into equity at a future financing round.





](/terms/convertible-note?from=founder-and-investor-primer)[

Investment & Finance

Due Diligence

Investigation of a company before an investment, financing, or acquisition.





](/terms/due-diligence?from=founder-and-investor-primer)[

Investment & Finance

Exit Multiple

Valuation ratio applied at exit, e.g., enterprise value to revenue.





](/terms/exit-multiple?from=founder-and-investor-primer)

Cited by

Where this term appears across MedTech Terms.

Learning paths (2)

-   [De Novo & Breakthrough Pathways](/paths/de-novo-and-breakthrough)Lesson 10 of 11 
-   [Founder & Investor Primer](/paths/founder-and-investor-primer)Lesson 3 of 16 

Ecosystems (3)

-   [Regulated Pathways](/ecosystems/regulated-pathways)
-   [Quality System](/ecosystems/quality-system)
-   [Global Markets](/ecosystems/global-markets)

Comparisons (1)

-   [510(k) vs PMA](/compare/510k-vs-pma)vs 510(k) Premarket Notification 

## Primary references

3 sources 

Link health:  2 verified  1 unchecked · last checked 2026-06-20 

FDA· 2 eCFR· 1 

1.  [1 
    
    Premarket Approval (PMA)
    
    Verified 
    
    FDA · fda.gov 
    
    
    
    ](https://www.fda.gov/medical-devices/premarket-submissions-selecting-and-preparing-correct-submission/premarket-approval-pma)
2.  [2 
    
    21 CFR Part 814
    
    Verified 
    
    eCFR · ecfr.gov 
    
    
    
    ](https://www.ecfr.gov/current/title-21/chapter-I/subchapter-H/part-814)
3.  [3 
    
    PMA Application Contents
    
    Unchecked 
    
    FDA · fda.gov 
    
    
    
    ](https://www.fda.gov/medical-devices/premarket-approval-pma/pma-application-contents)

Inline markers like \[1\]  jump to the matching reference above.

Sponsor note

### Navigating an FDA or EU MDR submission?

Blue Goat Cyber supports the cybersecurity content of premarket submissions, from threat models to the 524B narrative.

[Book a 30-minute discovery session](https://go.bluegoatcyber.com/meetings/blue-goat-cyber/discovery-session)

-   No obligation
-   Expert-led from minute one
-   NDA available on request

MedTech Terms is a community resource sponsored by [Blue Goat Cyber](https://bluegoatcyber.com). Definitions are independent of any vendor.

On this term

Category

Regulatory

Acronym

PMA

Sources

3

Use cases

1

Updated

5/5/2026

[Compare with another term](/compare?a=pma)

Learn in 60 seconds

Card Lesson Quiz

FDA's most stringent device marketing application, required for high-risk Class III devices.

-   · PMA submissions must include valid scientific evidence, typically from adequate and well-controlled clinical investigations, that the device is safe and effective for its intended use. 
-   · They also undergo a Pre-Approval Inspection (PAI) of the manufacturing facility. 
-   · Post-approval, PMA devices remain subject to conditions of approval, post-approval studies, and annual reports. 

Remember this

Watch out: Assuming a 510(k) pathway will work for novel high-risk devices. Class III devices default to PMA unless reclassified.

Related terms

-   [510(k) Premarket Notification(510(k)) ](/terms/510k)
-   [Investigational Device Exemption(IDE) ](/terms/ide)
-   [Class III Device ](/terms/class-iii)
-   [Pre-Approval Inspection(PAI) ](/terms/pai)
-   [Substantial Equivalence(SE) ](/terms/substantial-equivalence)

You may also need

Auto-suggested from Regulatory and shared keywords.

-   [PMA Supplement Types ](/terms/pma-supplement-types)
-   [De Novo Classification Request(De Novo) ](/terms/de-novo)
-   [Modular PMA ](/terms/pma-modular)
-   [Notified Body Scrutiny (IVDR Class D) ](/terms/ivdr-notified-body-scrutiny)
-   [Pharmaceuticals and Medical Devices Agency(PMDA) ](/terms/pmda)
-   [Summary of Safety and Clinical Performance(SSCP) ](/terms/sscp)

[All Regulatory terms](/terms?cat=Regulatory)

From the Blue Goat network

Related resources and services on this topic.

-   [
    
    MedTech Cybersecurity Standards 
    
    Authoritative reference for the standards and guidances behind medical device cybersecurity.
    
    ](https://medtechcyberstandards.com)
-   [
    
    MedTech Cybersecurity Crosswalk 
    
    International crosswalk of medical device cybersecurity requirements across regulators.
    
    ](https://mdccrosswalk.com)
-   [
    
    MedTech Truths 
    
    Common misconceptions about medical device development - debunked.
    
    ](https://mdcmisconceptions.com)
-   [
    
    MedTech Launchpad 
    
    MedTech funding rounds, accelerators, and launch resources.
    
    ](https://medtechlaunchguide.com)

MedTech Terms 

An authoritative, plain-language reference for the regulatory, quality, cybersecurity, and software terms that shape modern medical devices.

Browse

-   [All terms](/terms)
-   [A–Z index](/a-z)
-   [Categories](/categories)
-   [Ecosystems](/ecosystems)
-   [Learning paths](/paths)
-   [Compare terms](/compare)
-   [Quiz](/quiz)

Resources

-   [FDA Medical Devices](https://www.fda.gov/medical-devices)
-   [EU MDR](https://eur-lex.europa.eu/eli/reg/2017/745/oj)
-   [IMDRF](https://www.imdrf.org/)
-   [Methodology](/methodology)
-   [Changelog](/changelog)
-   [Editor: Christian Espinosa](/authors/christian-espinosa)
-   [About this site](/about)

© 2026 MedTech Terms. Reference content for educational purposes - not regulatory advice. A community resource sponsored by [Blue Goat Cyber](https://bluegoatcyber.com)