NAICS Industry

NAICS 336992 Federal Contract Obligations (Last Year)

Last full year federal obligations for NAICS 336992 totaled $6.36 billion across 3,351 award actions, led by the Department of the Army.

NAICS 336992 covers military armored vehicle, tank, and tank component manufacturing. In the last full year, federal agencies obligated $6.36 billion across 3,351 actions, with the Department of the Army accounting for most of the spend and BAE Systems Land & Armaments L.P. and General Dynamics Land Systems Inc. as the largest vendors.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the last full year and are based on obligated amounts and award actions reported in FPDS.

NAICS Code
336992
Industry
MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING
Total Obligated
6.36 billion
6,364,136,291.82
Award Actions
3,351
Average Action Value
1,899,175.25

About NAICS 336992 federal contract activity

NAICS 336992 covers military armored vehicle, tank, and tank component manufacturing. In the last full year, FPDS records show $6.36 billion in obligated spending across 3,351 awards, with an average award value of $1.90 million, indicating a procurement base dominated by defense acquisition and sustainment activity.

Agency demand and leading federal buyers

The Department of the Army was the primary obligating agency, accounting for $4.95 billion across 1,024 awards and representing the clear center of demand in this NAICS. The Department of the Navy ranked second at $982.02 million, while the Defense Logistics Agency recorded 1,866 awards but only $263.24 million, suggesting a high volume of smaller support and supply actions.

Vendor concentration and leading contractors

BAE Systems Land & Armaments L.P. led all vendors with $2.54 billion in obligations across 293 awards, followed by General Dynamics Land Systems Inc. at $1.52 billion across 428 awards. AM General LLC, Honeywell International Inc., and Canadian Commercial Corporation also appear among the top recipients, reflecting a concentrated supplier base for armored vehicle and tank-related procurement.

Annual contract trend over the analysis window

The annual trend is limited to 2025, when obligations totaled $6.36 billion across 3,351 awards. With only one full-year observation in the current window, the data supports a point-in-time view of procurement activity rather than a multi-year directional trend.

How to interpret this page

This page summarizes FPDS obligations reported under NAICS 336992 for the last full year. Agency, vendor, and annual figures are based on obligated dollars and award counts associated with that NAICS code; amounts are not adjusted for inflation or normalized across contracting vehicles.

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 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
2100 DEPT OF THE ARMY 4,947,425,084.74 4.95 billion 1,024
1700 DEPT OF THE NAVY 982,021,443.44 982.02 million 115
97AS DEFENSE LOGISTICS AGENCY 263,239,962.60 263.24 million 1,866
1900 STATE, DEPARTMENT OF 111,202,542.60 111.20 million 40
1422 BUREAU OF LAND MANAGEMENT 25,989,294.05 25.99 million 113
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 12,466,011.45 12.47 million 6
4732 FEDERAL ACQUISITION SERVICE 6,758,079.89 6.76 million 73
5700 DEPT OF THE AIR FORCE 6,718,054.70 6.72 million 42
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 4,090,925.85 4.09 million 3
1544 U.S. MARSHALS SERVICE 2,712,136.77 2.71 million 17

Insight

For NAICS 336992 over the last full year, obligations were highly concentrated in the DEPT OF THE ARMY, which accounted for $4.95 billion of the $6.36 billion total and 1,024 awards. The DEPT OF THE NAVY was a distant second at $982.02 million, while the DEFENSE LOGISTICS AGENCY issued the largest number of awards among the listed agencies (1,866) but at a much lower obligated value of $263.24 million, indicating a high-volume, lower-dollar distribution. All remaining agencies each obligated less than $111.21 million, underscoring that spending in this NAICS was dominated by the Army and, to a lesser extent, the Navy.

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 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
BAE SYSTEMS LAND & ARMAMENTS L.P. 06085 2,537,444,064.02 2.54 billion 293
GENERAL DYNAMICS LAND SYSTEMS INC. 7W356 1,520,011,034.11 1.52 billion 428
AM GENERAL LLC 0H3G6 428,358,288.54 428.36 million 68
HONEYWELL INTERNATIONAL INC. 99193 260,800,752.65 260.80 million 24
CANADIAN COMMERCIAL CORPORATION 98247 257,432,967.13 257.43 million 366
KONGSBERG DEFENCE & AEROSPACE AS N0013 209,407,346.72 209.41 million 4
AMERICAN RHEINMETALL VEHICLES, LLC 8B3G4 167,406,429.25 167.41 million 16
TEXTRON SYSTEMS CORP 50079 163,378,441.00 163.38 million 1
LOC PERFORMANCE PRODUCTS LLC 1V513 132,477,253.71 132.48 million 13
BAE SYSTEMS LAND AND ARMAMENTS L.P. 7B726 97,947,919.96 97.95 million 1

Insight

Obligations in NAICS 336992 totaled $6.36 billion across 3,351 awards in the last full year, with an average award value of about $1.90 million. The market is highly concentrated: BAE Systems Land & Armaments L.P. and General Dynamics Land Systems Inc. account for roughly $4.06 billion combined, or about 64% of total obligations. After the top two vendors, obligations drop sharply to a smaller tier of suppliers, with the remaining top vendors each receiving less than $430 million. Award volume is more distributed than dollars, as several vendors with comparatively lower obligation totals received a relatively high number of 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 1 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

Insight

For the last full year, NAICS 336992 obligated $6.36 billion across 3,351 awards, indicating a highly concentrated but active procurement profile in military armored vehicle, tank, and tank component manufacturing. The average award value of about $1.90 million suggests a mix of moderate-dollar transactions within a large total obligation base. 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.