NAICS Industry

NAICS 336419 Federal Contract Obligations (Last 5 Years)

FPDS procurement activity for NAICS 336419 covers other guided missile and space vehicle parts and auxiliary equipment manufacturing across the last five years.

Over the last five years, obligations under NAICS 336419 totaled 9.88 billion across 8,270 award actions, with an average action value of 1,194,971.51. Spending was led by the Department of the Army, Department of the Navy, and Department of the Air Force, while Raytheon Company and Lockheed Martin Corporation accounted for the largest vendor totals.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from 1.50 billion in 2023 to 2.98 billion in 2025, showing a higher level in the most recent year.

NAICS Code
336419
Industry
OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING
Total Obligated
9.88 billion
9,882,414,451.87
Award Actions
8,270
Average Action Value
1,194,971.51

About NAICS 336419 federal contract activity

FPDS Query shows 336419, Other Guided Missile and Space Vehicle Parts and Auxiliary Equipment Manufacturing, with 9.88 billion in obligated dollars across 8,270 awards over the last 5 years. The average award value is 1.19 million, indicating a mix of large contract actions and a substantial volume of smaller procurements. This NAICS is concentrated in defense and space-related procurement.

Agency demand and leading federal buyers

The Department of the Army is the largest obligating agency at 3.65 billion across 1,466 awards, followed by the Department of the Navy at 2.81 billion across 841 awards and the Department of the Air Force at 1.82 billion across 1,715 awards. Defense Logistics Agency and NASA round out the top five with 861.92 million and 749.58 million, respectively. The agency profile shows that spending is led by major defense buyers, with NASA also representing a meaningful share.

Vendor concentration and leading contractors

Raytheon Company is the leading vendor in this NAICS with 3.81 billion in obligations across 643 awards, followed by Lockheed Martin Corporation at 2.09 billion across 1,379 awards. The remaining top vendors include General Dynamics-OTS, Hamilton Sundstrand Space Systems International, and BAE Systems Land & Armaments, reflecting a supplier base focused on missile, space, and defense systems. Award counts vary sharply among top vendors, suggesting a combination of high-value program awards and recurring procurement activity.

Annual contract trend over the analysis window

Annual obligations increased to 2.98 billion in 2025 after 2.06 billion in 2024, reversing the prior decline from 1.73 billion in 2021 to 1.50 billion in 2023. Award counts remained relatively stable year to year, ranging from 1,560 to 1,840, with 2024 posting the highest award count in the period. Overall, the trend indicates volatile but sustained demand, with the latest year showing a clear increase in obligated dollars.

How to interpret this page

This summary is based on FPDS Query award data for NAICS 336419 over the last 5 years. Totals reflect obligated dollars and award counts as reported in the source data, and the top agencies, vendors, and annual trend are ranked by total obligated value. No estimates or outside sources 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 = '336419'
        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 3,651,341,927.91 3.65 billion 1,466
1700 DEPT OF THE NAVY 2,806,017,211.56 2.81 billion 841
5700 DEPT OF THE AIR FORCE 1,819,510,836.66 1.82 billion 1,715
97AS DEFENSE LOGISTICS AGENCY 861,916,228.62 861.92 million 3,100
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 749,576,507.72 749.58 million 795
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 971,638.00 971.64 thousand 2
6920 FEDERAL AVIATION ADMINISTRATION 75,000.00 75.00 thousand 6
97JC MISSILE DEFENSE AGENCY (MDA) -210,181.55 -210.18 thousand 10
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -6,784,717.05 -6.78 million 335

Insight

Obligations for NAICS 336419 are highly concentrated in the Department of Defense, led by the Department of the Army at $3.65 billion (1,466 awards), the Department of the Navy at $2.81 billion (841 awards), and the Department of the Air Force at $1.82 billion (1,715 awards). These three services account for the large majority of the $9.88 billion obligated over the last 5 years, with the Defense Logistics Agency adding another $861.92 million across 3,100 awards. NASA is the only non-DoD agency among the top obligators at $749.58 million, while remaining agencies are minimal by comparison and include small net negatives for MDA and DCMA.

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 = '336419'
        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
RAYTHEON COMPANY 15090 3,812,075,045.48 3.81 billion 643
LOCKHEED MARTIN CORPORATION 64059 2,085,158,392.12 2.09 billion 1,379
GENERAL DYNAMICS-OTS, INC. 05606 574,691,740.22 574.69 million 6
HAMILTON SUNDSTRAND SPACE SYSTEMS INTERNATIONAL INC 71120 530,289,462.46 530.29 million 149
BAE SYSTEMS LAND & ARMAMENTS L.P. 44114 359,628,446.00 359.63 million 34
DYNETICS, INC. 7L855 345,193,772.02 345.19 million 150
INTUITIVE RESEARCH AND TECHNOLOGY CORPORATION 1MQC1 265,227,656.16 265.23 million 191
BOEING COMPANY, THE 05HA6 244,536,410.82 244.54 million 127
MISTRAL INC 47176 190,842,249.49 190.84 million 2
SIMULATION TECHNOLOGIES, INC 6W917 112,462,853.64 112.46 million 5

Insight

Obligations in NAICS 336419 are highly concentrated over the last 5 years, with RAYTHEON COMPANY and LOCKHEED MARTIN CORPORATION accounting for about 5.90 billion of the 9.88 billion obligated, or roughly 60 percent of total spending. Beyond the top two, funding drops off sharply: the remaining top vendors each received less than 575 million, and several had relatively few awards, indicating a long tail of lower-value activity. The award profile is also uneven, with 8,270 awards overall and an average award value of about 1.19 million, suggesting a mix of high-volume and high-dollar transactions across a limited vendor base.

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 = '336419'
        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 2,976,989,875.86 2.98 billion 1,696
2024 2,061,353,026.50 2.06 billion 1,840
2023 1,499,381,927.45 1.50 billion 1,591
2022 1,617,682,856.22 1.62 billion 1,583
2021 1,727,006,765.84 1.73 billion 1,560

Insight

Over the last 5 years, NAICS 336419 recorded $9.88 billion across 8,270 awards, with an average award value of $1.19 million, indicating a high-volume, moderately distributed obligation profile. Annual obligations increased from $1.73 billion in 2021 to $1.62 billion in 2022, declined to $1.50 billion in 2023, then rose to $2.06 billion in 2024 and $2.98 billion in 2025, showing a recent acceleration in funding. Award counts remained relatively stable year to year, ranging from 1,560 to 1,840, suggesting that the growth in obligations was driven more by larger award values than by materially higher award volume.

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.