Federal Agency

ENVIRONMENTAL PROTECTION AGENCY Federal Contract Obligations (Last Year)

Environmental Protection Agency FPDS query summary for the last full year, showing 1.56 billion in obligated contract actions across 12,190 awards.

This page summarizes Environmental Protection Agency contracting activity for the last full year, including obligation totals, award volume, major vendors, and leading NAICS categories. The agency recorded 1,560,343,484.40 in obligations across 12,190 award actions, with an average action value of 128,001.92.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect FPDS-observed obligations for Agency ID 6800 during the selected annual period.

Agency ID
6800
Total Obligated
1.56 billion
1,560,343,484.40
Award Actions
12,190
Average Action Value
128,001.92

About ENVIRONMENTAL PROTECTION AGENCY federal contract activity

During the last full year, the Environmental Protection Agency obligated 1.56 billion across 12,190 awards, for an average award value of 128,001.92. The volume indicates a broad procurement portfolio with relatively moderate average award size, consistent with a mix of large remediation actions and a high number of smaller technical and support awards.

Vendor concentration and leading contractors

The vendor base is led by Environmental Quality Management, Inc. at 133.25 million across 154 awards, followed closely by Sevenson Environmental Services, Inc. at 132.16 million in only 4 awards. Environmental Restoration, L.L.C., General Dynamics Information Technology, Inc., and Weston Solutions, Inc. round out the top five, showing concentration among environmental services firms with some significant information technology spend.

Industry profile based on NAICS activity

Spending is dominated by NAICS 562910, Remediation Services, at 726.25 million across 2,413 awards, far exceeding all other categories. NAICS 541620, Environmental Consulting Services, is the second-largest category at 308.99 million and 3,492 awards, while consulting and IT-related codes such as 541611, 541512, and 541519 indicate a procurement mix that extends beyond field remediation into program management and technical support.

Annual contract trend over the analysis window

The annual trend provided covers 2025 only, with 1.56 billion obligated across 12,190 awards. With no prior years in the supplied window, the data supports a point-in-time view rather than a multi-year trajectory or growth assessment.

How to interpret this page

This summary is based on FPDS Query data for the Environmental Protection Agency, agency ID 6800, using the last full year analysis window. Award totals, counts, vendor rankings, NAICS rankings, and the annual trend are drawn directly from the provided dataset; no additional estimation or outside sources were used.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '6800'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
ENVIRONMENTAL QUALITY MANAGEMENT, INC 133,246,613.44 133.25 million 154
SEVENSON ENVIRONMENTAL SERVICES, INC. 132,162,808.00 132.16 million 4
ENVIRONMENTAL RESTORATION, L.L.C. 114,121,985.27 114.12 million 618
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 58,118,114.58 58.12 million 285
WESTON SOLUTIONS, INC. 57,970,307.85 57.97 million 169
EA ENGINEERING, SCIENCE, AND TECHNOLOGY, INC., PBC 56,407,346.93 56.41 million 241
TETRA TECH, INC. 54,476,614.58 54.48 million 793
HYDROGEOLOGIC, INC. 50,262,365.94 50.26 million 169
CH2M HILL, INC. 32,759,215.05 32.76 million 141
EASTERN RESEARCH GROUP, INC. 30,464,606.29 30.46 million 650

Insight

For the last full year, EPA obligated $1.56 billion across 12,190 awards, with an average award value of $128,001.92, indicating a high-volume, relatively fragmented contract portfolio. The top 10 vendors account for sizable individual obligations, led by Environmental Quality Management, Inc. ($133.25 million; 154 awards) and Sevenson Environmental Services, Inc. ($132.16 million; 4 awards), suggesting both multi-award and high-value, low-frequency concentration at the top end. Several other vendors also received more than $50 million each, but award counts vary widely—from 4 to 793—indicating mixed sourcing patterns across the agency’s largest contractors.

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__purchaserInformation__contractingOfficeAgencyID = '6800'
        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 726,252,666.13 726.25 million 2,413
541620 ENVIRONMENTAL CONSULTING SERVICES 308,990,197.30 308.99 million 3,492
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 63,039,808.65 63.04 million 954
541512 COMPUTER SYSTEMS DESIGN SERVICES 57,537,824.26 57.54 million 210
541519 OTHER COMPUTER RELATED SERVICES 56,117,168.94 56.12 million 339
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 41,969,683.25 41.97 million 282
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 40,654,528.23 40.65 million 806
541380 TESTING LABORATORIES AND SERVICES 37,860,620.62 37.86 million 286
511210 SOFTWARE PUBLISHERS 26,622,291.92 26.62 million 69
561210 FACILITIES SUPPORT SERVICES 21,986,939.21 21.99 million 236

Insight

EPA’s last full year obligations were concentrated in remediation and technical support work, with NAICS 562910 Remediation Services leading at $726.25 million, or about 46.5% of total obligations. NAICS 541620 Environmental Consulting Services was the second-largest category at $308.99 million; together, the top two NAICS accounted for roughly two-thirds of obligated dollars. The remaining top NAICS were more dispersed across consulting, IT, R&D, testing, and facilities support, indicating a broader but much smaller secondary spend profile.

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__purchaserInformation__contractingOfficeAgencyID = '6800'
        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,560,343,484.40 1.56 billion 12,190

Insight

For the last full year, EPA obligated $1.56 billion across 12,190 awards, for an average award value of about $128.0 thousand. The award volume indicates a broad distribution of procurement activity rather than reliance on a small number of large awards, though the average value suggests the portfolio was weighted toward relatively smaller obligations. With only one year in scope, this serves as a baseline for future year-over-year comparison rather than evidence of a trend.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.