This page summarizes award number W58RGZ21C0015 for Agency ID 9700 across the last 10 years. The award shows total obligations of 3.47 billion across 73 actions, with an average action value of 47,554,453.36.
Award Number
Award Number 9700 / W58RGZ21C0015 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for award number W58RGZ21C0015 under Agency ID 9700, covering obligations and action activity over the last 10 years.
Obligation totals are shown in readable and exact values, and action counts reflect the full analysis window provided.
Overview
Award number W58RGZ21C0015 is associated with Agency ID 9700 and records 73 award actions in the last 10 years. Total obligated value is 3,471,475,095.5, which is shown as 3.47 billion in readable form. The average action value is 47,554,453.36.
How to use this page
Use this page to review obligation volume and action frequency for award number W58RGZ21C0015 within the stated analysis window. The figures support quick comparison of total spending and average action size without adding assumptions about contract scope or performance.
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 = 'W58RGZ21C0015'
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 | 3,471,475,095.50 | 3.47 billion | 44 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 29 |
Insight
Obligations under PIID W58RGZ21C0015 are heavily concentrated in the DEPT OF THE ARMY, which accounts for 3.47 billion across 44 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears with 29 awards but no recorded obligations, indicating administrative activity without funding transfer in this window. Overall, the award history is dominated by Army-funded obligations, with DCMA representing a sizable count of actions but no dollar value.
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 = 'W58RGZ21C0015'
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 |
|---|---|---|---|---|
| BOEING COMPANY, THE | 8V613 | 1,984,035,664.36 | 1.98 billion | 29 |
| THE BOEING COMPANY | 8V613 | 1,487,439,431.14 | 1.49 billion | 44 |
Insight
Obligations for PIID W58RGZ21C0015 are highly concentrated in a single vendor family: BOEING COMPANY, THE and THE BOEING COMPANY, both associated with CAGE 8V613. Across the 10-year window, these two name variants account for 73 awards and about $3.47 billion in obligated value, indicating a strong concentration of procurement activity with one contractor identity. The split across two naming conventions suggests the same vendor is represented in multiple records rather than a broad vendor base.
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 = 'W58RGZ21C0015'
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 | 3,471,475,095.50 | 3.47 billion | 73 |
Insight
For award PIID W58RGZ21C0015 over the 10-year window, obligations are fully concentrated in NAICS 336411, Aircraft Manufacturing. This category accounts for 3.47 billion across 73 awards, indicating a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The concentration suggests sustained purchasing tied to aircraft manufacturing activities rather than a broad mix of industrial categories.
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 = 'W58RGZ21C0015'
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 |
|---|---|---|---|---|
| 5342 | HARDWARE, WEAPON SYSTEM | 3,471,475,095.50 | 3.47 billion | 73 |
Insight
Over the 10-year window, obligations for award W58RGZ21C0015 under agency 9700 are fully concentrated in PSC 5342, Hardware, Weapon System. This PSC accounts for the entire reported obligation base of $3.47 billion across 73 awards, indicating a highly focused procurement profile rather than a distributed mix of product categories.
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 = 'W58RGZ21C0015'
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 |
|---|---|---|---|
| 2021 | 169,460,000.00 | 169.46 million | 2 |
| 2022 | -5,000,000.00 | -5.00 million | 1 |
| 2023 | 2,374,807,068.29 | 2.37 billion | 12 |
| 2024 | 552,640,735.73 | 552.64 million | 25 |
| 2025 | 379,567,291.48 | 379.57 million | 33 |
Insight
Obligations for PIID W58RGZ21C0015 are concentrated in 2023, which accounts for the largest annual total at $2.37 billion across 12 awards. Activity then drops sharply in 2024 to $552.64 million, before declining further in 2025 to $379.57 million, while award counts increase from 12 to 25 and then 33, indicating smaller average obligation values in the later years. The 2022 figure is negative at -$5.00 million and appears to be an adjustment relative to the otherwise positive obligation trend.
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.