In the last full year, BOEING COMPANY recorded 77 award actions totaling $342,138,342.29 in federal obligations, or $342.14 million. All reported obligations in this period were from the National Aeronautics and Space Administration and were classified under NAICS 336414, Guided Missile and Space Vehicle Manufacturing.
Federal Contractor
BOEING COMPANY Federal Contract Obligations (Last Year)
BOEING COMPANY (CAGE 2B945, UEI HLWWEH2CCXW5) received 77 federal awards in the last full year, with $342.14 million obligated.
Figures reflect the last full year and may differ from other reporting views due to rounding and action-level aggregation.
About BOEING COMPANY federal contract activity
BOEING COMPANY (CAGE 2B945, UEI HLWWEH2CCXW5) received 77 FPDS awards in the last full year, totaling $342.14 million in obligated dollars. The average award value was $4.44 million, indicating a portfolio centered on relatively large federal actions rather than a high volume of small transactions.
Agency mix and customer concentration
Federal activity was fully concentrated in one agency: the National Aeronautics and Space Administration accounted for the entire $342.14 million and all 77 awards. This indicates a single-agency buying profile with no visible diversification across other departments in the analysis window.
Industry profile based on NAICS activity
All recorded obligations were placed under NAICS 336414, Guided Missile and Space Vehicle Manufacturing, with 77 awards totaling $342.14 million. The NAICS profile is therefore highly concentrated and aligns the vendor's federal contracting activity with space and aerospace manufacturing work.
Annual contract trend over the analysis window
The annual trend shows $342.14 million in obligated dollars across 77 awards in 2025, with no additional years represented in the provided window. Because only one year is shown, the data supports a point-in-time view of activity rather than a multi-year trend assessment.
How to interpret this page
This page is based on FPDS award records for the vendor identified by CAGE 2B945 and UEI HLWWEH2CCXW5 over the last full year. Obligated dollars, award counts, agency mix, NAICS mix, and annual trend are summarized directly from the supplied metrics without extrapolation or outside sources.
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 = '2B945'
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 |
|---|---|---|---|---|
| 8000 | NATIONAL AERONAUTICS AND SPACE ADMINISTRATION | 342,138,342.29 | 342.14 million | 77 |
Insight
For the last full year, BOEING COMPANY’s obligations under CAGE 2B945 were fully concentrated in a single agency: the National Aeronautics and Space Administration. NASA accounted for the entire $342.14 million in obligated value across 77 awards, indicating complete agency-level concentration in the observed period. The average award value was $4.44 million, reflecting a program mix of multiple moderate-sized awards rather than a small number of large obligations.
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 = '2B945'
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 |
|---|---|---|---|---|
| 336414 | GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING | 342,138,342.29 | 342.14 million | 77 |
Insight
Over the last full year, BOEING COMPANY’s obligations in the Top NAICS category were fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This NAICS accounted for the entire $342.14 million in obligated dollars across 77 awards, indicating a highly concentrated procurement profile in aerospace and defense manufacturing. The average award value of $4.44 million suggests a mix of moderate-sized obligations within this single industry category.
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 = '2B945'
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 | 342,138,342.29 | 342.14 million | 77 |
Insight
In the last full year, BOEING COMPANY (CAGE 2B945) received 77 awards totaling $342.14 million, with an average award value of about $4.44 million. Because only one annual data point is provided for the 1-year window, no year-over-year trend can be assessed from this view. The obligation profile indicates a moderate concentration of dollars across a relatively limited number of awards, suggesting several mid-sized obligations rather than a highly fragmented award base.
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.