Federal Contractor

BELL HELICOPTER TEXTRON INC. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for BELL HELICOPTER TEXTRON INC. (CAGE 97499, UEI N5QUZAYGPKM3) showing 5-year obligation and award activity.

Over the last 5 years, BELL HELICOPTER TEXTRON INC. recorded $5.23 billion in obligated federal awards across 8,056 actions, with an average action value of $649,207.54. Most obligations came from the Department of the Army, followed by the Department of the Navy and the Defense Logistics Agency, with aircraft manufacturing and related parts manufacturing accounting for the largest NAICS shares.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable FPDS obligations and award counts, summarized by agency, NAICS, and year.

CAGE Code
97499
UEI
N5QUZAYGPKM3
Total Obligated
5.23 billion
5,230,015,962.60
Award Actions
8,056
Average Action Value
649,207.54

About BELL HELICOPTER TEXTRON INC. federal contract activity

BELL HELICOPTER TEXTRON INC. (CAGE 97499, UEI N5QUZAYGPKM3) recorded 5.23 billion in obligated contract action value across 8,056 awards in the last 5 years, for an average award value of 649,207.54. The profile indicates a high-volume, high-dollar federal supplier with spending concentrated in defense aviation and related support work.

Agency mix and customer concentration

The Department of the Army is the dominant customer, accounting for 3.84 billion across 289 awards, followed by the Department of the Navy at 1.07 billion across 1,053 awards. The Defense Logistics Agency adds substantial transaction volume with 3,840 awards and 373.96 million obligated, while FBI and DEA activity is comparatively limited and smaller in dollar value.

Industry profile based on NAICS activity

NAICS 336411 Aircraft Manufacturing is the core category, representing 4.15 billion and 5,317 awards, which indicates that the vendor’s federal work is primarily tied to aircraft production. NAICS 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing is the second-largest category at 1.02 billion, while smaller amounts appear in scale and balance manufacturing, other engine equipment manufacturing, and engineering services, suggesting a broader but secondary support base.

Annual contract trend over the analysis window

Obligated value increased each year from 340.56 million in 2021 to 2.08 billion in 2025, showing a sustained upward trajectory over the analysis window. Award counts remained relatively stable in the 1,500-1,700 range annually, so the growth is driven more by larger-dollar obligations than by a major expansion in transaction volume.

How to interpret this page

This summary is based on FPDS contract action records associated with CAGE 97499 and UEI N5QUZAYGPKM3 for the last 5 years. Totals reflect obligated dollars and award counts as provided in the analysis window; agency and NAICS rollups are ranked by obligated value, and annual trend values are shown by fiscal year in the source dataset.

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 = '97499'
        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
2100 DEPT OF THE ARMY 3,840,004,535.37 3.84 billion 289
1700 DEPT OF THE NAVY 1,066,574,581.67 1.07 billion 1,053
97AS DEFENSE LOGISTICS AGENCY 373,964,540.68 373.96 million 6,405
1549 FEDERAL BUREAU OF INVESTIGATION 21,956,976.01 21.96 million 63
1524 DRUG ENFORCEMENT ADMINISTRATION 4,353,433.00 4.35 million 2
8900 ENERGY, DEPARTMENT OF 3,671,277.15 3.67 million 7
5700 DEPT OF THE AIR FORCE 2,895,948.08 2.90 million 17
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 2,216,298.52 2.22 million 8
12C2 FOREST SERVICE 43,450.00 43.45 thousand 1
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -105,578.58 -105.58 thousand 10

Insight

Over the last 5 years, BELL HELICOPTER TEXTRON INC. has obligated $5.23 billion across 8,056 awards, with spending heavily concentrated in the Department of the Army ($3.84 billion) and Department of the Navy ($1.07 billion), which together account for most obligations. The Defense Logistics Agency issued the largest number of awards (6,405) but only $373.96 million in obligations, indicating a high-volume, lower-dollar distribution relative to Army and Navy activity. Other agencies represent a comparatively small share of obligations, with only limited outlays outside the defense portfolio and a net negative obligation recorded at NASA (-$105.58 thousand).

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 = '97499'
        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
336411 AIRCRAFT MANUFACTURING 4,145,776,972.75 4.15 billion 5,317
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,022,369,685.04 1.02 billion 717
333997 SCALE AND BALANCE MANUFACTURING (2007), SCALE AND BALANCE (EXCEPT LABORATORY) MANUFACTURING (2002) 45,090,295.31 45.09 million 1,555
333618 OTHER ENGINE EQUIPMENT MANUFACTURING 15,727,676.82 15.73 million 30
541330 ENGINEERING SERVICES 5,812,952.63 5.81 million 55
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 5,565,272.00 5.57 million 14
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 2,474,441.31 2.47 million 17
611512 FLIGHT TRAINING 1,849,624.96 1.85 million 54
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 1,160,736.54 1.16 million 17
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 700,154.98 700.15 thousand 4

Insight

BELL HELICOPTER TEXTRON INC.’s obligations over the last 5 years are highly concentrated in aircraft manufacturing, with NAICS 336411 accounting for $4.15 billion across 5,317 awards, or roughly 79% of total obligated dollars. NAICS 336413 adds another $1.02 billion and 717 awards, bringing the two core aerospace manufacturing categories to about 99% of total obligations. The remaining NAICS codes are comparatively small and fragmented, indicating limited spending outside the firm’s primary helicopter and aircraft-related manufacturing base.

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 = '97499'
        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 2,077,501,510.43 2.08 billion 1,649
2024 1,379,817,728.86 1.38 billion 1,530
2023 919,176,738.68 919.18 million 1,571
2022 512,957,001.35 512.96 million 1,587
2021 340,562,983.28 340.56 million 1,719

Insight

Over the last 5 years, BELL HELICOPTER TEXTRON INC. (CAGE 97499) obligated $5.23 billion across 8,056 awards, with an average award value of $649.2K. Obligations are highly concentrated in the most recent period, rising from $340.6M in 2021 to $2.08B in 2025, indicating a marked upward trend in funded activity. Award counts remained relatively stable year over year, ranging from 1,530 to 1,719, so the increase in obligations is driven primarily by larger award values rather than a higher volume of 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.