Federal Contractor

THE BOEING COMPANY Federal Contract Obligations (Last 10 Years)

Federal procurement profile for THE BOEING COMPANY (CAGE 77272, UEI E466BXU4KJH8) covering awards, agencies, NAICS codes, and annual obligations over the last 10 years.

THE BOEING COMPANY recorded 3,571 award actions with total obligated value of $11.21 billion in the last 10 years, for an average action value of $3.14 million. Most obligations came from the Department of the Army, USSOCOM, and the Department of the Air Force, with aircraft manufacturing accounting for the largest NAICS share.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect FPDS award activity in the stated analysis window and are based on obligated dollars as provided in the source data.

CAGE Code
77272
UEI
E466BXU4KJH8
Total Obligated
11.21 billion
11,211,015,877.38
Award Actions
3,571
Average Action Value
3,139,461.18

About THE BOEING COMPANY federal contract activity

THE BOEING COMPANY (CAGE 77272, UEI E466BXU4KJH8) recorded $11.21 billion in obligated contract value across 3,571 awards over the last 10 years, with an average award value of $3.14 million. The profile is consistent with a large, recurring federal supplier supporting high-value aerospace and defense requirements, with spending concentrated in a relatively small set of agencies and NAICS categories.

Agency mix and customer concentration

Obligations are heavily concentrated in the Department of the Army, which accounts for $6.41 billion across 1,371 awards, followed by U.S. Special Operations Command at $3.18 billion across 286 awards. The Department of the Air Force adds another $1.26 billion, while the Defense Logistics Agency contributes a much larger number of smaller awards; together, these four organizations account for nearly all observed obligation. Department of the Navy activity is materially smaller at $67.46 million.

Industry profile based on NAICS activity

The vendor’s NAICS profile is dominated by 336411 Aircraft Manufacturing, which represents $9.13 billion and 1,559 awards. Secondary activity appears in 336412 Aircraft Engine and Engine Parts Manufacturing and 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing, with smaller but still meaningful obligations in 541330 Engineering Services and 336611 Ship Building and Repairing. The mix indicates a core business centered on aircraft production and support, with adjacent engineering and component work.

Annual contract trend over the analysis window

Annual obligations remain elevated throughout the period, with the largest reported value in 2025 at $1.94 billion across 863 awards. Recent years show sustained activity in the roughly $1.0 billion to $1.3 billion range, including $1.29 billion in 2023, $1.15 billion in 2022, and $1.14 billion in 2021. Award volume increased sharply in 2025, suggesting either heavier ordering cadence, more numerous tasking, or both within the current analysis window.

How to interpret this page

This summary is based on FPDS-observed obligations tied to THE BOEING COMPANY using CAGE 77272 and UEI E466BXU4KJH8 over the last 10 years. Agency, NAICS, and annual trends reflect the provided aggregates for obligated dollars and award counts; figures are not adjusted for inflation and should be interpreted as recorded contract obligations within the selected period.

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 = '77272'
        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
2100 DEPT OF THE ARMY 6,409,793,342.83 6.41 billion 1,371
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 3,182,659,213.18 3.18 billion 286
5700 DEPT OF THE AIR FORCE 1,260,741,626.04 1.26 billion 161
97AS DEFENSE LOGISTICS AGENCY 265,695,753.19 265.70 million 999
1700 DEPT OF THE NAVY 67,459,614.03 67.46 million 57
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 24,666,328.11 24.67 million 697

Insight

Over the last 10 years, THE BOEING COMPANY’s obligations are concentrated in a small number of defense agencies, led by the Department of the Army at $6.41 billion across 1,371 awards and USSOCOM at $3.18 billion across 286 awards. The Department of the Air Force is a distant third at $1.26 billion, while the remaining listed agencies account for materially smaller shares of obligations, indicating a strong concentration in Army and special operations procurement. Award volume is also dispersed, with the Defense Logistics Agency and DCMA showing relatively high award counts but much lower obligated dollars, consistent with smaller-value transactions.

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 = '77272'
        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 9,131,198,849.88 9.13 billion 1,559
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 906,072,579.28 906.07 million 197
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 675,239,543.94 675.24 million 1,225
541330 ENGINEERING SERVICES 416,525,548.56 416.53 million 310
336611 SHIP BUILDING AND REPAIRING 64,460,081.03 64.46 million 49
333613 MECHANICAL POWER TRANSMISSION EQUIPMENT MANUFACTURING 6,952,277.61 6.95 million 133
333611 TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING 3,480,122.28 3.48 million 6
423860 TRANSPORTATION EQUIPMENT AND SUPPLIES (EXCEPT MOTOR VEHICLE) MERCHANT WHOLESALERS 3,039,251.00 3.04 million 3
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 2,719,971.00 2.72 million 9
334514 TOTALIZING FLUID METER AND COUNTING DEVICE MANUFACTURING 660,186.40 660.19 thousand 4

Insight

The Boeing Company’s obligations over the last 10 years are highly concentrated in NAICS 336411, Aircraft Manufacturing, which accounts for $9.13 billion across 1,559 awards, or the large majority of the vendor’s $11.21 billion total. A second tier of related aerospace categories—336412 Aircraft Engine and Aircraft Engine Parts Manufacturing and 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing—adds another $1.58 billion, indicating a strong concentration in core aircraft production and adjacent component work. All remaining NAICS codes each represent relatively small shares of total obligated value, with 541330 Engineering Services the largest non-manufacturing category at $416.53 million across 310 awards.

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 = '77272'
        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 1,940,127,876.72 1.94 billion 863
2024 1,001,307,851.95 1.00 billion 400
2023 1,293,022,579.15 1.29 billion 292
2022 1,150,238,655.40 1.15 billion 301
2021 1,140,395,791.30 1.14 billion 290
2020 585,891,822.99 585.89 million 387
2019 585,870,540.09 585.87 million 393
2018 1,524,995,942.49 1.52 billion 369
2017 1,078,158,155.75 1.08 billion 236
2016 911,006,661.54 911.01 million 40

Insight

Over the last 10 years, THE BOEING COMPANY (CAGE 77272) recorded $11.21 billion across 3,571 awards, with an average award value of $3.14 million. Obligations are concentrated in the most recent years, led by 2025 at $1.94 billion and 863 awards, followed by 2023, 2022, and 2021 at roughly $1.14 billion to $1.29 billion each. The annual pattern is uneven, with a notable dip in 2019–2020 to about $585.9 million per year and a lower-volume year in 2016, indicating periodic fluctuation rather than a steady year-over-year trajectory.

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.