This page summarizes federal procurement activity for award number W58RGZ23C0001 during the last 5 years. The award shows 75 actions and total obligations of 3.50 billion dollars.
Award Number
Award Number 9700 / W58RGZ23C0001 Federal Contract Action Summary (Last 5 Years)
FPDS query page for award number W58RGZ23C0001 under agency ID 9700, showing obligations and actions over the last 5 years.
Totals are based on the provided exact obligated amount of 3,497,288,935 and an average action value of 46,630,519.13.
Overview
The award record for W58RGZ23C0001 covers 75 reported actions in the last 5 years. Total obligations are 3,497,288,935, with an average action value of 46,630,519.13. The page is organized to support review of award-level procurement activity under agency ID 9700.
How to use this page
Use this page to review the scale and cadence of activity tied to award number W58RGZ23C0001. The action count and obligated totals provide a compact view for tracking how the award changed over time within the selected analysis window.
Top Agencies
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W58RGZ23C0001'
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,
agency_name
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 3,497,288,935.00 | 3.50 billion | 75 |
Insight
Over the 5-year window, obligations associated with PIID W58RGZ23C0001 are concentrated in a single top agency: the Department of the Army. The Army accounts for $3.50 billion across 75 awards, indicating that this award’s activity is highly concentrated rather than broadly distributed across agencies.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W58RGZ23C0001'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| BELL TEXTRON INC. | 97499 | 3,497,288,935.00 | 3.50 billion | 75 |
Insight
Obligations for PIID W58RGZ23C0001 are fully concentrated with a single vendor, BELL TEXTRON INC. (CAGE 97499), which accounts for $3.50 billion across 75 awards over the 5-year window. This indicates a highly concentrated award distribution with no diversification among vendors in the provided results.
Top NAICS
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W58RGZ23C0001'
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,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 336411 | AIRCRAFT MANUFACTURING | 3,497,288,935.00 | 3.50 billion | 75 |
Insight
Obligations are entirely concentrated in NAICS 336411, Aircraft Manufacturing, with 75 awards totaling $3.50 billion over the 5-year window. This indicates a highly focused procurement profile with no observed diversification across NAICS codes in the provided data. The award activity is substantial in both volume and dollar value, consistent with a single dominant manufacturing requirement.
Top PSC Codes
SELECT
content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W58RGZ23C0001'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
psc_code,
psc_name
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| AC33 | NATIONAL DEFENSE R&D SERVICES; DEFENSE-RELATED ACTIVITIES; EXPERIMENTAL DEVELOPMENT | 3,497,288,935.00 | 3.50 billion | 75 |
Insight
Obligations under PIID W58RGZ23C0001 are fully concentrated in PSC AC33, with $3.50 billion obligated across 75 awards over the 5-year window. This indicates a highly focused procurement profile centered on National Defense R&D Services and defense-related experimental development. No other PSCs are present in the provided data, so there is no observable distribution across product or service categories in this extract.
Annual Trend
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W58RGZ23C0001'
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 ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2022 | 232,208,330.00 | 232.21 million | 2 |
| 2023 | 527,107,545.00 | 527.11 million | 17 |
| 2024 | 1,009,219,928.00 | 1.01 billion | 24 |
| 2025 | 1,728,753,132.00 | 1.73 billion | 32 |
Insight
Obligations for PIID W58RGZ23C0001 increased sharply over the 5-year window, rising from $232.21 million in 2022 to $1.73 billion in 2025. Award activity also expanded materially, from 2 awards in 2022 to 32 awards in 2025, indicating a broader distribution of obligations across more actions. The pattern suggests growing funding concentration in this award over time, with the largest obligation levels occurring in 2024 and 2025.
Use FPDS Query for deeper award and vehicle analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, 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.