Federal Contractor

SAVANNAH RIVER MISSION COMPLETION, LLC Federal Contract Obligations (Last 5 Years)

Analyst overview of SAVANNAH RIVER MISSION COMPLETION, LLC federal obligations over the last 5 years, including agency, NAICS, and annual award trends.

SAVANNAH RIVER MISSION COMPLETION, LLC (CAGE 8KB44, UEI C32KCWJ94LY8) received 208 award actions totaling $3,800,978,201.46 in the last 5 years. All recorded obligations in this window were with the Department of Energy under NAICS 562910, Remediation Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations were highest in 2025 at $1.23 billion and lowest in 2021 at $5.50 million; figures reflect readable FPDS totals for the selected analysis window.

CAGE Code
8KB44
UEI
C32KCWJ94LY8
Total Obligated
3.80 billion
3,800,978,201.46
Award Actions
208
Average Action Value
18,273,933.66

About SAVANNAH RIVER MISSION COMPLETION, LLC federal contract activity

SAVANNAH RIVER MISSION COMPLETION, LLC (CAGE 8KB44, UEI C32KCWJ94LY8) recorded $3.80 billion in obligated federal contract spending across 208 awards over the last 5 years, for an average award value of $18.27 million. The profile is heavily concentrated in a single mission set, indicating a specialized and high-dollar contracting relationship rather than a broad vendor footprint.

Agency mix and customer concentration

All observed obligations came from the Department of Energy (agency 8900), which accounted for the full $3.80 billion and all 208 awards in the analysis window. This indicates complete agency concentration and shows the vendor's federal business is tied entirely to DOE procurement activity.

Industry profile based on NAICS activity

All recorded obligations were mapped to NAICS 562910, Remediation Services, with $3.80 billion across 208 awards. The NAICS profile is fully concentrated in remediation work, consistent with a specialized environmental or site-completion contracting role.

Annual contract trend over the analysis window

Obligations were substantial in every year of the period except 2021, when activity was minimal at $5.50 million across 2 awards. Spending rose sharply in 2022 and 2023, peaked in 2025 at $1.23 billion across 61 awards, and remained elevated in 2024 at $855.52 million across 49 awards.

How to interpret this page

This summary uses FPDS-observed obligations and award counts for the last 5 years, grouped by vendor identifiers, awarding agency, NAICS code, and fiscal year. Figures are presented as reported in the source data and may reflect modifications, increments, or deobligations recorded during the analysis window.

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 = '8KB44'
        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 3,800,978,201.46 3.80 billion 208

Insight

Over the last 5 years, SAVANNAH RIVER MISSION COMPLETION, LLC’s obligations are fully concentrated in the Department of Energy, which accounts for the full $3.80 billion in observed obligations across 208 awards. This indicates a single-agency dependence with no diversification across other civilian or defense agencies in the period analyzed. The average award value of $18.27 million suggests a portfolio of repeated, materially sized obligations rather than a small number of isolated large awards.

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 = '8KB44'
        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 3,800,978,201.46 3.80 billion 208

Insight

Over the last 5 years, SAVANNAH RIVER MISSION COMPLETION, LLC’s obligations are fully concentrated in NAICS 562910, Remediation Services. The vendor received $3.80 billion across 208 awards, indicating a highly focused procurement profile with no diversification across other NAICS codes in this dataset. This concentration suggests the vendor’s contracting activity is driven entirely by remediation work during the period reviewed.

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 = '8KB44'
        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 1,233,811,148.20 1.23 billion 61
2024 855,523,469.03 855.52 million 49
2023 916,819,679.26 916.82 million 63
2022 789,319,499.97 789.32 million 33
2021 5,504,405.00 5.50 million 2

Insight

Over the last 5 years, SAVANNAH RIVER MISSION COMPLETION, LLC (CAGE 8KB44) received $3.80 billion across 208 awards, averaging $18.27 million per award. Obligations were heavily concentrated in 2022 through 2025, which accounted for nearly all activity, while 2021 was minimal at $5.50 million across 2 awards. Annual obligations rose from $789.32 million in 2022 to $916.82 million in 2023, declined to $855.52 million in 2024, then increased to $1.23 billion in 2025, indicating a recent upward shift in funding volume and award count.

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.