In the last full year, CORECIVIC, INC. recorded $351,036,821.47 in obligated federal spending across 113 award actions, for an average action value of $3,106,520.54. Most obligations came from U.S. Immigration and Customs Enforcement, with additional activity from the U.S. Marshals Service and the Federal Prison System / Bureau of Prisons.
Federal Contractor
CORECIVIC, INC. Federal Contract Obligations (Last Year)
CORECIVIC, INC. (CAGE 3HAR6, UEI HJGMJN1JKL46) received $351.04 million across 113 federal award actions in the last full year, led by ICE and contracts classified under security guard and patrol services.
This page summarizes obligation totals and award counts for the last full year, based on the provided FPDS analysis window and agency, NAICS, and annual trend data.
About CORECIVIC, INC. federal contract activity
CORECIVIC, INC. recorded $351.04 million in obligated federal awards across 113 transactions in the last full year, for an average award value of about $3.11 million. Activity is concentrated in detention, correctional, and related custodial support functions, as reflected by the dominant agencies and NAICS categories. The vendor is identified by CAGE 3HAR6 and UEI HJGMJN1JKL46.
Agency mix and customer concentration
U.S. Immigration and Customs Enforcement accounted for the majority of obligations at $266.39 million across 52 awards, making it the clear primary customer. The U.S. Marshals Service ranked second with $58.40 million across 21 awards, while the Federal Prison System/Bureau of Prisons contributed $26.24 million across 40 awards. This distribution indicates heavy reliance on Department of Justice and DHS demand channels.
Industry profile based on NAICS activity
The largest share of obligations fell under NAICS 561612, Security Guards and Patrol Services, at $268.74 million across 49 awards. NAICS 922190, Other Justice, Public Order, and Safety Activities, added $56.05 million across 24 awards, and NAICS 623990, Other Residential Care Facilities, accounted for $26.24 million across 40 awards. The mix aligns with detention, custody, and facility-based support services rather than broad general contracting.
Annual contract trend over the analysis window
The annual trend shows all recorded obligations in 2025, totaling $351.04 million across 113 awards. With only one year in the analysis window, this view supports a point-in-time profile rather than a multi-year growth assessment. The level of activity suggests sustained federal contracting volume over the period but does not provide enough history to infer directionality beyond the observed year.
How to interpret this page
This summary is based on FPDS award records for the vendor associated with CAGE 3HAR6 and UEI HJGMJN1JKL46 during the last full year. Obligations are aggregated by awarding agency, NAICS code, and fiscal year, and award counts reflect the number of award records in the dataset. Totals and averages are reported as provided in the source data and rounded for readability where applicable.
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 = '3HAR6'
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 | 266,391,160.57 | 266.39 million | 52 |
| 1544 | U.S. MARSHALS SERVICE | 58,403,423.21 | 58.40 million | 21 |
| 1540 | FEDERAL PRISON SYSTEM / BUREAU OF PRISONS | 26,242,237.69 | 26.24 million | 40 |
Insight
CORECIVIC, INC. received 351.04 million across 113 awards in the last full year, with spending concentrated in a small set of correctional and detention-related agencies. U.S. Immigration and Customs Enforcement accounted for 266.39 million across 52 awards, or about 76% of total obligations, making it the dominant funding source. The U.S. Marshals Service and the Federal Prison System/Bureau of Prisons provided smaller shares at 58.40 million across 21 awards and 26.24 million across 40 awards, respectively, indicating a strong concentration with some diversification across related agencies.
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 = '3HAR6'
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 |
|---|---|---|---|---|
| 561612 | SECURITY GUARDS AND PATROL SERVICES | 268,743,641.78 | 268.74 million | 49 |
| 922190 | OTHER JUSTICE, PUBLIC ORDER, AND SAFETY ACTIVITIES | 56,050,942.00 | 56.05 million | 24 |
| 623990 | OTHER RESIDENTIAL CARE FACILITIES | 26,242,237.69 | 26.24 million | 40 |
Insight
CORECIVIC, INC. shows strong concentration in NAICS 561612, Security Guards and Patrol Services, which accounts for $268.74 million across 49 awards, or about 77% of last full year obligations. The next largest categories are NAICS 922190, Other Justice, Public Order, and Safety Activities, at $56.05 million across 24 awards, and NAICS 623990, Other Residential Care Facilities, at $26.24 million across 40 awards, indicating a secondary but much smaller obligation base spread across related public safety and care functions. Overall, the vendor’s award activity is concentrated in a single dominant NAICS, with the remaining obligations distributed across two substantially smaller lines of business.
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 = '3HAR6'
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 | 351,036,821.47 | 351.04 million | 113 |
Insight
Over the last full year, CORECIVIC, INC. (CAGE 3HAR6) received $351.04 million across 113 awards, indicating a substantial level of procurement concentration within the period. The average award value of approximately $3.11 million suggests the obligated value was distributed across a moderate number of awards rather than a single isolated action. With only one year in scope, this view establishes the current annual baseline but does not show year-over-year movement.
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.