NAICS Industry

NAICS 336211 Federal Contract Obligations (Last Year)

FPDS procurement data for NAICS 336211, Motor Vehicle Body Manufacturing, shows $269.84 million obligated across 4,828 award actions in the last full year.

This NAICS page summarizes federal procurement activity for Motor Vehicle Body Manufacturing over the last full year. Federal Acquisition Service led obligations with $110.77 million, followed by Defense Logistics Agency at $57.72 million and the U.S. Secret Service at $30.99 million.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and include obligations, award counts, and average action value from FPDS records.

NAICS Code
336211
Industry
MOTOR VEHICLE BODY MANUFACTURING
Total Obligated
269.84 million
269,842,338.76
Award Actions
4,828
Average Action Value
55,891.12

About NAICS 336211 federal contract activity

NAICS 336211, MOTOR VEHICLE BODY MANUFACTURING, accounted for 269.84 million in obligated dollars across 4,828 awards in the last full year, with an average award value of 55,891.12. The volume of awards indicates a broad procurement base, while the dollar value is concentrated in a relatively small number of higher-value transactions.

Agency demand and leading federal buyers

The Federal Acquisition Service led all agencies with 110.77 million across 1,079 awards, followed by the Defense Logistics Agency with 57.72 million across 3,314 awards. The U.S. Secret Service posted 30.99 million on just 14 awards, while the Department of the Army and Environmental Protection Agency recorded 16.67 million and 14.42 million, respectively, showing a mix of high-volume and more concentrated buying.

Vendor concentration and leading contractors

REV AMBULANCE GROUP ORLANDO, INC. was the top vendor by obligated dollars at 42.30 million across 398 awards, followed by ISOMETRICS, INC. at 38.48 million across 63 awards. OSHKOSH DEFENSE LLC, BLUE BIRD BODY COMPANY, and GM DEFENSE LLC also ranked among the leading vendors, with GM DEFENSE LLC notable for 16.19 million on a single award.

Annual contract trend over the analysis window

The annual trend shows 269.84 million obligated in 2025, with 4,828 awards recorded in the analysis window. Because the window captures only the last full year, the trend view reflects a single annual data point rather than a multi-year change pattern.

How to interpret this page

This summary is based on FPDS obligations for NAICS 336211 over the last full year and uses total obligated dollars, award counts, and average award value. Agency and vendor rankings reflect totals within the same period, and the annual trend is limited to the year included in 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__productOrServiceInformation__principalNAICSCode = '336211'
        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
4732 FEDERAL ACQUISITION SERVICE 110,769,483.76 110.77 million 1,079
97AS DEFENSE LOGISTICS AGENCY 57,715,948.20 57.72 million 3,314
7009 U.S. SECRET SERVICE 30,985,122.15 30.99 million 14
2100 DEPT OF THE ARMY 16,670,391.51 16.67 million 57
6800 ENVIRONMENTAL PROTECTION AGENCY 14,418,179.00 14.42 million 7
1700 DEPT OF THE NAVY 7,815,686.53 7.82 million 11
12C2 FOREST SERVICE 7,165,924.59 7.17 million 34
8900 ENERGY, DEPARTMENT OF 6,337,329.93 6.34 million 21
1422 BUREAU OF LAND MANAGEMENT 4,443,059.90 4.44 million 16
1900 STATE, DEPARTMENT OF 3,961,538.26 3.96 million 110

Insight

Obligations for NAICS 336211 totaled $269.84 million across 4,828 awards in the last full year, with activity concentrated among a few agencies. The Federal Acquisition Service led spending at $110.77 million (about 41% of total obligations), followed by the Defense Logistics Agency at $57.72 million; together, the top two agencies accounted for roughly 62% of obligated dollars. Several other agencies posted materially smaller but still notable obligations, while award counts were highly dispersed, led by the Defense Logistics Agency with 3,314 awards versus 1,079 for the Federal Acquisition Service, indicating a mix of high-volume and high-dollar buying patterns.

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 = '336211'
        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
REV AMBULANCE GROUP ORLANDO, INC. 5X824 42,303,783.40 42.30 million 398
ISOMETRICS, INC. 55242 38,484,385.50 38.48 million 63
OSHKOSH DEFENSE LLC 75Q65 28,071,517.61 28.07 million 1,160
BLUE BIRD BODY COMPANY 1DMV5 18,902,453.74 18.90 million 260
GM DEFENSE LLC 832H1 16,185,296.00 16.19 million 1
MRIGLOBAL 21165 13,568,279.00 13.57 million 4
GENERAL MOTORS LLC 5PZZ9 13,479,530.00 13.48 million 3
AM GENERAL LLC 34623 12,887,556.43 12.89 million 531
BAE SYSTEMS LAND & ARMAMENTS L.P. 05386 10,604,572.79 10.60 million 94
WULCO, INC. 9C8H8 7,067,698.00 7.07 million 6

Insight

In the last full year, NAICS 336211 obligated $269.84 million across 4,828 awards, with a relatively low average award value of $55.9K, indicating a high-volume, fragmented award pattern. Top vendor activity is moderately concentrated: the top 10 vendors account for $211.5 million, or about 78.4% of total obligations, with REV Ambulance Group Orlando, Inc. and Isometrics, Inc. leading at $42.30 million and $38.48 million, respectively. Award counts vary widely across leading vendors, with some high-obligation vendors receiving few awards and others, such as Oshkosh Defense LLC and AM General LLC, receiving large award volumes, suggesting mixed use of repeated small awards and fewer high-dollar 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__productOrServiceInformation__principalNAICSCode = '336211'
        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 269,842,338.76 269.84 million 4,828

Insight

In the last full year, NAICS 336211 recorded $269.84 million in obligated value across 4,828 awards, for an average award value of $55,891.12. The obligation volume is distributed across a relatively high number of awards, indicating a fragmented award profile rather than reliance on a small set of large transactions. With only one year in the 1-year window, this section supports a point-in-time assessment rather than a year-over-year trend comparison.

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.