NAICS Industry

NAICS 336419 Federal Contract Obligations (Last 10 Years)

Federal procurement awards under NAICS 336419 cover guided missile and space vehicle parts and auxiliary equipment manufacturing, with 22.25 billion obligated across 15,921 actions over the last 10 years.

This NAICS page summarizes federal obligations for other guided missile and space vehicle parts and auxiliary equipment manufacturing. The Department of the Army leads the category by obligation, while Lockheed Martin Corporation is the largest vendor by total obligated dollars.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual figures shown for 2021-2025 are partial within the 10-year window, and totals reflect readable and exact obligated amounts from the provided FPDS data.

NAICS Code
336419
Industry
OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING
Total Obligated
22.25 billion
22,253,750,284.17
Award Actions
15,921
Average Action Value
1,397,760.83

About NAICS 336419 federal contract activity

NAICS 336419, OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING, recorded 22.25 billion in obligated contract dollars across 15,921 awards over the last 10 years, for an average award value of 1.40 million. The profile indicates a highly concentrated federal market tied to aerospace and defense production, with spending distributed across a large number of procurement actions rather than a small set of mega-awards.

Agency demand and leading federal buyers

The Department of the Army is the largest buying agency in this NAICS, with 13.07 billion obligated across 3,254 awards, representing more than half of the top-agency total. The Department of the Navy and Department of the Air Force follow at 4.05 billion and 2.85 billion, respectively, while NASA adds 1.39 billion, underscoring demand from both defense and space missions. The Defense Logistics Agency also appears as a major volume buyer, with 5,569 awards but 903.12 million obligated, suggesting a heavier reliance on smaller support and replenishment actions.

Vendor concentration and leading contractors

Lockheed Martin Corporation is the dominant vendor, with 10.63 billion obligated across 2,393 awards, followed by Raytheon Company at 4.76 billion across 1,438 awards. The next tier is much smaller: Hamilton Sundstrand Space Systems International Inc, BAE Systems Land & Armaments L.P., and Northrop Grumman Space & Mission Systems Corp. each received materially less, indicating that a small group of prime contractors captures most of the spend in this NAICS.

Annual contract trend over the analysis window

Annual obligations in the most recent years show sustained high activity, rising to 2.98 billion in 2025 after 2.06 billion in 2024 and 1.50 billion in 2023. The prior years in the provided series remained in a narrower band, with 1.62 billion in 2022 and 1.73 billion in 2021, indicating a recent upward shift after several years of steady but lower execution levels. Award counts stayed relatively stable year to year, so the increase in obligations appears to be driven more by larger dollars per year than by a major expansion in the number of actions.

How to interpret this page

This page summarizes FPDS procurement records mapped to NAICS 336419 over the last 10 years and aggregates obligated dollars, award counts, and average award value. Agency and vendor rankings are based on total obligated amount within the selected analysis window, while the annual trend reflects obligations by fiscal year from the same dataset. Figures should be interpreted as contract obligations reported in FPDS and are not a measure of total industry revenue or production 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 = '336419'
        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 13,071,200,604.80 13.07 billion 3,254
1700 DEPT OF THE NAVY 4,047,251,423.37 4.05 billion 1,854
5700 DEPT OF THE AIR FORCE 2,848,583,765.99 2.85 billion 3,088
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,387,543,336.22 1.39 billion 1,383
97AS DEFENSE LOGISTICS AGENCY 903,123,569.21 903.12 million 5,569
97JC MISSILE DEFENSE AGENCY (MDA) 8,606,685.87 8.61 million 31
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 971,638.00 971.64 thousand 2
6920 FEDERAL AVIATION ADMINISTRATION 109,979.00 109.98 thousand 7
1900 STATE, DEPARTMENT OF 79,494.96 79.49 thousand 2
2044 UNITED STATES MINT 35,052.15 35.05 thousand 4

Insight

Over the last 10 years, obligations in NAICS 336419 are highly concentrated in defense and space agencies, led by the Department of the Army at $13.07 billion across 3,254 awards, or about 58.7% of total obligated dollars. The Department of the Navy, Department of the Air Force, and NASA add another $8.28 billion, bringing the top four agencies to roughly 95.8% of all obligations in this NAICS. Award counts are more dispersed than dollars, with the Defense Logistics Agency posting 5,569 awards but only $903.12 million obligated, indicating a lower average dollar value relative to the largest obligators.

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 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
LOCKHEED MARTIN CORPORATION 64059 10,629,872,743.10 10.63 billion 2,393
RAYTHEON COMPANY 15090 4,763,836,006.99 4.76 billion 1,438
HAMILTON SUNDSTRAND SPACE SYSTEMS INTERNATIONAL INC 71120 951,757,692.60 951.76 million 306
BAE SYSTEMS LAND & ARMAMENTS L.P. 44114 778,848,714.02 778.85 million 72
NORTHROP GRUMMAN SPACE & MISSION SYSTEMS CORP. 9F909 672,322,731.10 672.32 million 99
GENERAL DYNAMICS-OTS, INC. 05606 574,691,740.22 574.69 million 6
DYNETICS, INC. 7L855 425,912,421.38 425.91 million 239
BOEING COMPANY, THE 05HA6 329,026,532.90 329.03 million 205
INTUITIVE RESEARCH AND TECHNOLOGY CORPORATION 1MQC1 320,366,103.24 320.37 million 237
CHARLES STARK DRAPER LABORATORY, INC., THE 51993 209,095,647.04 209.10 million 90

Insight

Obligations in NAICS 336419 are highly concentrated over the last 10 years, with Lockheed Martin Corporation accounting for $10.63 billion of the $22.25 billion total, followed by Raytheon Company at $4.76 billion. Together, the top two vendors represent about 69% of total obligated value, indicating a strong concentration among a small number of suppliers. After the top two, obligated amounts drop sharply to under $1.0 billion each, while award counts vary widely, including several vendors with relatively high counts but materially lower obligated value.

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 10 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
2020 1,268,542,798.11 1.27 billion 1,496
2019 3,431,723,640.47 3.43 billion 1,461
2018 3,909,540,664.70 3.91 billion 1,558
2017 2,088,343,841.28 2.09 billion 1,516
2016 1,673,184,887.74 1.67 billion 1,620

Insight

Over the last 10 years, NAICS 336419 recorded $22.25 billion in obligated funding across 15,921 awards, averaging about $1.40 million per award. Obligations are concentrated in a few higher-value years, peaking in 2018 ($3.91 billion) and 2019 ($3.43 billion), with a recent rebound in 2025 to $2.98 billion after a decline in 2020–2023. Award counts remained comparatively stable at roughly 1,460 to 1,840 per year, indicating that year-to-year obligation volatility was driven more by award value than by transaction 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.