In the last 5 years, B.I. INCORPORATED recorded 56 award actions totaling 1,356,343,868.94. The funding is concentrated in Facilities Support Services under NAICS 561210, with a smaller amount in Investigation and Personal Background Check Services under NAICS 561611.
Federal Contractor
B.I. INCORPORATED Federal Contract Obligations (Last 5 Years)
B.I. INCORPORATED (CAGE 3CUH9, UEI PKK6L9KLMYR5) shows 1.36 billion in obligated federal awards over the last 5 years, almost entirely from U.S. Immigration and Customs Enforcement.
Annual obligations peaked in 2023 at 332.98 million and remained above 170 million in each year from 2021 through 2025.
About B.I. INCORPORATED federal contract activity
B.I. INCORPORATED (CAGE 3CUH9, UEI PKK6L9KLMYR5) recorded $1.36 billion in obligated FPDS awards across 56 actions in the last 5 years, for an average award value of about $24.2 million. The profile is highly concentrated, with nearly all obligation tied to a single customer and a dominant services-oriented award base.
Agency mix and customer concentration
The award history is fully concentrated in U.S. Immigration and Customs Enforcement, which accounts for the full $1.36 billion and all 56 awards in the analysis window. This indicates a single-agency dependency profile and limited apparent customer diversification.
Industry profile based on NAICS activity
The vendor’s obligations are overwhelmingly concentrated in NAICS 561210, Facilities Support Services, which represents $1.35 billion across 55 awards. A single smaller award under NAICS 561611, Investigation and Personal Background Check Services, accounts for the remaining $1.62 million and suggests only limited scope diversification beyond facilities support.
Annual contract trend over the analysis window
Annual obligations peaked in 2023 at $332.98 million across 17 awards, then declined to $245.56 million in 2024 and $171.51 million in 2025 year-to-date or partial-year activity as reflected in the dataset. Even with that decline, annual obligations remained above $281 million in 2021 and $324.91 million in 2022, showing a sustained high-value relationship over the full period.
How to interpret this page
This summary is based on FPDS award records associated with CAGE 3CUH9 and UEI PKK6L9KLMYR5 over the last 5 years. Totals, counts, and averages reflect obligated amounts from the provided analysis window and are rounded as presented in the source data.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3CUH9'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 7012 | U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT | 1,356,343,868.94 | 1.36 billion | 56 |
Insight
Over the last 5 years, B.I. INCORPORATED’s obligations are fully concentrated with U.S. Immigration and Customs Enforcement (agency 7012), accounting for the entire $1.36 billion obligated across 56 awards. This indicates a single-agency dependency profile rather than a diversified federal customer base. The average award value of approximately $24.2 million suggests a portfolio of large-dollar obligations within that agency relationship.
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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3CUH9'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 1,354,719,368.94 | 1.35 billion | 55 |
| 561611 | INVESTIGATION AND PERSONAL BACKGROUND CHECK SERVICES | 1,624,500.00 | 1.62 million | 1 |
Insight
Over the last 5 years, B.I. INCORPORATED (CAGE 3CUH9) received $1.36 billion across 56 awards, with an average award value of $24.22 million. Obligations are highly concentrated in NAICS 561210, Facilities Support Services, which accounts for $1.35 billion across 55 awards and represents nearly all recorded spending. NAICS 561611, Investigation and Personal Background Check Services, accounts for only $1.62 million across 1 award, indicating a very limited secondary procurement activity outside the dominant facilities support category.
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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3CUH9'
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 | 171,510,932.72 | 171.51 million | 9 |
| 2024 | 245,556,256.98 | 245.56 million | 14 |
| 2023 | 332,982,324.87 | 332.98 million | 17 |
| 2022 | 324,911,416.65 | 324.91 million | 7 |
| 2021 | 281,382,937.72 | 281.38 million | 9 |
Insight
B.I. INCORPORATED (CAGE 3CUH9) obligated $1.36 billion across 56 awards over the last 5 years, with an average award value of $24.22 million. Annual obligations were concentrated in 2022 and 2023, which together accounted for about 48% of total obligated value, peaking in 2023 at $332.98 million across 17 awards. Obligations declined in 2024 to $245.56 million and further to $171.51 million in 2025, indicating a downward recent trend after the 2023 peak.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.
Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.