Federal Agency

OFFICE OF SURFACE MINING, RECLAMATION AND ENFORCEMENT Federal Contract Obligations (Last 10 Years)

FPDS procurement summary for the Office of Surface Mining, Reclamation and Enforcement (Agency ID 1438) covering the last 10 years of obligations and award activity.

Over the last 10 years, the Office of Surface Mining, Reclamation and Enforcement recorded $49.96 million in obligated spending across 1,496 award actions, with an average action value of $33,392.50. Recent obligations peaked in 2024 at $6.75 million, while leading vendors and NAICS codes point to a mix of IT, engineering, and environmental support work.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect readable and exact obligation totals from FPDS query results for the stated analysis window and may include multiple award actions by the same vendor or within the same NAICS code.

Agency ID
1438
Total Obligated
49.96 million
49,955,187.19
Award Actions
1,496
Average Action Value
33,392.50

About OFFICE OF SURFACE MINING, RECLAMATION AND ENFORCEMENT federal contract activity

Over the last 10 years, the Office of Surface Mining, Reclamation and Enforcement has obligated $49.96 million across 1,496 awards, with an average award value of $33,392.50. This profile indicates a relatively high volume of smaller transactions, consistent with a mix of technical, engineering, and IT support requirements.

Vendor concentration and leading contractors

The vendor base is led by COUNTERTRADE PRODUCTS, INC. at $2.79 million across 15 awards, followed closely by ARISANT, LLC and RIVERS EDGE ENVIRONMENTAL SERVICES, INC., each with more than $2.1 million. HALEY & ALDRICH, INC. stands out for award count volume with 74 awards, indicating sustained use across multiple actions rather than reliance on a small number of large obligations.

Industry profile based on NAICS activity

Spending is concentrated in IT and engineering-related categories, led by NAICS 541519 Other Computer Related Services at $6.65 million and 237990 Other Heavy and Civil Engineering Construction at $6.38 million. Additional obligations are concentrated in Custom Computer Programming Services, Engineering Services, and Software Publishers, showing a procurement mix centered on technical services, systems support, and infrastructure-related work.

Annual contract trend over the analysis window

Annual obligations in the most recent years show variability rather than a steady linear trend, rising to $6.75 million in 2024 before declining to $3.34 million in 2025. The prior years included $5.95 million in 2023, $4.96 million in 2022, and $4.13 million in 2021, suggesting cyclical or project-driven spending patterns.

How to interpret this page

This summary is based on FPDS Query obligations for Agency ID 1438 over the last 10 years. Vendor, NAICS, and annual trend rankings reflect total obligated dollars and award counts within the reported dataset, and only values provided in the source metrics are used here.

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 = '1438'
        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 Total Obligated Readable Award Actions
COUNTERTRADE PRODUCTS, INC. 2,788,011.71 2.79 million 15
ARISANT, LLC 2,756,134.24 2.76 million 30
RIVERS EDGE ENVIRONMENTAL SERVICES, INC. 2,119,154.47 2.12 million 30
HALEY & ALDRICH, INC. 1,956,284.79 1.96 million 74
ENVIRONMENTAL SYSTEMS RESEARCH INSTITUTE, INC. 1,890,403.02 1.89 million 18
INFORMATION MANAGEMENT RESOURCES, INC. 1,809,350.53 1.81 million 11
GREENSTONE CONSTRUCTION INC 1,771,868.41 1.77 million 6
IBS MANAGEMENT & CONSULTANCY SERVICES, LLC 1,733,400.82 1.73 million 17
WEAVER EXCAVATING INC 1,466,651.39 1.47 million 2
DELL FEDERAL SYSTEMS L.P. 1,456,007.46 1.46 million 11

Insight

Over the last 10 years, the Office of Surface Mining, Reclamation and Enforcement obligated $49.96 million across 1,496 awards, with an average award value of $33.4 thousand. Top vendor obligations are distributed across a relatively narrow band: the leading vendor, Countertrade Products, Inc., received $2.79 million across 15 awards, only modestly above Arisant, LLC ($2.76 million) and Rivers Edge Environmental Services, Inc. ($2.12 million). Several vendors combined higher award counts with lower dollar totals, including Haley & Aldrich, Inc. (74 awards, $1.96 million), indicating a mix of recurring lower-value activity and fewer higher-value awards across the vendor base.

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 = '1438'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541519 OTHER COMPUTER RELATED SERVICES 6,653,971.41 6.65 million 130
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 6,378,293.05 6.38 million 96
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 4,981,107.85 4.98 million 74
541330 ENGINEERING SERVICES 4,568,179.71 4.57 million 122
511210 SOFTWARE PUBLISHERS 3,644,279.40 3.64 million 95
562910 REMEDIATION SERVICES 3,214,006.41 3.21 million 51
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,942,645.69 2.94 million 36
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 2,846,201.17 2.85 million 48
334111 ELECTRONIC COMPUTER MANUFACTURING 2,147,876.50 2.15 million 28
721110 HOTELS (EXCEPT CASINO HOTELS) AND MOTELS 1,508,914.83 1.51 million 379

Insight

Over the last 10 years, OFFICE OF SURFACE MINING, RECLAMATION AND ENFORCEMENT obligated $49.96 million across 1,496 awards, with spending concentrated in information technology, engineering, and construction-related NAICS codes. The top 10 NAICS account for $38.93 million, or about 78 percent of total obligations, led by 541519 Other Computer Related Services ($6.65 million) and 237990 Other Heavy and Civil Engineering Construction ($6.38 million). Award activity is more diffuse than dollars in some categories, notably 721110 Hotels and Motels, which has 379 awards but only $1.51 million in obligations, indicating many low-dollar transactions alongside fewer higher-value service and construction awards.

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 = '1438'
        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 3,335,071.77 3.34 million 104
2024 6,754,339.49 6.75 million 112
2023 5,953,052.85 5.95 million 98
2022 4,964,528.70 4.96 million 111
2021 4,127,389.42 4.13 million 98
2020 3,564,919.94 3.56 million 118
2019 2,651,320.47 2.65 million 216
2018 8,055,112.26 8.06 million 200
2017 5,745,479.69 5.75 million 218
2016 4,803,972.60 4.80 million 221

Insight

Over the last 10 years, the Office of Surface Mining, Reclamation and Enforcement obligated $49.96 million across 1,496 awards, averaging $33.4 thousand per award. Obligations were highest in 2018 at $8.06 million, with another elevated level in 2024 at $6.75 million, while annual funding otherwise generally ranged between about $2.65 million and $5.95 million. Award volume was highest in 2016–2017 and 2019, but obligations in those years were not proportionally higher, indicating a relatively dispersed award pattern rather than concentration in a small number of large awards. In 2025, obligations declined to $3.34 million with 104 awards.

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