This vendor page summarizes federal procurement activity for MCKESSON SPECIALTY DISTRIBUTION LLC, CAGE 0W1X5, UEI GY7SZLBCL9Y1, during the last full year. Nearly all obligated dollars came from the Centers for Disease Control and Prevention, and the work was reported under NAICS 325412, Pharmaceutical Preparation Manufacturing.
Federal Contractor
MCKESSON SPECIALTY DISTRIBUTION LLC Federal Contract Obligations (Last Year)
MCKESSON SPECIALTY DISTRIBUTION LLC recorded 9 federal award actions in the last full year, with $112.59 million obligated.
Totals reflect the last full year and include one small negative obligation of $500 from the Federal Prison System / Bureau of Prisons.
About MCKESSON SPECIALTY DISTRIBUTION LLC federal contract activity
MCKESSON SPECIALTY DISTRIBUTION LLC recorded 9 FPDS awards totaling $112.59 million during the last full year, for an average award value of $12.51 million. The vendor’s activity is highly concentrated, with the reported obligation amount matching the single dominant buying pattern in the period.
Agency mix and customer concentration
The CENTERS FOR DISEASE CONTROL AND PREVENTION accounted for nearly all recorded obligation volume at $112.59 million across 8 awards. A separate award tied to the FEDERAL PRISON SYSTEM / BUREAU OF PRISONS shows a small negative obligation of $500, which does not materially affect the overall profile.
Industry profile based on NAICS activity
All recorded obligations fall under NAICS 325412, Pharmaceutical Preparation Manufacturing, indicating a fully concentrated industry profile for the period. This suggests the vendor’s federal activity in the analysis window was limited to pharmaceutical-related procurement rather than a diversified mix of products or services.
Annual contract trend over the analysis window
The annual trend shows all recorded obligation activity in 2025, with $112.59 million across 9 awards. No additional years appear in the provided analysis window, so the observed pattern reflects a single-year concentration rather than a multi-year trajectory.
How to interpret this page
This summary is based on the provided FPDS Query aggregates for the last full year, using total obligated amount, award count, agency distribution, NAICS classification, and annual trend. Negative obligation values are reported as provided and may reflect deobligations or adjustments in the source data.
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 = '0W1X5'
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 |
|---|---|---|---|---|
| 7523 | CENTERS FOR DISEASE CONTROL AND PREVENTION | 112,594,411.00 | 112.59 million | 8 |
| 1540 | FEDERAL PRISON SYSTEM / BUREAU OF PRISONS | -500.00 | -500.00 | 1 |
Insight
During the last full year, MCKESSON SPECIALTY DISTRIBUTION LLC (CAGE 0W1X5) obligated $112.59 million across 9 awards, with an average award value of about $12.51 million. Obligations were highly concentrated at the Centers for Disease Control and Prevention, which accounted for $112.59 million across 8 awards and effectively represented the vendor’s entire funded activity in the period. The Federal Prison System / Bureau of Prisons recorded one award with a net obligation of -$500, indicating a minimal deobligation relative to the vendor’s overall volume.
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 = '0W1X5'
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 |
|---|---|---|---|---|
| 325412 | PHARMACEUTICAL PREPARATION MANUFACTURING | 112,593,911.00 | 112.59 million | 9 |
Insight
Over the last full year, MCKESSON SPECIALTY DISTRIBUTION LLC’s obligations were fully concentrated in NAICS 325412, Pharmaceutical Preparation Manufacturing. The vendor recorded 9 awards totaling $112.59 million, indicating a highly focused award profile with no observed diversification across other NAICS codes in this window. This concentration suggests the vendor’s federal activity during the period was tied entirely to pharmaceutical preparation manufacturing requirements.
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 = '0W1X5'
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 | 112,593,911.00 | 112.59 million | 9 |
Insight
During the last full year, MCKESSON SPECIALTY DISTRIBUTION LLC (CAGE 0W1X5) recorded $112.59 million in obligated actions across 9 awards, for an average award value of $12.51 million. The annual total is concentrated in a single year with all recorded obligations in 2025, indicating a relatively high-value but limited-award distribution over the 1-year window.
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.