NAICS Industry

NAICS 336415 Federal Contract Obligations (Last 10 Years)

NAICS 336415 covers guided missile and space vehicle propulsion unit and propulsion unit parts manufacturing, with $7.85 billion obligated across 10,191 awards in the last 10 years.

This page summarizes federal procurement activity for NAICS 336415 over the last 10 years, showing where obligations and award volume are concentrated. NASA leads total obligations at $3.06 billion, followed by the Army, Navy, Air Force, and Defense Logistics Agency, while Lockheed Martin and ATK Launch Systems account for the largest vendor totals.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual results shown here include 2021 through 2025 and reflect both large programs and high-volume award activity in propulsion unit and parts procurement.

NAICS Code
336415
Industry
GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING
Total Obligated
7.85 billion
7,851,113,795.67
Award Actions
10,191
Average Action Value
770,396.80

About NAICS 336415 federal contract activity

NAICS 336415 covers guided missile and space vehicle propulsion unit and propulsion unit parts manufacturing. Over the last 10 years, FPDS records show $7.85 billion in obligated dollars across 10,191 awards, with an average award value of $770,396.80.

Agency demand and leading federal buyers

NASA is the largest obligating agency in this NAICS, accounting for $3.06 billion across 739 awards. The Department of the Army follows with $2.48 billion, then the Department of the Navy with $1.42 billion, while the Department of the Air Force and Defense Logistics Agency contribute smaller but still material shares. The concentration of obligations across civilian space and defense organizations indicates sustained demand tied to propulsion systems and related parts.

Vendor concentration and leading contractors

The vendor profile is led by Lockheed Martin Corp at $2.21 billion, followed by ATK Launch Systems Incorporated at $1.63 billion, Lockheed Martin Corporation at $1.21 billion, and The Boeing Company at $1.09 billion. Kongsberg Defence & Aerospace AS also appears among the top recipients with $450.75 million, showing participation from both large U.S. primes and selected international suppliers.

Annual contract trend over the analysis window

Annual obligations remained above $500 million in each reported year, with a notable rise from $549.74 million in 2022 to $1.46 billion in 2023. Spending stayed elevated in 2024 at $1.15 billion and increased again in 2025 to $1.51 billion, while award counts ranged from 830 to 929 in the years shown. The pattern suggests persistent procurement activity with year-to-year variation in obligation volume rather than a single-year spike.

How to interpret this page

This summary uses FPDS award records filtered to NAICS 336415 for the last 10 years and aggregates obligated dollars, award counts, and average award value. Agency, vendor, and annual trend figures reflect totals from the records provided and should be interpreted as procurement activity captured in FPDS, not total market size.

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 = '336415'
        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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 3,061,533,634.59 3.06 billion 739
2100 DEPT OF THE ARMY 2,478,693,609.56 2.48 billion 405
1700 DEPT OF THE NAVY 1,421,101,273.24 1.42 billion 1,152
5700 DEPT OF THE AIR FORCE 634,978,623.22 634.98 million 393
97AS DEFENSE LOGISTICS AGENCY 251,041,256.87 251.04 million 7,207
97JC MISSILE DEFENSE AGENCY (MDA) 4,892,186.82 4.89 million 15
2044 UNITED STATES MINT 85,556.68 85.56 thousand 8
7008 U.S. COAST GUARD 33,312.28 33.31 thousand 2
6800 ENVIRONMENTAL PROTECTION AGENCY 32,500.00 32.50 thousand 2
1341 NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY 0.00 0.00 1

Insight

Over the last 10 years, obligations under NAICS 336415 totaled $7.85 billion across 10,191 awards, with spending concentrated in a small number of federal buyers. NASA led with $3.06 billion (about 39% of total obligations), followed by the Department of the Army at $2.48 billion and the Department of the Navy at $1.42 billion; together, these three agencies accounted for the large majority of obligated dollars. Award activity was more dispersed than dollars, with the Defense Logistics Agency issuing 7,207 awards but obligating $251.04 million, indicating a high-volume, lower-dollar procurement pattern relative to the major program agencies.

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 = '336415'
        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 CORP 04939 2,213,842,633.09 2.21 billion 78
ATK LAUNCH SYSTEMS INCORPORATED 07703 1,627,094,531.00 1.63 billion 187
LOCKHEED MARTIN CORPORATION 04939 1,207,244,721.15 1.21 billion 271
THE BOEING COMPANY 3A768 1,093,038,347.61 1.09 billion 147
KONGSBERG DEFENCE & AEROSPACE AS N0013 450,750,676.00 450.75 million 7
RAYTHEON COMPANY 072E5 350,702,418.49 350.70 million 217
NORTHROP GRUMMAN SYSTEMS CORPORATION 8L7H4 318,089,318.00 318.09 million 112
AEROJET ROCKETDYNE, INC. 62006 111,751,390.56 111.75 million 65
ATK LAUNCH SYSTEMS INC. 07703 52,395,015.37 52.40 million 266
LEKTRON, INC. 0SSP0 38,431,021.30 38.43 million 30

Insight

Over the last 10 years, NAICS 336415 has obligated $7.85 billion across 10,191 awards, indicating a broad but highly concentrated vendor base. Lockheed Martin-related entries, ATK Launch Systems, and Boeing account for the largest obligations, with the top four listed vendors totaling about $5.14 billion, or roughly 65% of total obligated dollars. Award activity is more distributed than dollars, with several vendors receiving high award counts but lower obligated value, suggesting a mix of large production/procurement actions and smaller recurring 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 = '336415'
        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 1,509,735,650.58 1.51 billion 860
2024 1,148,238,383.25 1.15 billion 929
2023 1,463,763,505.19 1.46 billion 830
2022 549,744,876.24 549.74 million 860
2021 797,790,484.78 797.79 million 927
2020 724,006,208.93 724.01 million 962
2019 461,222,345.09 461.22 million 1,102
2018 475,521,514.66 475.52 million 1,236
2017 316,433,741.75 316.43 million 1,155
2016 404,657,085.20 404.66 million 1,330

Insight

Over the last 10 years, NAICS 336415 recorded $7.85 billion in obligated value across 10,191 awards, with an average award value of about $770.4K. Obligations were concentrated in recent years, with 2023 ($1.46 billion) and 2025 ($1.51 billion) at the high end, while 2016–2022 remained below $800 million annually. Award counts were highest in 2016–2019, then generally declined into the 2020s, indicating a shift toward fewer but larger obligations in the most recent years.

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.