NAICS Industry

NAICS 311999 Federal Contract Obligations (Last Year)

FPDS contract obligations for NAICS 311999, All Other Miscellaneous Food Manufacturing, totaled $1.51 billion across 71,654 award actions in the last full year.

This NAICS page summarizes federal procurement activity for All Other Miscellaneous Food Manufacturing over the last full year, including agency obligations, vendor concentration, and annual award volume. The Defense Logistics Agency accounted for most spending, while US Foods Inc, US Foods, Inc., and other food distributors captured the largest vendor shares.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and include the exact obligated amount of $1,514,547,143.88 and 71,654 award actions.

NAICS Code
311999
Industry
ALL OTHER MISCELLANEOUS FOOD MANUFACTURING
Total Obligated
1.51 billion
1,514,547,143.88
Award Actions
71,654
Average Action Value
21,136.95

About NAICS 311999 federal contract activity

NAICS 311999, All Other Miscellaneous Food Manufacturing, recorded $1.51 billion in FPDS obligations across 71,654 awards in the last full year, with an average award value of $21,136.95. The volume of awards and relatively low average size indicate a highly fragmented procurement profile centered on recurring, lower-dollar transactions rather than a small number of large awards.

Agency demand and leading federal buyers

The Defense Logistics Agency accounted for the largest share of obligations at $895.25 million across 64,491 awards, making it the dominant buyer in this category. Agricultural Marketing Service ranked second at $262.33 million, followed by the Department of Veterans Affairs at $201.07 million; the Federal Prison System and Defense Health Agency also contributed material but smaller totals. Together, these agencies show that demand is concentrated in defense, food support, corrections, and health-related procurement channels.

Vendor concentration and leading contractors

US FOODS INC was the leading vendor by obligated dollars at $416.33 million, followed by US FOODS, INC. at $183.84 million and Coastal Pacific Food Distributors, Inc. at $123.08 million. Award counts are spread across several high-volume suppliers, including Theodor Wille Intertrade GmbH, which shows a particularly large number of awards relative to its dollar total. The vendor profile suggests a supply base dominated by food distribution firms rather than manufacturers alone.

Annual contract trend over the analysis window

The annual trend for 2025 shows total obligations of $1.51 billion across 71,654 awards, matching the full-year aggregate view for the period provided. Because only one year is available in the analysis window, this dataset supports a snapshot assessment rather than a multi-year trend comparison. The available data still indicates sustained, high-frequency procurement activity throughout the year.

How to interpret this page

This summary is based on FPDS obligations associated with NAICS code 311999 for the last full year, using total obligated dollars, award counts, and average award value as the primary measures. Agency and vendor rankings reflect obligated amounts in the provided dataset, and annual trend reporting is limited to the year supplied in the analysis window. No external sources or assumptions were used.

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 = '311999'
        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 895,247,519.14 895.25 million 64,491
12K2 AGRICULTURAL MARKETING SERVICE 262,333,941.42 262.33 million 574
3600 VETERANS AFFAIRS, DEPARTMENT OF 201,070,065.00 201.07 million 31
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 91,053,888.80 91.05 million 5,510
97DH DEFENSE HEALTH AGENCY (DHA) 30,332,407.82 30.33 million 19
1450 BUREAU OF INDIAN AFFAIRS 12,687,002.41 12.69 million 238
12C2 FOREST SERVICE 10,690,420.98 10.69 million 156
2036 BUREAU OF THE FISCAL SERVICE 3,827,840.61 3.83 million 15
2100 DEPT OF THE ARMY 3,261,561.86 3.26 million 178
7527 INDIAN HEALTH SERVICE 3,149,738.32 3.15 million 58

Insight

Obligations under NAICS 311999 totaled $1.51 billion across 71,654 awards in the last full year, with a low average award value of $21,136.95, indicating a highly fragmented award base. The Defense Logistics Agency dominated activity with $895.25 million and 64,491 awards, accounting for the majority of both dollars and transactions. Agricultural Marketing Service and the Department of Veterans Affairs were the next largest obligators at $262.33 million and $201.07 million, respectively, but each represented a much smaller share of total award volume than DLA. Remaining agencies were materially smaller by dollar value, suggesting spending in this NAICS is concentrated in a few agencies while broad award activity is driven primarily by DLA.

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 = '311999'
        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
US FOODS INC 9P251 416,328,641.54 416.33 million 10,295
US FOODS, INC. 08GX7 183,840,150.90 183.84 million 14,185
COASTAL PACIFIC FOOD DISTRIBUTORS, INC. 01AH6 123,075,863.77 123.08 million 3,498
REINHART FOODSERVICE, LLC 5C8J3 95,064,103.99 95.06 million 5,953
THEODOR WILLE INTERTRADE GMBH SU371 64,261,569.28 64.26 million 12,399
LABATT INSTITUTIONAL SUPPLY CO 0S378 53,113,233.13 53.11 million 5,704
CHS INC. 1M2A3 45,574,600.00 45.57 million 6
AMERIQUAL GROUP LLC 08KA0 41,664,096.04 41.66 million 269
ANDERSONS INC 18225 36,477,976.40 36.48 million 2
BAXTERS NORTH AMERICA, INC. 9Y162 26,378,852.98 26.38 million 430

Insight

Obligations under NAICS 311999 were highly concentrated among a small set of vendors in the last full year, with the top 10 vendors accounting for $1.05 billion of the $1.51 billion obligated, or about 69% of total obligations. US FOODS INC and US FOODS, INC. together received $600.17 million across 24,480 awards, indicating both a large share of dollars and a high transaction volume. The remaining top vendors show a mix of relatively high award counts and lower average award values, suggesting a fragmented procurement pattern outside the largest suppliers.

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 = '311999'
        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 1,514,547,143.88 1.51 billion 71,654

Insight

For the last full year, NAICS 311999 recorded $1.51 billion in obligated dollars across 71,654 awards, yielding an average award value of $21,136.95. The volume of awards relative to total obligation indicates a highly distributed spending pattern, with obligations spread across a large number of comparatively small awards. With only one annual data point provided for the 1-year window, no year-over-year trend can be assessed from this view.

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.