NAICS Industry

NAICS 562910 Federal Contract Obligations (Last 10 Years)

Federal procurement data for NAICS 562910, Remediation Services, covering obligations, awards, agencies, vendors, and annual trends over the last 10 years.

NAICS 562910 includes remediation services funded by $51.18 billion across 94,571 award actions in the last 10 years, for an average action value of $541,129.15. The largest obligations are concentrated at the Department of Energy, the Department of the Army, and the Environmental Protection Agency, with recurring work from specialized cleanup contractors.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect obligated dollars and award actions reported for the last 10 years and may not sum exactly due to rounding in displayed figures.

NAICS Code
562910
Industry
REMEDIATION SERVICES
Total Obligated
51.18 billion
51,175,125,484.51
Award Actions
94,571
Average Action Value
541,129.15

About NAICS 562910 federal contract activity

NAICS 562910, Remediation Services, accounts for 51.18 billion in obligated federal spending across 94,571 awards over the last 10 years, with an average award value of 541,129.15. The profile indicates a large, recurring procurement base dominated by environmental cleanup, hazardous waste remediation, and site restoration work.

Agency demand and leading federal buyers

The Department of Energy is the largest buyer in this NAICS, obligating 26.67 billion across 5,976 awards, or just over half of all dollars in the category. The Department of the Army, EPA, the Department of the Navy, and the Department of the Air Force round out the top five, together showing that remediation demand is concentrated in federal environmental management and installation cleanup programs.

Vendor concentration and leading contractors

The vendor base is led by FLUOR-B&W Portsmouth LLC at 3.84 billion, followed closely by Savannah River Mission Completion, LLC at 3.80 billion. Central Plateau Cleanup Company LLC, CH2M Hill Plateau Remediation Company, and URS also hold multi-billion-dollar positions, indicating a small set of large incumbent contractors with sustained award flow.

Annual contract trend over the analysis window

Annual obligations have remained elevated in recent years, peaking at 7.33 billion in 2023 before easing to 7.07 billion in 2024 and 6.57 billion in 2025. Award counts stayed relatively stable in the 8,200 to 8,900 range from 2021 through 2025, suggesting consistent procurement volume even as obligated dollars moved lower from the recent high.

How to interpret this page

This page summarizes FPDS obligations for NAICS 562910 over the last 10 years using reported award-level data aggregated by agency, vendor, and fiscal year. Total obligated, award count, and average award value are based on the provided analysis window and should be interpreted as federal procurement activity captured in FPDS, not the full commercial market.

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__productOrServiceInformation__principalNAICSCode = '562910'
        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 26,667,100,917.73 26.67 billion 5,976
2100 DEPT OF THE ARMY 12,156,388,900.21 12.16 billion 21,290
6800 ENVIRONMENTAL PROTECTION AGENCY 5,519,381,679.87 5.52 billion 27,241
1700 DEPT OF THE NAVY 2,215,491,256.84 2.22 billion 8,869
5700 DEPT OF THE AIR FORCE 1,641,224,803.76 1.64 billion 6,599
1900 STATE, DEPARTMENT OF 643,879,900.26 643.88 million 360
7008 U.S. COAST GUARD 539,719,773.45 539.72 million 7,586
97AS DEFENSE LOGISTICS AGENCY 317,485,643.33 317.49 million 1,186
6920 FEDERAL AVIATION ADMINISTRATION 177,257,287.47 177.26 million 1,255
1422 BUREAU OF LAND MANAGEMENT 144,987,496.20 144.99 million 1,015

Insight

Over the last 10 years, obligations for NAICS 562910 total $51.18 billion across 94,571 awards, with spending concentrated among a small set of agencies. The Department of Energy leads with $26.67 billion, about 52% of total obligated dollars, followed by the Department of the Army at $12.16 billion and the Environmental Protection Agency at $5.52 billion. Award volume is more distributed than dollars, with EPA (27,241 awards) and the Army (21,290 awards) exceeding DOE’s 5,976 awards, indicating higher average award values at DOE relative to other top buyers.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '562910'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
FLUOR-B&W PORTSMOUTH LLC 5SMD3 3,835,826,589.53 3.84 billion 320
SAVANNAH RIVER MISSION COMPLETION, LLC 8KB44 3,800,978,201.46 3.80 billion 208
CENTRAL PLATEAU CLEANUP COMPANY LLC 86TK6 2,879,387,477.53 2.88 billion 223
CH2M HILL PLATEAU REMEDIATION COMPANY 4UD64 2,633,142,730.45 2.63 billion 311
URS 64BY8 2,562,072,639.55 2.56 billion 238
FLUOR IDAHO, LLC 6GGS3 2,302,392,653.56 2.30 billion 295
UNITED CLEANUP OAK RIDGE LLC 8QJ69 2,133,853,333.99 2.13 billion 105
IDAHO ENVIRONMENTAL COALITION LLC 8NAK7 1,265,864,883.96 1.27 billion 121
HYDROGEOLOGIC, INC. 0UFZ2 1,196,910,313.76 1.20 billion 1,849
SEVENSON ENVIRONMENTAL SERVICES, INC. 0LT07 1,085,620,908.96 1.09 billion 447

Insight

Over the last 10 years, NAICS 562910 obligated $51.18 billion across 94,571 awards, indicating a sizable but highly concentrated vendor base. The top 10 vendors account for $22.49 billion, or about 44 percent of total obligations, with the five largest vendors alone exceeding $14.0 billion. Award activity is more dispersed than dollars: HYDROGEOLOGIC, INC. has the highest award count among the top vendors (1,849) but ranks ninth by obligated dollars, while several other vendors have relatively fewer awards but much higher dollar totals.

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__productOrServiceInformation__principalNAICSCode = '562910'
        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 6,567,815,346.54 6.57 billion 8,201
2024 7,072,689,977.93 7.07 billion 8,695
2023 7,331,359,018.70 7.33 billion 8,872
2022 4,813,533,565.01 4.81 billion 8,563
2021 4,672,716,188.77 4.67 billion 8,756
2020 4,217,783,828.58 4.22 billion 9,545
2019 3,888,421,715.76 3.89 billion 9,402
2018 4,163,290,941.83 4.16 billion 10,501
2017 3,709,132,563.11 3.71 billion 10,906
2016 4,738,382,338.28 4.74 billion 11,130

Insight

Over the last 10 years, NAICS 562910 obligated $51.18 billion across 94,571 awards, averaging $541,129 per award. Annual obligations were relatively stable in the $3.71 billion to $4.74 billion range from 2016 through 2022, then increased sharply in 2023 and remained elevated in 2024 and 2025, with a peak of $7.33 billion in 2023. Award counts were highest in 2016–2018 and generally trended lower in recent years, indicating higher annual obligation levels without a corresponding increase in award volume.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, 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.