This page summarizes federal procurement activity tied to award number W58RGZ22C0010 for agency ID 9700. Over the last 10 years, the award recorded 96 actions and $4,699,642,384.16 in total obligated amounts.
Award Number
Award Number 9700 / W58RGZ22C0010 Federal Contract Action Summary (Last 10 Years)
Award number W58RGZ22C0010 for agency 9700 shows 96 award actions over the last 10 years, with total obligations of $4.70 billion.
Total obligated is shown as both a readable value and the exact recorded amount, and average action value is based on the 96 actions in the analysis window.
Overview
Award number W58RGZ22C0010 is associated with agency ID 9700 and shows procurement activity across a 10-year window. The record includes 96 award actions, with total obligations of $4,699,642,384.16 and an average action value of $48,954,608.17.
How to use this page
Use this page to review the scale and frequency of obligations tied to this award number. The totals help frame how much funding moved through the award and how that activity was distributed across the recorded actions.
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 = 'W58RGZ22C0010'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 4,699,642,384.16 | 4.70 billion | 96 |
Insight
Obligations are fully concentrated in DEPT OF THE ARMY, which accounts for $4.70 billion across 96 awards in the 10-year window. This indicates a highly concentrated award pattern with no visible agency diversification in the provided data. The award volume suggests repeated procurement activity within a single department rather than broad distribution 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 = 'W58RGZ22C0010'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| SIKORSKY AIRCRAFT CORP | 78286 | 4,699,642,384.16 | 4.70 billion | 96 |
Insight
Obligations for PIID W58RGZ22C0010 are fully concentrated with a single vendor, SIKORSKY AIRCRAFT CORP (CAGE 78286), which accounts for $4.70 billion across 96 awards over the 10-year window. This indicates a highly concentrated award distribution with no evidence of vendor diversification in the provided data.
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 = 'W58RGZ22C0010'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 4,699,642,384.16 | 4.70 billion | 96 |
Insight
Over the 10-year window for PIID W58RGZ22C0010, obligations are fully concentrated in NAICS 336411, Aircraft Manufacturing, with $4.70 billion across 96 awards. This indicates a highly focused procurement profile with no evidence of diversification across other NAICS codes in the provided data. The volume of awards alongside the large obligated amount suggests repeated activity within the same industrial category.
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 = 'W58RGZ22C0010'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 1520 | AIRCRAFT, ROTARY WING | 4,699,642,384.16 | 4.70 billion | 96 |
Insight
Obligations are fully concentrated in PSC 1520, Aircraft, Rotary Wing, with $4.70 billion obligated across 96 awards over the 10-year window. This indicates the award is highly specialized and centered on rotary-wing aircraft procurement rather than a diversified product mix. The volume of awards suggests repeated contracting activity within the same PSC, but no other PSCs are present in this section to indicate broader category distribution.
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 = 'W58RGZ22C0010'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2022 | 1,039,759,090.18 | 1.04 billion | 16 |
| 2023 | 1,300,578,408.21 | 1.30 billion | 28 |
| 2024 | 1,918,206,287.15 | 1.92 billion | 32 |
| 2025 | 441,098,598.62 | 441.10 million | 20 |
Insight
Obligations for PIID W58RGZ22C0010 are concentrated in the most recent four years, with annual funding rising from $1.04 billion across 16 awards in 2022 to $1.30 billion across 28 awards in 2023 and peaking at $1.92 billion across 32 awards in 2024. This indicates both increased dollars and a higher award volume over the period, with 2024 representing the high point in the 10-year window provided. Obligations in 2025 are lower at $441.10 million across 20 awards, suggesting a decline from the prior year’s peak.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.