NAICS Industry

NAICS 325411 Federal Contract Obligations (Last Year)

Federal procurement for NAICS 325411 covers medicinal and botanical manufacturing, with 4.88 billion in obligations across 112,488 actions in the last full year.

In the last full year, federal agencies obligated 4,881,830,691.01 across 112,488 award actions under NAICS 325411, MEDICINAL AND BOTANICAL MANUFACTURING, for an average action value of 43,398.67. The Defense Logistics Agency accounted for nearly all spending at 4.87 billion across 112,434 actions, while the remaining obligations were distributed across a small number of awards from the Army, State Department, CDC, and Bureau of Land Management.

Generated at 03/21/2026

Analysis period: Last full year

Annual figures reflect the last full year and include only the provided obligated amounts, award counts, and vendor or agency totals.

NAICS Code
325411
Industry
MEDICINAL AND BOTANICAL MANUFACTURING
Total Obligated
4.88 billion
4,881,830,691.01
Award Actions
112,488
Average Action Value
43,398.67

About NAICS 325411 federal contract activity

During the last full year, NAICS 325411 (Medicinal and Botanical Manufacturing) recorded $4.88 billion in obligated spending across 112,488 awards, for an average award value of $43,398.67. The volume and value indicate a high-transaction procurement environment with spending concentrated in a relatively small number of large obligations alongside many smaller awards.

Agency demand and leading federal buyers

The Defense Logistics Agency dominated federal buying in this NAICS, accounting for $4.87 billion across 112,434 awards, or nearly all observed obligated dollars. The remaining activity was distributed across a limited set of agencies, led by the Department of the Army, the Department of State, the Centers for Disease Control and Prevention, and the Bureau of Land Management, each representing comparatively small shares of total spend.

Vendor concentration and leading contractors

Vendor activity was highly concentrated, with AMERISOURCEBERGEN DRUG CORP receiving $4.77 billion across 78,707 awards, making it the clear primary recipient in this category. AMERISOURCEBERGEN DRUG CORPORATION, also tied to CAGE 1XUY5, added another $71.40 million across 18,232 awards, while EMERGENT BIODEFENSE OPERATIONS LANSING LLC, DMS PHARMACEUTICAL GROUP INC., and CARDINAL HEALTH, INC. accounted for smaller but still material portions of obligations.

Annual contract trend over the analysis window

The annual trend shows the full last-year total of $4.88 billion and 112,488 awards in 2025. With only one year in the analysis window, the trend data supports a point-in-time read rather than a multi-year directional comparison.

How to interpret this page

This summary is based on FPDS-observed obligations for NAICS 325411 over the last full year. Amounts reflect obligated dollars and award counts as reported in the dataset; vendor entries may reflect separate records for closely related names tied to the same CAGE code, so totals are presented exactly as observed without consolidation.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '325411'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
97AS DEFENSE LOGISTICS AGENCY 4,867,284,567.29 4.87 billion 112,434
2100 DEPT OF THE ARMY 13,666,285.28 13.67 million 8
1900 STATE, DEPARTMENT OF 1,067,466.75 1.07 million 7
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 515,978.36 515.98 thousand 6
1422 BUREAU OF LAND MANAGEMENT 471,896.86 471.90 thousand 4
7529 NATIONAL INSTITUTES OF HEALTH 350,281.84 350.28 thousand 8
3600 VETERANS AFFAIRS, DEPARTMENT OF 113,659.56 113.66 thousand 6
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 28,926.91 28.93 thousand 1
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 10,423.00 10.42 thousand 8
12H2 AGRICULTURAL RESEARCH SERVICE -17,775.00 -17.77 thousand 1

Insight

Obligations in NAICS 325411 over the last full year were highly concentrated in the Defense Logistics Agency, which accounted for $4.87 billion of $4.88 billion total obligated and 112,434 of 112,488 awards. The remaining agencies were marginal by comparison, with the Department of the Army next at $13.67 million, followed by the Department of State at $1.07 million and the Centers for Disease Control and Prevention at $515.98 thousand. Award volume is similarly concentrated, indicating this market activity is driven almost entirely by one agency rather than broadly distributed across the federal government.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '325411'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
AMERISOURCEBERGEN DRUG CORP 1XUY5 4,765,642,844.96 4.77 billion 78,707
AMERISOURCEBERGEN DRUG CORPORATION 1XUY5 71,397,504.11 71.40 million 18,232
EMERGENT BIODEFENSE OPERATIONS LANSING LLC 1H0B6 13,868,000.00 13.87 million 3
DMS PHARMACEUTICAL GROUP INC. 1UNB0 10,071,310.36 10.07 million 3,576
CARDINAL HEALTH, INC. 00E55 4,751,137.91 4.75 million 2,151
ATLANTIC DIVING SUPPLY, INC. 1CAY9 2,219,180.77 2.22 million 1,113
DMS PHARMACEUTICAL GROUP INC 1UNB0 2,065,487.79 2.07 million 1,381
FRESENIUS KABI, LLC 57KZ6 1,761,535.22 1.76 million 509
ALTITUDE TECHNOLOGIES INC. 04JV2 1,450,726.40 1.45 million 848
PHOENIX TEXTILE CORPORATION 0NSE3 1,363,843.35 1.36 million 1,002

Insight

Obligations in NAICS 325411 totaled $4.88 billion across 112,488 awards in the last full year, with the vendor base highly concentrated. AMERISOURCEBERGEN DRUG CORP accounted for $4.77 billion and 78,707 awards, and the duplicate CAGE 1XUY5 entry for AMERISOURCEBERGEN DRUG CORPORATION adds another $71.40 million and 18,232 awards, indicating this vendor family dominates spend and transaction volume. The remaining top vendors are materially smaller by comparison, led by EMERGENT BIODEFENSE OPERATIONS LANSING LLC at $13.87 million and DMS PHARMACEUTICAL GROUP INC. at $10.07 million, with most others below $5 million.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '325411'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 4,881,830,691.01 4.88 billion 112,488

Insight

For the last full year, NAICS 325411 (Medicinal and Botanical Manufacturing) recorded $4.88 billion in obligated spend across 112,488 awards, with an average award value of $43,398.67. The volume of awards relative to total obligated dollars suggests a highly distributed procurement profile with many comparatively small obligations rather than concentration in a few large awards. Because only one annual data point is provided for the 1-year window, trend analysis is limited to the aggregate level.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.