Federal Contractor

BELL BOEING JOINT PROJECT OFFICE Federal Contract Obligations (Last Year)

BELL BOEING JOINT PROJECT OFFICE recorded 3,025 award actions and $1.25 billion in obligations in the last full year, led by Department of the Navy activity.

In the last full year, BELL BOEING JOINT PROJECT OFFICE (CAGE 3B1R2, UEI JHFZTG8ZC9V2) received $1,254,819,494.90 across 3,025 award actions, for an average action value of $414,816.36. Most obligations came from the Department of the Navy and the Defense Logistics Agency, with the largest NAICS concentrations in aircraft and aircraft-parts manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and include a negative obligation row for Defense Contract Management Agency (DCMA).

CAGE Code
3B1R2
UEI
JHFZTG8ZC9V2
Total Obligated
1.25 billion
1,254,819,494.90
Award Actions
3,025
Average Action Value
414,816.36

About BELL BOEING JOINT PROJECT OFFICE federal contract activity

BELL BOEING JOINT PROJECT OFFICE recorded $1.25 billion in obligated contract activity across 3,025 awards in the last full year, with an average award value of $414,816.36. The vendor’s activity is heavily concentrated in defense procurement and aligns closely with aircraft and aerospace manufacturing requirements.

Agency mix and customer concentration

The DEPT OF THE NAVY accounted for the majority of obligated dollars at $1.09 billion across 355 awards, making it the dominant customer by value. The DEFENSE LOGISTICS AGENCY issued far more awards at 2,610 but represented a much smaller share of dollars at $164.87 million, while the FEDERAL ACQUISITION SERVICE contributed a modest $6.02 million across 4 awards. DCMA shows negative obligated value of $2.22 million across 56 awards, indicating net downward adjustments in the period.

Industry profile based on NAICS activity

Contract activity is concentrated in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, at $693.84 million across 1,129 awards, followed by NAICS 336411, Aircraft Manufacturing, at $459.49 million across 1,475 awards. Smaller but material obligations appear in computer systems design services and engineering services, indicating some support activity beyond core manufacturing. The mix is consistent with an aerospace supplier with both production and technical support work.

Annual contract trend over the analysis window

The analysis window includes a single annual period, 2025, in which the vendor obligated $1.25 billion across 3,025 awards. With only one year represented, the dataset supports a point-in-time profile rather than a multi-year growth trend. The award volume and dollar concentration indicate sustained high-value federal demand during the period.

How to interpret this page

This page summarizes FPDS award obligations associated with CAGE 3B1R2 and UEI JHFZTG8ZC9V2 for the last full year. Totals are based on obligated dollars and award counts grouped by agency and NAICS code; negative obligated amounts are retained as reported and may reflect deobligations or adjustments. No additional inference was applied beyond the supplied FPDS aggregates.

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 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
1700 DEPT OF THE NAVY 1,086,151,198.52 1.09 billion 355
97AS DEFENSE LOGISTICS AGENCY 164,874,024.31 164.87 million 2,610
4732 FEDERAL ACQUISITION SERVICE 6,019,167.00 6.02 million 4
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,224,894.93 -2.22 million 56

Insight

Over the last full year, BELL BOEING JOINT PROJECT OFFICE obligated $1.25 billion across 3,025 awards, with activity heavily concentrated in the Department of the Navy. The Navy accounts for $1.09 billion across 355 awards, representing the dominant share of obligations despite a relatively small portion of transactions. Defense Logistics Agency obligations were much smaller at $164.87 million but spread across 2,610 awards, indicating a high-volume, lower-dollar distribution. Federal Acquisition Service contributed $6.02 million across 4 awards, while DCMA shows a net negative obligation of $2.22 million across 56 awards.

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 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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 693,838,235.02 693.84 million 1,129
336411 AIRCRAFT MANUFACTURING 459,494,532.85 459.49 million 1,475
541512 COMPUTER SYSTEMS DESIGN SERVICES 82,922,124.45 82.92 million 16
332919 OTHER METAL VALVE AND PIPE FITTING MANUFACTURING 8,578,699.73 8.58 million 193
541330 ENGINEERING SERVICES 5,991,861.60 5.99 million 10
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 5,521,754.75 5.52 million 1
331420 COPPER ROLLING, DRAWING, EXTRUDING, AND ALLOYING 0.00 0.00 2
332722 BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING 0.00 0.00 182
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 0.00 0.00 2
333517 MACHINE TOOL MANUFACTURING 0.00 0.00 2

Insight

Over the last full year, obligations for BELL BOEING JOINT PROJECT OFFICE (CAGE 3B1R2) were highly concentrated in two NAICS codes: 336413 accounted for $693.84 million across 1,129 awards and 336411 accounted for $459.49 million across 1,475 awards, together representing the vast majority of the $1.25 billion obligated. A much smaller share was distributed to 541512 ($82.92 million, 16 awards), with all remaining listed NAICS codes each contributing less than $9 million. Several lower-dollar NAICS categories had award activity but no obligated dollars, indicating additional transaction volume outside the primary funded categories.

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 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,254,819,494.90 1.25 billion 3,025

Insight

During the last full year, BELL BOEING JOINT PROJECT OFFICE (CAGE 3B1R2) obligated $1.25 billion across 3,025 awards, for an average award value of about $414.8K. The annual activity is fully concentrated in 2025 within the 1-year window, indicating a single-year funding profile rather than a multi-year trend. The high award count relative to total obligated value suggests a distribution weighted toward numerous smaller obligations rather than a few very large awards.

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.