Federal Contractor

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

CH2M HILL PLATEAU REMEDIATION COMPANY has 214 federal award actions totaling $1.96 billion over the last 10 years, driven entirely by Department of Energy work in NAICS 562910, Remediation Services.

This page summarizes federal procurement activity for CH2M HILL PLATEAU REMEDIATION COMPANY, CAGE 4UD64, UEI VRGLRX4DL8G9, during the last 10 years. The vendor's obligations are concentrated in Department of Energy awards and remediation services, with year-by-year activity including a large 2020 peak and smaller or negative adjustments in later years.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals may include negative obligations from deobligations or adjustments, so yearly figures do not always align with award counts.

CAGE Code
4UD64
UEI
VRGLRX4DL8G9
Total Obligated
1.96 billion
1,960,772,392.09
Award Actions
214
Average Action Value
9,162,487.81

About CH2M HILL PLATEAU REMEDIATION COMPANY federal contract activity

CH2M HILL PLATEAU REMEDIATION COMPANY recorded $1.96 billion in obligated federal awards across 214 actions over the last 10 years, with an average award value of $9.16 million. The company’s FPDS profile is concentrated in a single contracting relationship, indicating a highly focused federal business base rather than a diversified award portfolio.

Agency mix and customer concentration

All observed obligations in the analysis window came from the Department of Energy, which accounted for the full $1.96 billion and all 214 awards. This indicates an exceptionally concentrated agency mix and suggests the vendor’s federal activity is tied to a specific mission area within DOE.

Industry profile based on NAICS activity

All recorded obligations were coded to NAICS 562910, Remediation Services, with $1.96 billion across 214 awards. The NAICS profile shows a single-line business pattern centered on environmental remediation work rather than a broader mix of construction, engineering, or support services.

Annual contract trend over the analysis window

The annual record is uneven and includes negative obligations in multiple years, which may reflect contract modifications, deobligations, or closeout adjustments rather than new award flow. The largest positive year shown is 2020 at $517.59 million across 36 awards, while 2025 shows a $6.63 million negative total and 2021 also reflects a net decline, suggesting an active but declining or restructured obligation profile in the later period.

How to interpret this page

This summary uses FPDS-observed obligations for the last 10 years, grouped by vendor CAGE 4UD64 and UEI VRGLRX4DL8G9. Agency, NAICS, and annual figures reflect reported FPDS obligation totals and award counts for the analysis window; negative annual totals are retained as reported.

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 10 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 1,960,772,392.09 1.96 billion 214

Insight

Over the last 10 years, CH2M HILL PLATEAU REMEDIATION COMPANY’s obligated dollars are fully concentrated in the Department of Energy, which accounts for the full $1.96 billion in obligations and all 214 awards. This indicates a complete agency concentration with no observed diversification across other federal agencies in the provided period. The average award value of about $9.16 million suggests a pattern of relatively sizable awards within this single-agency relationship.

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 10 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 1,960,772,392.09 1.96 billion 214

Insight

Over the last 10 years, CH2M HILL PLATEAU REMEDIATION COMPANY’s obligations are fully concentrated in NAICS 562910, Remediation Services. The vendor received 214 awards totaling $1.96 billion, with an average award value of about $9.16 million. This indicates a highly concentrated procurement profile with no observed NAICS diversification in the provided period.

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 10 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
2020 517,588,164.32 517.59 million 36
2019 525,182,029.40 525.18 million 42
2018 496,849,919.11 496.85 million 42
2017 437,095,829.89 437.10 million 72

Insight

Over the last 10 years, CH2M HILL PLATEAU REMEDIATION COMPANY (CAGE 4UD64) has obligated 1.96 billion across 214 awards, averaging about 9.16 million per award. Obligations were heavily concentrated in FY2017-FY2020, when annual totals ranged from 437.10 million to 525.18 million and accounted for the overwhelming majority of total spend. Activity then dropped sharply, with small or negative net obligations in FY2021-FY2025, indicating a pronounced contraction in recent funding levels relative to the earlier period.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.