In the last full year, BELL HELICOPTER TEXTRON INC. received 1,649 award actions totaling $2,077,501,510.43, with an average action value of $1,259,855.37. Department of the Army obligations accounted for most of the total, while aircraft manufacturing was the dominant NAICS category.
Federal Contractor
BELL HELICOPTER TEXTRON INC. Federal Contract Obligations (Last Year)
Federal procurement profile for BELL HELICOPTER TEXTRON INC. (CAGE 97499, UEI N5QUZAYGPKM3) covering last full-year obligations and award activity.
Totals reflect the stated analysis window and are based on obligated dollars and award counts from the provided FPDS summary.
About BELL HELICOPTER TEXTRON INC. federal contract activity
BELL HELICOPTER TEXTRON INC. (CAGE 97499, UEI N5QUZAYGPKM3) recorded 2.08 billion in obligated federal awards across 1,649 actions in the last full year, for an average award value of 1.26 million. The profile reflects a high-dollar, defense-oriented vendor with activity concentrated in a small number of large procurement relationships.
Agency mix and customer concentration
The Department of the Army dominates the vendor’s federal spend, accounting for 1.81 billion across 87 awards, or the large majority of total obligations in the period. The Department of the Navy is a distant second at 205.14 million, while the Defense Logistics Agency contributes substantial transaction volume at 1,385 awards but a much smaller 82.13 million in obligations, indicating a lower-dollar, higher-frequency purchasing pattern. Activity with the Department of the Air Force and FBI is immaterial relative to the overall base.
Industry profile based on NAICS activity
Award activity is overwhelmingly concentrated in NAICS 336411, Aircraft Manufacturing, which represents 1.94 billion and 1,227 awards. Secondary obligations are tied to NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, at 123.96 million, with smaller support and technical services categories trailing well behind. Overall, the mix is consistent with a core aircraft manufacturing supplier supplemented by parts, equipment, and limited engineering or consulting work.
Annual contract trend over the analysis window
The analysis window contains a single annual observation for 2025, with 2.08 billion obligated across 1,649 awards. Because only one year is shown, the data support a level view rather than a multi-year growth or decline assessment. The 2025 baseline indicates sustained, large-scale procurement activity in the current period.
How to interpret this page
This summary is based on FPDS award records associated with CAGE code 97499 and UEI N5QUZAYGPKM3 for the last full year. Agency and NAICS concentrations are calculated from obligated dollars and award counts in the provided dataset, and the annual trend reflects the reported yearly total for 2025. No attempt was made to infer contract type, program purpose, or performance outcomes beyond the supplied data.
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 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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 1,812,380,518.51 | 1.81 billion | 87 |
| 1700 | DEPT OF THE NAVY | 205,138,412.84 | 205.14 million | 114 |
| 97AS | DEFENSE LOGISTICS AGENCY | 82,129,735.89 | 82.13 million | 1,385 |
| 5700 | DEPT OF THE AIR FORCE | 317,382.74 | 317.38 thousand | 3 |
| 1549 | FEDERAL BUREAU OF INVESTIGATION | 166,264.98 | 166.26 thousand | 12 |
| 8900 | ENERGY, DEPARTMENT OF | 54,200.00 | 54.20 thousand | 2 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 54,150.00 | 54.15 thousand | 6 |
| 8000 | NATIONAL AERONAUTICS AND SPACE ADMINISTRATION | -8,087.73 | -8.09 thousand | 1 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -22,731,066.80 | -22.73 million | 39 |
Insight
BELL HELICOPTER TEXTRON INC. received $2.08 billion across 1,649 awards in the last full year, with obligations heavily concentrated in the DEPT OF THE ARMY, which accounted for $1.81 billion, or the clear majority of total obligations. The DEPT OF THE NAVY ($205.14 million) and DEFENSE LOGISTICS AGENCY ($82.13 million) were the next largest obligators, but both were materially smaller than the Army. Award volume was more distributed than dollars, led by DLA with 1,385 awards versus 87 Army awards, indicating a high number of smaller transactions outside the largest dollar relationship. Smaller obligations to other agencies were marginal, and negative obligations were recorded for NASA and DCMA, including a $22.73 million reduction at DCMA.
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 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 | 1,944,736,109.93 | 1.94 billion | 1,227 |
| 336413 | OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING | 123,961,498.20 | 123.96 million | 98 |
| 333997 | SCALE AND BALANCE MANUFACTURING (2007), SCALE AND BALANCE (EXCEPT LABORATORY) MANUFACTURING (2002) | 7,861,957.20 | 7.86 million | 282 |
| 541330 | ENGINEERING SERVICES | 1,356,396.01 | 1.36 million | 6 |
| 541690 | OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES | 760,626.43 | 760.63 thousand | 2 |
| 611512 | FLIGHT TRAINING | 259,349.96 | 259.35 thousand | 12 |
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 162,469.00 | 162.47 thousand | 8 |
| 611519 | OTHER TECHNICAL AND TRADE SCHOOLS | 44,500.00 | 44.50 thousand | 3 |
| 332119 | METAL CROWN, CLOSURE, AND OTHER METAL STAMPING (EXCEPT AUTOMOTIVE) | 2,765.40 | 2.77 thousand | 2 |
| 331420 | COPPER ROLLING, DRAWING, EXTRUDING, AND ALLOYING | 575.28 | 575.28 | 1 |
Insight
BELL HELICOPTER TEXTRON INC. received 2.08 billion obligated across 1,649 awards in the last full year, with activity highly concentrated in NAICS 336411, Aircraft Manufacturing. This code accounts for 1.94 billion across 1,227 awards, indicating that most obligations and award volume are tied to core aircraft production. The next largest category, NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, is materially smaller at 123.96 million across 98 awards, while all remaining NAICS codes are comparatively minor and collectively indicate limited diversification outside the aircraft 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 1 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 |
Insight
In the last full year, BELL HELICOPTER TEXTRON INC. (CAGE 97499) received $2.08 billion in obligations across 1,649 awards, for an average award value of about $1.26 million. With only one reported annual data point in the 1-year window, no year-over-year trend can be assessed from this view. The obligation volume and award count indicate a high level of procurement activity with moderate award fragmentation rather than reliance on a small number of large awards alone.
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.