PSC Code

PSC S206 Federal Contract Obligations (Last Year)

PSC S206 covers housekeeping and guard services, with 5.07 billion obligated across 10,603 award actions in the last full year.

This PSC page summarizes federal procurement for S206, HOUSEKEEPING- GUARD, during the last full year, when obligated spending totaled 5.07 billion across 10,603 actions. The largest obligations were led by U.S. Immigration and Customs Enforcement, the Office of Procurement Operations, and the U.S. Marshals Service, while top vendors included Metropolitan Security Services, Inc., GEO Group, Inc., The, and Paragon Systems, Inc.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the last full year only and are based on readable obligated dollars and award action counts provided for PSC S206.

PSC Code
S206
PSC Description
HOUSEKEEPING- GUARD
Total Obligated
5.07 billion
5,073,471,241.99
Award Actions
10,603
Average Action Value
478,493.93

About PSC S206 federal contract activity

PSC S206, HOUSEKEEPING- GUARD, accounted for 5.07 billion in obligated dollars across 10,603 awards during the last full year, with an average award value of 478,493.93. The obligation profile indicates a high-volume, moderately fragmented service category anchored by recurring guard and protective support requirements.

Agency demand and leading federal buyers

U.S. Immigration and Customs Enforcement led all buying activity with 1.42 billion across 431 awards, followed closely by the Office of Procurement Operations with 1.41 billion across 1,901 awards. The U.S. Marshals Service, State Department, and Transportation Security Administration also represented major demand centers, with the U.S. Marshals Service showing the highest award count among the top agencies at 4,674.

Vendor concentration and leading contractors

Metropolitan Security Services, Inc. was the largest vendor by obligations at 546.72 million across 727 awards, indicating substantial concentration of spend with a single provider. Other major vendors included The GEO Group, Inc., Paragon Systems, Inc., CoreCivic, Inc., and Covenant Aviation Security, LLC, together reflecting a vendor base concentrated among established providers of detention, security, and guard services.

Annual contract trend over the analysis window

The annual trend shows 2025 as the full analysis year, with 5.07 billion obligated across 10,603 awards. Because only one year appears in the provided window, this view supports a point-in-time assessment rather than a multi-year growth or decline comparison.

How to interpret this page

This summary uses FPDS obligation data for PSC S206 within the specified last full year analysis window. Agency, vendor, and trend figures are based on the provided aggregates and reflect obligations and award counts only; no additional source assumptions were applied.

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 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 1,421,547,036.28 1.42 billion 431
7001 OFFICE OF PROCUREMENT OPERATIONS 1,406,407,828.91 1.41 billion 1,901
1544 U.S. MARSHALS SERVICE 623,492,969.99 623.49 million 4,674
1900 STATE, DEPARTMENT OF 400,361,255.61 400.36 million 1,256
7013 TRANSPORTATION SECURITY ADMINISTRATION 328,743,396.13 328.74 million 135
2100 DEPT OF THE ARMY 242,494,273.83 242.49 million 365
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 89,105,638.87 89.11 million 198
7014 U.S. CUSTOMS AND BORDER PROTECTION 43,792,678.18 43.79 million 35
1700 DEPT OF THE NAVY 41,546,928.61 41.55 million 60
3600 VETERANS AFFAIRS, DEPARTMENT OF 40,073,351.28 40.07 million 145

Insight

Obligations for PSC S206 are concentrated in a small set of agencies, with U.S. Immigration and Customs Enforcement and the Office of Procurement Operations accounting for about 2.83 billion of the 5.07 billion obligated in the last full year, or roughly 56% combined. The U.S. Marshals Service has the highest award count at 4,674, but at a much lower obligated value than the top two agencies, indicating a more fragmented award profile. The remaining top agencies each account for materially smaller shares, with no other agency exceeding 400.4 million obligated.

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 1 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 546,721,808.11 546.72 million 727
GEO GROUP, INC., THE 3JMR1 372,728,766.61 372.73 million 77
PARAGON SYSTEMS, INC. 69298 307,002,818.32 307.00 million 363
CORECIVIC, INC. 3HAR6 268,743,641.78 268.74 million 49
COVENANT AVIATION SECURITY, LLC 3N6Q3 165,780,402.91 165.78 million 14
MVM, INC. 0BUL6 135,573,650.10 135.57 million 9
POND SECURITY SERVICE GMBH DB246 133,370,573.29 133.37 million 77
TRIPLE CANOPY, INC. 3K6X2 130,881,293.76 130.88 million 191
KERBEROS INTERNATIONAL, INC. 5TCB3 127,087,686.77 127.09 million 179
AKIMA INFRASTRUCTURE PROTECTION LLC 7W2M9 115,895,358.53 115.90 million 20

Insight

PSC S206 obligated spending totaled $5.07 billion across 10,603 awards in the last full year, with an average award value of $478.5K. Top vendor obligations are moderately concentrated: the leading vendor, Metropolitan Security Services, Inc., accounted for $546.7M across 727 awards, while the top 10 vendors together totaled about $2.3B, or roughly 45% of total obligations. Award volume is more dispersed than dollars, with several vendors receiving relatively high obligation totals across comparatively fewer awards, indicating a mix of large recurring and lower-frequency awards.

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 1 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

Insight

During the last full year, PSC S206 (HOUSEKEEPING- GUARD) recorded $5.07 billion in obligations across 10,603 awards, for an average award value of about $478.5 thousand. Because the window contains a single annual observation, no year-over-year trend can be assessed from this view. The volume of awards indicates broad distribution of obligations across a large number of actions rather than reliance on a small number of awards alone.

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