This vendor page summarizes federal procurement activity for WASHINGTON RIVER PROTECTION SOLUTIONS LLC, CAGE 4UWU0, UEI CQE8EF6LB317. The record shows all obligations in the analysis window came from the Department of Energy under NAICS 562211, Hazardous Waste Treatment and Disposal.
Federal Contractor
WASHINGTON RIVER PROTECTION SOLUTIONS LLC Federal Contract Obligations (Last 5 Years)
WASHINGTON RIVER PROTECTION SOLUTIONS LLC has received 140 federal award actions worth $2.92 billion over the last 5 years, primarily from the Department of Energy for hazardous waste treatment and disposal.
Figures reflect obligated dollars and award counts for the last 5 years; annual totals vary from $13.19 million in 2025 to $827.89 million in 2021.
About WASHINGTON RIVER PROTECTION SOLUTIONS LLC federal contract activity
WASHINGTON RIVER PROTECTION SOLUTIONS LLC (CAGE 4UWU0, UEI CQE8EF6LB317) recorded $2.92 billion in obligated FPDS activity across 140 awards over the last 5 years, for an average award value of $20.85 million. The vendor’s federal footprint is highly concentrated, indicating a sustained, large-value contracting relationship rather than broad multi-agency diversification.
Agency mix and customer concentration
All observed obligations were awarded by the Department of Energy, which accounts for the full $2.92 billion and all 140 awards. This indicates a single-agency dependency profile and a procurement relationship centered entirely within DOE.
Industry profile based on NAICS activity
All obligated activity falls under NAICS 562211, Hazardous Waste Treatment and Disposal, with $2.92 billion across 140 awards. The category alignment is complete, showing a narrow industrial focus and a contract base tied to hazardous waste management services.
Annual contract trend over the analysis window
Annual obligations were highest in 2021 at $827.89 million across 57 awards, followed by 2023 at $770.75 million and 2022 at $657.71 million. Activity declined in 2024 to $649.93 million and dropped sharply in 2025 to $13.19 million across 9 awards, though 2025 may reflect a partial-year window.
How to interpret this page
This summary is based on FPDS obligations associated with CAGE 4UWU0 and UEI CQE8EF6LB317 over the last 5 years. Totals, counts, and averages reflect the provided analysis window and are presented as obligated dollars, not estimated contract ceiling or potential value.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '4UWU0'
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
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | 2,919,475,427.53 | 2.92 billion | 140 |
Insight
Over the last 5 years, WASHINGTON RIVER PROTECTION SOLUTIONS LLC’s obligations are fully concentrated at the Department of Energy, which accounts for the entire $2.92 billion in reported obligations. All 140 awards were issued by DOE, indicating a highly concentrated customer base and no visible agency diversification in this period. The average award value of about $20.85 million suggests a portfolio of relatively large awards rather than a broad distribution of small transactions.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '4UWU0'
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
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 562211 | HAZARDOUS WASTE TREATMENT AND DISPOSAL | 2,919,475,427.53 | 2.92 billion | 140 |
Insight
Over the last 5 years, WASHINGTON RIVER PROTECTION SOLUTIONS LLC (CAGE 4UWU0) shows complete NAICS concentration in 562211, Hazardous Waste Treatment and Disposal. All 140 awards and the full $2.92 billion in obligated value are attributed to this single NAICS, indicating a highly specialized and non-diversified award profile. The average award value of about $20.85 million further suggests repeated large-value obligations within this line of business.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '4UWU0'
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 DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 13,189,548.55 | 13.19 million | 9 |
| 2024 | 649,927,824.17 | 649.93 million | 19 |
| 2023 | 770,754,935.84 | 770.75 million | 24 |
| 2022 | 657,709,486.53 | 657.71 million | 31 |
| 2021 | 827,893,632.44 | 827.89 million | 57 |
Insight
Over the last 5 years, WASHINGTON RIVER PROTECTION SOLUTIONS LLC recorded $2.92 billion across 140 awards, with obligations concentrated in 2021–2024. Annual obligations were highest in 2021 at $827.89 million on 57 awards, then remained elevated in 2022–2024 at $657.71 million to $770.75 million, before falling sharply to $13.19 million in 2025. Award volume also declined over the period, from 57 awards in 2021 to 9 in 2025, indicating a contraction in both funding and action count in the most recent year.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.