Federal Contractor

THE BOEING COMPANY Federal Contract Obligations (Last 10 Years)

Federal procurement summary for THE BOEING COMPANY (CAGE 81205, UEI WZWRLY4G3PL8) covering obligated awards, agency mix, NAICS concentration, and yearly trends over the last 10 years.

Over the last 10 years, THE BOEING COMPANY received $52.46 billion across 7,410 award actions, with an average action value of $7,079,937.87. Most obligations came from the Department of the Air Force and the Department of the Navy, and the largest NAICS category was Aircraft Manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Values reflect obligated dollars in the selected analysis window and may differ from counts or amounts shown on individual FPDS records due to reporting and update timing.

CAGE Code
81205
UEI
WZWRLY4G3PL8
Total Obligated
52.46 billion
52,462,339,662.91
Award Actions
7,410
Average Action Value
7,079,937.87

About THE BOEING COMPANY federal contract activity

THE BOEING COMPANY, CAGE 81205 and UEI WZWRLY4G3PL8, recorded 52.46 billion in obligated federal spending across 7,410 awards over the last 10 years, for an average award value of 7.08 million. The profile is dominated by large defense procurement actions rather than a broad base of small awards.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE accounts for 36.19 billion across 1,238 awards, making it the primary buying organization in this period. The DEPT OF THE NAVY follows with 16.31 billion and 4,321 awards, while all other listed agencies contribute a comparatively small share, indicating a highly concentrated defense customer base.

Industry profile based on NAICS activity

NAICS 336411, Aircraft Manufacturing, represents 52.00 billion of obligated value and is the core category for this vendor. Smaller but material activity appears in 336413, 541512, 541330, and 336412, showing that Boeing’s federal work also includes parts and auxiliary equipment, systems design, engineering services, and engine-related manufacturing support.

Annual contract trend over the analysis window

Annual obligations remained in the multi-billion-dollar range throughout the period shown, with 2021 the high point at 6.81 billion. Spending then declined in 2022, recovered in 2023 and 2024 to roughly 5.44 billion and 5.47 billion, and eased to 4.64 billion in 2025 based on the current dataset. Award counts did not move in lockstep with obligation value, suggesting changes in contract mix and award size over time.

How to interpret this page

This summary is based on FPDS award records associated with THE BOEING COMPANY over the last 10 years, using the supplied CAGE code 81205 and UEI WZWRLY4G3PL8 for vendor identification. Totals reflect obligated dollars, award counts reflect individual award actions, and agency and NAICS views are ranked by obligated value within the 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 = '81205'
        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 36,189,280,275.51 36.19 billion 1,238
1700 DEPT OF THE NAVY 16,305,382,367.03 16.31 billion 4,321
4732 FEDERAL ACQUISITION SERVICE 38,724,229.00 38.72 million 24
97AS DEFENSE LOGISTICS AGENCY 16,554,834.21 16.55 million 644
2100 DEPT OF THE ARMY 2,110,875.25 2.11 million 12
6920 FEDERAL AVIATION ADMINISTRATION 1,472,980.00 1.47 million 11
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,384,585.41 1.38 million 157
9771 DEFENSE MICROELECTRONICS ACTIVITY (DMEA) 738,441.00 738.44 thousand 5
1406 DEPARTMENTAL OFFICES 0.00 0.00 1
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) -498,171.95 -498.17 thousand 2

Insight

Over the last 10 years, THE BOEING COMPANY (CAGE 81205) received $52.46 billion across 7,410 awards, with obligations highly concentrated in the DEPT OF THE AIR FORCE and DEPT OF THE NAVY. The Air Force accounted for $36.19 billion across 1,238 awards, while the Navy accounted for $16.31 billion across 4,321 awards, together representing nearly all obligated dollars in this period. Other agencies were minimal by comparison, with each remaining top agency obligating less than $40 million, indicating a sharply defense-focused distribution.

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 = '81205'
        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 51,998,095,094.83 52.00 billion 2,077
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 246,756,616.04 246.76 million 3,858
541512 COMPUTER SYSTEMS DESIGN SERVICES 89,695,301.93 89.70 million 199
541330 ENGINEERING SERVICES 63,971,579.46 63.97 million 179
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 28,224,675.41 28.22 million 164
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 18,741,193.97 18.74 million 15
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 4,731,706.87 4.73 million 33
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 3,771,543.17 3.77 million 213
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 2,724,439.70 2.72 million 141
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,486,480.00 1.49 million 10

Insight

Over the last 10 years, THE BOEING COMPANY’s obligations are highly concentrated in NAICS 336411, Aircraft Manufacturing, which accounts for $52.00 billion of $52.46 billion total obligated, or the vast majority of spend. The next largest NAICS, 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, is materially smaller at $246.76 million, indicating a steep drop-off after the core aircraft manufacturing category. Remaining obligations are distributed across technical and engineering support codes, including 541512, 541330, and 336412, but each represents a comparatively small share of total dollars.

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 = '81205'
        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 4,636,992,904.89 4.64 billion 1,290
2024 5,466,280,916.50 5.47 billion 1,421
2023 5,441,637,529.00 5.44 billion 838
2022 4,248,936,287.15 4.25 billion 706
2021 6,812,495,184.97 6.81 billion 751
2020 3,700,696,345.90 3.70 billion 598
2019 6,722,364,063.89 6.72 billion 533
2018 5,359,881,621.51 5.36 billion 685
2017 7,234,618,268.05 7.23 billion 557
2016 2,838,436,541.05 2.84 billion 31

Insight

Over the last 10 years, THE BOEING COMPANY (CAGE 81205) has obligated $52.46 billion across 7,410 awards, averaging $7.08 million per award. Annual obligations are concentrated in the mid-to-late period, with the largest values in 2017 ($7.23 billion), 2021 ($6.81 billion), and 2019 ($6.72 billion), while 2016 is a clear low point at $2.84 billion and only 31 awards. Recent activity remains elevated but uneven, with obligations of $5.47 billion in 2024 and $4.64 billion in 2025 after a dip to $3.70 billion in 2020.

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.