Federal Contractor

THE BOEING COMPANY Federal Contract Obligations (Last Year)

Federal procurement profile for THE BOEING COMPANY (CAGE 77272, UEI E466BXU4KJH8) covering last full year obligations and award activity.

In the last full year, THE BOEING COMPANY received $1.94 billion across 863 award actions, for an average action value of $2.25 million. Most obligations came from the Department of the Army, followed by 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 full year

Values reflect the provided last full year FPDS-style summary, including total obligated, award count, agency mix, and top NAICS categories.

CAGE Code
77272
UEI
E466BXU4KJH8
Total Obligated
1.94 billion
1,940,127,876.72
Award Actions
863
Average Action Value
2,248,120.36

About THE BOEING COMPANY federal contract activity

THE BOEING COMPANY (CAGE 77272, UEI E466BXU4KJH8) recorded 863 FPDS awards totaling $1.94 billion in the last full year, with an average award value of $2.25 million. The profile reflects a highly concentrated defense-heavy vendor base, with most obligated dollars tied to a small set of federal customers and aerospace-related work.

Agency mix and customer concentration

DEPT OF THE ARMY accounted for the largest share of obligations at $1.10 billion across 104 awards, followed by U.S. SPECIAL OPERATIONS COMMAND at $523.76 million across 24 awards. The DEPT OF THE AIR FORCE added $212.82 million, while DEFENSE LOGISTICS AGENCY contributed a high-volume but lower-dollar flow of 529 awards totaling $92.77 million; DEPT OF THE NAVY was comparatively small at $11.95 million. This mix indicates concentration in military aviation and related sustainment demand, with Army and USSOCOM dominating obligated spend.

Industry profile based on NAICS activity

NAICS 336411, Aircraft Manufacturing, drove the portfolio with $1.59 billion across 189 awards, making it the clear core business line. Supporting activity was concentrated in 336412 Aircraft Engine and Engine Parts Manufacturing at $197.65 million and 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing at $138.55 million, while 336611 Ship Building and Repairing represented a much smaller $12.02 million. The NAICS pattern shows Boeing’s awards are overwhelmingly aligned to aerospace production and related components, with only marginal diversification outside that base.

Annual contract trend over the analysis window

The annual trend shows $1.94 billion obligated in 2025 across 863 awards. With only one year in the analysis window, no year-over-year growth rate can be inferred from the provided data. The available period still confirms a large, active federal contract footprint rather than a sporadic award pattern.

How to interpret this page

This page summarizes FPDS award activity for THE BOEING COMPANY over the last full year using the provided obligation, award-count, agency, NAICS, and annual trend fields. Dollar figures reflect obligated amounts in FPDS and are reported as provided; rankings are based on total obligated dollars within each category. No additional sources, forecasts, or unprovided contract attributes were used.

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 1 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 1,100,833,620.82 1.10 billion 104
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 523,755,564.70 523.76 million 24
5700 DEPT OF THE AIR FORCE 212,817,669.90 212.82 million 22
97AS DEFENSE LOGISTICS AGENCY 92,767,849.75 92.77 million 529
1700 DEPT OF THE NAVY 11,953,171.55 11.95 million 5
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,000,000.00 -2.00 million 179

Insight

THE BOEING COMPANY’s last full year obligations were concentrated in a few defense agencies, led by the Department of the Army at $1.10 billion across 104 awards, or about 57 percent of total obligations. USSOCOM added $523.76 million and the Department of the Air Force $212.82 million, bringing these three agencies to the clear majority of obligated spend. By award count, Defense Logistics Agency accounted for 529 awards but only $92.77 million, indicating a high-volume, lower-dollar transaction pattern relative to the Army and USSOCOM. DCMA shows a net negative obligated value of $2.00 million across 179 awards, which reduces the overall total slightly.

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 1 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 1,592,324,366.92 1.59 billion 189
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 197,652,478.54 197.65 million 79
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 138,550,231.33 138.55 million 552
336611 SHIP BUILDING AND REPAIRING 12,022,608.00 12.02 million 4
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 22,834.50 22.83 thousand 1
332991 BALL AND ROLLER BEARING MANUFACTURING 3,428.60 3.43 thousand 3
332510 HARDWARE MANUFACTURING 0.00 0.00 2
333613 MECHANICAL POWER TRANSMISSION EQUIPMENT MANUFACTURING 0.00 0.00 2
336310 MOTOR VEHICLE GASOLINE ENGINE AND ENGINE PARTS MANUFACTURING 0.00 0.00 2
541330 ENGINEERING SERVICES -448,071.17 -448.07 thousand 29

Insight

During the last full year, THE BOEING COMPANY’s obligations were highly concentrated in NAICS 336411 Aircraft Manufacturing, which accounts for $1.59 billion of $1.94 billion total obligated, or roughly 82% of the period total, across 189 awards. The next largest categories were 336412 Aircraft Engine and Engine Parts Manufacturing at $197.65 million and 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing at $138.55 million, indicating the remaining obligation base is also heavily centered in aerospace production. Award volume is broader than dollar concentration suggests, with 552 awards in 336413 and 863 total awards overall, while smaller amounts appear in shipbuilding and other manufacturing codes; 541330 Engineering Services shows a net negative obligated amount of $448.07 thousand.

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 1 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

Insight

During the last full year, THE BOEING COMPANY (CAGE 77272) recorded $1.94 billion in obligated value across 863 awards, for an average award value of about $2.25 million. The obligations are concentrated in a single annual period, so this view reflects one-year activity rather than a multi-year trend. The award count indicates a relatively broad distribution of obligations across many actions, with moderate average award size.

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