In the last full year, B.I. Incorporated (CAGE 3CUH9, UEI PKK6L9KLMYR5) received 171.51 million in obligated federal awards across 9 actions. The activity was concentrated with U.S. Immigration and Customs Enforcement, and most obligations were classified under Facilities Support Services (NAICS 561210).
Federal Contractor
B.I. INCORPORATED Federal Contract Obligations (Last Year)
B.I. Incorporated recorded 171.51 million in obligated federal awards across 9 actions in the last full year, all from U.S. Immigration and Customs Enforcement.
This page summarizes the last full year of FPDS award activity using the provided obligated amounts, action counts, and classification data.
About B.I. INCORPORATED federal contract activity
B.I. INCORPORATED recorded $171.51 million in obligated federal contract value across 9 awards during the last full year, for an average award value of $19.06 million. The vendor’s footprint is highly concentrated, with all reported obligation tied to a single agency and a small number of awards.
Agency mix and customer concentration
U.S. Immigration and Customs Enforcement accounted for the full $171.51 million and all 9 awards in the analysis window. This indicates a single-agency dependency profile with no diversification across other federal customers in the period reviewed.
Industry profile based on NAICS activity
Obligations were dominated by NAICS 561210, Facilities Support Services, which represented $169.89 million across 8 awards and nearly all of the vendor’s total activity. NAICS 561611, Investigation and Personal Background Check Services, contributed the remaining $1.62 million through 1 award, indicating a narrow service mix centered on facilities support with a minor investigative services component.
Annual contract trend over the analysis window
Annual activity was fully concentrated in 2025, when B.I. INCORPORATED posted $171.51 million in obligations across 9 awards. No prior-year or multi-year pattern can be inferred from the provided window, so the available trend evidence reflects a single-year snapshot rather than a sustained trajectory.
How to interpret this page
This summary is based solely on the provided FPDS Query extracts for the last full year, using obligation amounts, award counts, agency rollups, NAICS rollups, and annual totals. Percentages and narrative interpretations are derived from those reported values without supplemental source assumptions.
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 1 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 | 171,510,932.72 | 171.51 million | 9 |
Insight
B.I. INCORPORATED’s last full year obligation profile is fully concentrated within one customer: U.S. Immigration and Customs Enforcement, which accounts for all $171.51 million in obligations across 9 awards. This indicates a single-agency dependency with no observed diversification in the top-agency distribution for the period. The average award value was approximately $19.06 million, suggesting relatively large individual 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 1 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 | 169,886,432.72 | 169.89 million | 8 |
| 561611 | INVESTIGATION AND PERSONAL BACKGROUND CHECK SERVICES | 1,624,500.00 | 1.62 million | 1 |
Insight
During the last full year, B.I. INCORPORATED received $171.51 million across 9 awards, with obligations highly concentrated in NAICS 561210 Facilities Support Services. That NAICS accounted for $169.89 million across 8 awards, or nearly all obligated dollars, indicating a strong dependence on a single service category. NAICS 561611 Investigation and Personal Background Check Services represented a much smaller share at $1.62 million in 1 award, suggesting limited diversification across NAICS codes.
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 1 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 |
Insight
During the last full year, B.I. INCORPORATED (CAGE 3CUH9) recorded $171.51 million in obligated spending across 9 awards, indicating a highly concentrated award profile. The average award value of $19.06 million suggests obligations were distributed across a small number of relatively large transactions rather than a broad base of smaller awards. With only one year in scope, no year-over-year trend can be assessed from the provided data.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.