In the last full year, SAVANNAH RIVER MISSION COMPLETION, LLC recorded 61 award actions totaling $1,233,811,148.20 in obligated funds, with an average action value of $20,226,412.26. All reported obligations were to the Department of Energy and were classified under NAICS 562910, Remediation Services.
Federal Contractor
SAVANNAH RIVER MISSION COMPLETION, LLC Federal Contract Obligations (Last Year)
Federal procurement profile for SAVANNAH RIVER MISSION COMPLETION, LLC (CAGE 8KB44, UEI C32KCWJ94LY8) covering the last full year of contract activity.
Annual totals reflect the most recent complete year in the analysis window and are based on 61 readable award actions.
About SAVANNAH RIVER MISSION COMPLETION, LLC federal contract activity
SAVANNAH RIVER MISSION COMPLETION, LLC (CAGE 8KB44, UEI C32KCWJ94LY8) recorded 61 FPDS-observed awards in the last full year, totaling $1.23 billion in obligations. The average award value was about $20.2 million, indicating a portfolio concentrated in fewer, higher-value actions rather than a large volume of small transactions.
Agency mix and customer concentration
Obligations were fully concentrated in the Department of Energy, which accounted for the entire $1.23 billion and all 61 awards in the analysis period. This shows a single-agency dependency profile with no observed diversification across other civilian or defense buyers in the available data.
Industry profile based on NAICS activity
All observed obligations were coded to NAICS 562910, Remediation Services, with 61 awards totaling $1.23 billion. The mix indicates a highly specialized contract profile centered on environmental or site remediation work rather than a diversified services base.
Annual contract trend over the analysis window
The annual trend shows $1.23 billion obligated across 61 awards in 2025, with no additional years present in the provided window. Because only one full year is available, the data supports a point-in-time snapshot rather than a multi-year growth or decline assessment.
How to interpret this page
This summary is based on the provided FPDS Query extract for the last full year and uses obligated dollars, award counts, agency, and NAICS classifications as supplied. Findings are limited to the reported records and should be interpreted as observed federal procurement activity, not an exhaustive measure of the vendor's total business.
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 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 | 1,233,811,148.20 | 1.23 billion | 61 |
Insight
During the last full year, SAVANNAH RIVER MISSION COMPLETION, LLC received all reported obligations from the Department of Energy, indicating complete agency concentration. The vendor’s 61 awards totaled $1.23 billion, with an average award value of about $20.2 million. This pattern suggests a highly concentrated procurement profile with no reported diversification across agencies in the period.
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 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 | 1,233,811,148.20 | 1.23 billion | 61 |
Insight
During the last full year, SAVANNAH RIVER MISSION COMPLETION, LLC (CAGE 8KB44) had all reported obligations concentrated in a single NAICS category: 562910, Remediation Services. This NAICS accounted for the full $1.23 billion obligated across 61 awards, indicating a highly concentrated procurement profile with no diversification across other NAICS codes in the period reviewed. The average award value was approximately $20.2 million, suggesting a mix of substantial actions within a single mission area.
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 1 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 |
Insight
In the last full year, SAVANNAH RIVER MISSION COMPLETION, LLC (CAGE 8KB44) recorded $1.23 billion in obligated value across 61 awards, for an average award value of about $20.2 million. The full-year activity is concentrated in a single annual period in the provided window, so no year-over-year trend can be assessed from this view. The award profile indicates a relatively high-value, moderately distributed obligation base rather than reliance on a small number of extremely 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.