In the last full year, BOEING COMPANY, THE recorded 175 award actions with $289.18 million in obligated spending, for an average action value of $1.65 million. The Department of the Air Force accounted for the largest share of obligations, while DCMA shows a negative obligated total in the agency breakdown.
Federal Contractor
BOEING COMPANY, THE Federal Contract Obligations (Last Year)
Federal procurement profile for BOEING COMPANY, THE (CAGE 82918, UEI XM8ZJ6ML9CW7) covering obligations and awards in the last full year.
Totals and rankings reflect FPDS award records for the analysis window and may include deobligations, which can produce negative agency totals.
About BOEING COMPANY, THE federal contract activity
BOEING COMPANY, THE (CAGE 82918, UEI XM8ZJ6ML9CW7) recorded 175 awards totaling 289.18 million in obligations during the last full year, for an average award value of 1.65 million. The profile is concentrated in aerospace manufacturing activity, with all reported obligations tied to NAICS 336411.
Agency mix and customer concentration
The DEPT OF THE AIR FORCE accounted for the overwhelming share of positive obligations at 303.15 million across 154 awards, indicating that this vendor’s federal activity is heavily Air Force-driven. DCMA shows a net negative 13.97 million across 21 awards, which is consistent with contract administration or post-award adjustments rather than new funding.
Industry profile based on NAICS activity
All reported obligations fall under NAICS 336411, Aircraft Manufacturing, with 175 awards totaling 289.18 million. This indicates a highly concentrated portfolio with no observable diversification across other NAICS categories in the analysis window.
Annual contract trend over the analysis window
Annual activity is reported entirely in 2025, with 289.18 million obligated across 175 awards. Because the analysis window is the last full year and only one annual point is present, the dataset supports a level view rather than a multi-year trend assessment.
How to interpret this page
This summary is based on FPDS award records for the vendor identified by CAGE 82918 and UEI XM8ZJ6ML9CW7 over the last full year. Obligations are presented as recorded in the source data, including negative amounts where applicable, and agency and NAICS groupings reflect the provided aggregation fields.
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 = '82918'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 303,148,787.07 | 303.15 million | 154 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -13,972,355.40 | -13.97 million | 21 |
Insight
Over the last full year, BOEING COMPANY, THE’s obligations were highly concentrated with the DEPT OF THE AIR FORCE, which accounted for $303.15 million across 154 awards. This activity exceeded the vendor’s reported total obligated amount of $289.18 million, indicating offsets from other agencies in the period. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) recorded a net negative obligation of $13.97 million across 21 awards, reducing the vendor’s overall net total.
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 = '82918'
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 | 289,176,431.67 | 289.18 million | 175 |
Insight
In the last full year, BOEING COMPANY, THE’s obligations were fully concentrated in NAICS 336411, Aircraft Manufacturing. The vendor received $289.18 million across 175 awards, indicating a highly focused award distribution within a single NAICS code. The average award value was $1.65 million, suggesting a mix of award sizes within this concentrated spend profile.
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 = '82918'
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 | 289,176,431.67 | 289.18 million | 175 |
Insight
During the last full year, BOEING COMPANY, THE (CAGE 82918) received $289.18 million across 175 awards, for an average award value of about $1.65 million. Because only one annual observation is available in this 1-year window, no year-over-year trend can be assessed. The award profile indicates moderately broad distribution across a relatively high number of awards, rather than reliance on a small number of large actions.
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.