NAICS Industry

NAICS 336414 Federal Contract Obligations (Last 5 Years)

Federal procurement activity for NAICS 336414 covers guided missile and space vehicle manufacturing, with $128.00 billion obligated across 14,867 actions in the last 5 years.

This FPDS Query page summarizes awards for guided missile and space vehicle manufacturing from 2021 through 2025. 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 5 years

Values reflect total obligated dollars and award counts captured in the selected 5-year analysis window, and annual totals show a steady rise from 2021 to 2025.

NAICS Code
336414
Industry
GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING
Total Obligated
128.00 billion
127,999,911,087.66
Award Actions
14,867
Average Action Value
8,609,666.44

About NAICS 336414 federal contract activity

NAICS 336414 covers guided missile and space vehicle manufacturing. Over the last 5 years, FPDS shows $128.00 billion in obligated dollars across 14,867 awards, for an average award value of $8.61 million.

Agency demand and leading federal buyers

Spending is concentrated in a small set of defense and space agencies. The Department of the Army leads with $46.10 billion across 3,207 awards, followed by the Department of the Air Force at $33.62 billion and the Department of the Navy at $24.51 billion; NASA and the Missile Defense Agency also rank among the top obligators.

Vendor concentration and leading contractors

Award dollars are similarly concentrated among a few prime contractors and related entities. Lockheed Martin Corporation leads with $50.19 billion across 4,741 awards, followed by Raytheon Company at $32.02 billion and Northrop Grumman Systems Corporation at $14.09 billion; the presence of both Lockheed Martin and Raytheon variants reflects vendor record-level distinctions in FPDS.

Annual contract trend over the analysis window

Annual obligations remained elevated throughout the period, ranging from $19.03 billion in 2021 to $33.13 billion in 2025. Obligations increased each year from 2021 through 2025, while award counts stayed relatively stable at roughly 2,800 to 3,100 awards per year.

How to interpret this page

This page summarizes FPDS obligations for NAICS 336414 over the last 5 years using award-level records aggregated by NAICS code. Totals reflect obligated dollars, award counts reflect the number of awards recorded, and annual and entity rankings are based on summed obligations within the analysis window.

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 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 46,097,824,286.36 46.10 billion 3,207
5700 DEPT OF THE AIR FORCE 33,620,186,171.74 33.62 billion 2,574
1700 DEPT OF THE NAVY 24,505,418,374.10 24.51 billion 3,009
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 13,368,619,183.13 13.37 billion 2,084
97JC MISSILE DEFENSE AGENCY (MDA) 10,349,135,966.84 10.35 billion 1,641
97AS DEFENSE LOGISTICS AGENCY 28,363,594.71 28.36 million 59
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 24,878,405.41 24.88 million 2,273
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
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 1,057,022.38 1.06 million 9

Insight

Obligations under NAICS 336414 are highly concentrated in the Department of the Army, Department of the Air Force, and Department of the Navy, which together account for $104.21 billion of the $128.00 billion obligated over the last 5 years. NASA and the Missile Defense Agency are also major buyers, bringing the top five agencies to $127.64 billion, or nearly all obligations in this NAICS. Award activity is similarly concentrated among these agencies, with the Army, Air Force, and Navy recording 8,790 awards combined out of 14,867 total. Smaller obligations from DLA, DCMA, DARPA, OSD, and USSOCOM are immaterial by comparison and indicate limited spending outside the core defense and space customer base.

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 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
LOCKHEED MARTIN CORPORATION 64059 50,185,890,752.89 50.19 billion 4,741
RAYTHEON COMPANY 15090 32,017,374,875.40 32.02 billion 5,398
NORTHROP GRUMMAN SYSTEMS CORPORATION 8LM16 14,088,553,081.44 14.09 billion 639
LOCKHEED MARTIN CORP 04939 8,211,916,325.14 8.21 billion 120
RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE 0FCZ3 4,578,913,855.02 4.58 billion 445
SPACE EXPLORATION TECHNOLOGIES CORP. 3BVL8 3,502,445,086.53 3.50 billion 123
THE BOEING COMPANY 3A768 3,315,501,454.60 3.32 billion 221
BOEING COMPANY, THE 76301 2,200,162,471.01 2.20 billion 475
BOEING COMPANY 2B945 1,929,439,393.54 1.93 billion 384
RAM-SYSTEM GESELLSCHAFT MIT BESCHRANKTER HAFTUNG C7399 1,597,099,008.29 1.60 billion 38

Insight

Over the last 5 years, NAICS 336414 obligated $128.00 billion across 14,867 awards, with an average award value of $8.61 million. The vendor base is highly concentrated: LOCKHEED MARTIN CORPORATION and RAYTHEON COMPANY account for $82.21 billion combined, or roughly 64% of total obligations, and the top five vendors account for about 85% of obligated dollars. Obligations are also fragmented across multiple related vendor records, including several Boeing and Lockheed Martin entries, indicating award concentration within a small number of major firms but under multiple CAGE codes.

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

Insight

Obligations in NAICS 336414 were heavily concentrated in recent years, totaling $128.00 billion across the last 5 years, with 2025 alone accounting for $33.13 billion, or about 26% of the period total. Annual obligations increased each year from $19.03 billion in 2021 to $33.13 billion in 2025, indicating a steady upward trend in funding intensity. Award counts remained relatively stable at roughly 2,800 to 3,100 awards per year, with the highest volume in 2022 at 3,091 awards and the lowest in 2025 at 2,884, suggesting growth in obligated dollars without a comparable increase in 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.