Federal Contractor

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

Federal procurement profile for BOEING COMPANY, THE (CAGE 18355, UEI M8JLMEHJADQ5) covering obligations and awards over the last 5 years.

BOEING COMPANY, THE recorded 1,231 award actions totaling $825,877,383.09 in the last 5 years, with an average action value of $670,899.58. Most obligations came from the Department of the Air Force and the Department of the Navy, and the largest NAICS shares were in aeronautical and nautical systems manufacturing and aircraft manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations were highest in 2021 at $608.29 million and declined in later years, including a negative net obligation in 2025 as of the current analysis window.

CAGE Code
18355
UEI
M8JLMEHJADQ5
Total Obligated
825.88 million
825,877,383.09
Award Actions
1,231
Average Action Value
670,899.58

About BOEING COMPANY, THE federal contract activity

BOEING COMPANY, THE (CAGE 18355, UEI M8JLMEHJADQ5) received 1,231 awards totaling 825.88 million over the last 5 years, for an average award value of 670,899.58. The obligation profile is heavily defense-oriented and concentrated in large aerospace and systems contracts rather than a broad civilian spend base.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE is the largest funding source at 680.75 million across 415 awards, followed by the DEPT OF THE NAVY at 450.49 million across 426 awards. DARPA is a distant third at 39.77 million, while the Army and DLA represent only marginal shares of total obligations, indicating strong concentration among a small number of defense buyers.

Industry profile based on NAICS activity

The largest obligations fall under NAICS 334511 at 305.10 million, followed closely by 336411 at 263.15 million, showing emphasis on navigation, aeronautical, and aircraft manufacturing work. Additional activity in 541990, 541715, and 541512 points to support in technical services, R&D, and systems design, but these categories are materially smaller than the core aerospace manufacturing lines.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at 608.29 million and declined in each subsequent year, reaching 29.21 million in 2024. The 2025 value is negative at -10.71 million, which indicates net downward adjustments or deobligations during the current period rather than positive new funding at that level.

How to interpret this page

This summary is based on FPDS obligations associated with vendor identifiers CAGE 18355 and UEI M8JLMEHJADQ5 over the last 5 years. Agency and NAICS mix reflect totals and award counts from the provided dataset; annual trend uses the reported yearly obligated amounts as supplied.

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 = '18355'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 680,747,035.02 680.75 million 415
1700 DEPT OF THE NAVY 450,492,058.65 450.49 million 426
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 39,767,124.47 39.77 million 13
2100 DEPT OF THE ARMY 7,858,311.17 7.86 million 17
97AS DEFENSE LOGISTICS AGENCY 353,662.00 353.66 thousand 6
1406 DEPARTMENTAL OFFICES 0.00 0.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -353,340,808.22 -353.34 million 353

Insight

Over the last 5 years, Boeing Company, The (CAGE 18355) received $825.88 million across 1,231 awards, with obligations concentrated primarily at the Department of the Air Force ($680.75 million, 415 awards) and Department of the Navy ($450.49 million, 426 awards). These two agencies account for the vast majority of positive obligations, indicating a strong defense-centric procurement footprint. DARPA is a distant third at $39.77 million, while Army and DLA obligations are comparatively limited. DCMA reflects a negative obligation total of $353.34 million across 353 awards, which materially offsets gross obligations and indicates significant downward adjustment activity in the period.

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 = '18355'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 305,097,450.69 305.10 million 124
336411 AIRCRAFT MANUFACTURING 263,146,302.79 263.15 million 686
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 117,755,268.29 117.76 million 70
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 63,778,580.95 63.78 million 46
541512 COMPUTER SYSTEMS DESIGN SERVICES 37,241,783.19 37.24 million 28
541330 ENGINEERING SERVICES 30,449,367.47 30.45 million 157
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 7,987,713.93 7.99 million 12
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 3,464,516.97 3.46 million 39
333914 MEASURING, DISPENSING, AND OTHER PUMPING EQUIPMENT MANUFACTURING 980,584.00 980.58 thousand 9
332510 HARDWARE MANUFACTURING 297,302.00 297.30 thousand 5

Insight

Over the last 5 years, BOEING COMPANY, THE (CAGE 18355) received $825.88 million across 1,231 awards, with obligations concentrated in aerospace and related technical NAICS. The largest shares were in 334511, SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING, at $305.10 million (124 awards), and 336411, AIRCRAFT MANUFACTURING, at $263.15 million (686 awards), together accounting for most obligated dollars. A secondary cluster appears in professional, scientific, and technical services—particularly 541990, 541715, 541512, and 541330—indicating broader support activity beyond core manufacturing.

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 = '18355'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 -10,705,956.37 -10.71 million 192
2024 29,207,872.25 29.21 million 226
2023 91,444,712.22 91.44 million 248
2022 107,637,594.33 107.64 million 231
2021 608,293,160.66 608.29 million 334

Insight

Obligations for BOEING COMPANY, THE are heavily concentrated in 2021, which accounts for $608.29 million of the $825.88 million obligated over the last 5 years. Annual obligated value declined sharply after 2021, falling to $107.64 million in 2022, $91.44 million in 2023, and $29.21 million in 2024, before turning negative in 2025 at -$10.71 million. Award volume also trends downward from 334 awards in 2021 to 192 in 2025, indicating both reduced obligation value and fewer awards over time.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.