Federal Agency

BUREAU OF INDIAN AFFAIRS Federal Contract Obligations (Last 10 Years)

Federal procurement profile for the Bureau of Indian Affairs (Agency ID 1450) covering obligations, award volume, vendors, NAICS codes, and annual trends over the last 10 years.

The Bureau of Indian Affairs recorded 57,258 award actions with 3.92 billion obligated over the last 10 years, for an average action value of 68,449.61. Procurement was concentrated in commercial building construction, engineering services, educational support services, other computer related services, and electric power distribution.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend figures shown for 2021 through 2025 represent the most recent years in the analysis window.

Agency ID
1450
Total Obligated
3.92 billion
3,919,288,042.07
Award Actions
57,258
Average Action Value
68,449.61

About BUREAU OF INDIAN AFFAIRS federal contract activity

Over the last 10 years, the Bureau of Indian Affairs obligated 3.92 billion across 57,258 awards, for an average award value of 68,449.61. This profile indicates a high-volume procurement portfolio with meaningful concentration in construction, engineering, education support, and related technical services.

Vendor concentration and leading contractors

TEPA EC, LLC is the largest vendor by obligated value at 354.89 million across 74 awards, followed by CHEROKEE CRC, LLC at 162.52 million across 174 awards and SEALASKA CONSTRUCTORS, LLC at 114.38 million across 209 awards. The vendor list also includes closely related legal entity name variants such as CHEROKEE CRC LLC and SEALASKA CONSTRUCTORS LLC, which may affect how obligations appear across records.

Industry profile based on NAICS activity

NAICS 236220, Commercial and Institutional Building Construction, dominates spending at 1.10 billion across 1,900 awards, far exceeding every other code in the portfolio. The next largest categories are Engineering Services, Educational Support Services, Other Computer Related Services, and Electric Power Distribution, showing a mix of infrastructure, technical support, education-related, and utility-related procurement.

Annual contract trend over the analysis window

Annual obligations rose from 407.13 million in 2021 to 798.14 million in 2023, then moderated to 592.74 million in 2024 and 367.02 million in 2025. Award counts remained relatively steady in the 4,650 to 5,684 range over the five reported years, suggesting that year-to-year changes were driven more by award size than by volume.

How to interpret this page

This summary is based on FPDS Query data for agency ID 1450, using a 10-year analysis window and obligations as reported in the underlying records. Vendor and NAICS rankings reflect total obligated dollars and award counts within the selected period; annual trend figures reflect obligations and awards by fiscal year.

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 = '1450'
        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
TEPA EC, LLC 354,892,388.43 354.89 million 74
CHEROKEE CRC, LLC 162,517,131.48 162.52 million 174
SEALASKA CONSTRUCTORS, LLC 114,375,401.61 114.38 million 209
CHEROKEE CRC LLC 91,056,877.67 91.06 million 12
SEALASKA CONSTRUCTORS LLC 90,049,473.97 90.05 million 17
CGI FEDERAL INC. 80,903,100.62 80.90 million 177
MANAGED BUSINESS SOLUTIONS, LLC 70,590,229.01 70.59 million 95
KOMADA, LLC 66,355,417.90 66.36 million 26
ARS ALEUT CONSTRUCTION, LLC 65,440,341.45 65.44 million 115
SOUTHWEST PUBLIC POWER AGENCY, INC. 55,975,442.47 55.98 million 60

Insight

Over the last 10 years, the Bureau of Indian Affairs obligated $3.92 billion across 57,258 awards, with an average award value of $68,449.61, indicating a high-volume procurement profile with relatively small average obligations. Top vendor obligations are moderately concentrated: TEPA EC, LLC leads at $354.89 million, followed by CHEROKEE CRC, LLC at $162.52 million and SEALASKA CONSTRUCTORS, LLC at $114.38 million. The presence of duplicate vendor names with and without punctuation, such as CHEROKEE CRC and SEALASKA CONSTRUCTORS, suggests vendor-name fragmentation that may split obligation totals across related records. After the leading firms, obligations decline to the $55.98 million to $80.90 million range, indicating a broader distribution among secondary 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 = '1450'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 1,100,492,520.58 1.10 billion 1,900
541330 ENGINEERING SERVICES 181,209,905.48 181.21 million 1,088
611710 EDUCATIONAL SUPPORT SERVICES 176,290,538.37 176.29 million 2,377
541519 OTHER COMPUTER RELATED SERVICES 159,172,145.57 159.17 million 3,504
221122 ELECTRIC POWER DISTRIBUTION 142,596,330.88 142.60 million 2,009
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 126,017,177.02 126.02 million 445
334111 ELECTRONIC COMPUTER MANUFACTURING 112,982,292.39 112.98 million 3,238
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 105,279,937.66 105.28 million 140
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 95,669,943.35 95.67 million 207
517110 WIRED TELECOMMUNICATIONS CARRIERS 78,468,880.08 78.47 million 1,296

Insight

Over the last 10 years, BUREAU OF INDIAN AFFAIRS obligated $3.92 billion across 57,258 awards, with spending concentrated in a few NAICS categories. Commercial and Institutional Building Construction (236220) is the largest category at $1.10 billion, representing about 28 percent of total obligated dollars, and it materially exceeds every other NAICS listed. The remaining top categories are spread across engineering, education, IT, utilities, consulting, manufacturing, and telecommunications, indicating a mixed portfolio with both construction-heavy and service-oriented 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 = '1450'
        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 367,022,763.36 367.02 million 4,650
2024 592,740,685.83 592.74 million 5,151
2023 798,144,055.94 798.14 million 5,684
2022 541,222,091.76 541.22 million 5,178
2021 407,133,006.83 407.13 million 5,397
2020 316,468,183.90 316.47 million 5,845
2019 220,493,755.85 220.49 million 5,644
2018 189,456,133.53 189.46 million 5,531
2017 244,132,602.23 244.13 million 6,694
2016 242,474,762.84 242.47 million 7,484

Insight

Over the last 10 years, BUREAU OF INDIAN AFFAIRS obligated 3.92 billion across 57,258 awards, with an average award value of 68,449.61. Annual obligations were relatively moderate from 2016 through 2021, ranging from 189.46 million to 407.13 million, then increased sharply in 2022 through 2024, peaking at 798.14 million in 2023 before declining to 367.02 million in 2025. Award volume was more stable than dollar value, generally remaining between about 4,650 and 5,845 awards in 2019 through 2025, while earlier years peaked at 7,484 awards in 2016.

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.