NAICS Industry

NAICS 562211 Federal Contract Obligations (Last 10 Years)

FPDS analysis of NAICS 562211 covers federal obligations for hazardous waste treatment and disposal over the last 10 years, with $20.36 billion across 168,872 award actions.

Federal spending under NAICS 562211 is concentrated in long-term environmental remediation, site cleanup, and waste management support. The Department of Energy and the Department of the Army account for most obligations, while the Defense Logistics Agency records the highest volume of award actions.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations ranged from $1.55 billion in 2022 to $2.64 billion in 2021; top vendors include Washington River Protection Solutions LLC, Bechtel National, Inc., and Savannah River Remediation LLC.

NAICS Code
562211
Industry
HAZARDOUS WASTE TREATMENT AND DISPOSAL
Total Obligated
20.36 billion
20,359,307,794.03
Award Actions
168,872
Average Action Value
120,560.58

About NAICS 562211 federal contract activity

NAICS 562211, Hazardous Waste Treatment and Disposal, accounts for 20.36 billion in obligations across 168,872 awards over the last 10 years, with an average award value of 120,560.58. The volume of awards is high relative to dollars obligated, indicating a market shaped by many smaller actions alongside a limited number of large remediation and disposal obligations. This category is heavily influenced by long-running environmental cleanup and waste management requirements.

Agency demand and leading federal buyers

The Department of Energy is the largest buyer in this NAICS, with 11.58 billion obligated across 1,104 awards, followed by the Department of the Army at 7.04 billion across 2,780 awards. The Defense Logistics Agency stands out for award volume, with 149,823 awards and 861.67 million obligated, indicating broad transactional activity rather than concentrated high-dollar contracting. The Department of the Navy and the Department of Veterans Affairs contribute smaller but still meaningful demand.

Vendor concentration and leading contractors

Washington River Protection Solutions LLC is the leading vendor with 6.75 billion obligated across 383 awards, followed by Bechtel National, Inc. at 3.51 billion and Savannah River Remediation LLC at 3.39 billion. The vendor profile is concentrated among a small set of major integrators and site operators tied to large hazardous waste cleanup and treatment programs. Several of the top vendors have relatively few awards compared with their dollar volume, consistent with large, program-specific contracts.

Annual contract trend over the analysis window

Annual obligations for the most recent years shown remain elevated, ranging from 1.55 billion in 2022 to 2.64 billion in 2021, with 2023 through 2025 each near or above 1.80 billion. Award counts remain consistently high, with roughly 16,000 to 18,000 awards per year, showing sustained procurement activity rather than isolated spikes. The pattern suggests a stable, recurring demand base driven by continuing hazardous waste treatment and disposal requirements.

How to interpret this page

This analysis uses FPDS obligations and award counts associated with NAICS 562211 over the last 10 years, summarized at the industry, agency, vendor, and annual levels. Top entities are ranked by total obligated dollars, and annual trend figures reflect obligations and award counts reported for each calendar year in the analysis window. Values are presented as recorded in FPDS and should be interpreted as contract obligation data, not necessarily total program cost or completed spend.

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 = '562211'
        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 11,582,293,669.75 11.58 billion 1,104
2100 DEPT OF THE ARMY 7,035,043,399.18 7.04 billion 2,780
97AS DEFENSE LOGISTICS AGENCY 861,669,786.73 861.67 million 149,823
1700 DEPT OF THE NAVY 397,613,662.06 397.61 million 5,762
3600 VETERANS AFFAIRS, DEPARTMENT OF 134,985,334.36 134.99 million 2,529
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 131,940,729.33 131.94 million 15
5700 DEPT OF THE AIR FORCE 66,769,785.59 66.77 million 1,205
3100 NUCLEAR REGULATORY COMMISSION 37,935,166.33 37.94 million 597
7529 NATIONAL INSTITUTES OF HEALTH 10,898,382.65 10.90 million 189
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 10,298,446.96 10.30 million 122

Insight

Obligations in NAICS 562211 are highly concentrated among a few agencies over the last 10 years, with the Department of Energy accounting for $11.58 billion and the Department of the Army for $7.04 billion of the $20.36 billion total. The Defense Logistics Agency has the highest award volume by far at 149,823 awards but a comparatively lower $861.67 million in obligated value, indicating a much smaller average award size than Energy and the Army. Other agencies contribute materially less, with the remaining top 10 each below $400 million in obligated value and generally much smaller shares of total spending.

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 = '562211'
        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
WASHINGTON RIVER PROTECTION SOLUTIONS LLC 4UWU0 6,752,818,821.23 6.75 billion 383
BECHTEL NATIONAL, INC. 1S307 3,508,134,124.92 3.51 billion 200
SAVANNAH RIVER REMEDIATION LLC 4XQS6 3,392,223,222.23 3.39 billion 319
BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE 3FT89 2,974,016,088.18 2.97 billion 188
HANFORD TANK WASTE OPERATIONS & CLOSURE, LLC 94PD1 1,058,035,009.24 1.06 billion 23
NORTH WIND SOLUTIONS, LLC 6ZU55 255,707,663.70 255.71 million 113
ECC CONSTRUCTORS LLC 63J28 210,049,880.38 210.05 million 19
INMAR RX SOLUTIONS INC 84DK2 100,787,850.00 100.79 million 5
ENERGYSOLUTIONS SERVICES, INC. 0JEX6 94,586,400.40 94.59 million 1,494
WASTE CONTROL SPECIALISTS LLC 1KX61 81,201,690.49 81.20 million 102

Insight

Obligations in NAICS 562211 are highly concentrated over the last 10 years: the top 10 vendors account for roughly $17.43 billion of the $20.36 billion total, or about 86 percent. Washington River Protection Solutions LLC leads with $6.75 billion, followed by Bechtel National, Inc. at $3.51 billion and Savannah River Remediation LLC at $3.39 billion, indicating a small set of contractors dominates this market. Award volume is more dispersed than dollars, with a mix of high-dollar, low-count awards and a few vendors with many smaller actions, such as Energeticsolutions Services, Inc. with 1,494 awards but only $94.59 million obligated.

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 = '562211'
        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 1,910,198,577.82 1.91 billion 16,392
2024 1,800,972,489.42 1.80 billion 18,300
2023 1,925,309,687.27 1.93 billion 18,117
2022 1,551,000,764.92 1.55 billion 16,936
2021 2,644,649,347.32 2.64 billion 16,649
2020 2,423,652,950.86 2.42 billion 16,452
2019 2,108,093,732.46 2.11 billion 17,279
2018 2,195,898,998.64 2.20 billion 15,967
2017 1,589,163,010.74 1.59 billion 16,695
2016 2,210,368,234.58 2.21 billion 16,085

Insight

Over the last 10 years, NAICS 562211 has obligated 20.36 billion across 168,872 awards, with an average award value of 120,560.58. Annual obligations are fairly distributed around a 1.55 billion to 2.64 billion range, with notable peaks in 2021 (2.64 billion) and 2020 (2.42 billion) and a low in 2022 (1.55 billion). Award counts are also relatively stable year to year, generally clustering between about 15,900 and 18,300 awards, indicating broad but not highly concentrated procurement activity.

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.