This award record for PIID W58RGZ16C0023 shows 346 actions and $7.40 billion in total obligations across the last 10 years. The average action value is $21,399,034.91.
Award Number
Award Number 9700 / W58RGZ16C0023 Federal Contract Action Summary (Last 10 Years)
Federal procurement analysis for award W58RGZ16C0023 under agency 9700, covering obligations and action activity over the last 10 years.
Totals shown are based on the provided analysis window and may reflect rounding in the readable amount versus the exact obligation total.
Overview
Within the last 10 years, PIID W58RGZ16C0023 is associated with 346 award actions and total obligations of $7,404,066,078.31. The readable total of $7.40 billion aligns with the exact obligation figure to two decimal places. The average action value is $21,399,034.91.
How to use this page
Use this page to review the award-level obligation total, action count, and average action value for PIID W58RGZ16C0023. It is suitable for procurement analysis, spending review, and identifying how activity is distributed across the 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 = 'W58RGZ16C0023'
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 | 7,404,066,078.31 | 7.40 billion | 146 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 200 |
Insight
Obligations for PIID W58RGZ16C0023 are highly concentrated in the DEPT OF THE ARMY, which accounts for $7.40 billion across 146 awards over the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears as a secondary award count driver with 200 awards but no obligated amount, indicating administrative activity rather than funding concentration. Overall, the award record is dominated by one funding agency, with DCMA contributing volume but not obligation 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 = 'W58RGZ16C0023'
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 | 7,219,136,078.31 | 7.22 billion | 343 |
| BOEING COMPANY, THE | 184,930,000.00 | 184.93 million | 3 |
Insight
Contract obligations for PIID W58RGZ16C0023 are highly concentrated with BOEING COMPANY, THE. The vendor’s CAGE 8V613 accounts for $7.22 billion across 343 awards, while a second BOEING COMPANY, THE entry without a CAGE code totals $184.93 million across 3 awards. This indicates the award is overwhelmingly concentrated with a single vendor, with only a minor additional obligation amount recorded under a separate vendor identifier.
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 = 'W58RGZ16C0023'
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 | 7,404,066,078.31 | 7.40 billion | 346 |
Insight
Over the 10-year window, obligations under PIID W58RGZ16C0023 are entirely concentrated in NAICS 336411, Aircraft Manufacturing. This NAICS accounts for $7.40 billion across 346 awards, indicating a highly focused procurement profile with no diversification across additional top NAICS categories in the provided data.
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 = 'W58RGZ16C0023'
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 | 7,404,066,078.31 | 7.40 billion | 346 |
Insight
For award PIID W58RGZ16C0023 over the 10-year window, obligations are fully concentrated in PSC 5342, Hardware, Weapon System. This PSC accounts for $7.40 billion across 346 awards, indicating a highly focused procurement profile with no diversification across other product service codes in the provided data. The volume of actions relative to the obligated amount suggests repeated awards within the same hardware category rather than broad spending 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 = 'W58RGZ16C0023'
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 |
|---|---|---|---|
| 2016 | 184,930,000.00 | 184.93 million | 4 |
| 2017 | 1,967,458,062.35 | 1.97 billion | 18 |
| 2018 | 1,440,690,330.95 | 1.44 billion | 45 |
| 2019 | 1,771,755,146.75 | 1.77 billion | 54 |
| 2020 | 1,172,146,856.19 | 1.17 billion | 47 |
| 2021 | 665,936,713.50 | 665.94 million | 45 |
| 2022 | 43,054,902.77 | 43.05 million | 35 |
| 2023 | 46,810,789.89 | 46.81 million | 33 |
| 2024 | 87,742,890.54 | 87.74 million | 34 |
| 2025 | 23,540,385.37 | 23.54 million | 31 |
Insight
Obligations for PIID W58RGZ16C0023 were heavily concentrated in FY2017–FY2020, peaking at 1.97 billion in FY2017 and remaining above 1.17 billion through FY2020. After FY2020, annual obligated amounts declined sharply, falling to 665.94 million in FY2021 and then to the 23.54 million–87.74 million range in FY2022–FY2025. Award counts remained comparatively high from FY2018 onward, ranging from 31 to 54 annually, indicating a shift from a smaller number of high-dollar obligations to more numerous but lower-value awards in later years.
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.