In the last full year, MCKESSON CORPORATION recorded -$74,747.38 in total obligations across 2 award actions, for an average action value of -$37,373.69. All recorded obligations in this window were associated with the Indian Health Service.
Federal Contractor
MCKESSON CORPORATION Federal Contract Obligations (Last Year)
Federal procurement profile for MCKESSON CORPORATION (CAGE 0U9U0, UEI JTAPCFM4NSL4) covering obligations in the last full year.
This summary reflects the provided FPDS analysis window and includes the cited NAICS activity in Pharmaceutical Preparation Manufacturing and Drugs and Druggists' Sundries Merchant Wholesalers.
About MCKESSON CORPORATION federal contract activity
MCKESSON CORPORATION recorded -$74,747.38 in obligated value across 2 awards during the last full year, with an average award value of -$37,373.69. The negative obligation total indicates downward adjustments, deobligations, or other funding reductions rather than net new spend in the period.
Agency mix and customer concentration
All reported obligation flowed through a single customer, the INDIAN HEALTH SERVICE, which accounted for the full -$74,747.38 across both awards. This concentrated agency footprint suggests the vendor’s activity in the period was narrow and tied entirely to one civilian health buyer.
Industry profile based on NAICS activity
The vendor’s obligations were split between PHARMACEUTICAL PREPARATION MANUFACTURING (NAICS 325412) and DRUGS AND DRUGGISTS' SUNDRIES MERCHANT WHOLESALERS (NAICS 424210). The larger share was associated with wholesale drug distribution, while the smaller share was tied to manufacturing, indicating activity across both production and supply-chain categories.
Annual contract trend over the analysis window
The annual trend shows all reported activity in 2025, with total obligated value of -$74,747.38 across 2 awards. With only one year represented, the period does not support a multi-year growth or decline assessment, only a snapshot of negative net obligation activity.
How to interpret this page
This summary is based on FPDS award records associated with CAGE 0U9U0 and UEI JTAPCFM4NSL4 for the last full year. Totals, counts, agency mix, NAICS mix, and trend statements reflect the provided obligated values and award counts exactly as reported.
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 = '0U9U0'
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 |
|---|---|---|---|---|
| 7527 | INDIAN HEALTH SERVICE | -74,747.38 | -74.75 thousand | 2 |
Insight
During the last full year, MCKESSON CORPORATION’s obligated activity under CAGE 0U9U0 was fully concentrated in a single agency, the Indian Health Service. All 2 awards and the full -$74.75 thousand in total obligated value were associated with that agency, indicating no diversification across federal buyers in this window. The negative total obligated amount may reflect deobligations or other downward funding adjustments rather than new net awards.
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 = '0U9U0'
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 | -15,544.58 | -15.54 thousand | 1 |
| 424210 | DRUGS AND DRUGGISTS' SUNDRIES MERCHANT WHOLESALERS | -59,202.80 | -59.20 thousand | 1 |
Insight
Over the last full year, McKesson Corporation’s obligations under CAGE 0U9U0 were concentrated in two NAICS codes, with all activity split evenly between them by award count. NAICS 424210, Drugs and Druggists' Sundries Merchant Wholesalers, accounted for the larger share at -59.20 thousand across 1 award, while NAICS 325412, Pharmaceutical Preparation Manufacturing, totaled -15.54 thousand across 1 award. The overall obligation total was -74.75 thousand across 2 awards, indicating a narrow distribution of obligated value across a small number of procurement actions.
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 = '0U9U0'
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 | -74,747.38 | -74.75 thousand | 2 |
Insight
During the last full year, MCKESSON CORPORATION (CAGE 0U9U0) recorded -$74.75 thousand in net obligated value across 2 awards, yielding an average award value of -$37.37 thousand. Activity is fully concentrated in FY2025, with no other years represented in the 1-year window. The small award count indicates limited distribution and suggests the annual total is driven by a very narrow transaction base.
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.