In the last full year, UNITED CLEANUP OAK RIDGE LLC recorded 45 federal award actions totaling $656,579,375.90, for an average action value of $14,590,652.79. All reported obligations were with the Department of Energy and classified under NAICS 562910, Remediation Services.
Federal Contractor
UNITED CLEANUP OAK RIDGE LLC Federal Contract Obligations (Last Year)
Federal procurement profile for UNITED CLEANUP OAK RIDGE LLC (CAGE 8QJ69, UEI CM39N6XPQF41) covering last full year award activity.
This page summarizes the last full year of readable FPDS obligation data and reflects only the agencies and NAICS codes shown in the provided inputs.
About UNITED CLEANUP OAK RIDGE LLC federal contract activity
UNITED CLEANUP OAK RIDGE LLC (CAGE 8QJ69, UEI CM39N6XPQF41) recorded 656.58 million in obligated awards across 45 actions in the last full year, for an average award value of 14.59 million. The profile indicates a high-dollar, concentrated federal contracting footprint rather than a broad multi-agency or multi-industry distribution.
Agency mix and customer concentration
All recorded obligation activity in the analysis window came from the Department of Energy (agency 8900), which accounted for the full 656.58 million across 45 awards. This indicates complete agency concentration and no observed diversification across other federal departments in the available data.
Industry profile based on NAICS activity
All observed obligations were classified under NAICS 562910, Remediation Services, with 45 awards totaling 656.58 million. The NAICS profile is fully concentrated in a single services category, consistent with an environmental cleanup or remediation-focused contract base.
Annual contract trend over the analysis window
The annual trend shows all recorded obligation activity in 2025, totaling 656.58 million across 45 awards. With only one year represented in the analysis window, the data supports a snapshot of current-year execution rather than a multi-year trend assessment.
How to interpret this page
This summary is based on the provided FPDS Query analysis window of the last full year and the supplied vendor, agency, NAICS, and annual trend aggregates. Amounts reflect obligated dollars as reported in the source totals; no additional records, contract details, or unprovided attributes were inferred.
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 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 | 656,579,375.90 | 656.58 million | 45 |
Insight
During the last full year, UNITED CLEANUP OAK RIDGE LLC’s obligations were fully concentrated within the Department of Energy. The vendor received $656.58 million across 45 awards, indicating a single-agency dependency with no diversification across other agencies in the period. Average award value was $14.59 million, suggesting a portfolio of multiple mid-sized obligations rather than one isolated award.
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 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 | 656,579,375.90 | 656.58 million | 45 |
Insight
UNITED CLEANUP OAK RIDGE LLC’s obligations in the last full year were fully concentrated in NAICS 562910, Remediation Services. The firm received 45 awards totaling $656.58 million, indicating a narrow NAICS footprint and high concentration of procurement activity in a single service category. Average award value was approximately $14.59 million, suggesting the company’s recent federal work is characterized by sizeable remediation actions rather than a diversified mix of NAICS categories.
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 1 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 |
Insight
Over the last full year, UNITED CLEANUP OAK RIDGE LLC (CAGE 8QJ69) obligated $656.58 million across 45 awards, for an average award value of $14.59 million. The annual total is fully concentrated in a single year in the 1-year window, indicating a high level of recent obligation activity rather than a multi-year spread. This pattern suggests award volume is moderate while obligated dollars are concentrated in relatively large awards.
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.