Federal Contractor

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

NUCLEAR WASTE PARTNERSHIP LLC recorded 95 federal award actions and $586.16 million in obligations over the last 5 years, all from the Department of Energy under NAICS 561210.

This vendor page summarizes federal procurement activity for NUCLEAR WASTE PARTNERSHIP LLC (CAGE 6HF85, UEI JA12NCN424K3) during the last 5 years. The record shows $586,162,031.32 in total obligations across 95 award actions, with all obligations attributed to the Department of Energy and classified under Facilities Support Services (NAICS 561210).

Generated at 03/21/2026

Analysis period: Last 5 years

Annual totals include negative obligations in 2023 through 2025, which may reflect deobligations, closeout activity, or other contract adjustments.

CAGE Code
6HF85
UEI
JA12NCN424K3
Total Obligated
586.16 million
586,162,031.32
Award Actions
95
Average Action Value
6,170,126.64

About NUCLEAR WASTE PARTNERSHIP LLC federal contract activity

NUCLEAR WASTE PARTNERSHIP LLC recorded 95 FPDS-observed awards and $586.16 million in obligated value over the last 5 years, for an average award value of $6.17 million. The activity profile is concentrated in a single federal customer and a single principal NAICS classification, indicating a focused contracting footprint rather than a diversified portfolio.

Agency mix and customer concentration

All observed obligations in the analysis window came from the Department of Energy (agency 8900), which accounted for the full $586.16 million and all 95 awards. This indicates complete agency concentration and suggests the vendor's federal business is tied entirely to one buying organization in the current dataset.

Industry profile based on NAICS activity

All observed obligations were reported under NAICS 561210, Facilities Support Services, totaling $586.16 million across 95 awards. The absence of other NAICS codes in the period indicates that the vendor's FPDS activity is wholly concentrated in facilities support work.

Annual contract trend over the analysis window

Annual obligations were strongly positive in 2021 and 2022, then turned negative in 2023 through 2025, with 2025 showing only a small negative adjustment. The pattern suggests that later years were affected by deobligations, closeouts, or contract modifications that reduced net obligated value rather than reflecting new award growth.

How to interpret this page

This summary is based on FPDS-observed records for the vendor's CAGE code 6HF85 and UEI JA12NCN424K3 over the last 5 years. Totals, counts, and annual trends are taken directly from the provided dataset; negative annual values are retained as reported and may reflect deobligations or other adjustments in the procurement record.

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 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 586,162,031.32 586.16 million 95

Insight

Over the last 5 years, NUCLEAR WASTE PARTNERSHIP LLC’s federal obligations are fully concentrated within the Department of Energy, which accounts for the entire $586.16 million in obligations across 95 awards. This indicates a highly concentrated agency profile with no diversification across other federal agencies in the provided period. The average award value is $6.17 million, suggesting a consistent stream of moderate-value awards under a single 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 = '6HF85'
        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
561210 FACILITIES SUPPORT SERVICES 586,162,031.32 586.16 million 95

Insight

NUCLEAR WASTE PARTNERSHIP LLC (CAGE 6HF85) shows full concentration in NAICS 561210, Facilities Support Services, over the last 5 years. All $586.16 million in obligated value and all 95 awards are reported under this single NAICS, indicating a highly concentrated procurement profile with no diversification across other NAICS codes in the provided data. This concentration suggests the vendor’s federal work in the period is entirely aligned to facilities support services.

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

Insight

NUCLEAR WASTE PARTNERSHIP LLC shows highly concentrated obligation activity in FY2021-FY2022, with positive obligations of $458.24 million across 36 awards in 2021 and $326.32 million across 44 awards in 2022. That pattern is followed by a sharp reversal in FY2023-FY2025, with net negative obligations of $157.78 million in 2023, $40.60 million in 2024, and $19.00 thousand in 2025 across a much smaller award count. Over the 5-year period, total obligations remain positive at $586.16 million across 95 awards, indicating the recent negative years offset but do not eliminate the earlier high-obligation 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.