Technical writing
CPSC Product Recalls: The Federal Safety Database Behind 400 Consumer Product Recalls Per Year
The Consumer Product Safety Commission has administered the federal recall system for consumer products since 1974, publishing a public record of every recall action across 15,000 categories of household goods — from children's toys and nursery furniture to power tools, recreational equipment, and home appliances. At 400 to 500 recalls per year, the CPSC database is smaller in volume than the FDA's device or drug recall records, but its landmark cases — dresser tip-overs that killed children, infant sleepers linked to dozens of deaths, Chinese drywall that corroded entire homes — have driven some of the most significant product safety legislation in the agency's fifty-year history.
What the CPSC Is and What It Covers
Congress established the Consumer Product Safety Commission in 1972 through the Consumer Product Safety Act (CPSA), creating an independent federal regulatory agency with authority over consumer products sold or distributed in interstate commerce. The CPSC is “independent” in the same sense as the FTC or SEC — it is led by commissioners appointed by the President and confirmed by the Senate, not embedded in a cabinet department, and it cannot be directed by the White House on regulatory decisions without Senate confirmation of its commissioners.
The CPSC's jurisdiction is defined by exclusion as much as by inclusion. The agency covers products used in and around the home, in recreation, and in schools — a scope that spans roughly 15,000 product categories. What the CPSC does not cover is equally important: food, drugs, cosmetics, and medical devices go to the FDA; passenger vehicles, light trucks, motorcycles, and tires go to NHTSA; aircraft go to the FAA; firearms and ammunition go to the ATF; pesticides go to the EPA; and products regulated primarily by the FCC (wireless devices as radio transmitters) or the FAA (drone airframe certification) fall outside CPSC's primary jurisdiction as well.
Within its jurisdiction, the CPSC covers furniture (including tip-over risks for dressers and bookcases), clothing and textiles (flammability standards), toys and children's products, home appliances (not their energy standards, which go to DOE, but their safety), power tools and workshop equipment, nursery products (cribs, bassinets, infant sleepers, strollers, car seats as durable infant and toddler products), recreational equipment (bicycles, all-terrain vehicles, playground equipment), electronics not regulated by the FCC or FAA, and building materials sold to consumers — an unusually broad category that includes carbon monoxide detectors, smoke alarms, and the Chinese drywall recall of 2009 to 2010.
The agency's annual operating budget is modest compared to the FDA or NHTSA: roughly $135 to $145 million per year, with a staff of approximately 550. This constrains its enforcement capacity significantly. The CPSC relies heavily on industry self-reporting under Section 15(b) of the CPSA and on consumer incident reports to identify hazardous products, rather than on routine pre-market review of the kind the FDA applies to drugs and devices.
The Two Key Databases
The CPSC maintains two primary public-facing databases covering product safety: the Recalls database and SaferProducts.gov. They serve different purposes and cover different time ranges.
The CPSC Recalls database is the older and more widely known system. It records every formal recall action since 1974 — the year following the agency's establishment — and is updated continuously as new recalls are announced. The database is accessible at recalls.gov (a joint portal operated with the FDA and NHTSA), through the CPSC's own recall search at cpsc.gov/Recalls, and via a bulk data API. Each record represents a single recall event: one recalling firm, one product description, one recall number, one announced date.
SaferProducts.gov is the newer and less commonly known system. Created by the Consumer Product Safety Improvement Act of 2008 (CPSIA), it launched in 2011 as a public consumer incident reporting database. Consumers, healthcare providers, and public safety officials can submit incident reports describing product-related injuries, illnesses, or deaths. The database has accumulated more than 300,000 incident reports since its launch. SaferProducts.gov is conceptually analogous to the FDA's MedWatch and MAUDE systems: it is the upstream injury-signal database from which recall investigations often originate, before the downstream recall event appears in the main Recalls database.
Recall Database Field Schema
Each record in the CPSC Recalls database contains a consistent set of fields:
- Recall Number — a CPSC-assigned identifier formatted as a two-digit year prefix followed by a sequential number (e.g., 24-001 through 24-500 for fiscal year 2024). This number is the primary key for cross-referencing recall notices, press releases, and SaferProducts.gov incident reports that triggered the investigation.
- Date of Recall — the date the recall was publicly announced by the CPSC. Unlike the FDA device recall system, which separately tracks recall initiation date and FDA classification date, the CPSC recall date is typically the announcement date, after the agency and firm have agreed on the scope and remedy.
- Product Name and Description — the commercial name of the recalled product and a fuller description including model numbers, SKUs, colors, size ranges, and any other distinguishing identifiers. For apparel recalls the description often includes UPC codes and catalog season codes.
- Hazard — a structured description of the safety hazard the product presents. Common hazard descriptions include “tip-over hazard,” “strangulation hazard,” “laceration hazard,” “fire hazard,” “choking hazard,” “entrapment hazard,” and “fall hazard.” This field is the most useful for categorical analysis.
- Remedy — what consumers should do. The CPSC uses four standard remedy types: repair (a free fix provided by the firm), replacement (a substitute product), refund (full or partial reimbursement), and return (the product is sent back to the retailer or firm). Some recalls offer consumers a choice of remedies.
- Units Recalled — the estimated number of units in consumer hands. This field is often approximate; the CPSC acknowledges that units sold figures frequently undercount actual in-home inventory, since products may be resold or transferred. Units recalled ranges from hundreds (specialty equipment) to tens of millions (mass-market children's products and apparel).
- Recalling Firm — the legal name of the company responsible for the recall. For imported products, this is often the U.S. importer rather than the overseas manufacturer.
- Country of Origin — where the product was manufactured. A large majority of CPSC recalls involve products manufactured in China, reflecting the import composition of U.S. consumer goods markets. This field is useful for supplier-chain risk analysis.
- Distributor and Retailer — where the product was sold or distributed. Major retailer names appear here when the recall involves products sold through specific chains; online marketplace sales are increasingly noted as products are sold via Amazon, Walmart.com, and similar platforms.
- Consumer Contact Information — phone numbers, web addresses, and instructions for consumers to initiate the remedy.
- Recall Notice Link — a URL to the full press release on cpsc.gov, which contains the complete text of the recall announcement, product photographs, and any incident descriptions that informed the recall decision.
SaferProducts.gov Field Schema
The SaferProducts.gov incident database captures consumer-submitted reports before a recall is announced. Its fields differ substantially from the recall database:
- Product Type — a standardized category drawn from the CPSC product taxonomy. Categories include nursery equipment, toys, home furnishings, sports and recreation equipment, electrical products, and dozens of other headings. The taxonomy is the same one used to classify CPSC recall actions, enabling cross-database joins.
- Report Date — when the incident report was submitted to SaferProducts.gov. This is the public report date, not necessarily the date of the incident, which may be recorded separately in a free-text field.
- Age and Gender of Victim — demographic fields that are particularly important for children's product hazard analysis. A cluster of incidents among infants 0 to 6 months signals a different hazard mechanism than a cluster among toddlers 2 to 4 years.
- Severity — categorized as death, injury, or illness. The presence of a death report substantially elevates the CPSC's investigation priority. Consumer Product Safety Improvement Act requirements mandate that severe reports be forwarded to manufacturers within five business days of receipt.
- Product Identifier — the product name, model number, and UPC code as provided by the consumer. This field is unvalidated free text, which makes entity resolution across reports for the same product one of the key analytical challenges in working with the database.
- Incident Description — a free-text narrative of the incident. These descriptions vary enormously in quality and detail. Professional submissions from hospitals and public safety departments are typically more structured than consumer-submitted reports, but both are valuable for natural language analysis.
- Report Filed with CPSC — a flag indicating whether the submitter has also filed a separate report with the CPSC through other channels. Some incidents are reported through the CPSC's NEISS (National Electronic Injury Surveillance System) emergency department network simultaneously with a SaferProducts.gov submission.
Scale: 400 to 500 Recalls Per Year
The CPSC announces between 400 and 500 formal product recalls per year. This volume has been relatively stable over the past decade, with year-to-year variation driven by concentrated recall campaigns in specific product categories — a wave of crib recalls following new CPSIA crib standards, a surge of carbon monoxide detector recalls tied to sensor manufacturing defects, or a cluster of toy recalls preceding the holiday shopping season when CPSC enforcement attention peaks.
The unit counts behind these recalls vary by orders of magnitude. A small recall of a specialized piece of workout equipment might cover 2,000 to 5,000 units. A children's sleepwear recall from a major retailer may cover 500,000 units. The Fisher-Price Rock 'n Play Sleeper recall covered approximately 4.7 million units. IKEA's two waves of Malm dresser recalls covered more than 17 million units in the United States alone. The aggregate units recalled across all CPSC recalls in a given year routinely reaches into the tens of millions.
Children's products are consistently the largest single category by recall count. CPSIA created more stringent requirements for children's products than for other consumer goods, with mandatory third-party testing, lead limits, phthalate restrictions, and tracking label requirements that make compliance failures easier to detect and prosecute. The result is that the recall database is disproportionately populated with toys, nursery equipment, children's apparel, and juvenile furniture.
Recall Categories and Jurisdiction Highlights
The CPSC's recall landscape can be understood through several recurring category patterns:
Children's products are the single largest recall category by count, driven by the CPSIA's stringent requirements and by the severity of consequences when products designed for use by infants and toddlers fail. Cribs, bassinets, playpens, baby monitors with suffocation risks, infant sleepers, and toys with small parts that detach and pose choking hazards collectively account for a substantial share of annual recall volume. The CPSC maintains specific mandatory safety standards for durable nursery products under 16 CFR Part 1200 series regulations, and violations of those mandatory standards are among the most straightforward recall triggers the agency handles.
Furniture tip-overs became a defining CPSC issue in the 2010s following years of documented dresser and bookcase tip-overs killing young children. Unsecured furniture is the leading cause of furniture-related child fatalities, with the CPSC estimating that tip-over incidents kill approximately 2 children per month on average in the United States. The IKEA Malm dresser series became the focal product: after eight children were killed in documented tip-over incidents between 1989 and 2016, IKEA conducted two major recall campaigns (2016 covering 6.6 million units, followed by a 2020 extension covering an additional 820,000 units), and ultimately reached a $50 million settlement with the CPSC in 2023. The Malm cases drove the STURDY Act (Stop Tip-overs of Unstable, Risky Dressers on Youth Act), signed into law in 2022, which directed the CPSC to issue a mandatory stability standard for free-standing clothing storage units — converting what had been a voluntary industry standard into a federal requirement with recall authority behind it.
Mattresses and flammability reflect a longstanding CPSC regulatory interest dating to the Flammable Fabrics Act of 1967. The CPSC administers mandatory open flame flammability standards for mattresses and mattress sets (16 CFR Part 1633) and for children's sleepwear (16 CFR Parts 1615 and 1616). Recalls in this category often involve products that were not tested or that failed third-party testing after market entry.
Carbon monoxide detectors and smoke alarms are subject to mandatory performance standards, and failures that result in the device not detecting CO or not alarming within required time windows are among the most serious CPSC recalls by hazard severity — even if total unit counts are moderate — because the failure mode is undetectable by the consumer until it is too late.
Power tools and recreational equipment generate a significant volume of recalls driven by mechanical failure modes: blade guards that disengage, lithium battery packs that overheat and catch fire, bicycle fork failures, and all-terrain vehicle stability issues. The overlap between CPSC and NHTSA jurisdiction surfaces in the ATV space: vehicles operated on public roads fall under NHTSA; those sold exclusively for off-road recreational use fall under CPSC.
Landmark Cases
Several CPSC recalls stand as defining events in the agency's history:
IKEA Malm Dresser (2016, 2020, 2023 settlement): Eight children were killed and dozens injured when IKEA Malm dressers tipped over onto them between 1989 and 2016. IKEA had known about tip-over incidents for years and had included an anti-tip anchor kit in the packaging, but the industry standard allowing self-installation was widely understood to result in most consumers never mounting the anchor. IKEA's 2016 recall of 6.6 million Malm and other chest-of-drawer models was at the time one of the largest furniture recalls in CPSC history. The agency imposed a $50 million civil penalty in 2023 — the largest in CPSC history — for IKEA's failure to report the tip-over hazard promptly under Section 15(b). The Malm case directly drove the STURDY Act and the CPSC's subsequent mandatory stability standard rulemaking.
Fisher-Price Rock 'n Play Sleeper (2019): Fisher-Price recalled approximately 4.7 million Rock 'n Play infant sleepers in April 2019 after the product had been linked to 32 infant deaths since its introduction in 2009. The recall came after a Consumer Reports investigation identified the infant death cluster and pressured the American Academy of Pediatrics, which had been calling for the product's removal since 2018, to escalate publicly. The Rock 'n Play was designed with an inclined sleeping surface, and the CPSC's investigation concluded that infants could suffocate when they rolled to the side or stomach. The recall led directly to the Safe Sleep for Babies Act of 2021, which directed the CPSC to issue mandatory safety standards prohibiting inclined infant sleepers and crib bumpers — products that had generated documented infant fatalities but had remained on the market under voluntary industry standards for years.
Chinese Drywall (2009–2010): The Chinese drywall recall addressed one of the most unusual product categories ever subject to a CPSC recall action: building materials installed inside the walls of homes. Thousands of homes built or renovated between 2001 and 2009 — predominantly in Florida, Louisiana, Virginia, and other Gulf Coast and Mid-Atlantic states — had Chinese-manufactured drywall installed that off-gassed hydrogen sulfide and other sulfur compounds at concentrations sufficient to corrode copper wiring, HVAC coils, and silver contacts within the homes. Consumers reported the distinctive “rotten egg” smell and premature failure of electrical appliances. Because the defective product was structural and installed, the remediation was not a conventional consumer recall — it required gutting and replacing interior wall systems at a cost of tens of thousands of dollars per home. The CPSC coordinated a remediation guidance process but lacked tools to compel manufacturer payment at the scale of the injury; most recovery came through litigation against builders and insurers.
Takata Airbag Boundary Question: The Takata airbag recall — ultimately covering more than 70 million vehicles in the United States and linked to at least 28 deaths — falls under NHTSA, not CPSC, because vehicle airbags are motor vehicle safety equipment governed by Federal Motor Vehicle Safety Standards. The CPSC jurisdiction question arises for airbag inflators or supplemental restraint components sold as aftermarket consumer products outside the vehicle OEM supply chain. Some aftermarket airbag inflation cartridges and replacement kits marketed to consumers have drawn CPSC scrutiny, illustrating the boundary between the two agencies' recall authorities in the automotive safety space.
The Consumer Product Safety Improvement Act of 2008
The CPSIA, enacted in the wake of a series of high-profile toy recalls involving lead paint on Chinese-manufactured products in 2007 and 2008, is the most significant amendment to the CPSA since the agency's founding. Its principal provisions transformed the landscape for children's product regulation:
Third-party testing requirements mandate that children's products must be tested by an accredited, CPSC-approved independent laboratory before sale. The manufacturer or importer cannot self-certify compliance with safety standards — it must obtain a Children's Product Certificate from an independent test house. This requirement substantially increased the compliance cost for children's product manufacturers and drove consolidation among small producers who could not afford the testing regime.
Lead limits were set at 100 parts per million (ppm) for children's products, a sharp reduction from the prior 600 ppm limit. The lower threshold made previously acceptable lead concentrations in metal parts, surface coatings, and substrate materials into a recall trigger. A significant share of 2009 to 2012 children's product recalls reflected reformulation failures under the new limit.
Phthalate restrictions limited specific phthalate plasticizers in toys and child care articles to 1,000 ppm. Phthalates used to soften PVC in teethers, bath toys, and similar products were classified as endocrine disruptors at elevated exposures in developmental toxicology research, driving the congressional mandate.
Tracking labels must appear on every children's product, enabling consumers to identify the manufacturer, date of manufacture, and specific production batch if a recall is announced. The label requirement addresses a longstanding problem with consumer confusion over whether their specific product unit falls within a recalled lot.
The SaferProducts.gov mandate created the public incident reporting database described above, requiring the CPSC to establish a searchable database of consumer complaints and incident reports that is accessible to the public.
The Recall Process: Voluntary vs. Mandatory Authority
The CPSC's recall process operates through a two-track system that closely mirrors the dynamics of FDA device and drug recalls: the “voluntary” recall is the predominant mechanism, but it operates under the shadow of the agency's mandatory recall authority.
Section 15(b) reporting requirement is the foundation of the voluntary system. Under Section 15(b) of the CPSA, every manufacturer, distributor, and retailer of a consumer product has a legal obligation to report to the CPSC within 24 hours of obtaining information that “reasonably supports the conclusion” that a product contains a defect that could create a substantial product hazard, creates an unreasonable risk of serious injury or death, or fails to comply with a consumer product safety rule. The 24-hour rule is strict on its face; in practice, the CPSC expects firms to conduct a preliminary internal review before reporting, but delays beyond a few weeks can result in significant civil penalty exposure.
Most CPSC recalls are negotiated. When a firm reports a potential hazard under Section 15(b), the CPSC staff reviews the submission, may request additional data, and negotiates the scope of the recall — what units are covered, what remedy is offered, how consumer notification proceeds, and how the effectiveness of the recall will be monitored. Retailers and distributors are typically contacted within days of the public announcement. The recall is publicly described as “voluntary” because the firm initiates the corrective action, but the structured regulatory negotiation means it is voluntary in the same sense an FDA device recall is voluntary: the alternative is far worse.
Section 12 mandatory recall authority allows the CPSC to seek a court order requiring a firm to recall a product when the agency determines that the product presents an imminent hazard and the firm will not act voluntarily. The mandatory recall process requires a formal adjudication, creates significant litigation risk for the agency, and has been used very rarely in the CPSC's history. The CPSC generally prefers to use the threat of Section 12 action as leverage in the negotiation process rather than pursuing it to conclusion. The rare cases in which mandatory recall orders have been sought typically involve firms that have ceased operations, lack U.S. assets, or are otherwise unresponsive to agency pressure.
The practical effect of this dynamic is that firms with significant U.S. business operations almost always cooperate with voluntary recall negotiations, because the reputational, commercial, and legal consequences of being associated with a contested mandatory recall order dwarf the cost of the recall itself. IKEA's $50 million penalty was not for the tip-over hazard per se but for the delay in reporting — a signal that the 15(b) reporting timeline is where the CPSC focuses its enforcement leverage.
The SaferProducts.gov Early Warning System
SaferProducts.gov functions as the CPSC's Early Warning System for emerging product hazards. The pipeline from consumer report to recall decision has several stages:
Consumer and healthcare provider submissions enter the SaferProducts.gov database, where they are reviewed by CPSC staff within five business days for reports that describe deaths or grievous injuries. Manufacturers are notified of reports that name their products within that same window and have the opportunity to submit a comment that is published alongside the incident report — a transparency mechanism that also gives the CPSC's staff a signal about how the manufacturer is characterizing the hazard.
The CPSC's Directorate for Epidemiology analyzes incident report clusters using the National Electronic Injury Surveillance System (NEISS), which collects data on consumer product-related emergency department visits from a stratified sample of approximately 100 U.S. hospitals. NEISS data enables national injury frequency estimates that SaferProducts.gov consumer reports alone cannot produce, because self-selected consumer submissions are not a representative sample. When NEISS data suggests a statistically elevated injury rate for a product category, the investigation priority escalates.
A staff investigation may result in a Section 15(b) inquiry letter to the manufacturer, requesting internal incident data, test results, and any corrective actions underway. The manufacturer's response either closes the investigation or opens the negotiation toward a voluntary recall. The Consumer Reports investigation into the Rock 'n Play Sleeper illustrates how media coverage can accelerate this pipeline: the CPSC had received incident reports for years, but the Consumer Reports publication of the infant death cluster in April 2019 created public pressure that compressed a multi-month investigation into days.
Accessing the Data
The CPSC provides several access paths for recall and incident data:
recalls.gov is the joint federal recall portal operated by the CPSC, FDA, and NHTSA. It allows consumers to search across all three agencies' recall databases simultaneously. The interface is designed for consumer lookup rather than bulk analysis, but it confirms whether a specific product model has been recalled across any of the three major recall agencies.
The CPSC recall API at cpsc.gov/Recalls provides programmatic access to the recall database. The endpoint returns JSON with structured recall records including the fields described above. The API supports keyword search, date filtering, and product category filtering. Unlike the OpenFDA API, the CPSC API does not have a formal developer documentation page with Lucene query syntax — filtering relies on standard query parameters — but the response structure is consistent and suitable for automated data collection.
SaferProducts.gov at saferproducts.gov allows public search of the incident report database. Full bulk export of the incident data requires a CPSC FOIA request for the unredacted records, since some incident reports contain personally identifiable information that is redacted before public display.
CPSC FOIA is the path to full incident data files, internal investigation documents, and the correspondence between CPSC staff and manufacturers during recall negotiations. CPSC FOIA requests are processed through the agency's standard FOIA portal at cpsc.gov. The CPSC is generally responsive to FOIA requests for completed investigation files; ongoing investigation files may be withheld under Exemption 7 (law enforcement records).
Querying the API: Children's Product Recalls
The following Python script queries the CPSC recall API for recalls involving children's products in the past five years. It filters by keyword across multiple product type terms, deduplicates by recall number, and extracts the recall number, date, product name, hazard, remedy, and unit count. String concatenation is used throughout to avoid template literal conflicts.
import requests
import datetime
import pandas as pd
# ---------------------------------------------------------------
# CPSC Recall Data API
# Endpoint: https://www.cpsc.gov/cgi-bin/iris/external/complianceapi.aspx
# The CPSC also publishes a JSON recalls feed at:
# https://www.cpsc.gov/Recalls (HTML)
# For programmatic access, the recalls data is available via:
# https://api.cpsc.gov/Recall/en/PublicIds
# ---------------------------------------------------------------
BASE = "https://api.cpsc.gov"
# Product types associated with children's products in the CPSC taxonomy.
# The CPSC uses a NumericHazardType field; we filter by product type keyword
# instead since the public API exposes a full-text search path.
CHILDREN_KEYWORDS = [
"toy", "crib", "stroller", "car seat", "high chair",
"playpen", "baby", "infant", "toddler", "nursery",
]
FIVE_YEARS_AGO = (datetime.date.today() - datetime.timedelta(days=5 * 365)).strftime("%Y-%m-%d")
records = []
for keyword in CHILDREN_KEYWORDS:
page = 0
page_size = 100
while True:
params = {
"query": keyword,
"publishedDateStart": FIVE_YEARS_AGO,
"page": page,
"pageSize": page_size,
}
try:
resp = requests.get(
BASE + "/Recall/en/PublicIds",
params=params,
timeout=30,
)
if resp.status_code == 404:
break
resp.raise_for_status()
except requests.HTTPError:
break
data = resp.json()
batch = data.get("recalls", [])
if not batch:
break
for r in batch:
records.append({
"recall_number": r.get("RecallID", ""),
"date_of_recall": r.get("RecallDate", ""),
"product_name": r.get("ProductName", "")[:80],
"hazard": r.get("Hazard", "")[:120],
"remedy": r.get("Remedy", ""),
"units_recalled": r.get("NumberOfUnits", ""),
"recalling_firm": r.get("FirmName", ""),
})
if len(batch) < page_size:
break
page += 1
df = pd.DataFrame(records)
if df.empty:
print("No records returned for children's product keywords.")
else:
df = df.drop_duplicates(subset="recall_number")
df["date_of_recall"] = pd.to_datetime(df["date_of_recall"], errors="coerce")
df = df.sort_values("date_of_recall", ascending=False)
print("CPSC Children's Product Recalls (past 5 years)")
print("=" * 80)
print(
df[["date_of_recall", "recall_number", "product_name", "hazard", "remedy", "units_recalled"]]
.to_string(index=False)
)
print()
print("Total unique recalls: " + str(len(df)))
print("Total units recalled: " + str(df["units_recalled"].apply(pd.to_numeric, errors="coerce").sum()))
The script deduplicates by recall number before computing summary statistics, since a single recall can appear in results for multiple keyword queries. The units recalled field is converted to numeric with error coercion because the CPSC API sometimes returns approximate ranges or descriptive text (“approximately 50,000”) rather than integer values. Analysts requiring the full corpus should request the CPSC bulk data export rather than paginating through the API.
Cross-Agency Jurisdictional Boundaries
Understanding what the CPSC does not cover is essential for correctly routing product safety research across federal databases. Three agency boundaries are particularly consequential:
FDA medical device recalls cover any product that meets the FDA's definition of a medical device under the Food, Drug, and Cosmetic Act — a product intended to diagnose, cure, mitigate, treat, or prevent disease or injury. The CPSC/FDA boundary is genuinely ambiguous for consumer health products marketed without explicit diagnostic claims. A pulse oximeter sold in a hospital is unambiguously an FDA-regulated device. The same device sold as a “wellness monitor” in a retail sports equipment store may fall under CPSC jurisdiction if the manufacturer has carefully avoided diagnostic labeling. Dual jurisdiction products have appeared in both the FDA CDRH recall database and the CPSC recall database for the same or closely related products, requiring analysts to check both systems.
NHTSA vehicle recalls cover all safety-related defects in motor vehicles, tires, child car safety seats, and motor vehicle equipment. Car seats are a notable boundary product: when sold as aftermarket consumer products for use in vehicles, they fall under NHTSA as motor vehicle equipment. The CPSC covers other durable infant products — bouncers, swings, strollers — that are not governed by Federal Motor Vehicle Safety Standards. FMCSA (Federal Motor Carrier Safety Administration) handles cargo securement equipment and vehicle safety for commercial trucks, which creates a third boundary relevant for aftermarket truck accessories sold to consumers.
FDA drug and food recalls fall entirely outside CPSC jurisdiction. Dietary supplements present a recurring boundary issue: a supplement sold in capsule form for general wellness is FDA-regulated as a food; one marketed with disease claims becomes an unapproved drug under FDA jurisdiction. The CPSC has no role in either case. The agency's jurisdiction over product packaging — child-resistant packaging requirements under the Poison Prevention Packaging Act — creates a limited point of contact with FDA-regulated products, but the recall authority itself runs through the FDA in those cases.
Related writing
FDA Medical Device Recalls: The CDRH Recall Database Explained— how the FDA's three recall classes work, the MAUDE adverse event pipeline, landmark recalls from DePuy ASR to Philips Respironics, and queries against the OpenFDA device recall API.
NHTSA Vehicle Recall Data: 70 Years of Safety Defects Across 900 Million Vehicles— how the NHTSA recall database is structured, the Takata airbag disaster across 70 million vehicles, EV battery fire trends, and the 70–75% recall completion rate problem.
FDA Warning Letters: The Public Enforcement Record for 100,000+ Regulatory Actions— how FDA warning letters are issued, what they reveal about quality system failures, and how to build a firm-level enforcement signal from the bulk data.