Federal Contractor

AMERISOURCEBERGEN DRUG CORPORATION Federal Contract Obligations (Last Year)

AMERISOURCEBERGEN DRUG CORPORATION recorded 7.36 billion in federal obligations across 497,767 actions in the last full year, led by the Defense Logistics Agency.

This vendor page summarizes federal procurement activity for AMERISOURCEBERGEN DRUG CORPORATION (CAGE 1XUY5, UEI KABZK8W6PQT3) during the last full year. Most obligations were concentrated with the Defense Logistics Agency, and the largest NAICS categories were Medicinal and Botanical Manufacturing and Drugs and Druggists' Sundries Merchant Wholesalers.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect readable and exact obligated amounts for the analysis window and may include multiple action records within the same fiscal period.

CAGE Code
1XUY5
UEI
KABZK8W6PQT3
Total Obligated
7.36 billion
7,356,172,923.48
Award Actions
497,767
Average Action Value
14,778.34

About AMERISOURCEBERGEN DRUG CORPORATION federal contract activity

AMERISOURCEBERGEN DRUG CORPORATION (CAGE 1XUY5, UEI KABZK8W6PQT3) received 497,767 obligations totaling $7.36 billion during the last full year, with an average award value of $14,778.34. The profile indicates a high-volume, low-to-mid dollar award pattern consistent with large-scale pharmaceutical and distribution procurement activity. The award base is overwhelmingly concentrated in a single federal customer.

Agency mix and customer concentration

The Defense Logistics Agency accounted for nearly all activity, with $7.36 billion across 497,763 awards, making it the dominant buying organization by a wide margin. Outside DLA, obligations were minimal and limited to the Federal Bureau of Investigation at $19.91 thousand across 2 awards and the Administration for Strategic Preparedness and Response at $13.00 thousand across 2 awards. This agency mix shows extreme concentration rather than a diversified federal customer base.

Industry profile based on NAICS activity

Procurement activity was concentrated in NAICS 325411, Medicinal and Botanical Manufacturing, which represented $4.84 billion and 96,939 awards. NAICS 424210, Drugs and Druggists' Sundries Merchant Wholesalers, contributed $2.52 billion across 400,826 awards, indicating a large distribution and wholesaling component. A negligible amount was associated with NAICS 493120, Refrigerated Warehousing and Storage, at $13.00 thousand across 2 awards.

Annual contract trend over the analysis window

The analysis window contains a single annual point for 2025, so the trend view reflects total activity for that year rather than a multi-year change sequence. For 2025, obligations were $7.36 billion across 497,767 awards. No year-over-year comparison can be inferred from the provided data because no prior periods are included.

How to interpret this page

This summary is based on FPDS-observed obligations attributed to AMERISOURCEBERGEN DRUG CORPORATION through its CAGE code 1XUY5 and UEI KABZK8W6PQT3 over the last full year. Agency and NAICS groupings are ranked by obligated dollars and award count as provided in the source dataset. Values are reported as supplied and rounded only where the source already presents readable aggregates.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1XUY5'
        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 7,356,140,011.20 7.36 billion 497,763
1549 FEDERAL BUREAU OF INVESTIGATION 19,912.28 19.91 thousand 2
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 13,000.00 13.00 thousand 2

Insight

AMERISOURCEBERGEN DRUG CORPORATION’s last full year obligations were highly concentrated in one agency: the Defense Logistics Agency accounted for $7.36 billion of $7.36 billion total obligated and 497,763 of 497,767 awards. The remaining activity was minimal and spread across two agencies, with the FBI obligating $19.91 thousand across 2 awards and the Administration for Strategic Preparedness and Response obligating $13.00 thousand across 2 awards. This pattern indicates an overwhelmingly DLA-driven procurement profile with only trace-level activity elsewhere.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1XUY5'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
325411 MEDICINAL AND BOTANICAL MANUFACTURING 4,837,040,349.07 4.84 billion 96,939
424210 DRUGS AND DRUGGISTS' SUNDRIES MERCHANT WHOLESALERS 2,519,119,574.41 2.52 billion 400,826
493120 REFRIGERATED WAREHOUSING AND STORAGE 13,000.00 13.00 thousand 2

Insight

AMERISOURCEBERGEN DRUG CORPORATION’s last full year obligations of 7.36 billion were highly concentrated in two NAICS codes. NAICS 325411, Medicinal and Botanical Manufacturing, accounted for 4.84 billion across 96,939 awards, while NAICS 424210, Drugs and Druggists’ Sundries Merchant Wholesalers, accounted for 2.52 billion across 400,826 awards. Together, these two NAICS codes represented virtually all obligations, with only 13 thousand in NAICS 493120, Refrigerated Warehousing and Storage, indicating minimal activity outside the core pharmaceutical supply chain.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1XUY5'
        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 7,356,172,923.48 7.36 billion 497,767

Insight

In the last full year, AMERISOURCEBERGEN DRUG CORPORATION (CAGE 1XUY5) recorded $7.36 billion in obligated funding across 497,767 awards. The activity reflects a very high-volume, low-average-value distribution pattern, with an average award value of $14,778.34. Because the window contains only one annual observation, the data support a level-of-activity assessment rather than a year-over-year trend analysis.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.