Data

New drugs approved in the United States

See all data and research on:

What you should know about this indicator

This data includes both (NDAs) and (BLAs) approved by the Center for Drug Evaluation and Research (CDER) and the Center for Biologics Evaluation and Research (CBER) of the FDA.

New drugs approved in the United States
The annual number of new drugs approved by the US Food and Drug Administration (FDA). This is broken down into , new vaccines, and other new biologics such as antibodies and gene therapies. The data does not include , reformulations, or .
Source
US Food and Drug Administration (2025)with major processing by Our World in Data
Last updated
July 16, 2025
Next expected update
July 2026
Date range
1924–2025
Unit
approvals

Sources and processing

US Food and Drug Administration – CDER New Molecular Entity (NME) Drug and New Biologic Approvals

This dataset provides a listing of all new drugs approved from 1985 – 2024 and regulated by the Center for Drug Evaluation and Research (CDER). The listed drugs include both small molecule drugs approved under a New Drug Application (NDA) and new biological products approved under a Biologics License Application (BLA). The product information, indications, and regulatory characteristics described in the compilation reflect the state of each application at the time of original marketing approval.

This dataset is a subset of all drugs approved by the FDA, as it does not include any biologics approved by the Center for Biologics Evaluation and Research (CBER) such as vaccines, allergenic products, or blood and blood components. It also does not include generic drugs or reformulations of existing drugs.

Retrieved on
July 16, 2025
Citation
This is the citation of the original data obtained from the source, prior to any processing or adaptation by Our World in Data. To cite data downloaded from this page, please use the suggested citation given in Reuse This Work below.
Compilation of CDER New Molecular Entity (NME) Drug and New Biologic Approvals, United States Food and Drug Administration, https://www.fda.gov/drugs/drug-approvals-and-databases/compilation-cder-new-molecular-entity-nme-drug-and-new-biologic-approvals, (2025)

This dataset provides a listing of all new drugs approved from 1985 – 2024 and regulated by the Center for Drug Evaluation and Research (CDER). The listed drugs include both small molecule drugs approved under a New Drug Application (NDA) and new biological products approved under a Biologics License Application (BLA). The product information, indications, and regulatory characteristics described in the compilation reflect the state of each application at the time of original marketing approval.

This dataset is a subset of all drugs approved by the FDA, as it does not include any biologics approved by the Center for Biologics Evaluation and Research (CBER) such as vaccines, allergenic products, or blood and blood components. It also does not include generic drugs or reformulations of existing drugs.

Retrieved on
July 16, 2025
Citation
This is the citation of the original data obtained from the source, prior to any processing or adaptation by Our World in Data. To cite data downloaded from this page, please use the suggested citation given in Reuse This Work below.
Compilation of CDER New Molecular Entity (NME) Drug and New Biologic Approvals, United States Food and Drug Administration, https://www.fda.gov/drugs/drug-approvals-and-databases/compilation-cder-new-molecular-entity-nme-drug-and-new-biologic-approvals, (2025)

All data and visualizations on Our World in Data rely on data sourced from one or several original data providers. Preparing this original data involves several processing steps. Depending on the data, this can include standardizing country names and world region definitions, converting units, calculating derived indicators such as per capita measures, as well as adding or adapting metadata such as the name or the description given to an indicator.

At the link below you can find a detailed description of the structure of our data pipeline, including links to all the code used to prepare data across Our World in Data.

Read about our data pipeline
Notes on our processing step for this indicator
  • Biologicals approved by the CBER have been extracted from the FDA's "Purple Book", which lists all licensed biological products.
  • CDER approvals (which include some biologics and all chemical drugs) come directly from the "Compilation of CDER NME and New Biologic Approvals" database, which is published by CDER.
  • This dataset only contains new drugs ( and biologics). We removed and from the dataset, by excluding the "biosimilar" or "interchangeable" license types as well as products with a reference product listed.

How to cite this page

To cite this page overall, including any descriptions, FAQs or explanations of the data authored by Our World in Data, please use the following citation:

“Data Page: New drugs approved in the United States”, part of the following publication: Tuna Acisu, Saloni Dattani, Fiona Spooner, Veronika Samborska, Hannah Ritchie, and Max Roser (2025) - “Medicine and Biotechnology”. Data adapted from US Food and Drug Administration. Retrieved from https://data-childlabor-ilounicef.owid.pages.dev:8789/20260304-094028/grapher/new-drugs-approved-in-the-united-states.html [online resource] (archived on March 4, 2026).

How to cite this data

In-line citationIf you have limited space (e.g. in data visualizations), you can use this abbreviated in-line citation:

US Food and Drug Administration (2025) – with major processing by Our World in Data

Full citation

US Food and Drug Administration (2025) – with major processing by Our World in Data. “New drugs approved in the United States” [dataset]. US Food and Drug Administration, “CDER New Molecular Entity (NME) Drug and New Biologic Approvals” [original data]. Retrieved April 14, 2026 from https://data-childlabor-ilounicef.owid.pages.dev:8789/20260304-094028/grapher/new-drugs-approved-in-the-united-states.html (archived on March 4, 2026).

Quick download

Download the data shown in this chart as a ZIP file containing a CSV file, metadata in JSON format, and a README. The CSV file can be opened in Excel, Google Sheets, and other data analysis tools.

Data API

Use these URLs to programmatically access this chart's data and configure your requests with the options below. Our documentation provides more information on how to use the API, and you can find a few code examples below.

Data URL (CSV format)
https://data-childlabor-ilounicef.owid.pages.dev/grapher/new-drugs-approved-in-the-united-states.csv?v=1&csvType=full&useColumnShortNames=false
Metadata URL (JSON format)
https://data-childlabor-ilounicef.owid.pages.dev/grapher/new-drugs-approved-in-the-united-states.metadata.json?v=1&csvType=full&useColumnShortNames=false

Code examples

Examples of how to load this data into different data analysis tools.

Excel / Google Sheets
=IMPORTDATA("https://data-childlabor-ilounicef.owid.pages.dev/grapher/new-drugs-approved-in-the-united-states.csv?v=1&csvType=full&useColumnShortNames=false")
Python with Pandas
import pandas as pd
import requests

# Fetch the data.
df = pd.read_csv("https://data-childlabor-ilounicef.owid.pages.dev/grapher/new-drugs-approved-in-the-united-states.csv?v=1&csvType=full&useColumnShortNames=false", storage_options = {'User-Agent': 'Our World In Data data fetch/1.0'})

# Fetch the metadata
metadata = requests.get("https://data-childlabor-ilounicef.owid.pages.dev/grapher/new-drugs-approved-in-the-united-states.metadata.json?v=1&csvType=full&useColumnShortNames=false").json()
R
library(jsonlite)

# Fetch the data
df <- read.csv("https://data-childlabor-ilounicef.owid.pages.dev/grapher/new-drugs-approved-in-the-united-states.csv?v=1&csvType=full&useColumnShortNames=false")

# Fetch the metadata
metadata <- fromJSON("https://data-childlabor-ilounicef.owid.pages.dev/grapher/new-drugs-approved-in-the-united-states.metadata.json?v=1&csvType=full&useColumnShortNames=false")
Stata
import delimited "https://data-childlabor-ilounicef.owid.pages.dev/grapher/new-drugs-approved-in-the-united-states.csv?v=1&csvType=full&useColumnShortNames=false", encoding("utf-8") clear