Federal Agency

BUREAU OF SAFETY AND ENVIRONMENTAL ENFORCEMENT Federal Contract Obligations (Last 5 Years)

FPDS procurement summary for the Bureau of Safety and Environmental Enforcement (Agency ID 1436) covering obligations, awards, vendors, NAICS codes, and annual trends over the last 5 years.

Over the last 5 years, the Bureau of Safety and Environmental Enforcement recorded 2,576 award actions with $341.56 million obligated, for an average action value of $132,594.03. Spending was concentrated in information technology, facilities support, and oil and gas support services, with annual obligations peaking in 2024 at $79.83 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected 5-year analysis window and may not reconcile to current year-to-date reporting if FPDS records are updated.

Agency ID
1436
Total Obligated
341.56 million
341,562,245.62
Award Actions
2,576
Average Action Value
132,594.03

About BUREAU OF SAFETY AND ENVIRONMENTAL ENFORCEMENT federal contract activity

Over the last 5 years, the Bureau of Safety and Environmental Enforcement obligated 341.56 million across 2,576 awards, for an average award value of 132,594.03. The profile indicates a steady procurement base with a mix of high-volume, lower-value actions and a smaller number of larger obligations.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small set of suppliers, led by NUAXIS LIMITED LIABILITY COMPANY at 52.74 million across 30 awards and TEKSYNAP CORPORATION at 47.45 million across 39 awards. APPLIED RESEARCH ASSOCIATES, INC. stands out for volume, with 468 awards totaling 32.15 million, while PROMETHEAN OPERATING I LLC and NTT DATA FEDERAL SERVICES, INC. also rank among the top recipients.

Industry profile based on NAICS activity

Spending is concentrated in information technology and related support services. NAICS 541519, Other Computer Related Services, is the largest category at 94.89 million across 431 awards, followed by 541512, Computer Systems Design Services, at 47.45 million and 541511, Custom Computer Programming Services, at 36.51 million; oil and gas support activities and facilities support services also represent material shares of obligations.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at 79.83 million across 548 awards, after rising from 59.45 million in 2021 to 68.90 million in 2022 and 74.84 million in 2023. Activity moderated in 2025 to 58.55 million across 448 awards, indicating a decline from the prior-year high while remaining within the range of the prior five-year period.

How to interpret this page

This summary is based on FPDS-observed obligations for Agency ID 1436 over the last 5 years, using total obligated dollars, award counts, and grouping by vendor and NAICS code. Figures are presented as reported in the analysis window and should be interpreted as obligations recorded in FPDS, not necessarily final contract ceiling values.

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 = '1436'
        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 Total Obligated Readable Award Actions
NUAXIS LIMITED LIABILITY COMPANY 52,739,554.70 52.74 million 30
TEKSYNAP CORPORATION 47,445,200.59 47.45 million 39
APPLIED RESEARCH ASSOCIATES, INC. 32,148,785.45 32.15 million 468
PROMETHEAN OPERATING I LLC 29,433,218.96 29.43 million 38
NTT DATA FEDERAL SERVICES, INC 22,878,745.31 22.88 million 34
COUVILLION GROUP, LLC 18,885,588.47 18.89 million 14
MAKPAR-NUAXIS JV LLC 9,577,777.00 9.58 million 12
EMERGENT, LLC 6,664,138.79 6.66 million 20
ARISANT, LLC 6,490,285.26 6.49 million 38
ALANKOK LLC 5,352,363.57 5.35 million 37

Insight

Over the last 5 years, BUREAU OF SAFETY AND ENVIRONMENTAL ENFORCEMENT obligated $341.56 million across 2,576 awards, with an average award value of $132,594. Top vendor obligations are concentrated among a small set of firms: NUAXIS LIMITED LIABILITY COMPANY ($52.74 million) and TEKSYNAP CORPORATION ($47.45 million) together account for a substantial share of top-vendor spend. Distribution across the remaining vendors is more dispersed, with APPLIED RESEARCH ASSOCIATES, INC. standing out for a much higher award count (468) but lower obligated dollars than the two highest-funded vendors.

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 = '1436'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 94,889,942.52 94.89 million 431
541512 COMPUTER SYSTEMS DESIGN SERVICES 47,445,200.59 47.45 million 39
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 36,512,614.40 36.51 million 148
213112 SUPPORT ACTIVITIES FOR OIL AND GAS OPERATIONS 36,404,083.28 36.40 million 61
561210 FACILITIES SUPPORT SERVICES 33,110,719.23 33.11 million 506
541370 SURVEYING AND MAPPING (EXCEPT GEOPHYSICAL) SERVICES 18,825,588.47 18.83 million 13
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 11,555,263.52 11.56 million 135
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 9,166,816.25 9.17 million 94
511210 SOFTWARE PUBLISHERS 8,833,419.93 8.83 million 76
541620 ENVIRONMENTAL CONSULTING SERVICES 4,506,716.37 4.51 million 165

Insight

Over the last 5 years, BUREAU OF SAFETY AND ENVIRONMENTAL ENFORCEMENT obligated $341.56 million across 2,576 awards, with spending concentrated in IT and technical support categories. NAICS 541519 (Other Computer Related Services) is the largest category at $94.89 million, followed by 541512 ($47.45 million), 541511 ($36.51 million), and 213112 Support Activities for Oil and Gas Operations ($36.40 million). The top 10 NAICS codes account for a substantial share of obligations and include a mix of high-dollar IT services, facilities support, surveying/mapping, consulting, and environmental-related services, indicating a diversified but service-heavy procurement 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 = '1436'
        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 58,551,462.58 58.55 million 448
2024 79,825,392.76 79.83 million 548
2023 74,841,735.44 74.84 million 582
2022 68,896,770.23 68.90 million 497
2021 59,446,884.61 59.45 million 501

Insight

Over the last 5 years, the Bureau of Safety and Environmental Enforcement obligated $341.56 million across 2,576 awards, averaging $132,594 per award. Annual obligations were relatively stable, ranging from $58.55 million to $79.83 million, with a peak in 2024 followed by a decline in 2025. Award volume was also broadly even year to year, with a high of 582 awards in 2023 and a low of 448 in 2025, indicating no extreme concentration in any single year.

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