NAICS Industry

NAICS 336414 Federal Contract Obligations (Last 10 Years)

Federal procurement activity for NAICS 336414 covers guided missile and space vehicle manufacturing across the last 10 years, with $211.54 billion obligated in 28,687 actions.

This NAICS page summarizes award activity for guided missile and space vehicle manufacturing in the federal market over the last decade. The Department of the Army, Department of the Air Force, and Department of the Navy account for most obligations, while Lockheed Martin Corporation and Raytheon Company lead vendors by obligated value.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect obligated dollars and award counts captured in FPDS for the 10-year analysis window; vendor and agency rows may include separate entries for related legal entities or organizational units.

NAICS Code
336414
Industry
GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING
Total Obligated
211.54 billion
211,542,631,588.61
Award Actions
28,687
Average Action Value
7,374,163.61

About NAICS 336414 federal contract activity

NAICS 336414, Guided Missile and Space Vehicle Manufacturing, accounted for $211.54 billion in obligated federal spending across 28,687 awards over the last 10 years, with an average award value of $7.37 million. The volume and dollar value indicate a concentrated industrial base supporting missile, space vehicle, and related defense and aerospace production. Activity is heavily driven by large, multi-award procurement programs rather than a small number of singular transactions.

Agency demand and leading federal buyers

The Department of the Army led all agencies with $71.96 billion across 6,241 awards, followed by the Department of the Air Force at $46.65 billion and the Department of the Navy at $46.38 billion. NASA also represents a major buyer in this NAICS, with $25.09 billion across 3,812 awards, while the Missile Defense Agency accounted for $21.29 billion across 2,341 awards. Together, these agencies show that demand is concentrated in defense and space mission requirements.

Vendor concentration and leading contractors

Lockheed Martin Corporation is the largest recipient in this NAICS with $88.95 billion across 9,452 awards, well ahead of Raytheon Company at $53.75 billion across 10,173 awards. Northrop Grumman Systems Corporation, Lockheed Martin Corp, and The Boeing Company also appear among the top recipients, reflecting a vendor base dominated by major prime contractors. The presence of multiple Lockheed Martin entries suggests separate reporting entities or identifiers within the same corporate family.

Annual contract trend over the analysis window

Annual obligations remained elevated in the most recent years, rising from $19.03 billion in 2021 to $22.57 billion in 2022, $24.73 billion in 2023, and $28.54 billion in 2024. 2025 currently shows $33.13 billion across 2,884 awards, making it the highest year in the period provided. The trend indicates sustained and increasing procurement intensity in this NAICS over the last five years.

How to interpret this page

This summary is based on FPDS Query results for NAICS 336414 over the last 10 years and reflects obligated dollars, award counts, and average award values from the provided dataset. Agency, vendor, and annual trend figures are derived directly from the supplied top lists and yearly totals. No additional normalization, deduplication, or extrapolation was applied beyond the source data provided.

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 = '336414'
        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 71,962,449,787.92 71.96 billion 6,241
5700 DEPT OF THE AIR FORCE 46,651,753,257.02 46.65 billion 5,384
1700 DEPT OF THE NAVY 46,384,400,735.23 46.38 billion 6,505
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 25,094,180,811.60 25.09 billion 3,812
97JC MISSILE DEFENSE AGENCY (MDA) 21,293,685,874.50 21.29 billion 2,341
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 122,635,879.37 122.64 million 33
97AS DEFENSE LOGISTICS AGENCY 37,726,672.17 37.73 million 121
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 2,349,864.00 2.35 million 1
97AD IMMEDIATE OFFICE OF THE SECRETARY OF DEFENSE 1,210,777.00 1.21 million 4
1900 STATE, DEPARTMENT OF 841,300.00 841.30 thousand 2

Insight

Over the last 10 years, obligations under NAICS 336414 total $211.54 billion across 28,687 awards, with spending concentrated in a small set of defense and space agencies. The Department of the Army leads with $71.96 billion, followed by the Department of the Air Force ($46.65 billion) and Department of the Navy ($46.38 billion), indicating that the top three agencies account for the majority of obligated value in this category. NASA and the Missile Defense Agency are also major obligators at $25.09 billion and $21.29 billion, respectively, while the remaining agencies contribute comparatively small shares.

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 = '336414'
        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 7X6A9 88,945,181,073.87 88.95 billion 9,452
RAYTHEON COMPANY 15090 53,754,977,974.41 53.75 billion 10,173
NORTHROP GRUMMAN SYSTEMS CORPORATION 8LM16 15,701,649,441.05 15.70 billion 746
LOCKHEED MARTIN CORP 04939 8,216,294,077.14 8.22 billion 126
THE BOEING COMPANY 3A768 7,364,365,786.37 7.36 billion 396
BOEING COMPANY, THE 76301 6,724,071,462.81 6.72 billion 924
RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE 0FCZ3 6,214,068,161.36 6.21 billion 963
BOEING COMPANY 2B945 4,442,877,664.65 4.44 billion 883
SPACE EXPLORATION TECHNOLOGIES CORP. 3BVL8 4,148,442,249.54 4.15 billion 198
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. 3L667 2,438,340,028.47 2.44 billion 180

Insight

Over the last 10 years, NAICS 336414 obligated $211.54 billion across 28,687 awards, with spending highly concentrated among a small set of vendors. Lockheed Martin Corporation leads with $88.95 billion, followed by Raytheon Company with $53.75 billion; together they account for roughly 68% of total obligations in this NAICS. A broader but still concentrated vendor base follows, including Northrop Grumman Systems Corporation, Boeing-related entities, and the Raytheon/Lockheed Martin Javelin joint venture, indicating multiple contractor records for major firms rather than a wide dispersion of obligating activity.

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 = '336414'
        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 33,132,429,853.50 33.13 billion 2,884
2024 28,536,714,827.40 28.54 billion 2,861
2023 24,726,818,570.63 24.73 billion 2,947
2022 22,574,511,078.83 22.57 billion 3,091
2021 19,029,436,757.30 19.03 billion 3,084
2020 24,158,857,058.47 24.16 billion 3,033
2019 17,042,807,002.55 17.04 billion 2,856
2018 15,914,766,850.28 15.91 billion 2,661
2017 14,142,219,015.50 14.14 billion 2,709
2016 12,284,070,574.15 12.28 billion 2,561

Insight

Obligations under NAICS 336414 total $211.54 billion across 28,687 awards over the last 10 years, with an average award value of $7.37 million, indicating a high-value, moderately high-volume procurement profile. Annual obligated dollars generally increased over the period from $12.28 billion in 2016 to $33.13 billion in 2025, despite a dip in 2021 and a rebound beginning in 2022. Award counts remained relatively stable, ranging from 2,561 to 3,091 annually, suggesting growth in obligated dollars was driven more by larger award values than by 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.