Federal Contractor

CENTRAL PLATEAU CLEANUP COMPANY LLC Federal Contract Obligations (Last 5 Years)

CENTRAL PLATEAU CLEANUP COMPANY LLC is a federal vendor with 218 award actions and $2.87 billion obligated over the last 5 years, primarily in DOE remediation services.

CENTRAL PLATEAU CLEANUP COMPANY LLC (CAGE 86TK6, UEI J4TDNRDMRMZ3) recorded 218 federal award actions in the last 5 years, with total obligations of $2,874,021,669.53 and an average action value of $13,183,585.64. All recorded obligations in this window were from the Department of Energy under NAICS 562910, Remediation Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from $460.85 million in 2024 to $687.24 million in 2023, with 2025 at $614.35 million across 62 actions.

CAGE Code
86TK6
UEI
J4TDNRDMRMZ3
Total Obligated
2.87 billion
2,874,021,669.53
Award Actions
218
Average Action Value
13,183,585.64

About CENTRAL PLATEAU CLEANUP COMPANY LLC federal contract activity

CENTRAL PLATEAU CLEANUP COMPANY LLC recorded 218 FPDS awards totaling $2.87 billion over the last 5 years, for an average award value of $13.18 million. The profile reflects a high-obligation, high-transaction relationship centered on a single federal customer and a single service line.

Agency mix and customer concentration

Award activity is fully concentrated in the ENERGY, DEPARTMENT OF, which accounts for all $2.87 billion in obligated value and all 218 awards. This indicates a highly focused agency relationship with no observable diversification across departments in the analysis window.

Industry profile based on NAICS activity

All obligated value is classified under NAICS 562910, REMEDIATION SERVICES, with 218 awards totaling $2.87 billion. The vendor’s federal work is therefore concentrated in remediation activities, with no visible mix across other NAICS codes in the reviewed period.

Annual contract trend over the analysis window

Annual obligated value fluctuated materially across the period, ranging from $460.85 million in 2024 to a peak of $687.24 million in 2023. Award counts increased to 62 in 2025 after a lower count of 33 in 2023, while 2021-2025 obligations remained consistently substantial each year.

How to interpret this page

This summary uses FPDS records attributed to CAGE 86TK6 and UEI J4TDNRDMRMZ3 over the last 5 years. Metrics are based on obligated dollars, award counts, and categorical grouping by agency and NAICS; amounts are presented as recorded in FPDS and rounded only where noted in readable form.

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 = '86TK6'
        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,874,021,669.53 2.87 billion 218

Insight

Over the last 5 years, CENTRAL PLATEAU CLEANUP COMPANY LLC’s obligated dollars are fully concentrated in the Department of Energy, which accounts for the full $2.87 billion total across 218 awards. This indicates a highly concentrated customer base with no observed agency diversification in the provided period. The average award value of about $13.18 million suggests a pattern of repeated mid- to large-dollar obligations within a single department.

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 = '86TK6'
        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 2,874,021,669.53 2.87 billion 218

Insight

Over the last 5 years, CENTRAL PLATEAU CLEANUP COMPANY LLC’s obligations are fully concentrated in NAICS 562910, Remediation Services, which accounts for the full $2.87 billion and all 218 awards. This indicates a highly specialized procurement profile with no diversification across other NAICS categories in the provided period. The average award value of about $13.18 million suggests recurring award activity at material contract values within this single industry classification.

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 = '86TK6'
        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 614,354,275.85 614.35 million 62
2024 460,850,073.85 460.85 million 44
2023 687,235,608.43 687.24 million 33
2022 484,188,495.51 484.19 million 37
2021 627,393,215.89 627.39 million 42

Insight

Over the last 5 years, CENTRAL PLATEAU CLEANUP COMPANY LLC (CAGE 86TK6) obligated $2.87 billion across 218 awards, averaging $13.18 million per award. Annual obligations were relatively strong and fluctuated within a moderate range, from $460.85 million in 2024 to a high of $687.24 million in 2023, indicating no sustained downward or upward trend. Award volume peaked in 2025 at 62 awards, while the highest obligation year was 2023, suggesting the vendor’s annual value is concentrated in a smaller number of larger awards rather than a steady award count pattern.

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.