NAICS Industry

NAICS 336415 Federal Contract Obligations (Last Year)

Federal procurement activity for NAICS 336415, covering guided missile and space vehicle propulsion units and propulsion unit parts manufacturing, totaled 1.51 billion across 860 award actions in the last full year.

The last full year shows concentrated federal spending in propulsion unit manufacturing, led by the Department of the Army, the Department of the Air Force, and NASA. Lockheed Martin Corp and Kongsberg Defence & Aerospace AS accounted for the largest vendor obligations, while the Defense Logistics Agency recorded the highest volume of award actions.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect obligations and award counts reported for the last full year and may include multiple actions across the same vendors and agencies.

NAICS Code
336415
Industry
GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING
Total Obligated
1.51 billion
1,509,735,650.58
Award Actions
860
Average Action Value
1,755,506.57

About NAICS 336415 federal contract activity

NAICS 336415, Guided Missile and Space Vehicle Propulsion Unit and Propulsion Unit Parts Manufacturing, recorded $1.51 billion in obligated funding across 860 awards in the last full year, with an average award value of $1.76 million. The profile is concentrated in defense and space procurement, indicating sustained demand for propulsion components and related parts across a relatively high-volume award base.

Agency demand and leading federal buyers

The Department of the Army led obligations with $726.05 million across 42 awards, followed by the Department of the Air Force at $361.44 million across 38 awards and NASA at $218.18 million across 47 awards. The Department of the Navy and the Defense Logistics Agency also contributed materially, with DLA notably showing 641 awards despite a lower total obligation, indicating heavy transaction activity in this category.

Vendor concentration and leading contractors

Lockheed Martin Corp was the largest recipient with $720.62 million across 26 awards, followed by Kongsberg Defence & Aerospace AS with $347.75 million across 5 awards. The Boeing Company and Raytheon Company also ranked among the top vendors, and the presence of both Lockheed Martin Corp and Lockheed Martin Corporation in the top five suggests award activity may be split across related vendor naming records.

Annual contract trend over the analysis window

The annual trend shows $1.51 billion in obligations and 860 awards in 2025, which is the only year in the analysis window provided. With no prior-year data in the window, this page supports a point-in-time view rather than a directional trend assessment.

How to interpret this page

This summary reflects FPDS obligations associated with NAICS 336415 for the last full year, using total obligated dollars, award counts, and average award value derived from the provided dataset. Agency and vendor rankings are based on total obligated amount, and vendor names are reported as provided in the source data without normalization beyond the supplied records.

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 1 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 726,049,352.36 726.05 million 42
5700 DEPT OF THE AIR FORCE 361,442,555.33 361.44 million 38
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 218,184,489.78 218.18 million 47
1700 DEPT OF THE NAVY 119,260,347.06 119.26 million 78
97AS DEFENSE LOGISTICS AGENCY 85,538,492.55 85.54 million 641
7008 U.S. COAST GUARD 14,112.28 14.11 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -753,698.78 -753.70 thousand 13

Insight

Obligations under NAICS 336415 totaled $1.51 billion across 860 awards in the last full year and were concentrated among a small set of defense and space agencies. The Department of the Army led with $726.05 million (42 awards), followed by the Department of the Air Force with $361.44 million (38 awards) and NASA with $218.18 million (47 awards); these three agencies accounted for the majority of obligated dollars. The Department of the Navy added $119.26 million across 78 awards, while DLA recorded the highest award count at 641 but only $85.54 million, indicating a much more fragmented, lower-dollar procurement profile. Other agencies were immaterial in dollar terms, including a small Coast Guard obligation and a negative net obligation at DCMA.

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 1 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 720,624,638.38 720.62 million 26
KONGSBERG DEFENCE & AEROSPACE AS N0013 347,750,676.00 347.75 million 5
THE BOEING COMPANY 3A768 197,030,526.00 197.03 million 17
RAYTHEON COMPANY 15090 91,030,307.50 91.03 million 18
LOCKHEED MARTIN CORPORATION 04939 82,584,656.82 82.58 million 24
NORTHROP GRUMMAN SYSTEMS CORPORATION 8L7H4 19,545,105.00 19.55 million 27
SGL COMPOSITES INC. 78741 9,243,019.10 9.24 million 6
CANADIAN COMMERCIAL CORPORATION 98247 8,373,282.00 8.37 million 2
TEX-TECH ENGINEERED COMPOSITES, LLC 9QQ19 7,335,006.31 7.34 million 3
LEKTRON, INC. 0SSP0 5,731,276.98 5.73 million 2

Insight

Obligations in NAICS 336415 totaled $1.51 billion across 860 awards in the last full year, with an average award value of $1.76 million. Funding is highly concentrated among a small set of vendors: LOCKHEED MARTIN CORP received $720.62 million, or nearly half of total obligations, and the top three vendors together accounted for roughly 85% of obligated dollars. Award counts are more dispersed than dollars, with several vendors receiving multiple awards but materially lower obligation totals, indicating a mix of large-value awards and smaller follow-on actions.

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

Insight

For the last full year, NAICS 336415 recorded $1.51 billion in obligated value across 860 awards, for an average award value of $1.76 million. With only one year provided in the 1-year window, this view does not support a year-over-year trend assessment, but it does indicate a high-volume obligation profile with relatively small average awards compared to total spend. The award base appears broadly distributed across many actions rather than concentrated in a small number of very large awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.