Federal Contractor

GEO GROUP, INC., THE Federal Contract Obligations (Last 10 Years)

Federal procurement profile for GEO GROUP, INC., THE (CAGE 3JMR1, UEI JMLKZZ1NL2Z6) showing $5.15 billion in obligations across 1,821 award actions over the last 10 years.

The vendor's federal award activity is concentrated with U.S. Immigration and Customs Enforcement, U.S. Marshals Service, and the Federal Prison System / Bureau of Prisons. Obligations are led by facilities support services, security guards and patrol services, and justice- and correction-related NAICS categories.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect the last 10 years of readable FPDS-observed obligations and award counts, with annual values trending from $548.39 million in 2021 to $668.91 million in 2025.

CAGE Code
3JMR1
UEI
JMLKZZ1NL2Z6
Total Obligated
5.15 billion
5,152,719,943.39
Award Actions
1,821
Average Action Value
2,829,610.07

About GEO GROUP, INC., THE federal contract activity

GEO GROUP, INC., THE (CAGE 3JMR1, UEI JMLKZZ1NL2Z6) received 1,821 FPDS awards totaling $5.15 billion over the last 10 years, with an average award value of $2.83 million. The obligation profile is concentrated in a relatively small set of recurring federal buyers, indicating sustained use of the vendor across detention, custody, and related support requirements.

Agency mix and customer concentration

U.S. Immigration and Customs Enforcement accounts for $3.29 billion across 893 awards, making it the dominant customer by both value and volume. The U.S. Marshals Service is the second-largest buyer at $1.30 billion across 500 awards, followed by the Federal Prison System/Bureau of Prisons at $564.12 million across 386 awards. U.S. Customs and Border Protection is present but immaterial in comparison at $1.95 million across 42 awards.

Industry profile based on NAICS activity

The vendor’s obligations are concentrated in facilities and custodial support categories. Facilities Support Services (NAICS 561210) leads with $2.69 billion, followed by Security Guards and Patrol Services (561612) at $1.37 billion; justice and correctional-related codes such as 922190 and 922140 also represent substantial spending. Other Residential Care Facilities (623990) appears as a smaller secondary category.

Annual contract trend over the analysis window

Annual obligations in the recent period are relatively stable, with $548.39 million in 2021, $599.11 million in 2022, $622.07 million in 2023, $646.96 million in 2024, and $668.91 million in 2025. The sequence shows a steady upward pattern rather than sharp year-to-year volatility, consistent with recurring service contracts and ongoing agency demand.

How to interpret this page

This summary is based on FPDS obligation data for the last 10 years associated with CAGE 3JMR1 and UEI JMLKZZ1NL2Z6. Totals, counts, and rankings reflect the provided aggregated metrics for awards, agency mix, NAICS mix, and annual trend; no additional sources or assumptions were used.

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 = '3JMR1'
        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 3,289,648,332.33 3.29 billion 893
1544 U.S. MARSHALS SERVICE 1,296,997,127.85 1.30 billion 500
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 564,120,913.19 564.12 million 386
7014 U.S. CUSTOMS AND BORDER PROTECTION 1,953,570.02 1.95 million 42

Insight

Over the last 10 years, GEO GROUP, INC., THE has received $5.15 billion across 1,821 awards, with obligations concentrated heavily in three agencies. U.S. Immigration and Customs Enforcement accounts for the largest share at $3.29 billion and 893 awards, followed by the U.S. Marshals Service at $1.30 billion and 500 awards, indicating a strong concentration of spend across detention- and custody-related components. The Federal Prison System / Bureau of Prisons adds $564.12 million across 386 awards, while U.S. Customs and Border Protection is a comparatively minor customer at $1.95 million across 42 awards.

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 = '3JMR1'
        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
561210 FACILITIES SUPPORT SERVICES 2,690,562,381.73 2.69 billion 897
561612 SECURITY GUARDS AND PATROL SERVICES 1,374,380,617.02 1.37 billion 310
922190 OTHER JUSTICE, PUBLIC ORDER, AND SAFETY ACTIVITIES 687,227,212.89 687.23 million 279
922140 CORRECTIONAL INSTITUTIONS 364,100,789.83 364.10 million 245
623990 OTHER RESIDENTIAL CARE FACILITIES 36,447,714.62 36.45 million 75
925110 ADMINISTRATION OF HOUSING PROGRAMS 1,227.30 1.23 thousand 5
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 0.00 0.00 4

Insight

Over the last 10 years, GEO GROUP, INC., THE (CAGE 3JMR1) received $5.15 billion across 1,821 awards, with spending concentrated in a narrow set of NAICS codes. Facilities Support Services (561210) is the largest category at $2.69 billion and 897 awards, followed by Security Guards and Patrol Services (561612) at $1.37 billion and 310 awards; together these two NAICS codes account for the majority of obligated dollars. Additional obligations are concentrated in justice- and correction-related activities, including Other Justice, Public Order, and Safety Activities (922190) at $687.23 million and Correctional Institutions (922140) at $364.10 million. Lower-value activity is comparatively limited, with minor obligations in Other Residential Care Facilities (623990) and negligible amounts in Administration of Housing Programs (925110) and Security Systems Services (561621).

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 = '3JMR1'
        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 668,910,176.53 668.91 million 157
2024 646,962,234.12 646.96 million 181
2023 622,065,635.72 622.07 million 174
2022 599,107,658.16 599.11 million 196
2021 548,393,004.40 548.39 million 236
2020 637,466,228.09 637.47 million 247
2019 657,714,264.32 657.71 million 226
2018 388,068,369.14 388.07 million 200
2017 384,023,305.52 384.02 million 201
2016 9,067.39 9.07 thousand 3

Insight

Over the last 10 years, GEO GROUP, INC., THE recorded $5.15 billion in obligations across 1,821 awards, with an average award value of about $2.83 million. Obligations are heavily concentrated in recent years, with annual totals remaining above $548 million from 2019 through 2025 and peaking in 2025 at $668.91 million; 2016 was negligible at $9.07 thousand. Award counts were highest in 2020–2021 (247 and 236 awards) and have since declined to 157 in 2025, indicating fewer awards but sustained high obligation levels.

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.