Federal Contractor

BELL BOEING JOINT PROJECT OFFICE Federal Contract Obligations (Last 5 Years)

Federal procurement profile for BELL BOEING JOINT PROJECT OFFICE (CAGE 3B1R2, UEI JHFZTG8ZC9V2) covering the last 5 years of award activity.

BELL BOEING JOINT PROJECT OFFICE recorded 14,665 award actions and $6.45 billion in obligated spending over the last 5 years, with most activity concentrated in the Department of the Navy and the Defense Logistics Agency. The largest obligations were associated with other aircraft parts and auxiliary equipment manufacturing and aircraft manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals, counts, and trends reflect the provided 5-year analysis window; the negative obligation shown for DCMA is included as reported.

CAGE Code
3B1R2
UEI
JHFZTG8ZC9V2
Total Obligated
6.45 billion
6,450,206,075.83
Award Actions
14,665
Average Action Value
439,836.75

About BELL BOEING JOINT PROJECT OFFICE federal contract activity

BELL BOEING JOINT PROJECT OFFICE (CAGE 3B1R2, UEI JHFZTG8ZC9V2) recorded $6.45 billion in obligations across 14,665 awards over the last 5 years, for an average award value of $439,836.75. The award profile is high-volume and defense-centric, indicating sustained contracting activity rather than a small number of large transactions.

Agency mix and customer concentration

The DEPT OF THE NAVY is the dominant customer, accounting for $5.27 billion and 2,140 awards, which makes the vendor heavily dependent on a single agency relationship. DEFENSE LOGISTICS AGENCY adds another $1.16 billion across 12,206 awards, while FEDERAL ACQUISITION SERVICE is a small supplemental buyer; DCMA shows a net negative obligation of $2.13 million, which may reflect deobligations or closeout adjustments.

Industry profile based on NAICS activity

The vendor’s obligations are concentrated in aerospace manufacturing, led by NAICS 336413 with $3.94 billion and NAICS 336411 with $2.23 billion, together accounting for the clear majority of identified spend. Smaller amounts appear in engineering and technical support categories, including 541512, 541330, and 332919, suggesting some diversification beyond core aircraft production and parts.

Annual contract trend over the analysis window

Annual obligations were highest in 2021 at $1.87 billion and remained elevated in 2022 at $1.58 billion before declining in 2023 and 2024 to the mid-$800 million range. In 2025, obligations rebounded to $1.25 billion with 3,025 awards, indicating renewed funding flow or contract activity after the prior two-year dip.

How to interpret this page

This summary is based on FPDS-observed obligations associated with the vendor’s CAGE code and UEI over the last 5 years. Agency, NAICS, and annual views are derived from the same transaction set; negative obligations are retained as reported and may indicate deobligations, modifications, or other accounting adjustments.

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 = '3B1R2'
        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
1700 DEPT OF THE NAVY 5,268,309,829.58 5.27 billion 2,140
97AS DEFENSE LOGISTICS AGENCY 1,160,027,333.12 1.16 billion 12,206
4732 FEDERAL ACQUISITION SERVICE 23,994,889.30 23.99 million 16
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,125,976.17 -2.13 million 303

Insight

Over the last 5 years, obligations for BELL BOEING JOINT PROJECT OFFICE are highly concentrated in the Department of the Navy, which accounts for $5.27 billion of the $6.45 billion total obligated. The Defense Logistics Agency is the next largest customer at $1.16 billion, but with 12,206 awards versus 2,140 for the Navy, indicating a much higher volume of smaller awards. Federal Acquisition Service obligations are minimal at $23.99 million, and DCMA shows a net negative obligation of $2.13 million, suggesting limited activity outside the primary defense agencies.

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 = '3B1R2'
        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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 3,938,722,705.66 3.94 billion 4,720
336411 AIRCRAFT MANUFACTURING 2,225,390,003.86 2.23 billion 7,278
541512 COMPUTER SYSTEMS DESIGN SERVICES 199,303,249.21 199.30 million 39
332919 OTHER METAL VALVE AND PIPE FITTING MANUFACTURING 33,531,467.05 33.53 million 1,337
541330 ENGINEERING SERVICES 23,914,024.58 23.91 million 69
332722 BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING 21,798,331.80 21.80 million 1,097
333517 MACHINE TOOL MANUFACTURING 6,544,300.22 6.54 million 3
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 5,521,754.75 5.52 million 1
334613 BLANK MAGNETIC AND OPTICAL RECORDING MEDIA MANUFACTURING 2,034,777.98 2.03 million 32
334519 OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING 1,909,929.87 1.91 million 10

Insight

Over the last 5 years, obligations for BELL BOEING JOINT PROJECT OFFICE are highly concentrated in aerospace manufacturing NAICS codes. NAICS 336413 and 336411 together account for about 6.16 billion of 6.45 billion in total obligations, indicating the vendor’s award base is dominated by aircraft and aircraft-parts work. The remaining NAICS categories are materially smaller and more dispersed, with only 541512 exceeding 100 million and most other codes each below 35 million, suggesting limited diversification outside core aviation-related manufacturing and support services.

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 = '3B1R2'
        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 1,254,819,494.90 1.25 billion 3,025
2024 864,816,179.37 864.82 million 2,993
2023 875,886,061.53 875.89 million 2,860
2022 1,583,861,607.66 1.58 billion 2,540
2021 1,870,822,732.37 1.87 billion 3,247

Insight

Over the last 5 years, BELL BOEING JOINT PROJECT OFFICE obligated 6.45 billion across 14,665 awards, averaging 439,836.75 per award. Obligations were highest in 2021 at 1.87 billion and declined in 2022 and 2023 before rebounding in 2024 and rising further in 2025 to 1.25 billion. Award counts were relatively stable year to year, ranging from 2,540 to 3,247, indicating a broad distribution of activity alongside fluctuating dollar volume.

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.