Federal Agency

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

FPDS procurement profile for the Office of Surface Mining, Reclamation and Enforcement showing last full year obligations of $3.34 million across 104 award actions.

In the last full year, the Office of Surface Mining, Reclamation and Enforcement recorded $3,335,071.77 in obligations across 104 award actions, with an average action value of $32,067.99. The largest obligations were concentrated in highway, street, and bridge construction, engineering services, software, and custom programming.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes FPDS award data for agency ID 1438 over the last full year and reflects obligated amounts by vendor, NAICS code, and annual total.

Agency ID
1438
Total Obligated
3.34 million
3,335,071.77
Award Actions
104
Average Action Value
32,067.99

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

During the last full year, the OFFICE OF SURFACE MINING, RECLAMATION AND ENFORCEMENT recorded $3.34 million in obligations across 104 awards, for an average award value of $32,067.99. The obligation profile indicates a relatively modest volume of federal contracting activity concentrated in a limited set of awards rather than a broad high-dollar portfolio.

Vendor concentration and leading contractors

WEAVER EXCAVATING INC was the largest recipient, accounting for $1.47 million across 2 awards, or nearly half of total obligations. The next largest vendors were HALEY & ALDRICH, INC., DELL FEDERAL SYSTEMS L.P., ARISANT, LLC, and ENVIRONMENTAL SYSTEMS RESEARCH INSTITUTE, INC., which together show a mix of engineering, IT, and specialized service providers.

Industry profile based on NAICS activity

The largest NAICS category by obligated value was Highway, Street, and Bridge Construction at $915,639.13, driven by a single award. Engineering Services, Software Publishers, Custom Computer Programming Services, and Computer Training also ranked prominently, indicating spending across construction-related work and technical support functions.

Annual contract trend over the analysis window

The annual trend shows $3.34 million in obligations and 104 awards in 2025, which is the only year in the analysis window provided. Because only one full year is included, the data support a point-in-time view rather than a multi-year trend assessment.

How to interpret this page

This summary is based on FPDS Query data for the agency ID 1438 over the last full year. Metrics reflect obligations, award counts, vendor totals, and NAICS totals as reported in the provided dataset, with no additional estimation or extrapolation applied.

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 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
WEAVER EXCAVATING INC 1,466,651.39 1.47 million 2
HALEY & ALDRICH, INC. 520,637.22 520.64 thousand 16
DELL FEDERAL SYSTEMS L.P. 478,720.16 478.72 thousand 4
ARISANT, LLC 365,149.76 365.15 thousand 4
ENVIRONMENTAL SYSTEMS RESEARCH INSTITUTE, INC. 329,533.73 329.53 thousand 3
BOOTH ENVIRONMENTAL SALES & SERVICE, LLC 273,897.90 273.90 thousand 9
CELLCO PARTNERSHIP 148,882.60 148.88 thousand 4
BLUE MARBLE GROUP INC 129,600.00 129.60 thousand 1
GOVERNMENT ACQUISITIONS, INC. 77,404.02 77.40 thousand 2
LIOCE GROUP INC., THE 75,988.62 75.99 thousand 2

Insight

Over the last full year, the OFFICE OF SURFACE MINING, RECLAMATION AND ENFORCEMENT obligated $3.34 million across 104 awards, with an average award value of $32,067.99. Top vendor obligations are moderately concentrated: WEAVER EXCAVATING INC received $1.47 million on 2 awards, accounting for about 44% of total obligations in this period. The remaining top vendors are more distributed, with the next highest totals ranging from $520.64 thousand to $75.99 thousand and award counts spanning 1 to 16.

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 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
237310 HIGHWAY, STREET, AND BRIDGE CONSTRUCTION 915,639.13 915.64 thousand 1
541330 ENGINEERING SERVICES 520,637.22 520.64 thousand 17
511210 SOFTWARE PUBLISHERS 442,717.32 442.72 thousand 10
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 431,446.13 431.45 thousand 5
611420 COMPUTER TRAINING 356,950.00 356.95 thousand 2
562910 REMEDIATION SERVICES 256,571.98 256.57 thousand 11
513210 SOFTWARE PUBLISHERS 219,172.85 219.17 thousand 6
517312 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 148,882.60 148.88 thousand 4
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 146,428.00 146.43 thousand 4
541519 OTHER COMPUTER RELATED SERVICES 95,395.74 95.40 thousand 4

Insight

Over the last full year, OFFICE OF SURFACE MINING, RECLAMATION AND ENFORCEMENT obligated $3.34 million across 104 awards, with an average award value of $32,067.99. Obligations were concentrated in NAICS 237310, Highway, Street, and Bridge Construction, which accounted for $915.64 thousand across a single award, while the remaining top NAICS were more distributed across engineering, software, and IT-related services. Engineering Services (541330), Software Publishers (511210 and 513210), and Custom Computer Programming Services (541511) together represented a substantial share of the remaining top obligations, indicating a procurement mix weighted toward technical and technology support.

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 1 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

Insight

During the last full year, the Office of Surface Mining, Reclamation and Enforcement obligated $3.34 million across 104 awards, for an average award value of $32,067.99. With all reported obligations concentrated in 2025, the annual trend indicates activity was recorded entirely within a single year in the 1-year window. The distribution suggests a relatively high award count with modest average value, indicating obligations were spread across multiple actions rather than concentrated in a small number of large 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.