This award record covers PIID W911XK22C0006 for agency ID 9700 during the last 5 years. It includes 67 award actions with total obligated value of 1.94 billion.
Award Number
Award Number 9700 / W911XK22C0006 Federal Contract Action Summary (Last 5 Years)
Federal procurement summary for award W911XK22C0006 under agency ID 9700, showing obligations and action history over the last 5 years.
Figures reflect the provided analysis window and totals; average action value is 28,889,417.11 based on 67 actions.
Overview
Award W911XK22C0006 has 67 recorded actions in the last 5 years, with total obligated amount of 1,935,590,946.56. The average action value is 28,889,417.11, indicating a high-dollar award history across the analysis window.
How to use this page
Use this page to review obligation totals and action volume for award W911XK22C0006 under agency ID 9700. The data supports basic award-level analysis, including comparison of total obligations and average action value across the period shown.
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 = 'W911XK22C0006'
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 | 1,935,590,946.56 | 1.94 billion | 67 |
Insight
Obligations for PIID W911XK22C0006 are concentrated entirely within one top agency: DEPT OF THE ARMY, which accounts for $1.94 billion across 67 awards in the 5-year window. This indicates a highly concentrated award distribution with no evidence here of broader agency participation. The award profile is therefore dominated by a single department relationship rather than a dispersed obligation pattern.
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 = 'W911XK22C0006'
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 |
|---|---|---|---|---|
| KOKOSING ALBERICI TRAYLOR, LLC | 914G9 | 1,935,590,946.56 | 1.94 billion | 67 |
Insight
Over the 5-year window, obligations are fully concentrated with KOKOSING ALBERICI TRAYLOR, LLC (CAGE 914G9), which accounts for $1.94 billion across 67 awards under PIID W911XK22C0006. This indicates a highly concentrated vendor profile, with no other top vendors reflected in the provided data. The award volume alongside the large obligated amount suggests repeated activity with the same contractor rather than broad vendor dispersion.
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 = 'W911XK22C0006'
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 |
|---|---|---|---|---|
| 237990 | OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION | 1,935,590,946.56 | 1.94 billion | 67 |
Insight
Obligations under PIID W911XK22C0006 are fully concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction, with $1.94 billion obligated across 67 awards over the 5-year window. This indicates a highly focused procurement profile within a single industry category. The award activity suggests repeated obligation within the same NAICS rather than diversification across multiple sectors.
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 = 'W911XK22C0006'
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 |
|---|---|---|---|---|
| Y1KA | CONSTRUCTION OF DAMS | 1,935,590,946.56 | 1.94 billion | 67 |
Insight
Obligations for PIID W911XK22C0006 are fully concentrated in PSC Y1KA, Construction of Dams, which accounts for 1.94 billion across 67 awards over the 5-year window. This indicates a highly focused procurement profile with no PSC diversification in the provided data. The concentration suggests the award activity is dominated by a single construction category rather than a broad mix of services or supplies.
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 = 'W911XK22C0006'
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 | 1,077,524,150.00 | 1.08 billion | 3 |
| 2023 | 479,139,418.73 | 479.14 million | 8 |
| 2024 | 231,051,422.00 | 231.05 million | 21 |
| 2025 | 147,875,955.83 | 147.88 million | 35 |
Insight
Obligations under PIID W911XK22C0006 declined sharply over the 5-year window, falling from $1.08 billion in 2022 to $147.88 million in 2025. Award activity became more distributed over time, increasing from 3 awards in 2022 to 35 awards in 2025, while total obligated dollars decreased each year after 2022. This indicates a shift from a small number of high-value obligations to a larger number of lower-value 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.