NAICS Industry

NAICS 336992 Federal Contract Obligations (Last 5 Years)

Federal procurement activity for NAICS 336992 covers $32.38 billion in obligations across 20,049 award actions over the last 5 years.

This NAICS page summarizes federal contracting for military armored vehicle, tank, and tank component manufacturing, showing annual obligations, leading agencies, and major vendors. The Department of the Army accounts for most spending, while General Dynamics Land Systems Inc. and BAE Systems Land & Armaments L.P. are the top vendors by obligated dollars.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of FPDS award activity and include total obligated dollars and award counts by year, agency, and vendor.

NAICS Code
336992
Industry
MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING
Total Obligated
32.38 billion
32,380,992,907.20
Award Actions
20,049
Average Action Value
1,615,092.66

About NAICS 336992 federal contract activity

NAICS 336992 covers military armored vehicle, tank, and tank component manufacturing and recorded 32.38 billion in obligated dollars across 20,049 awards over the last 5 years. The average award value was 1.62 million, indicating a market shaped by a mix of large production and sustainment obligations alongside a high volume of smaller actions.

Agency demand and leading federal buyers

The Department of the Army dominated spending in this NAICS, accounting for 27.92 billion across 6,182 awards and representing the primary federal buyer in the category. The Department of the Navy was a distant second at 2.95 billion, while the Defense Logistics Agency led in transaction volume with 10,499 awards but a comparatively smaller 758.70 million in obligations.

Vendor concentration and leading contractors

General Dynamics Land Systems Inc. was the leading vendor with 12.76 billion in obligations across 2,261 awards, followed by BAE Systems Land & Armaments L.P. at 8.79 billion across 1,415 awards. Oshkosh Defense, LLC, AM General LLC, and Honeywell International Inc. also ranked among the top recipients, reflecting a supplier base concentrated around major defense platforms and components.

Annual contract trend over the analysis window

Annual obligations rose from 4.64 billion in 2021 to a peak of 7.70 billion in 2023 before moderating to 6.76 billion in 2024 and 6.36 billion in 2025. Award counts followed a similar pattern, peaking in 2023 at 4,346 before declining in the following two years, suggesting a recent reduction in both deal volume and total spending after a mid-period high.

How to interpret this page

This page summarizes FPDS award data for NAICS 336992 over the last 5 years using obligated dollars, award counts, and average award value. Agency, vendor, and annual trend figures reflect aggregated obligations in the dataset and should be interpreted as procurement activity reported under this NAICS classification during the analysis period.

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 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
2100 DEPT OF THE ARMY 27,923,793,119.68 27.92 billion 6,182
1700 DEPT OF THE NAVY 2,946,514,872.11 2.95 billion 554
97AS DEFENSE LOGISTICS AGENCY 758,700,746.99 758.70 million 10,499
1900 STATE, DEPARTMENT OF 533,959,364.68 533.96 million 225
5700 DEPT OF THE AIR FORCE 94,026,342.75 94.03 million 268
1422 BUREAU OF LAND MANAGEMENT 60,923,629.86 60.92 million 357
4732 FEDERAL ACQUISITION SERVICE 60,531,238.82 60.53 million 1,406
1544 U.S. MARSHALS SERVICE 24,222,435.71 24.22 million 86
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 14,336,228.89 14.34 million 17
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 8,594,851.12 8.59 million 11

Insight

Obligations for NAICS 336992 are highly concentrated in the Department of the Army, which accounts for $27.92 billion of $32.38 billion total obligated over the last 5 years, or roughly 86% of spend. The Department of the Navy is a distant second at $2.95 billion, while the Defense Logistics Agency has the highest award volume among the smaller buyers with 10,499 awards but only $758.70 million obligated, indicating a much smaller average award value. The remaining agencies each represent comparatively limited spend, with no other agency exceeding $534.0 million in obligations.

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 5 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 12,756,712,010.47 12.76 billion 2,261
BAE SYSTEMS LAND & ARMAMENTS L.P. 06085 8,788,985,298.30 8.79 billion 1,415
OSHKOSH DEFENSE, LLC 75Q65 2,502,118,681.17 2.50 billion 1,605
AM GENERAL LLC 0H3G6 2,225,523,272.12 2.23 billion 374
HONEYWELL INTERNATIONAL INC. 99193 1,285,812,092.06 1.29 billion 169
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 293,407,838.07 293.41 million 2,495
KONGSBERG DEFENCE & AEROSPACE AS N0013 260,407,346.72 260.41 million 5
DRS SUSTAINMENT SYSTEMS, INC. 98255 256,937,527.43 256.94 million 102

Insight

Over the last 5 years, NAICS 336992 obligations totaled $32.38 billion across 20,049 awards, with spend concentrated among a small set of vendors. General Dynamics Land Systems Inc. and BAE Systems Land & Armaments L.P. together accounted for $21.55 billion, or about two-thirds of total obligated dollars, indicating a highly concentrated vendor base. The remaining top vendors show a wide spread in award counts and obligations, including Canadian Commercial Corporation with 2,495 awards but only $293.41 million, suggesting a mix of high-volume, lower-dollar activity and lower-volume, higher-dollar awards.

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 5 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

Insight

Over the last 5 years, NAICS 336992 accounted for $32.38 billion across 20,049 awards, with an average award value of $1.62 million. Obligations increased from $4.64 billion in 2021 to a peak of $7.70 billion in 2023, then declined to $6.76 billion in 2024 and $6.36 billion in 2025. Award volume followed a similar pattern, rising from 4,120 in 2021 to 4,448 in 2022 and then decreasing to 3,351 in 2025, indicating a recent contraction in both funding and award activity after 2023.

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