NAICS Industry

NAICS 336411 Federal Contract Obligations (Last Year)

FPDS procurement data for NAICS 336411, Aircraft Manufacturing, showing last full year obligations, awards, agencies, vendors, and annual trend totals.

In the last full year, federal obligations under NAICS 336411 totaled 56.81 billion across 23,703 award actions, with an average action value of 2.40 million. The Department of the Navy and the Department of the Air Force accounted for the largest shares, while Lockheed Martin Corporation and Boeing-related entities were the leading vendors.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the analysis window provided and may include multiple awards to the same vendors and agencies within the period.

NAICS Code
336411
Industry
AIRCRAFT MANUFACTURING
Total Obligated
56.81 billion
56,807,825,806.84
Award Actions
23,703
Average Action Value
2,396,651.30

About NAICS 336411 federal contract activity

NAICS 336411, Aircraft Manufacturing, recorded $56.81 billion in obligated awards across 23,703 awards in the last full year, with an average award value of $2.40 million. This is a high-dollar, defense-oriented manufacturing category with obligations concentrated in a relatively small number of large awards.

Agency demand and leading federal buyers

The Department of the Navy was the largest buyer in this NAICS, accounting for $28.92 billion across 1,564 awards, followed by the Department of the Air Force at $19.57 billion across 2,877 awards. The Department of the Army contributed another $7.15 billion, while USSOCOM and the Defense Logistics Agency were materially smaller by obligation.

Vendor concentration and leading contractors

Lockheed Martin Corporation led all vendors with $27.91 billion across 1,213 awards, followed by The Boeing Company at $8.97 billion across 651 awards and Boeing Company, The at $7.42 billion across 1,074 awards. Sikorsky Aircraft Corporation and Bell Textron Inc. also ranked among the top recipients, indicating a vendor base concentrated in major aerospace primes and helicopter manufacturers.

Annual contract trend over the analysis window

The annual trend shows $56.81 billion in obligated awards and 23,703 awards for 2025, which is the full analysis year provided. Because only one year is present in the dataset, no multi-year growth or decline can be inferred from this view alone.

How to interpret this page

This page summarizes FPDS obligations associated with NAICS 336411 over the last full year using the provided award totals and counts. Agency and vendor rankings reflect total obligated dollars within the selected NAICS, and vendor listings may include separately reported legal entities that are operationally related but distinct in FPDS 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 = '336411'
        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
1700 DEPT OF THE NAVY 28,921,457,336.82 28.92 billion 1,564
5700 DEPT OF THE AIR FORCE 19,574,459,573.64 19.57 billion 2,877
2100 DEPT OF THE ARMY 7,154,520,422.67 7.15 billion 686
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 516,680,215.60 516.68 million 44
97AS DEFENSE LOGISTICS AGENCY 336,327,221.46 336.33 million 17,102
7014 U.S. CUSTOMS AND BORDER PROTECTION 150,922,993.50 150.92 million 28
6920 FEDERAL AVIATION ADMINISTRATION 94,642,001.85 94.64 million 12
7008 U.S. COAST GUARD 84,791,565.06 84.79 million 231
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 59,507,684.94 59.51 million 9
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 35,622,846.61 35.62 million 15

Insight

Obligations in NAICS 336411 are highly concentrated in the Department of Defense. The Department of the Navy accounts for 28.92 billion, or about 51% of the 56.81 billion obligated in the last full year, followed by the Department of the Air Force at 19.57 billion and the Department of the Army at 7.15 billion; together, these three agencies represent the vast majority of funding. Award volume is also uneven: the Defense Logistics Agency issued 17,102 awards but obligated only 336.33 million, indicating a large number of relatively small transactions compared with the higher-dollar acquisition patterns at the military departments. After the top three agencies, obligations drop sharply, with all remaining agencies each below 517 million.

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 = '336411'
        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 81755 27,914,117,317.53 27.91 billion 1,213
THE BOEING COMPANY 81205 8,972,752,511.50 8.97 billion 651
BOEING COMPANY, THE 76301 7,416,055,531.88 7.42 billion 1,074
SIKORSKY AIRCRAFT CORPORATION 78286 2,284,965,199.45 2.28 billion 10,539
BELL TEXTRON INC. 97499 1,798,544,488.92 1.80 billion 1,223
SIERRA NEVADA COMPANY, LLC 4EXW5 1,731,642,697.68 1.73 billion 25
NORTHROP GRUMMAN SYSTEMS CORPORATION 1W025 962,635,774.21 962.64 million 340
GENERAL ATOMICS AERONAUTICAL SYSTEMS, INC. 0YJB5 950,952,636.03 950.95 million 353
SIKORSKY AIRCRAFT CORP 78286 522,650,546.87 522.65 million 80
BELL BOEING JOINT PROJECT OFFICE 3B1R2 459,475,517.13 459.48 million 1,474

Insight

In the last full year, NAICS 336411 recorded $56.81 billion across 23,703 awards, with obligations heavily concentrated among a small set of vendors. Lockheed Martin Corporation led with $27.91 billion, or nearly half of total obligations, while the two Boeing entries together accounted for $16.39 billion, indicating substantial vendor concentration at the top of the market. Sikorsky Aircraft Corporation stands out for volume, with 10,539 awards and $2.28 billion obligated, suggesting a much more fragmented award profile than the highest-dollar vendors.

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 = '336411'
        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 56,807,825,806.84 56.81 billion 23,703

Insight

In the last full year, NAICS 336411 (Aircraft Manufacturing) recorded 56.81 billion in obligated funding across 23,703 awards, with an average award value of about 2.40 million. Because only one annual observation is available in this 1-year window, no year-over-year trend can be assessed. The data indicate a high-volume award environment with substantial obligation concentration in a single industrial base.

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.