Federal Contractor

UNITED CLEANUP OAK RIDGE LLC Federal Contract Obligations (Last 5 Years)

United Cleanup Oak Ridge LLC is a federal vendor tied to DOE remediation services, with 105 award actions and $2.13 billion obligated over the last five years.

United Cleanup Oak Ridge LLC (CAGE 8QJ69, UEI CM39N6XPQF41) received all recorded obligations in the Department of Energy and NAICS 562910, Remediation Services. The vendor’s five-year total is $2,133,853,333.99 across 105 award actions, averaging $20,322,412.70 per action.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations in the available window were $925.10 million in 2023, $552.17 million in 2024, and $656.58 million in 2025.

CAGE Code
8QJ69
UEI
CM39N6XPQF41
Total Obligated
2.13 billion
2,133,853,333.99
Award Actions
105
Average Action Value
20,322,412.70

About UNITED CLEANUP OAK RIDGE LLC federal contract activity

UNITED CLEANUP OAK RIDGE LLC (CAGE 8QJ69, UEI CM39N6XPQF41) recorded 2.13 billion in obligated federal awards across 105 awards over the last 5 years, for an average award value of 20.32 million. The profile reflects a concentrated award history with all reported obligations tied to a single civilian department and a single primary NAICS.

Agency mix and customer concentration

All obligated dollars in the analysis window are attributed to the Department of Energy, indicating a fully concentrated agency relationship. With 105 awards totaling 2.13 billion, the vendor’s federal activity appears to be driven entirely by DOE procurement requirements rather than a diversified customer base.

Industry profile based on NAICS activity

All reported obligations fall under NAICS 562910, Remediation Services, showing a single-line business profile in the FPDS data. The 105 awards associated with this NAICS suggest sustained performance in remediation-related work rather than a mixed portfolio of contract types.

Annual contract trend over the analysis window

Annual obligations were highest in 2023 at 925.10 million across 16 awards, then declined to 552.17 million across 44 awards in 2024 before rising again to 656.58 million across 45 awards in 2025. The award count increased sharply after 2023 even as obligated dollars remained substantial, which may indicate a shift toward more numerous but smaller awards relative to 2023.

How to interpret this page

This summary is based on FPDS award records for the last 5 years and uses obligated dollars, award counts, agency attribution, and NAICS classification as reported in the source data. Totals and trends reflect only the provided analysis window and are not adjusted for inflation, modifications outside the dataset, or non-FPDS procurement activity.

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 = '8QJ69'
        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,133,853,333.99 2.13 billion 105

Insight

Over the last 5 years, UNITED CLEANUP OAK RIDGE LLC’s obligations are entirely concentrated at the Department of Energy, which accounts for the full $2.13 billion in reported obligations and all 105 awards. This indicates a single-agency relationship with no observed diversification across other agencies in the provided period. The average award value of about $20.32 million suggests a relatively high-value, repeated award pattern within that agency.

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 = '8QJ69'
        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,133,853,333.99 2.13 billion 105

Insight

Over the last 5 years, UNITED CLEANUP OAK RIDGE LLC (CAGE 8QJ69) shows complete NAICS concentration in 562910, Remediation Services. All 105 awards and the full $2.13 billion obligated were attributed to this single NAICS, indicating a highly focused contract profile with no diversification across other industry codes in the provided period. The average award value was approximately $20.3 million, suggesting a portfolio characterized by relatively large remediation obligations rather than a broad spread of smaller awards.

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 = '8QJ69'
        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 656,579,375.90 656.58 million 45
2024 552,173,045.75 552.17 million 44
2023 925,100,912.34 925.10 million 16

Insight

Over the last 5 years, UNITED CLEANUP OAK RIDGE LLC has obligated $2.13 billion across 105 awards, with a high average award value of about $20.32 million, indicating a concentrated portfolio of relatively large obligations. The annual trend data provided show substantial year-to-year variability, with obligations increasing from $552.17 million in 2024 to $656.58 million in 2025, after a much higher level of $925.10 million in 2023. Award counts were also uneven, ranging from 16 awards in 2023 to 45 in 2025, suggesting that obligation volume is not solely driven by award frequency.

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.