PSC Code

PSC S206 Federal Contract Obligations (Last 5 Years)

PSC S206 covers housekeeping-guard contracts, with $23.12 billion obligated across 58,800 award actions over the last 5 years.

This PSC page summarizes federal obligations for S206, a category tied to housekeeping-guard services. The five-year record shows $23.12 billion in obligations, with major activity at the Office of Procurement Operations, U.S. Immigration and Customs Enforcement, and the U.S. Marshals Service.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected last-5-years window and may include multiple award actions and vendor name variations for the same entity.

PSC Code
S206
PSC Description
HOUSEKEEPING- GUARD
Total Obligated
23.12 billion
23,124,876,917.49
Award Actions
58,800
Average Action Value
393,280.21

About PSC S206 federal contract activity

PSC S206, HOUSEKEEPING- GUARD, accounts for $23.12 billion in obligations across 58,800 awards over the last 5 years, with an average award value of $393,280.21. The category reflects a large, recurring services workload with relatively high award volume and sustained funding.

Agency demand and leading federal buyers

Obligations are concentrated in a small group of civilian law enforcement and security-focused agencies. The OFFICE OF PROCUREMENT OPERATIONS leads with $6.42 billion and 10,110 awards, followed closely by U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT at $6.10 billion, while the U.S. MARSHALS SERVICE stands out for volume with 29,775 awards totaling $2.81 billion.

Vendor concentration and leading contractors

Vendor activity is led by METROPOLITAN SECURITY SERVICES, INC. at $1.81 billion, followed by GEO GROUP, INC., THE at $1.69 billion and PARAGON SYSTEMS, INC. at $1.34 billion. The data also shows PARAGON SYSTEMS, INC. appearing in multiple records, which indicates vendor-name variation or separate reporting entries that should be reviewed before drawing vendor-share conclusions.

Annual contract trend over the analysis window

Annual obligations remained consistently elevated, ranging from $4.22 billion in 2022 to $5.07 billion in 2025. After a dip from 2021 to 2022, spending generally increased through 2025, while award counts peaked in 2021 and 2023 before easing in 2024 and 2025.

How to interpret this page

This summary uses FPDS obligations and award counts for PSC S206 over the last 5 years, grouped by fiscal year, agency, and vendor as reported in the source data. Vendor names are presented as provided and are not normalized beyond the supplied records, so similarly named entries may represent reporting inconsistencies rather than distinct entities.

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__productOrServiceInformation__productOrServiceCode = 'S206'
        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
7001 OFFICE OF PROCUREMENT OPERATIONS 6,421,035,531.35 6.42 billion 10,110
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 6,098,238,085.12 6.10 billion 2,001
1544 U.S. MARSHALS SERVICE 2,807,449,692.93 2.81 billion 29,775
1900 STATE, DEPARTMENT OF 1,919,727,517.93 1.92 billion 5,520
7013 TRANSPORTATION SECURITY ADMINISTRATION 1,307,188,118.03 1.31 billion 636
2100 DEPT OF THE ARMY 1,205,275,754.07 1.21 billion 1,641
8900 ENERGY, DEPARTMENT OF 411,919,413.65 411.92 million 222
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 308,803,366.85 308.80 million 688
7014 U.S. CUSTOMS AND BORDER PROTECTION 264,436,360.35 264.44 million 247
3600 VETERANS AFFAIRS, DEPARTMENT OF 252,323,147.60 252.32 million 1,068

Insight

Over the last 5 years, PSC S206 obligated $23.12 billion across 58,800 awards, with demand concentrated in a small set of agencies. OFFICE OF PROCUREMENT OPERATIONS and U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT each accounted for roughly $6.1–$6.4 billion, together representing more than half of total obligations. U.S. MARSHALS SERVICE added $2.81 billion across 29,775 awards, indicating a much higher award volume than the top two agencies but at lower average value. The remaining agencies each obligated $1.92 billion or less, showing a steep drop-off after the top three buyers.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'S206'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
METROPOLITAN SECURITY SERVICES, INC. 3C9W7 1,805,533,967.53 1.81 billion 3,896
GEO GROUP, INC., THE 3JMR1 1,690,036,466.27 1.69 billion 359
PARAGON SYSTEMS, INC. 69298 1,337,141,896.22 1.34 billion 1,485
TRIPLE CANOPY, INC. 3K6X2 1,262,371,274.71 1.26 billion 1,573
PARAGON SYSTEMS, INC 69298 1,087,370,313.72 1.09 billion 2,275
CORECIVIC, INC. 3HAR6 976,951,127.46 976.95 million 264
CENTERRA GROUP, LLC 1D415 803,889,605.96 803.89 million 1,239
M V M, INC. 0BUL6 746,858,592.18 746.86 million 123
POND SECURITY SERVICE GMBH DB246 636,981,288.61 636.98 million 256
AKIMA GLOBAL SERVICES, LLC 5UVQ9 552,023,420.16 552.02 million 189

Insight

Over the last 5 years, PSC S206 obligated $23.12 billion across 58,800 awards, with the top 10 vendors accounting for a substantial share of activity. Obligations are concentrated among a small number of firms, led by Metropolitan Security Services, Inc. ($1.81 billion) and GEO Group, Inc., The ($1.69 billion), followed by Paragon Systems, Inc. and Triple Canopy, Inc.; Paragon Systems appears twice in the vendor list under the same CAGE code, indicating the need to review vendor naming consistency when assessing concentration. Award volume is more dispersed than dollars, with some vendors receiving relatively few but higher-value awards, reflecting uneven distribution across the PSC.

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__productOrServiceInformation__productOrServiceCode = 'S206'
        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 5,073,471,241.99 5.07 billion 10,603
2024 4,857,488,258.45 4.86 billion 12,281
2023 4,498,635,189.04 4.50 billion 12,485
2022 4,222,195,879.80 4.22 billion 10,555
2021 4,473,086,348.21 4.47 billion 12,876

Insight

PSC S206 (HOUSEKEEPING- GUARD) obligated $23.12 billion across 58,800 awards over the last 5 years, with an average award value of $393,280. Obligations were relatively stable year to year, ranging from $4.22 billion in 2022 to $5.07 billion in 2025, with a modest upward shift in the most recent year. Award counts were highest in 2021 and 2023-2024, indicating the spending base is broadly distributed across a large number of awards rather than concentrated in a small number of large actions.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.