NAICS Industry

NAICS 336414 Federal Contract Obligations (Last Year)

Federal procurement data for NAICS 336414 covers guided missile and space vehicle manufacturing, with $33.13 billion obligated across 2,884 award actions in the last full year.

This NAICS page summarizes federal obligations for guided missile and space vehicle manufacturing over the last full year. Department of the Army led agency spending at $12.67 billion, while Lockheed Martin Corporation was the top vendor at $12.81 billion.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect readable FPDS obligations for the analysis window and may include multiple award actions tied to the same vendor or agency.

NAICS Code
336414
Industry
GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING
Total Obligated
33.13 billion
33,132,429,853.50
Award Actions
2,884
Average Action Value
11,488,359.86

About NAICS 336414 federal contract activity

NAICS 336414, Guided Missile and Space Vehicle Manufacturing, accounted for 33.13 billion in obligated dollars across 2,884 awards in the last full year, with an average award value of 11.49 million. The spending profile is highly concentrated in complex aerospace and defense procurement, indicating large, program-driven awards rather than a high volume of small transactions.

Agency demand and leading federal buyers

The Department of the Army led all agencies with 12.67 billion across 644 awards, followed by the Department of the Air Force with 8.28 billion across 431 awards and the Department of the Navy with 6.95 billion across 519 awards. NASA and the Missile Defense Agency also ranked among the top buyers, underscoring the overlap between military missile systems, space platforms, and national security programs.

Vendor concentration and leading contractors

Lockheed Martin Corporation was the largest vendor by obligated dollars at 12.81 billion across 814 awards, while Raytheon Company led in award count with 1,103 awards and 8.51 billion obligated. Other major recipients included Lockheed Martin Corp, Northrop Grumman Systems Corporation, and Space Exploration Technologies Corp., reflecting a vendor base centered on prime contractors and specialized space and missile system suppliers.

Annual contract trend over the analysis window

The annual trend for 2025 shows 33.13 billion in obligated spending and 2,884 awards for this NAICS code. Because only one full year is available in the provided window, this view establishes the current annual baseline rather than a multi-year growth pattern.

How to interpret this page

This page summarizes FPDS obligations for NAICS 336414 over the last full year using total obligated dollars, award counts, and average award value. Agency and vendor rankings are based on obligated dollars within the selected NAICS code, and the annual trend reflects the same analysis period without adjustment for inflation or scope outside FPDS-reported 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 = '336414'
        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 12,673,303,505.69 12.67 billion 644
5700 DEPT OF THE AIR FORCE 8,281,408,147.23 8.28 billion 431
1700 DEPT OF THE NAVY 6,948,609,759.14 6.95 billion 519
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 3,016,287,561.75 3.02 billion 482
97JC MISSILE DEFENSE AGENCY (MDA) 2,181,940,895.57 2.18 billion 403
97AS DEFENSE LOGISTICS AGENCY 24,297,774.74 24.30 million 19
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 3,021,568.38 3.02 million 381
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

Insight

Obligations in NAICS 336414 are highly concentrated among a small set of defense and space agencies, with the Department of the Army leading at $12.67 billion across 644 awards, followed by the Department of the Air Force at $8.28 billion and the Department of the Navy at $6.95 billion. NASA and the Missile Defense Agency also account for significant volume, at $3.02 billion and $2.18 billion, respectively, indicating that nearly all activity is driven by major mission agencies. Outside the top five, obligations drop sharply to levels below $25 million, although DCMA recorded 381 awards at only $3.02 million, suggesting a large number of low-value actions rather than substantial spend.

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 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 CORPORATION 64059 12,805,714,688.59 12.81 billion 814
RAYTHEON COMPANY 15090 8,510,436,565.64 8.51 billion 1,103
LOCKHEED MARTIN CORP 04939 3,712,629,774.67 3.71 billion 64
NORTHROP GRUMMAN SYSTEMS CORPORATION 8LM16 2,536,165,849.17 2.54 billion 153
SPACE EXPLORATION TECHNOLOGIES CORP. 3BVL8 1,076,275,530.79 1.08 billion 19
RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE 0FCZ3 856,220,759.01 856.22 million 61
THE BOEING COMPANY 3A768 520,841,862.02 520.84 million 74
DYNETICS, INC. 7L855 517,196,032.10 517.20 million 9
BOEING COMPANY, THE 3A768 512,904,614.70 512.90 million 58
RAM-SYSTEM GESELLSCHAFT MIT BESCHRANKTER HAFTUNG C7399 445,242,196.60 445.24 million 4

Insight

Obligations in NAICS 336414 were highly concentrated in the last full year, with the top 10 vendors accounting for a substantial share of the $33.13 billion obligated across 2,884 awards. Lockheed Martin Corporation led with $12.81 billion across 814 awards, followed by Raytheon Company with $8.51 billion across 1,103 awards, indicating that a small number of prime contractors dominate both dollars and transaction volume. Several vendors appear under closely related names or corporate structures, including Lockheed Martin Corp and Boeing Company, which should be considered when assessing vendor concentration. The average award value was $11.49 million, but award size varied materially across vendors, from high-volume, lower-dollar award streams to fewer, higher-dollar 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 = '336414'
        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 33,132,429,853.50 33.13 billion 2,884

Insight

In the last full year, NAICS 336414 recorded $33.13 billion in obligated spending across 2,884 awards, for an average award value of $11.49 million. Because the provided annual trend window contains only one year, no year-over-year change can be assessed. The obligation level and award volume indicate a high-dollar, moderately distributed procurement profile within guided missile and space vehicle manufacturing.

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.