Federal Agency

FEDERAL MINE SAFETY AND HEALTH REVIEW COMMISSION Federal Contract Obligations (Last 10 Years)

Federal Mine Safety and Health Review Commission procurement data for the last 10 years shows 1,458 award actions and $17.04 million in obligated spending.

This page summarizes federal procurement activity for the Federal Mine Safety and Health Review Commission, Agency ID 9504, over the last 10 years. The largest share of obligations is concentrated in temporary help services, professional services, office supplies, publishing, and information services, with annual obligations declining in 2024 and 2025 after stronger levels in 2021 and 2022.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend values for 2024 and 2025 are negative in the source data and are shown as provided.

Agency ID
9504
Total Obligated
17.04 million
17,040,976.28
Award Actions
1,458
Average Action Value
11,687.91

About FEDERAL MINE SAFETY AND HEALTH REVIEW COMMISSION federal contract activity

Over the last 10 years, the Federal Mine Safety and Health Review Commission recorded $17.04 million in obligated obligations across 1,458 awards, for an average award value of $11,687.91. Spending appears highly fragmented, with a relatively large number of awards supporting a modest total obligation level.

Vendor concentration and leading contractors

The vendor base is led by HIRE ONE PERSONNEL SERVICES OF WASHINGTON DC LLC at $3.14 million across 64 awards, followed by QWEST GOVERNMENT SERVICES INC at $2.15 million across 45 awards. WEST PUBLISHING CORPORATION, CDW GOVERNMENT LLC, and CITIBANK, N.A. also rank among the top recipients, indicating recurring reliance on staffing, information, technology, publishing, and payment-related services.

Industry profile based on NAICS activity

Procurement is concentrated in temporary help services under NAICS 561320, which accounts for $5.73 million and 224 awards, making it the dominant category by both value and volume. Other major categories include professional, scientific, and technical services, office supplies and stationery, publishing, and information services, showing a mix of administrative support and knowledge-based purchases.

Annual contract trend over the analysis window

Annual obligations were strongest in 2021 at $3.34 million and remained elevated in 2022 at $2.11 million before dropping to $220.58 thousand in 2023. The latest two years show negative obligated totals in 2024 and 2025, which may indicate deobligations or contract adjustments rather than new spending growth.

How to interpret this page

This summary uses FPDS obligations and award counts for the Federal Mine Safety and Health Review Commission, Agency ID 9504, over the last 10 years. Vendor, NAICS, and annual trend rankings reflect the provided top categories and yearly totals; negative annual values are presented as reported and may represent deobligations or other accounting reversals.

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 = '9504'
        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
HIRE ONE PERSONNEL SERVICES OF WASHINGTON DC LLC 3,141,065.78 3.14 million 64
QWEST GOVERNMENT SERVICES INC 2,146,347.22 2.15 million 45
WEST PUBLISHING CORPORATION 1,392,798.87 1.39 million 67
CDW GOVERNMENT LLC 1,084,797.39 1.08 million 56
CITIBANK, N.A. 942,989.29 942.99 thousand 144
PROJECT SUPPORT SERVICES, INC. 774,912.93 774.91 thousand 27
T F S GROUP INC 656,796.62 656.80 thousand 24
MOHR SERVICES LLC 586,800.00 586.80 thousand 7
IT-CNP, INC. 546,817.33 546.82 thousand 60
LUMEN TECHNOLOGIES GOVERNMENT SOLUTIONS, INC. 520,704.03 520.70 thousand 25

Insight

Over the last 10 years, FEDERAL MINE SAFETY AND HEALTH REVIEW COMMISSION obligated $17.04 million across 1,458 awards, with the top 10 vendors accounting for about $11.8 million, or roughly 69 percent of total obligations. HIRE ONE PERSONNEL SERVICES OF WASHINGTON DC LLC is the largest vendor at $3.14 million across 64 awards, followed by QWEST GOVERNMENT SERVICES INC at $2.15 million and WEST PUBLISHING CORPORATION at $1.39 million. The vendor mix is moderately concentrated but not dependent on a single source; obligations are spread across vendors with both high-dollar, lower-volume awards and smaller-dollar, higher-volume ordering relationships such as CITIBANK, N.A. (144 awards, $942.99 thousand).

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 = '9504'
        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
561320 TEMPORARY HELP SERVICES 5,729,260.11 5.73 million 224
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 2,544,688.45 2.54 million 177
453210 OFFICE SUPPLIES AND STATIONERY STORES 1,781,517.06 1.78 million 171
511199 ALL OTHER PUBLISHERS 1,392,798.87 1.39 million 67
519190 ALL OTHER INFORMATION SERVICES 1,325,312.09 1.33 million 162
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,275,371.54 1.28 million 191
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 558,056.59 558.06 thousand 98
517311 WIRED TELECOMMUNICATIONS CARRIERS 520,704.03 520.70 thousand 19
561492 COURT REPORTING AND STENOTYPE SERVICES 448,776.56 448.78 thousand 62
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 332,142.00 332.14 thousand 11

Insight

Over the last 10 years, the agency obligated $17.04 million across 1,458 awards, with spending concentrated in a small set of NAICS categories. Temporary Help Services (561320) is the largest category at $5.73 million, or about one-third of total obligations, followed by All Other Professional, Scientific, and Technical Services (541990) at $2.54 million and Office Supplies and Stationery Stores (453210) at $1.78 million. The remaining top NAICS codes are more fragmented and individually account for smaller shares, indicating a broad mix of recurring administrative, information, and support-service purchases.

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 = '9504'
        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 -858,706.09 -858.71 thousand 44
2024 -720,659.49 -720.66 thousand 56
2023 220,584.24 220.58 thousand 74
2022 2,113,684.07 2.11 million 156
2021 3,336,685.46 3.34 million 174
2020 3,221,245.73 3.22 million 191
2019 2,583,565.29 2.58 million 187
2018 3,162,169.22 3.16 million 233
2017 3,154,840.86 3.15 million 285
2016 827,566.99 827.57 thousand 58

Insight

Over the last 10 years, FEDERAL MINE SAFETY AND HEALTH REVIEW COMMISSION obligated $17.04 million across 1,458 awards, with an average award value of $11,687.91. Obligations were concentrated in 2017 through 2021, when annual funding remained above $2.58 million and awards ranged from 174 to 285. Funding then declined in 2022 and 2023 and turned negative in 2024 and 2025, indicating significant year-to-year volatility in the most recent period.

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.