Federal Contractor

CENTRAL PLATEAU CLEANUP COMPANY LLC Federal Contract Obligations (Last Year)

Federal procurement profile for CENTRAL PLATEAU CLEANUP COMPANY LLC (CAGE 86TK6, UEI J4TDNRDMRMZ3) covering obligations in the last full year.

In the last full year, CENTRAL PLATEAU CLEANUP COMPANY LLC received $614.35 million across 62 award actions, for an average action value of $9.91 million. All reported obligations in this window were awarded by the Department of Energy under NAICS 562910, Remediation Services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on the provided FPDS summary totals for award actions and obligations.

CAGE Code
86TK6
UEI
J4TDNRDMRMZ3
Total Obligated
614.35 million
614,354,275.85
Award Actions
62
Average Action Value
9,908,939.93

About CENTRAL PLATEAU CLEANUP COMPANY LLC federal contract activity

CENTRAL PLATEAU CLEANUP COMPANY LLC, identified by CAGE 86TK6 and UEI J4TDNRDMRMZ3, received 614.35 million in obligated dollars across 62 awards in the last full year. The average award value was 9.91 million, indicating a comparatively concentrated award profile rather than a high-volume, low-dollar transaction pattern.

Agency mix and customer concentration

All reported obligations came from the Department of Energy (agency 8900), which accounted for the full 614.35 million and all 62 awards. This indicates a highly concentrated customer base with no diversification across other federal agencies in the analyzed period.

Industry profile based on NAICS activity

The vendor’s obligations were entirely classified under NAICS 562910, Remediation Services, totaling 614.35 million across 62 awards. The NAICS profile is fully aligned to environmental cleanup and remediation work, with no other industry classifications appearing in the provided data.

Annual contract trend over the analysis window

The annual trend shows activity in 2025 only, with 614.35 million obligated across 62 awards. Because the dataset covers the last full year and only one year is present, it supports a single-period snapshot rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based solely on the provided FPDS Query aggregates for the last full year and reflects obligated dollars, award counts, agency concentration, and NAICS classification. No additional contract-level attributes, such as place of performance, award type, or competition status, were supplied, so they are not inferred here.

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 1 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 614,354,275.85 614.35 million 62

Insight

CENTRAL PLATEAU CLEANUP COMPANY LLC’s last full year obligations are fully concentrated in one agency: the Department of Energy, which accounts for the entire $614.35 million and all 62 awards. This indicates an extremely concentrated customer base with no observed diversification across agencies in the reported period. The average award value of $9.91 million suggests a portfolio of multiple moderate-to-large awards rather than a small number of outliers.

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 1 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 614,354,275.85 614.35 million 62

Insight

CENTRAL PLATEAU CLEANUP COMPANY LLC’s last full year obligations are fully concentrated in NAICS 562910, Remediation Services, with all $614.35 million tied to this single NAICS. The vendor recorded 62 awards in the period, producing an average award value of about $9.91 million, which suggests activity driven by multiple sizable actions rather than a broad NAICS distribution. This concentration indicates a highly focused federal procurement profile within remediation-related work.

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 1 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

Insight

In the last full year, CENTRAL PLATEAU CLEANUP COMPANY LLC (CAGE 86TK6) received $614.35 million across 62 awards, yielding an average award value of about $9.91 million. The annual activity is fully concentrated in 2025, so no multi-year trend can be assessed from the provided 1-year window. The volume suggests relatively high award dispersion across multiple actions rather than reliance on a single award.

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