Federal Agency

BUREAU OF LAND MANAGEMENT Federal Contract Obligations (Last 10 Years)

FPDS procurement summary for the Bureau of Land Management covering obligations, award activity, vendors, NAICS codes, and annual trends over the last 10 years.

Over the last 10 years, the Bureau of Land Management (Agency ID 1422) recorded $5.10 billion in obligated contract spending across 74,717 award actions, with an average action value of $68,249.93. Recent annual obligations ranged from $540.76 million in 2021 to $663.83 million in 2024, with $567.57 million recorded in 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided analysis window and may include separate vendor name entries that appear similar but are listed as distinct rows in the source data.

Agency ID
1422
Total Obligated
5.10 billion
5,099,430,671.64
Award Actions
74,717
Average Action Value
68,249.93

About BUREAU OF LAND MANAGEMENT federal contract activity

Over the last 10 years, the Bureau of Land Management (agency ID 1422) obligated $5.10 billion across 74,717 awards, for an average award value of $68,249.93. The volume of activity indicates a broad, high-frequency procurement portfolio with spending spread across many smaller actions rather than a small number of large awards.

Vendor concentration and leading contractors

Vendor obligations are led by PERIMETER SOLUTIONS LP at $241.28 million across 455 awards, followed by SNF, INC. at $82.85 million across 633 awards and NEXGEN TECHNOLOGIES, INC. at $80.67 million across 456 awards. The vendor list also shows a naming split for NEXGEN TECHNOLOGIES INC, which suggests vendor normalization should be considered when interpreting concentration.

Industry profile based on NAICS activity

The largest obligations are concentrated in support and technical service categories, led by NAICS 115210 Support Activities for Animal Production at $597.87 million and NAICS 115310 Support Activities for Forestry at $576.27 million. Environmental consulting, computer-related services, and commercial and institutional building construction also rank among the top categories, indicating a mix of land management operations, environmental support, IT services, and facility-related work.

Annual contract trend over the analysis window

Annual obligations in the most recent years remain in the mid-to-high hundreds of millions, with 2024 at $663.83 million, the highest in the provided trend, followed by 2023 at $588.39 million and 2025 at $567.57 million. Award counts over the same period remained relatively stable, ranging from 5,649 to 6,985, suggesting consistent procurement volume with moderate year-to-year spending variation.

How to interpret this page

This page summarizes FPDS obligations for the Bureau of Land Management over the last 10 years using the provided totals, award counts, vendor aggregates, NAICS aggregates, and annual trend figures. Obligation values are reported as recorded in FPDS and may reflect normalization differences in vendor names or category descriptions across awards.

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 = '1422'
        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
PERIMETER SOLUTIONS LP 241,276,126.70 241.28 million 455
SNF, INC. 82,853,301.47 82.85 million 633
NEXGEN TECHNOLOGIES, INC. 80,666,849.48 80.67 million 456
NEXGEN TECHNOLOGIES INC 80,370,867.88 80.37 million 227
VISTRONIX, LLC 66,009,008.84 66.01 million 239
NORTH WIND CONSTRUCTION SERVICES, LLC 64,934,558.17 64.93 million 516
ASRC CONSULTING & ENVIRONMENTAL SERVICES, LLC 63,245,303.01 63.25 million 35
ACCENTURE FEDERAL SERVICES LLC 62,350,459.86 62.35 million 30
ENVIRONMENTAL MANAGEMENT AND PLANNING SOLUTIONS, INC. 56,559,214.46 56.56 million 660
BROKEN ARROW HORSE & CATTLE COMPANY, LLC 55,243,067.20 55.24 million 46

Insight

Over the last 10 years, BLM obligated $5.10 billion across 74,717 awards, with an average award value of $68,249.93, indicating a generally dispersed award base. The top 10 vendors each received between $55.24 million and $241.28 million, but together represent only a limited share of total obligations, suggesting no single vendor dominates overall spend. PERIMETER SOLUTIONS LP is the largest vendor at $241.28 million across 455 awards, while several other top vendors have high award counts but comparatively lower obligations, indicating a mix of recurring, smaller-value procurements and a few larger-dollar relationships.

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 = '1422'
        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
115210 SUPPORT ACTIVITIES FOR ANIMAL PRODUCTION 597,869,754.49 597.87 million 2,293
115310 SUPPORT ACTIVITIES FOR FORESTRY 576,269,626.90 576.27 million 6,799
541620 ENVIRONMENTAL CONSULTING SERVICES 461,087,958.11 461.09 million 8,050
541519 OTHER COMPUTER RELATED SERVICES 324,066,994.43 324.07 million 1,985
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 245,510,866.32 245.51 million 1,037
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 160,868,693.62 160.87 million 967
541512 COMPUTER SYSTEMS DESIGN SERVICES 145,336,185.55 145.34 million 738
562910 REMEDIATION SERVICES 144,987,496.20 144.99 million 1,015
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 141,465,885.62 141.47 million 671
325998 ALL OTHER MISCELLANEOUS CHEMICAL PRODUCT AND PREPARATION MANUFACTURING 134,440,520.91 134.44 million 44

Insight

Over the last 10 years, BUREAU OF LAND MANAGEMENT obligated 5.10 billion across 74,717 awards, with the top 10 NAICS codes accounting for a meaningful share of activity but spread across multiple service categories. The largest obligations are in support activities for animal production (597.87 million) and support activities for forestry (576.27 million), followed by environmental consulting services (461.09 million) and other computer-related services (324.07 million). Award volume is more dispersed than dollars in several categories, notably environmental consulting services with 8,050 awards and support activities for forestry with 6,799 awards, while some higher-dollar categories such as chemical product manufacturing are concentrated in relatively few 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 = '1422'
        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 567,574,314.52 567.57 million 5,649
2024 663,828,651.63 663.83 million 5,716
2023 588,389,401.77 588.39 million 6,360
2022 563,270,783.23 563.27 million 6,129
2021 540,755,978.83 540.76 million 6,985
2020 508,362,011.13 508.36 million 7,641
2019 441,386,144.89 441.39 million 7,812
2018 450,607,850.21 450.61 million 8,504
2017 379,317,503.42 379.32 million 8,958
2016 395,938,032.01 395.94 million 10,963

Insight

Over the last 10 years, BUREAU OF LAND MANAGEMENT obligated 5.10 billion across 74,717 awards, with an average award value of 68,249.93. Annual obligations generally increased from 395.94 million in 2016 to a peak of 663.83 million in 2024, with 2025 at 567.57 million; award counts were highest in 2016 at 10,963 and declined to 5,649 in 2025. This indicates a shift toward fewer awards at higher average values over time, with obligations concentrated in the most recent years.

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.