Award Number

Award Number 9700 / W58RGZ16C0023 Federal Contract Action Summary (Last 5 Years)

Award record for PIID W58RGZ16C0023 under agency ID 9700, showing activity over the last 5 years.

This award page summarizes the procurement history tied to PIID W58RGZ16C0023 for agency ID 9700. Over the last 5 years, the award shows 178 actions and total obligations of $867.09 million.

Generated at 03/20/2026

Analysis period: Last 5 years

Monetary totals are based on the provided exact obligation amount of $867,085,682.07 and the readable total of $867.09 million.

Agency ID
9700
PIID
W58RGZ16C0023
Type
Award
Total Obligated
867.09 million
867,085,682.07
Actions
178
Average Action Value
4,871,267.88

Overview

The award record for PIID W58RGZ16C0023 shows 178 actions in the last 5 years, with total obligations of $867,085,682.07. The average action value is $4,871,267.88, indicating a high-volume procurement history within agency ID 9700.

How to use this page

Use this page to review award-level obligation totals, action count, and average action value for PIID W58RGZ16C0023. The figures support basic trend review and cross-checking against related FPDS records for the same award.

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 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 867,085,682.07 867.09 million 73
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 105

Insight

Obligations for PIID W58RGZ16C0023 are highly concentrated in the DEPT OF THE ARMY, which accounts for $867.09 million across 73 awards over the 5-year window. DCMA appears as a high-volume but zero-obligation awarding/recording entity in the dataset, with 105 awards and no obligated dollars. This distribution indicates that obligated funding is concentrated in a single agency, while the second entity contributes administrative volume without financial obligation.

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 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
BOEING COMPANY, THE 8V613 867,085,682.07 867.09 million 178

Insight

Within the 5-year window for PIID W58RGZ16C0023, BOEING COMPANY, THE (CAGE 8V613) is the sole top vendor listed and accounts for $867.09 million across 178 awards. This indicates full concentration of obligated spend in a single vendor for the reported top-vendor slice, with no diversification evident in the provided row. The award count suggests repeated funding actions under the same vendor relationship rather than a one-off obligation.

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 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 867,085,682.07 867.09 million 178

Insight

Over the 5-year window, obligations for award W58RGZ16C0023 are fully concentrated in NAICS 336411, Aircraft Manufacturing. This category accounts for $867.09 million across 178 awards, indicating a consistent procurement pattern tied to a single industrial classification. No additional NAICS codes appear in the provided data, so the available record reflects complete concentration rather than a diversified obligation profile.

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 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
5342 HARDWARE, WEAPON SYSTEM 867,085,682.07 867.09 million 178

Insight

Over the 5-year window, obligations for award W58RGZ16C0023 are fully concentrated in PSC 5342, Hardware, Weapon System, with $867.09 million obligated across 178 actions. This indicates a highly focused procurement profile rather than a diversified mix of supplies or services. The distribution suggests the award is principally associated with weapon system hardware requirements.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
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 highly concentrated in 2021 at $665.94 million across 45 awards, far exceeding every subsequent year in the 5-year window. After 2021, annual obligations declined sharply to $43.05 million in 2022 and remained in a much lower range, rising to $46.81 million in 2023 and $87.74 million in 2024 before falling to $23.54 million in 2025. Award counts were comparatively stable after 2021, ranging from 31 to 35, indicating that the primary volatility was in dollars obligated rather than in the number of awards.

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.