Federal Contractor

US FOODS, INC. Federal Contract Obligations (Last 5 Years)

US FOODS, INC. (CAGE 33BA4, UEI HZYTJENLLM81) has received 1,300 federal award actions totaling $927.15 million over the last 5 years.

US FOODS, INC. is concentrated in food-related federal buying, with most obligations tied to NAICS 311999, All Other Miscellaneous Food Manufacturing. The largest share of spending came from the Department of Veterans Affairs, followed by the Defense Health Agency, the Department of the Army, and the Forest Service.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect FPDS records for the last 5 years and may include multiple award actions under the same vendor.

CAGE Code
33BA4
UEI
HZYTJENLLM81
Total Obligated
927.15 million
927,147,850.40
Award Actions
1,300
Average Action Value
713,190.65

About US FOODS, INC. federal contract activity

US FOODS, INC. (CAGE 33BA4, UEI HZYTJENLLM81) recorded 927.15 million in obligated FPDS spending across 1,300 awards over the last 5 years, with an average award value of 713,190.65. The award profile is heavily concentrated in food-related federal purchasing, indicating a large-scale supplier role rather than a broad, diversified contract footprint.

Agency mix and customer concentration

The Department of Veterans Affairs dominates the customer mix, accounting for 729.73 million across 77 awards, far exceeding every other agency. The next largest buyers are the Defense Health Agency, Department of the Army, Forest Service, and Bureau of the Fiscal Service, but each represents a substantially smaller share of total obligations, with the Forest Service notable for a much higher award count relative to dollars obligated.

Industry profile based on NAICS activity

The NAICS profile is overwhelmingly centered on 311999, All Other Miscellaneous Food Manufacturing, which accounts for 925.35 million and 1,256 awards. Secondary activity appears in food service and adjacent food categories, including Food Service Contractors, Perishable Prepared Food Manufacturing, Soft Drink Manufacturing, and General Line Grocery Merchant Wholesalers, but these are immaterial compared with the core food manufacturing line.

Annual contract trend over the analysis window

Obligations increased from 148.36 million in 2021 to 247.14 million in 2025, with a peak in the most recent year. Award counts were highest in 2022 at 357 and then generally declined, even as obligated dollars rose in 2024 and 2025, suggesting larger average awards in the later years.

How to interpret this page

This summary is based on FPDS obligations associated with US FOODS, INC. over the last 5 years, using the provided CAGE code and UEI as entity identifiers. Agency and NAICS rankings are ordered by total obligated dollars, and annual trend figures reflect obligations by fiscal year within the analysis window.

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 = '33BA4'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
3600 VETERANS AFFAIRS, DEPARTMENT OF 729,733,279.37 729.73 million 77
97DH DEFENSE HEALTH AGENCY (DHA) 76,838,385.76 76.84 million 79
2100 DEPT OF THE ARMY 54,912,091.94 54.91 million 227
12C2 FOREST SERVICE 34,005,725.29 34.01 million 725
2036 BUREAU OF THE FISCAL SERVICE 18,926,270.71 18.93 million 61
7527 INDIAN HEALTH SERVICE 6,913,537.44 6.91 million 51
1700 DEPT OF THE NAVY 4,162,186.27 4.16 million 38
1422 BUREAU OF LAND MANAGEMENT 915,218.95 915.22 thousand 28
1450 BUREAU OF INDIAN AFFAIRS 747,398.03 747.40 thousand 9
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 16,680.00 16.68 thousand 2

Insight

Over the last 5 years, US FOODS, INC. received 927.15 million across 1,300 awards, with obligations highly concentrated in the Department of Veterans Affairs, which accounted for 729.73 million across 77 awards. The next largest obligations were from the Defense Health Agency and the Department of the Army at 76.84 million and 54.91 million, respectively, indicating a substantial but much smaller secondary customer base. Award activity was more dispersed than dollars, with the Forest Service issuing 725 awards for 34.01 million, suggesting many lower-value transactions outside the dominant VA relationship.

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 = '33BA4'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
311999 ALL OTHER MISCELLANEOUS FOOD MANUFACTURING 925,348,665.57 925.35 million 1,256
722310 FOOD SERVICE CONTRACTORS 1,270,384.29 1.27 million 30
311991 PERISHABLE PREPARED FOOD MANUFACTURING 390,223.34 390.22 thousand 8
312111 SOFT DRINK MANUFACTURING 107,512.92 107.51 thousand 1
424410 GENERAL LINE GROCERY MERCHANT WHOLESALERS 17,169.78 17.17 thousand 1
311612 MEAT PROCESSED FROM CARCASSES 16,680.00 16.68 thousand 2
424490 OTHER GROCERY AND RELATED PRODUCTS MERCHANT WHOLESALERS -2,785.50 -2.79 thousand 2

Insight

US FOODS, INC. shows a highly concentrated obligation profile in the last 5 years, with NAICS 311999 accounting for 925.35 million of 927.15 million total obligated, or nearly all activity, across 1,256 of 1,300 awards. The remaining obligations are spread across a small number of food-related NAICS codes, led by 722310 at 1.27 million and 30 awards, with all other categories individually below 0.4 million. This distribution indicates the vendor’s federal work is overwhelmingly centered in all other miscellaneous food manufacturing, with limited diversification into related food service and grocery categories.

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 = '33BA4'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 247,136,758.81 247.14 million 230
2024 204,876,402.11 204.88 million 219
2023 179,587,446.56 179.59 million 266
2022 147,182,650.29 147.18 million 357
2021 148,364,592.63 148.36 million 228

Insight

US FOODS, INC. (CAGE 33BA4) obligated $927.15 million across 1,300 awards over the last 5 years, with an average award value of $713,190.65. Obligations increased each year from $148.36 million in 2021 to a peak of $247.14 million in 2025, indicating a clear upward funding trend over the period. Award volume was highest in 2022 at 357 awards, then declined to 219 in 2024 before rising to 230 in 2025, suggesting that recent growth in obligation value has not been matched by a corresponding increase in award count.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.