Federal Contractor

CH2M HILL PLATEAU REMEDIATION COMPANY Federal Contract Obligations (Last 5 Years)

CH2M HILL PLATEAU REMEDIATION COMPANY recorded $15.94 million in obligated actions across 22 awards over the last 5 years, concentrated in DOE remediation work under NAICS 562910.

This vendor page summarizes federal procurement activity for CH2M HILL PLATEAU REMEDIATION COMPANY, CAGE 4UD64, UEI VRGLRX4DL8G9. The record is dominated by the Department of Energy and remediation services, with annual obligations shifting from a large negative total in 2021 to a smaller positive total in 2022 and renewed negative totals in 2024 and 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided 5-year analysis window and may include negative obligations, so annual and cumulative values should be interpreted as recorded in FPDS.

CAGE Code
4UD64
UEI
VRGLRX4DL8G9
Total Obligated
-15.94 million
-15,943,550.63
Award Actions
22
Average Action Value
-724,706.84

About CH2M HILL PLATEAU REMEDIATION COMPANY federal contract activity

CH2M HILL PLATEAU REMEDIATION COMPANY (CAGE 4UD64, UEI VRGLRX4DL8G9) recorded -15.94 million in obligated value across 22 FPDS awards in the last 5 years, for an average award value of -724,706.84. The negative total indicates net de-obligation activity over the period rather than net new obligation growth.

Agency mix and customer concentration

Contracting activity was fully concentrated in the Department of Energy, which accounted for all 22 awards and the entire -15.94 million in obligated value. This indicates a single-agency relationship with no observed cross-agency diversification in the analyzed window.

Industry profile based on NAICS activity

All observed obligations were classified under NAICS 562910, Remediation Services, matching the vendor’s apparent specialization. With all 22 awards tied to one NAICS code, the portfolio shows no functional diversification beyond remediation-related work.

Annual contract trend over the analysis window

Annual activity was uneven and dominated by 2021 and 2025, with -9.43 million across 14 awards in 2021 and -6.63 million in a single award in 2025. The only positive annual obligated value in the period occurred in 2022 at 320.26 thousand across 5 awards, while 2024 showed a modest -200.00 thousand across 2 awards.

How to interpret this page

This summary uses FPDS obligations associated with the vendor’s CAGE code and UEI over the last 5 years, grouped by agency, NAICS, and fiscal year. Award counts reflect the number of FPDS records in the analysis set, and dollar figures are based on obligated value as reported in the dataset.

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 = '4UD64'
        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 -15,943,550.63 -15.94 million 22

Insight

Over the last 5 years, CH2M HILL PLATEAU REMEDIATION COMPANY’s obligated dollars are fully concentrated in one agency: the Department of Energy, which accounts for the entire -$15.94 million total across 22 awards. This indicates a highly concentrated award profile with no observed interagency distribution in the provided period. The average award value of -$724,706.84 is consistent with multiple obligations of moderate size rather than a small number of large awards.

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 = '4UD64'
        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
562910 REMEDIATION SERVICES -15,943,550.63 -15.94 million 22

Insight

Over the last 5 years, CH2M HILL PLATEAU REMEDIATION COMPANY’s obligations under CAGE 4UD64 are fully concentrated in NAICS 562910, Remediation Services. This NAICS accounts for all 22 awards and the full -$15.94 million obligated, indicating a highly concentrated contracting profile with no diversification across other NAICS codes in the provided period. The average award value is approximately -$724.7K, suggesting repeated activity within the same service line rather than a broad mix of procurement categories.

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 = '4UD64'
        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 -6,630,549.35 -6.63 million 1
2024 -200,000.00 -200.00 thousand 2
2022 320,262.44 320.26 thousand 5
2021 -9,433,263.72 -9.43 million 14

Insight

Over the last 5 years, CH2M HILL PLATEAU REMEDIATION COMPANY shows highly concentrated obligation activity, with 22 awards totaling -$15.94 million and an average award value of -$724.7 thousand. The pattern is dominated by two negative-obligation years, 2021 (-$9.43 million across 14 awards) and 2025 (-$6.63 million in 1 award), which account for nearly all of the net total. 2022 is the only positive-obligation year reported ($320.26 thousand across 5 awards), while 2024 remains comparatively limited at -$200.0 thousand across 2 awards.

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.