NAICS Industry

NAICS 562119 Federal Contract Obligations (Last 5 Years)

FPDS procurement analysis for NAICS 562119, Other Waste Collection, covering obligations, award counts, agencies, vendors, and yearly trends over the last five years.

Federal spending under NAICS 562119 totals $4.58 billion across 3,633 award actions in the last five years, with an average action value of $1.26 million. The Department of the Army accounts for most of the obligation, while ECC Constructors LLC and Ashbritt, Inc. are the largest vendors by total obligated value.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual totals are concentrated in 2025, and agency and vendor rankings reflect only the records included in this FPDS query window.

NAICS Code
562119
Industry
OTHER WASTE COLLECTION
Total Obligated
4.58 billion
4,579,126,243.13
Award Actions
3,633
Average Action Value
1,260,425.61

About NAICS 562119 federal contract activity

NAICS 562119, Other Waste Collection, recorded $4.58 billion in obligated contract spending across 3,633 awards over the last 5 years, with an average award value of $1.26 million. Activity is highly concentrated, indicating a market dominated by a small number of large obligations rather than a broad base of similarly sized awards.

Agency demand and leading federal buyers

The Department of the Army is the clear primary buyer in this category, accounting for $4.49 billion across 888 awards and representing the vast majority of total obligated dollars. Other notable agencies are far smaller by value, including the Department of the Air Force, Veterans Affairs, the U.S. Coast Guard, and the Department of the Navy, each with obligations in the tens of millions or less.

Vendor concentration and leading contractors

ECC Constructors LLC and Ashbritt, Inc. dominate vendor spending in this NAICS, together accounting for more than $4.01 billion of obligated dollars. The remaining top vendors—JBW Group LLC, TMSAB LLC, and North Wind Site Services, LLC—trail substantially by comparison, which reinforces the concentration of high-value awards among a limited set of contractors.

Annual contract trend over the analysis window

Annual obligations are heavily weighted to 2025, which shows $3.62 billion and 804 awards, far exceeding prior years in both value and scale. The earlier years are comparatively modest, with 2024 at $781.95 million and 2021 through 2023 each remaining below $100 million, while award counts stayed relatively steady, suggesting the surge in 2025 is driven primarily by larger award sizes rather than a major increase in contract volume.

How to interpret this page

This summary reflects FPDS award data mapped to NAICS 562119 and aggregated over the last 5 years. Totals, award counts, and averages are based on obligated dollars and reported awards within the selected analysis window; agency, vendor, and annual figures reflect the top-ranked records in each category.

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 = '562119'
        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
2100 DEPT OF THE ARMY 4,486,783,444.43 4.49 billion 888
5700 DEPT OF THE AIR FORCE 28,713,272.95 28.71 million 236
3600 VETERANS AFFAIRS, DEPARTMENT OF 17,210,383.35 17.21 million 278
7008 U.S. COAST GUARD 11,588,174.93 11.59 million 97
1700 DEPT OF THE NAVY 8,752,923.83 8.75 million 869
1425 BUREAU OF RECLAMATION 5,963,092.77 5.96 million 24
2050 INTERNAL REVENUE SERVICE 2,591,664.85 2.59 million 21
12D0 FARM PRODUCTION AND CONSERVATION BUSINESS CENTER 2,430,631.05 2.43 million 12
1900 STATE, DEPARTMENT OF 2,039,172.43 2.04 million 237
1443 NATIONAL PARK SERVICE 1,812,003.95 1.81 million 68

Insight

NAICS 562119 is highly concentrated in the Department of the Army, which accounts for $4.49 billion of the $4.58 billion obligated over the last 5 years, or roughly 98% of total obligations, across 888 awards. The remaining agencies represent a much smaller and more fragmented share of spending, with the Department of the Air Force, Veterans Affairs, and U.S. Coast Guard each obligating between $11.59 million and $28.71 million. Award activity is broader than obligation concentration suggests, as the Department of the Navy reports 869 awards but only $8.75 million obligated, indicating many low-value actions outside the Army’s dominant spending profile.

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 = '562119'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
ECC CONSTRUCTORS LLC 63J28 2,228,506,616.86 2.23 billion 124
ASHBRITT, INC. 00Z46 1,784,002,777.36 1.78 billion 203
JBW GROUP LLC 959V0 195,290,870.15 195.29 million 21
TMSAB LLC 9GSH0 169,523,768.66 169.52 million 21
NORTH WIND SITE SERVICES, LLC 6WQU3 56,896,335.17 56.90 million 4
BIFFA WASTE SERVICES LTD KCJ31 16,577,440.03 16.58 million 64
VEOLIA UMWELTSERVICE SUD GMBH & CO. KG CA640 12,488,209.40 12.49 million 37
COUVILLION GROUP, LLC 49P48 11,059,328.05 11.06 million 11
PACIFIC FEDERAL MANAGEMENT INC 7YNV8 10,409,977.75 10.41 million 12
BERING STRAITS CONSTRUCTION SOLUTIONS, LLC 9WMW7 9,723,872.98 9.72 million 7

Insight

Over the last 5 years, NAICS 562119 obligated $4.58 billion across 3,633 awards, with a relatively high average award value of $1.26 million. Vendor concentration is pronounced: ECC CONSTRUCTORS LLC and ASHBRITT, INC. account for about $4.01 billion combined, or roughly 87.5% of total obligated dollars in this NAICS. The remaining top vendors each received materially smaller shares, indicating a long-tail distribution beyond the two largest contractors.

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 = '562119'
        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 3,623,291,574.26 3.62 billion 804
2024 781,945,093.90 781.95 million 607
2023 78,099,545.81 78.10 million 733
2022 88,838,019.50 88.84 million 777
2021 6,952,009.66 6.95 million 712

Insight

Obligations for NAICS 562119 are highly concentrated in FY 2025, which accounts for $3.62 billion of the $4.58 billion obligated over the last five years, or about 79% of total value. Prior years were much lower, ranging from $6.95 million in FY 2021 to $781.95 million in FY 2024, indicating a sharp recent escalation in spending. Award counts are less concentrated than dollars, with 804 awards in FY 2025 and 607–777 awards in FYs 2021–2024, suggesting materially larger average award values in the most recent year.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.