NAICS Industry

NAICS 336992 Federal Contract Obligations (Last 10 Years)

NAICS 336992 covers military armored vehicle, tank, and tank component manufacturing, with $61.67 billion obligated across 45,252 awards in the last 10 years.

This NAICS page summarizes federal procurement activity for military armored vehicle, tank, and tank component manufacturing over the last 10 years. The Department of the Army accounts for most obligations, and General Dynamics Land Systems Inc. is the largest vendor by obligated value.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect obligated dollars in the analysis window and include the provided readable and exact totals, award counts, and annual, agency, and vendor breakdowns.

NAICS Code
336992
Industry
MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING
Total Obligated
61.67 billion
61,671,474,879.01
Award Actions
45,252
Average Action Value
1,362,845.28

About NAICS 336992 federal contract activity

NAICS 336992 covers military armored vehicle, tank, and tank component manufacturing, and over the last 10 years FPDS records show 61.67 billion in obligated funding across 45,252 awards, with an average award value of 1.36 million. The obligation profile indicates a large, sustained federal procurement base centered on major combat vehicle platforms and related components.

Agency demand and leading federal buyers

The Department of the Army is the dominant buyer in this NAICS, accounting for 53.54 billion and 11,603 awards, or most of the recorded obligation volume. The Department of the Navy, Defense Logistics Agency, and Department of State also appear among the top obligators, with materially smaller but still significant activity; the Office of the Assistant Secretary for Administration contributes a limited number of high-value awards.

Vendor concentration and leading contractors

General Dynamics Land Systems Inc. leads vendor obligations at 22.15 billion across 4,281 awards, followed by BAE Systems Land & Armaments L.P. at 13.96 billion and Oshkosh Defense, LLC at 8.71 billion. AM General LLC and Honeywell International Inc. round out the top five, indicating that the market is concentrated among a small set of established defense manufacturers.

Annual contract trend over the analysis window

Annual obligations in the most recent five years remained elevated, ranging from 4.64 billion in 2021 to a peak of 7.70 billion in 2023 before easing to 6.76 billion in 2024 and 6.36 billion in 2025. Award counts followed a similar pattern, with volume highest in 2023 and 2024, suggesting continued procurement activity with moderate year-to-year variation rather than a sharp expansion or contraction.

How to interpret this page

This page summarizes FPDS obligations for NAICS 336992 over the last 10 years using total obligated dollars, award counts, and average award value. Agency, vendor, and annual trend sections reflect the highest recorded totals in the supplied dataset and should be interpreted as procurement activity recorded in FPDS, not as a full measure of all defense industrial output.

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 = '336992'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
2100 DEPT OF THE ARMY 53,538,958,442.45 53.54 billion 11,603
1700 DEPT OF THE NAVY 4,298,184,009.94 4.30 billion 1,416
97AS DEFENSE LOGISTICS AGENCY 2,185,972,973.60 2.19 billion 26,791
1900 STATE, DEPARTMENT OF 827,507,453.17 827.51 million 495
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 229,962,848.00 229.96 million 34
5700 DEPT OF THE AIR FORCE 185,446,470.28 185.45 million 568
4732 FEDERAL ACQUISITION SERVICE 150,909,548.56 150.91 million 1,727
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 87,862,617.58 87.86 million 329
1422 BUREAU OF LAND MANAGEMENT 80,933,576.44 80.93 million 642
1544 U.S. MARSHALS SERVICE 27,284,123.92 27.28 million 129

Insight

Obligations for NAICS 336992 are highly concentrated in the Department of the Army, which accounts for $53.54 billion of the $61.67 billion obligated over the last 10 years, or about 87% of total spend. The Department of the Navy and Defense Logistics Agency are the next largest agencies at $4.30 billion and $2.19 billion, respectively, but each is far below the Army’s level. Award volume is more distributed than dollars, with DLA recording 26,791 awards versus 11,603 for the Army, indicating a large number of smaller transactions outside the primary spend concentration.

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 = '336992'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
GENERAL DYNAMICS LAND SYSTEMS INC. 7W356 22,153,044,777.66 22.15 billion 4,281
BAE SYSTEMS LAND & ARMAMENTS L.P. 06085 13,963,308,085.01 13.96 billion 2,648
OSHKOSH DEFENSE, LLC 75Q65 8,712,171,958.12 8.71 billion 2,439
AM GENERAL LLC 0H3G6 5,194,337,715.83 5.19 billion 901
HONEYWELL INTERNATIONAL INC. 99193 2,388,984,611.51 2.39 billion 280
OSHKOSH DEFENSE LLC 75Q65 589,251,580.81 589.25 million 231
AMERICAN RHEINMETALL VEHICLES, LLC 8B3G4 584,648,096.15 584.65 million 32
CANADIAN COMMERCIAL CORPORATION 98247 583,508,798.45 583.51 million 3,511
NAVISTAR DEFENSE LLC 338X5 528,587,347.84 528.59 million 69
LOC PERFORMANCE PRODUCTS, INC. 1V513 443,566,495.61 443.57 million 209

Insight

Over the last 10 years, obligations in NAICS 336992 totaled $61.67 billion across 45,252 awards, with an average award value of $1.36 million, indicating a mix of large program obligations and a substantial volume of smaller actions. The market is highly concentrated: General Dynamics Land Systems Inc. received $22.15 billion, followed by BAE Systems Land & Armaments L.P. at $13.96 billion and Oshkosh Defense, LLC at $8.71 billion. Together, these three vendors accounted for $44.83 billion, or about 73 percent of total obligated dollars in the period. Subsequent vendors each represent a materially smaller share, with no other single vendor exceeding $5.20 billion.

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 = '336992'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 6,364,136,291.82 6.36 billion 3,351
2024 6,756,305,550.51 6.76 billion 3,784
2023 7,702,799,863.56 7.70 billion 4,346
2022 6,917,036,607.45 6.92 billion 4,448
2021 4,640,714,593.86 4.64 billion 4,120
2020 6,303,914,647.40 6.30 billion 4,327
2019 5,419,983,118.08 5.42 billion 4,861
2018 8,355,965,341.14 8.36 billion 5,239
2017 5,110,669,094.37 5.11 billion 5,739
2016 4,099,949,770.82 4.10 billion 5,037

Insight

Over the last 10 years, NAICS 336992 recorded $61.67 billion in obligations across 45,252 awards, with an average award value of $1.36 million. Annual obligations were concentrated in the higher-spend years of 2018 ($8.36 billion) and 2023 ($7.70 billion), while the lowest levels occurred in 2016 ($4.10 billion) and 2021 ($4.64 billion). The pattern indicates recurring but uneven annual funding, with obligations generally ranging between about $4.1 billion and $8.4 billion and award counts staying relatively elevated throughout the period.

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