Federal Contractor

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

UNITED CLEANUP OAK RIDGE LLC is a federal contractor identified by CAGE 8QJ69 and UEI CM39N6XPQF41, with $2.13 billion in obligations across 105 award actions over the last 10 years.

The company’s federal activity is concentrated almost entirely with the Department of Energy and in NAICS 562910, Remediation Services. Recent obligations were $925.10 million in 2023, $552.17 million in 2024, and $656.58 million in 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of readable FPDS obligations and award actions for UNITED CLEANUP OAK RIDGE LLC.

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 105 FPDS awards totaling $2.13 billion over the last 10 years, with an average award value of about $20.32 million. The obligation base is highly concentrated, indicating a contract profile dominated by a single federal customer and a single core service line.

Agency mix and customer concentration

All reported obligations were awarded by the Department of Energy (agency code 8900), which accounts for the full $2.13 billion and all 105 awards in the dataset. This level of concentration points to a one-agency dependency and suggests the vendor’s federal performance is tied almost entirely to DOE requirements.

Industry profile based on NAICS activity

All reported obligations fall under NAICS 562910, Remediation Services, with $2.13 billion across 105 awards. The mix is therefore not diversified across multiple industries; instead, it reflects a focused role in environmental or site cleanup work within the federal marketplace.

Annual contract trend over the analysis window

Annual obligations were elevated and uneven across the observed years, rising from $925.10 million in 2023 to $552.17 million in 2024 and then to $656.58 million in 2025. Award counts moved differently from dollars, dropping sharply from 44 in 2024 to 16 in 2023, then increasing to 45 in 2025, which suggests variability in award size and tasking patterns rather than a steady run rate.

How to interpret this page

This summary is based on FPDS award data for the last 10 years and uses reported obligated dollars, award counts, and classification fields tied to the vendor’s CAGE and UEI. Agency, NAICS, and annual trend statements reflect only the values provided in the analysis window and do not infer activity outside the supplied 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 = '8QJ69'
        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 2,133,853,333.99 2.13 billion 105

Insight

Over the last 10 years, UNITED CLEANUP OAK RIDGE LLC’s obligations are fully concentrated within the Department of Energy, which accounts for the full $2.13 billion total obligated. All 105 awards in the period were made by a single agency, indicating an extremely concentrated procurement relationship rather than a broad interagency distribution. The average award value of about $20.32 million suggests a portfolio of relatively large awards within that sole 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 = '8QJ69'
        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 2,133,853,333.99 2.13 billion 105

Insight

Over the last 10 years, UNITED CLEANUP OAK RIDGE LLC (CAGE 8QJ69) received $2.13 billion across 105 awards, averaging about $20.32 million per award. All obligated dollars in the Top NAICS section are concentrated in NAICS 562910, Remediation Services, indicating a fully concentrated procurement profile in this activity area. This pattern suggests the vendor’s federal business during the period was entirely aligned to remediation-related requirements, with no diversification across other NAICS codes in the reported top category.

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

UNITED CLEANUP OAK RIDGE LLC shows highly concentrated obligation activity in the most recent three years, with $2.13 billion obligated across 105 awards over the last 10 years. FY 2023 is the peak year at $925.10 million on 16 awards, followed by lower but still substantial activity in FY 2024 ($552.17 million on 44 awards) and FY 2025 ($656.58 million on 45 awards). The award distribution indicates a shift from a smaller number of larger obligations in FY 2023 to a higher volume of awards in FY 2024–2025, while annual funding remains elevated.

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.