Federal Contractor

CORECIVIC, INC. Federal Contract Obligations (Last 10 Years)

CORECIVIC, INC. has received 1,147 federal award actions totaling $2.66 billion over the last 10 years, with work concentrated in detention, correctional, and security-related services.

CORECIVIC, INC. (CAGE 3HAR6, UEI HJGMJN1JKL46) is a recurring federal vendor with obligations spread across 1,147 award actions in the last 10 years. Its largest customer is U.S. Immigration and Customs Enforcement, followed by the U.S. Marshals Service and the Federal Prison System / Bureau of Prisons, indicating a federal contracting profile centered on custodial and correctional support.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals shown here cover the last 10 years and reflect obligated amounts, award counts, and agency and NAICS rollups as provided in the source data.

CAGE Code
3HAR6
UEI
HJGMJN1JKL46
Total Obligated
2.66 billion
2,660,123,365.29
Award Actions
1,147
Average Action Value
2,319,200.84

About CORECIVIC, INC. federal contract activity

CORECIVIC, INC. (CAGE 3HAR6, UEI HJGMJN1JKL46) recorded 2.66 billion in obligated federal spending across 1,147 awards over the last 10 years, with an average award value of 2.32 million. The obligation profile is substantial and sustained, indicating a large recurring federal services relationship rather than a small number of one-off awards.

Agency mix and customer concentration

Obligations are concentrated in a small set of law-enforcement and corrections customers. U.S. Immigration and Customs Enforcement leads with 1.40 billion across 478 awards, followed by the U.S. Marshals Service with 800.99 million across 390 awards and the Federal Prison System/Bureau of Prisons with 456.33 million across 270 awards. The remaining agencies contribute only marginally by comparison.

Industry profile based on NAICS activity

The vendor’s NAICS mix is dominated by detention, security, and facility-support work. Security Guards and Patrol Services accounts for 1.25 billion, with additional major activity in Other Justice, Public Order, and Safety Activities at 568.67 million and Facilities Support Services at 561.21 million. Smaller but still meaningful volume appears in Other Services to Buildings and Dwellings and Other Residential Care Facilities, reinforcing a corrections and secure-facility operating profile.

Annual contract trend over the analysis window

Recent obligations remain elevated, with 351.04 million in 2025 after 264.94 million in 2024 and 264.23 million in 2023. The 2021-2025 sequence shows relatively steady annual funding in the mid-200 millions to low-300 millions, suggesting continuity rather than sharp cyclicality. Award counts over the same period range from 105 to 127 per year, indicating consistent procurement activity.

How to interpret this page

This summary uses FPDS-obligated dollars and award counts for the vendor tied to CAGE 3HAR6 and UEI HJGMJN1JKL46 over the last 10 years. Agency and NAICS concentrations are based on total obligated amounts within the analysis window, and annual trend figures reflect obligations by fiscal year as provided. No attempt was made to infer contract scope beyond the recorded FPDS categories.

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 10 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,402,772,081.68 1.40 billion 478
1544 U.S. MARSHALS SERVICE 800,985,211.95 800.99 million 390
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 456,326,981.58 456.33 million 270
1501 OFFICES, BOARDS AND DIVISIONS 26,879.00 26.88 thousand 1
7014 U.S. CUSTOMS AND BORDER PROTECTION 12,211.08 12.21 thousand 8

Insight

Over the last 10 years, CORECIVIC, INC. received $2.66 billion across 1,147 awards, with obligations highly concentrated in a small number of agencies. U.S. Immigration and Customs Enforcement accounted for $1.40 billion and 478 awards, or just over half of total obligated dollars, followed by the U.S. Marshals Service at $800.99 million and the Federal Prison System/Bureau of Prisons at $456.33 million. The remaining listed agencies together represent negligible obligation amounts, indicating a strong reliance on a limited set of federal customers.

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 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
561612 SECURITY GUARDS AND PATROL SERVICES 1,251,187,999.74 1.25 billion 347
922190 OTHER JUSTICE, PUBLIC ORDER, AND SAFETY ACTIVITIES 568,668,790.42 568.67 million 293
561210 FACILITIES SUPPORT SERVICES 561,213,299.71 561.21 million 278
561790 OTHER SERVICES TO BUILDINGS AND DWELLINGS 158,254,736.03 158.25 million 49
623990 OTHER RESIDENTIAL CARE FACILITIES 118,315,073.75 118.32 million 150
922140 CORRECTIONAL INSTITUTIONS 1,953,468.34 1.95 million 20
423210 FURNITURE MERCHANT WHOLESALERS 500,151.00 500.15 thousand 3
238320 PAINTING AND WALL COVERING CONTRACTORS 26,879.00 26.88 thousand 1
925110 ADMINISTRATION OF HOUSING PROGRAMS 2,967.30 2.97 thousand 2

Insight

CORECIVIC, INC.’s obligations over the last 10 years are highly concentrated in a small set of NAICS codes, led by 561612 Security Guards and Patrol Services at $1.25 billion across 347 awards. The next two largest categories, 922190 Other Justice, Public Order, and Safety Activities and 561210 Facilities Support Services, account for another $1.13 billion combined across 571 awards, indicating that most spend is tied to security, correctional, and facility-support functions. Smaller obligations are spread across a limited number of ancillary codes, with no other NAICS exceeding $158.25 million, suggesting a core contracting profile centered on correctional and related support services.

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 10 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
2024 264,936,676.92 264.94 million 118
2023 264,232,519.42 264.23 million 106
2022 273,676,551.78 273.68 million 105
2021 245,959,834.19 245.96 million 127
2020 227,317,966.39 227.32 million 105
2019 427,718,989.67 427.72 million 159
2018 222,344,308.56 222.34 million 133
2017 345,358,118.94 345.36 million 179
2016 37,541,577.95 37.54 million 2

Insight

Over the last 10 years, CORECIVIC, INC. (CAGE 3HAR6) received 2.66 billion in obligations across 1,147 awards, averaging about 2.32 million per award. Annual obligations were fairly steady from 2020 through 2024, ranging from 227.32 million to 273.68 million, with a higher level in 2025 at 351.04 million. The strongest year in the window was 2019 at 427.72 million and 159 awards, while 2016 was a low outlier at 37.54 million and 2 awards, indicating a concentrated increase in contract activity beginning after 2016.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.