NAICS Industry

NAICS 336415 Federal Contract Obligations (Last 5 Years)

Federal procurement activity for NAICS 336415 covers guided missile and space vehicle propulsion unit and propulsion unit parts manufacturing, with 5.47 billion obligated across 4,401 award actions in the last 5 years.

This NAICS page summarizes federal awards for guided missile and space vehicle propulsion unit and propulsion unit parts manufacturing over the last five years. The Department of the Army, NASA, and the Department of the Navy account for most obligated dollars, while Lockheed Martin, Boeing, and Raytheon are among the leading vendors.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from 549.74 million in 2022 to 1.51 billion in 2025, and award volume was highest in 2024 at 929 actions.

NAICS Code
336415
Industry
GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING
Total Obligated
5.47 billion
5,469,250,178.04
Award Actions
4,401
Average Action Value
1,242,728.96

About NAICS 336415 federal contract activity

NAICS 336415 covers guided missile and space vehicle propulsion unit and propulsion unit parts manufacturing. In the last 5 years, FPDS records show 4,401 awards totaling 5.47 billion dollars, with an average award value of 1.24 million dollars, indicating a market driven by a mix of large propulsion-related contracts and a high volume of smaller obligations.

Agency demand and leading federal buyers

The Department of the Army is the largest buyer in this NAICS, with 2.36 billion dollars obligated across 172 awards, followed by NASA at 1.31 billion dollars and the Department of the Navy at 1.12 billion dollars. The Department of the Air Force and the Defense Logistics Agency also contribute materially, but DLA stands out for volume, recording 3,114 awards despite a comparatively lower 180.42 million dollars in total obligations.

Vendor concentration and leading contractors

Lockheed Martin dominates vendor obligations in this category across two FPDS naming variants tied to CAGE 04939, together exceeding 3.12 billion dollars. Boeing, Kongsberg Defence & Aerospace AS, and Raytheon Company also appear among the top recipients, reflecting a supplier base concentrated around major aerospace and defense contractors.

Annual contract trend over the analysis window

Annual obligations were strongest in 2025 at 1.51 billion dollars and 2023 at 1.46 billion dollars, with a dip to 549.74 million dollars in 2022. Award counts remained consistently high throughout the period, ranging from 830 to 929 annually, showing sustained procurement activity even when total obligated dollars varied year to year.

How to interpret this page

This page summarizes FPDS obligations associated with NAICS 336415 over the last 5 years using award-level records aggregated by dollar value, award count, agency, vendor, and fiscal year. Vendor entries are reported as they appear in FPDS and may reflect multiple naming variants for the same CAGE code.

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 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 2,359,642,638.40 2.36 billion 172
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,307,513,461.33 1.31 billion 330
1700 DEPT OF THE NAVY 1,116,615,951.64 1.12 billion 458
5700 DEPT OF THE AIR FORCE 506,261,278.64 506.26 million 234
97AS DEFENSE LOGISTICS AGENCY 180,424,731.29 180.42 million 3,114
7008 U.S. COAST GUARD 33,312.28 33.31 thousand 2
6800 ENVIRONMENTAL PROTECTION AGENCY 32,500.00 32.50 thousand 2
97JC MISSILE DEFENSE AGENCY (MDA) -361,515.90 -361.52 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -912,179.64 -912.18 thousand 88

Insight

Over the last 5 years, obligations under NAICS 336415 totaled $5.47 billion across 4,401 awards, with funding concentrated in a small set of agencies. The Department of the Army led with $2.36 billion, followed by NASA at $1.31 billion, the Department of the Navy at $1.12 billion, and the Department of the Air Force at $506.26 million; together these four agencies accounted for the vast majority of obligated dollars. The Defense Logistics Agency issued the most awards at 3,114 but at a much lower dollar value ($180.42 million), indicating a higher-volume, lower-value procurement profile. Minor obligations and negative totals reported for DCMA and MDA suggest limited net activity or adjustments relative to the dominant defense and space 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 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 CORP 04939 2,213,842,633.09 2.21 billion 78
LOCKHEED MARTIN CORPORATION 04939 903,777,233.62 903.78 million 95
THE BOEING COMPANY 3A768 677,671,961.81 677.67 million 88
KONGSBERG DEFENCE & AEROSPACE AS N0013 450,750,676.00 450.75 million 7
RAYTHEON COMPANY 072E5 333,135,068.33 333.14 million 149
NORTHROP GRUMMAN SYSTEMS CORPORATION 8L7H4 318,089,318.00 318.09 million 111
ATK LAUNCH SYSTEMS INCORPORATED 07703 313,442,874.00 313.44 million 43
LEKTRON, INC. 0SSP0 38,425,671.30 38.43 million 23
SGL COMPOSITES INC. 78741 33,566,662.55 33.57 million 16
ATK LAUNCH SYSTEMS INC. 07703 27,075,847.03 27.08 million 159

Insight

NAICS 336415 is highly concentrated over the last 5 years, with the top 10 vendors accounting for a large share of the $5.47 billion obligated across 4,401 awards. LOCKHEED MARTIN CORP and LOCKHEED MARTIN CORPORATION together total $3.12 billion, indicating substantial vendor concentration even before considering additional awardees. The next largest obligators are THE BOEING COMPANY, KONGSBERG DEFENCE & AEROSPACE AS, RAYTHEON COMPANY, and NORTHROP GRUMMAN SYSTEMS CORPORATION, while award counts are more dispersed, suggesting several vendors receive frequent but smaller awards relative to the largest obligations.

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 5 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,712,928.58 1.51 billion 855
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

Insight

Over the last 5 years, NAICS 336415 recorded $5.47 billion in obligations across 4,401 awards, with an average award value of $1.24 million. Obligations were concentrated in 2023 and 2025, which together accounted for about half of the total obligated amount, while 2022 was the low point at $549.7 million. Award counts were relatively stable year to year, ranging from 830 to 929, indicating that year-to-year obligation changes were driven more by award value than by 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.