Federal Contractor

BOEING COMPANY, THE Federal Contract Obligations (Last 10 Years)

FPDS procurement summary for BOEING COMPANY, THE (CAGE 76301, UEI JJM4FRDZJDX1) covering the last 10 years of federal obligations and awards.

BOEING COMPANY, THE recorded 14,211 award actions with $63.30 billion obligated in the last 10 years, for an average action value of $4.45 million. Most obligations came from the Department of the Air Force and the Department of the Navy, with aircraft manufacturing as the leading NAICS category.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS obligation data for the selected 10-year window and may include multiple action types across agencies and NAICS codes.

CAGE Code
76301
UEI
JJM4FRDZJDX1
Total Obligated
63.30 billion
63,296,618,570.97
Award Actions
14,211
Average Action Value
4,454,058.02

About BOEING COMPANY, THE federal contract activity

BOEING COMPANY, THE (CAGE 76301, UEI JJM4FRDZJDX1) received 14,211 awards totaling $63.30 billion over the last 10 years, for an average award value of $4.45 million. The vendor’s federal activity is heavily concentrated in defense and aerospace procurement, with the Department of the Air Force and Department of the Navy accounting for the overwhelming share of obligations.

Agency mix and customer concentration

The Department of the Air Force is the largest customer at $34.86 billion across 5,304 awards, followed closely by the Department of the Navy at $28.49 billion across 5,937 awards. Outside those two agencies, obligations drop sharply: NASA totals $17.01 million, DARPA $6.04 million, and the Department of the Army less than $1 million, indicating a highly concentrated agency mix.

Industry profile based on NAICS activity

Award activity is led by NAICS 336411, Aircraft Manufacturing, with $42.92 billion and 7,209 awards, confirming the vendor’s core production base. Additional volume is concentrated in Ammunition (Except Small Arms) Manufacturing, Aircraft Engine and Engine Parts Manufacturing, Guided Missile and Space Vehicle Manufacturing, and Engineering Services, which together show a mix of platform production, propulsion, missile/space systems, and supporting technical work.

Annual contract trend over the analysis window

Recent obligations peaked in 2024 at $8.74 billion, were also elevated in 2023 at $8.25 billion, and remained substantial in 2025 at $6.09 billion. The 2022 level of $3.10 billion was materially lower, while award counts stayed consistently high across the period shown, suggesting sustained contract throughput with year-to-year funding variability.

How to interpret this page

This summary is based on FPDS Query records for the last 10 years using the vendor’s CAGE code and UEI. Totals reflect obligated dollars and award counts aggregated across awards, agencies, NAICS codes, and fiscal years in the provided analysis window.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '76301'
        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
5700 DEPT OF THE AIR FORCE 34,863,415,289.87 34.86 billion 5,304
1700 DEPT OF THE NAVY 28,491,649,333.31 28.49 billion 5,937
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 17,009,256.76 17.01 million 194
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 6,043,308.00 6.04 million 14
2100 DEPT OF THE ARMY 757,634.14 757.63 thousand 6
97AS DEFENSE LOGISTICS AGENCY -35,564,069.56 -35.56 million 41
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -46,692,181.55 -46.69 million 2,715

Insight

Over the last 10 years, BOEING COMPANY, THE’s obligations are highly concentrated in the Department of the Air Force and Department of the Navy, which account for 63.35 billion of the 63.30 billion total obligated amount reported in this view, across 11,241 awards. The Air Force is the largest funding source at 34.86 billion, followed closely by the Navy at 28.49 billion, indicating a strong defense dependency and limited agency diversification. All other listed agencies are comparatively minor, with NASA and DARPA each contributing less than 20 million, while DCMA and DLA show negative obligated amounts, reducing net totals in those categories.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '76301'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
336411 AIRCRAFT MANUFACTURING 42,923,927,293.09 42.92 billion 7,209
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 9,445,408,676.37 9.45 billion 1,302
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 3,740,072,003.22 3.74 billion 1,212
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 3,429,298,029.84 3.43 billion 741
541330 ENGINEERING SERVICES 1,670,805,265.71 1.67 billion 2,082
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,072,459,321.85 1.07 billion 781
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 445,520,865.25 445.52 million 84
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 240,381,858.32 240.38 million 213
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 109,681,292.67 109.68 million 94
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 81,867,782.80 81.87 million 195

Insight

Over the last 10 years, BOEING COMPANY, THE received 63.30 billion across 14,211 awards, with obligations highly concentrated in aircraft-related NAICS. Aircraft Manufacturing (336411) dominates the vendor’s portfolio at 42.92 billion and 7,209 awards, accounting for the clear majority of total obligations. The next largest categories—Ammunition (except small arms) Manufacturing (332993), Aircraft Engine and Engine Parts Manufacturing (336412), and Guided Missile and Space Vehicle Manufacturing (336414)—add another 16.61 billion, indicating substantial concentration in defense and aerospace production.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '76301'
        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 6,094,739,256.47 6.09 billion 1,429
2024 8,736,013,945.77 8.74 billion 1,672
2023 8,252,867,987.32 8.25 billion 1,701
2022 3,100,260,682.29 3.10 billion 1,625
2021 3,676,980,964.98 3.68 billion 1,574
2020 9,465,235,268.58 9.47 billion 1,788
2019 8,639,982,698.17 8.64 billion 1,419
2018 7,827,320,043.62 7.83 billion 1,329
2017 7,187,130,989.00 7.19 billion 1,463
2016 316,086,734.77 316.09 million 211

Insight

Over the last 10 years, BOEING COMPANY, THE (CAGE 76301) obligated $63.30 billion across 14,211 awards, averaging $4.45 million per award. Obligations were concentrated in recent years, with 2020, 2024, and 2023 each exceeding $8 billion, while 2016 was a clear low point at $316.09 million. Annual award counts were relatively stable at roughly 1,300 to 1,700 awards from 2017 through 2025, indicating sustained procurement activity despite year-to-year volatility in obligated dollars.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.