Federal Contractor

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

Federal procurement profile for BOEING COMPANY, THE (CAGE 1N929, UEI M25AW7P5S7K7) covering obligations, award volume, agencies, NAICS codes, and annual trends over the last 10 years.

BOEING COMPANY, THE recorded 5,416 award actions and 9.92 billion in obligated value over the last 10 years, with an average action value of 1.83 million. The Department of the Air Force accounts for nearly all obligated value, while activity is concentrated in aircraft manufacturing, aircraft parts, engineering services, and related support work.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the supplied 10-year analysis window; agency and NAICS detail includes both positive and negative obligated amounts where provided.

CAGE Code
1N929
UEI
M25AW7P5S7K7
Total Obligated
9.92 billion
9,915,591,433.72
Award Actions
5,416
Average Action Value
1,830,796.05

About BOEING COMPANY, THE federal contract activity

BOEING COMPANY, THE (CAGE 1N929, UEI M25AW7P5S7K7) recorded 5,416 FPDS awards and $9.92 billion in obligated value over the last 10 years, with an average award value of $1.83 million. The profile is heavily defense-oriented and concentrated in large-dollar acquisition and support work tied to aerospace and related technical services.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE dominates Boeing’s federal spend profile, accounting for $10.03 billion across 4,679 awards, which is effectively the primary funding relationship in the dataset. Secondary activity is much smaller and comes from DISA at $139.87 million across 19 awards; the remaining agencies are negligible in comparison, with DEPT OF THE NAVY at $1,000 and DCMA showing a net negative obligation of $256.89 million, likely reflecting deobligations or contract adjustments.

Industry profile based on NAICS activity

The NAICS mix is concentrated in aircraft and aerospace manufacturing, led by 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing at $3.77 billion and 1,794 awards, followed closely by 336411 Aircraft Manufacturing at $3.65 billion and 1,185 awards. Engineering Services (541330) adds $1.52 billion across 1,831 awards, indicating substantial technical and lifecycle support activity alongside production, with smaller amounts in transportation support and satellite telecommunications.

Annual contract trend over the analysis window

Annual obligations have remained above the $1 billion level each year shown, rising from $1.02 billion in 2022 to $1.10 billion in 2023 and $1.59 billion in 2024, before moderating to $1.52 billion in 2025. Award counts have been relatively stable in the 600-700 range, suggesting steady contract flow rather than a small number of unusually large awards driving the totals.

How to interpret this page

This summary is based on FPDS-observed obligations for the vendor matched to CAGE 1N929 and UEI M25AW7P5S7K7 over the last 10 years. Top agencies, NAICS codes, and annual trends are ranked by obligated value, and negative obligations are treated as reported deobligations or adjustments rather than new spending.

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 = '1N929'
        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 10,032,609,693.04 10.03 billion 4,679
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 139,866,513.58 139.87 million 19
1700 DEPT OF THE NAVY 1,000.00 1.00 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -256,885,772.90 -256.89 million 717

Insight

BOEING COMPANY, THE’s obligations are highly concentrated in the DEPT OF THE AIR FORCE, which accounts for about $10.03 billion across 4,679 awards and exceeds the vendor’s 10-year total obligated figure of $9.92 billion, indicating a data inconsistency or netting effect in the summarized totals. DISA is a distant second at $139.87 million across 19 awards, while the DEPT OF THE NAVY contributed only $1,000. DCMA shows a negative obligation of $256.89 million across 717 awards, materially offsetting positive obligations and suggesting deobligations or modifications during 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 = '1N929'
        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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 3,772,359,772.62 3.77 billion 1,794
336411 AIRCRAFT MANUFACTURING 3,650,712,593.13 3.65 billion 1,185
541330 ENGINEERING SERVICES 1,519,375,104.49 1.52 billion 1,831
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 695,120,344.29 695.12 million 392
517410 SATELLITE TELECOMMUNICATIONS 139,866,513.58 139.87 million 19
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 67,086,573.88 67.09 million 67
541519 OTHER COMPUTER RELATED SERVICES 35,226,704.52 35.23 million 40
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING 17,445,529.20 17.45 million 25
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 12,867,766.04 12.87 million 54
541380 TESTING LABORATORIES AND SERVICES 3,397,688.77 3.40 million 1

Insight

Over the last 10 years, Boeing Company, The has received 9.92 billion across 5,416 awards, with spending highly concentrated in aerospace manufacturing. NAICS 336413 and 336411 together account for 7.42 billion, or about 75 percent of total obligated value, indicating the award base is dominated by aircraft and aircraft parts production. Engineering services under NAICS 541330 is the next largest category at 1.52 billion across 1,831 awards, while the remaining NAICS categories are comparatively small and dispersed, each below 700 million.

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 = '1N929'
        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,517,897,264.90 1.52 billion 705
2024 1,586,242,277.99 1.59 billion 745
2023 1,100,627,341.77 1.10 billion 625
2022 1,021,065,555.49 1.02 billion 620
2021 1,097,290,545.59 1.10 billion 645
2020 906,629,308.70 906.63 million 511
2019 614,048,397.31 614.05 million 455
2018 881,440,376.56 881.44 million 568
2017 1,111,293,822.50 1.11 billion 529
2016 79,056,542.91 79.06 million 13

Insight

Over the last 10 years, BOEING COMPANY, THE (CAGE 1N929) received $9.92 billion across 5,416 awards, averaging $1.83 million per award. Obligations are concentrated in the most recent five years, led by 2024 ($1.59 billion; 745 awards) and 2025 ($1.52 billion; 705 awards), with annual obligations generally at or above $1.0 billion from 2021 through 2025. The profile is more variable in earlier years, including a low point in 2016 ($79.06 million; 13 awards) and a mid-period dip in 2019 ($614.05 million; 455 awards), indicating uneven annual funding rather than a steady linear trend.

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.