Federal Contractor

NUCLEAR WASTE PARTNERSHIP LLC Federal Contract Obligations (Last 10 Years)

NUCLEAR WASTE PARTNERSHIP LLC (CAGE 6HF85, UEI JA12NCN424K3) shows 214 federal award actions with 1.82 billion obligated in the last 10 years, led by the Department of Energy.

Over the analysis window, NUCLEAR WASTE PARTNERSHIP LLC received all recorded obligations from the Department of Energy, with activity concentrated in NAICS 561210, Facilities Support Services. The 10-year total obligated equals 1,823,323,494.43 across 214 award actions, for an average action value of 8,520,203.24.

Generated at 03/21/2026

Analysis period: Last 10 years

Recent annual totals include negative obligations in 2023 through 2025, which may reflect deobligations, corrections, or closeout activity in FPDS data.

CAGE Code
6HF85
UEI
JA12NCN424K3
Total Obligated
1.82 billion
1,823,323,494.43
Award Actions
214
Average Action Value
8,520,203.24

About NUCLEAR WASTE PARTNERSHIP LLC federal contract activity

NUCLEAR WASTE PARTNERSHIP LLC shows 214 FPDS awards totaling $1.82 billion over the last 10 years, with an average award value of $8.52 million. The vendor’s obligation profile is concentrated in a single federal customer base and a single primary services category, indicating a focused contracting footprint rather than broad cross-agency diversification.

Agency mix and customer concentration

All recorded obligations in the analysis window are tied to the Department of Energy (agency code 8900), which accounts for the full $1.82 billion and all 214 awards. This concentration indicates that the vendor’s federal work is entirely dependent on a single agency relationship, with no other agency represented in the supplied data.

Industry profile based on NAICS activity

All obligations are associated with NAICS 561210, Facilities Support Services, reflecting a fully concentrated industrial mix within that category. The award count and obligated dollars are identical to the overall totals, suggesting the vendor’s federal contracting activity in this window is entirely aligned to facilities support work.

Annual contract trend over the analysis window

Annual obligations were positive in 2021 and 2022, then turned negative in 2023 through 2025, with the largest negative year shown in 2023. The pattern suggests significant downward adjustments, deobligations, or closeout activity in the most recent years, rather than sustained new positive obligation growth.

How to interpret this page

This summary is based on the provided FPDS analysis window of the last 10 years and the supplied overview, agency, NAICS, and annual trend metrics. The narrative uses only the data provided here and does not infer contract type, program scope, or mission details beyond the observed obligation and award concentration.

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 = '6HF85'
        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 1,823,323,494.43 1.82 billion 214

Insight

Over the last 10 years, NUCLEAR WASTE PARTNERSHIP LLC’s obligations are fully concentrated in the Department of Energy, which accounts for the full $1.82 billion obligated across 214 awards. This indicates a highly concentrated agency relationship with no obligation distribution across other agencies in the provided period. The average award value of about $8.52 million suggests recurring, sizeable awards within a single agency portfolio.

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 = '6HF85'
        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
561210 FACILITIES SUPPORT SERVICES 1,823,323,494.43 1.82 billion 214

Insight

Over the last 10 years, NUCLEAR WASTE PARTNERSHIP LLC’s obligations are fully concentrated in NAICS 561210, Facilities Support Services, accounting for the full $1.82 billion in obligated value across 214 awards. This indicates a highly concentrated award profile with no diversification across other NAICS codes in the provided data. The average award value of approximately $8.52 million suggests recurring support-services work at a substantial dollar scale.

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 = '6HF85'
        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 -19,003.24 -19.00 thousand 1
2024 -40,598,184.25 -40.60 million 3
2023 -157,784,751.51 -157.78 million 11
2022 326,320,891.65 326.32 million 44
2021 458,243,078.67 458.24 million 36
2020 328,359,447.52 328.36 million 36
2019 366,129,636.01 366.13 million 22
2018 366,157,947.13 366.16 million 37
2017 176,514,432.45 176.51 million 24

Insight

Over the last 10 years, NUCLEAR WASTE PARTNERSHIP LLC (CAGE 6HF85) recorded $1.82 billion across 214 awards, averaging $8.52 million per award. Obligations were heavily concentrated in 2018 through 2022, with annual totals ranging from $328.36 million to $458.24 million and award counts generally in the mid-20s to mid-40s. Activity then declined sharply, with negative obligations in 2023 through 2025 totaling -$198.40 million, indicating substantial deobligations or downward adjustments in the most recent years.

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.