Federal Agency

BUREAU OF OCEAN ENERGY MANAGEMENT Federal Contract Obligations (Last 10 Years)

Federal procurement summary for the Bureau of Ocean Energy Management showing obligations, award volume, vendors, and NAICS activity over the last 10 years.

Over the last 10 years, the Bureau of Ocean Energy Management (Agency ID 1435) recorded $258.59 million in obligated spending across 2,961 award actions, with an average action value of $87,330.74. Spending was concentrated in environmental consulting, software publishing, management consulting, research and development, and other computer-related services, with annual obligations peaking in 2023 and 2024.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS-observed obligations for the selected 10-year analysis window and may differ from rounded figures shown elsewhere.

Agency ID
1435
Total Obligated
258.59 million
258,586,343.84
Award Actions
2,961
Average Action Value
87,330.74

About BUREAU OF OCEAN ENERGY MANAGEMENT federal contract activity

Over the last 10 years, the Bureau of Ocean Energy Management recorded $258.59 million across 2,961 awards, for an average award value of $87,330.74. The portfolio is relatively fragmented by transaction count, indicating sustained but mostly moderate-sized procurement activity rather than a small number of large obligations.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small set of contractors, led by Schlumberger Technology Corporation at $30.08 million across 122 awards. The remaining top vendors—HDR Environmental, Operations and Construction, Inc., TEKSYNAP Corporation, ICF Incorporated, L.L.C., and APTIM Federal Services, LLC—each represent meaningful but smaller shares, suggesting a diversified supplier base across technical, IT, consulting, and environmental support services.

Industry profile based on NAICS activity

Spending is led by NAICS 541620, Environmental Consulting Services, at $65.17 million across 636 awards, making it the clearest anchor category in the agency’s procurement profile. Software publishing, management consulting, R&D in physical and life sciences, and other computer-related services also rank highly, indicating a mix of environmental, technical, analytical, and information technology requirements.

Annual contract trend over the analysis window

Annual obligations in the most recent years remain elevated but variable, with 2021 through 2024 all above $22 million and peaking at $36.93 million in 2023. Obligations declined to $9.05 million in 2025, though the year-to-date status of that figure is not specified, so it should be interpreted cautiously relative to full-year totals.

How to interpret this page

This summary is based on FPDS Query data for the Bureau of Ocean Energy Management, Agency ID 1435, using the last 10 years of reported awards. Totals, counts, and averages reflect the values provided in the analysis window and are presented as reported without additional adjustment or estimation.

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 = '1435'
        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
SCHLUMBERGER TECHNOLOGY CORPORATION 30,079,616.90 30.08 million 122
HDR ENVIRONMENTAL, OPERATIONS AND CONSTRUCTION, INC. 14,123,152.99 14.12 million 54
TEKSYNAP CORPORATION 13,417,742.89 13.42 million 20
ICF INCORPORATED, L.L.C. 12,752,340.23 12.75 million 166
APTIM FEDERAL SERVICES, LLC 12,311,586.15 12.31 million 32
BLUE WORLD RESEARCH INSTITUTE INC. 12,213,439.57 12.21 million 96
COASTAL STATES STEWARDSHIP FOUNDATION 7,131,371.55 7.13 million 26
CSA OCEAN SCIENCES INC. 7,101,134.02 7.10 million 87
UNIVERSITY SYSTEM OF NEW HAMPSHIRE 6,102,512.58 6.10 million 18
COUNTERTRADE PRODUCTS, INC. 5,585,605.01 5.59 million 19

Insight

Over the last 10 years, BOEM obligated $258.59 million across 2,961 awards, with an average award value of $87.3K. Top-vendor obligations are moderately concentrated: Schlumberger Technology Corporation leads at $30.08 million across 122 awards, followed by a second tier of vendors in the $12.2 million to $14.1 million range. The remaining top vendors are distributed across smaller obligation levels and award counts, indicating a spread of spending across multiple contractors rather than dependence on a single vendor.

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 = '1435'
        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
541620 ENVIRONMENTAL CONSULTING SERVICES 65,168,344.40 65.17 million 636
511210 SOFTWARE PUBLISHERS 34,735,776.71 34.74 million 288
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 22,889,977.76 22.89 million 365
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 21,021,173.57 21.02 million 116
541519 OTHER COMPUTER RELATED SERVICES 19,923,879.94 19.92 million 395
541512 COMPUTER SYSTEMS DESIGN SERVICES 13,913,102.20 13.91 million 33
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 11,768,504.86 11.77 million 38
541330 ENGINEERING SERVICES 9,010,804.73 9.01 million 51
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 8,863,414.61 8.86 million 79
513210 SOFTWARE PUBLISHERS 8,441,414.88 8.44 million 42

Insight

Over the last 10 years, BOEM’s obligations totaling $258.59 million across 2,961 awards are concentrated in a small set of NAICS codes, led by 541620 Environmental Consulting Services at $65.17 million and 636 awards. Technology and professional services categories also account for a substantial share, including 511210 Software Publishers, 541611 Administrative Management and General Management Consulting Services, and multiple computer and R&D-related codes. The distribution indicates a diversified but clearly service-oriented procurement profile, with no single NAICS exceeding one-quarter of total obligations.

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 = '1435'
        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 9,052,369.98 9.05 million 258
2024 36,372,584.02 36.37 million 274
2023 36,925,626.83 36.93 million 309
2022 31,050,958.09 31.05 million 302
2021 22,477,675.57 22.48 million 356
2020 24,287,319.67 24.29 million 314
2019 25,820,390.45 25.82 million 283
2018 21,233,898.97 21.23 million 237
2017 22,103,854.00 22.10 million 296
2016 29,261,666.26 29.26 million 332

Insight

Over the last 10 years, BOEM obligated $258.59 million across 2,961 awards, with an average award value of $87,330.74. Annual obligations were concentrated in FY2023 and FY2024, which together accounted for $73.30 million, while FY2025 shows a lower partial-year total of $9.05 million. Outside that peak, annual obligations were relatively stable, generally ranging from about $21.23 million to $31.05 million, with award counts varying between 237 and 356 per 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.