PSC Code

PSC S216 Federal Contract Obligations (Last 10 Years)

PSC S216 covers housekeeping and facilities operations support with $29.77 billion obligated across 73,352 awards over the last 10 years.

This PSC page summarizes federal spending for housekeeping and facilities operations support, including award volume, obligated dollars, major buying agencies, leading vendors, and annual trends. The Department of the Navy, Department of the Air Force, and Department of the Army account for the largest shares of obligations in this code.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of readable FPDS data for PSC S216 and may vary by rounding and reporting updates.

PSC Code
S216
PSC Description
HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT
Total Obligated
29.77 billion
29,767,354,701.65
Award Actions
73,352
Average Action Value
405,815.17

About PSC S216 federal contract activity

PSC S216, HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT, accounts for 29.77 billion across 73,352 awards over the last 10 years, with an average award value of 405,815.17. The volume and dollar value indicate a large, recurring services category tied to routine facilities operations and custodial support.

Agency demand and leading federal buyers

The Department of the Navy leads all agencies in S216 obligations at 8.40 billion across 21,406 awards, followed by the Department of the Air Force at 7.83 billion and the Department of the Army at 5.52 billion. These three defense agencies together dominate spending, while the Department of State and NASA represent smaller but still material shares of the category.

Vendor concentration and leading contractors

PAE Government Services, Inc. is the top vendor in the period with 1.30 billion across 581 awards, followed by Vectrus Systems Corporation at 1.08 billion and Kellogg Brown & Root Services, Inc. at 1.07 billion. DZSP 21 LLC and URS Federal Services International, Inc. also rank among the leading recipients, showing concentration among established facilities support contractors.

Annual contract trend over the analysis window

Annual obligations in the most recent years are clustered near the 2.8 to 3.0 billion range, with 2.85 billion in 2025, 2.81 billion in 2024, 2.96 billion in 2023, and 2.88 billion in 2022. The peak in the displayed series occurs in 2021 at 4.08 billion, indicating a higher spending level in that year relative to the subsequent period.

How to interpret this page

This summary is based on FPDS award data for PSC S216 over the last 10 years and reflects obligated amounts and award counts recorded in the dataset. Agency and vendor rankings are based on total obligated dollars within the analysis window, and annual trend values reflect obligations by fiscal year.

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 = 'S216'
        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
1700 DEPT OF THE NAVY 8,401,247,902.81 8.40 billion 21,406
5700 DEPT OF THE AIR FORCE 7,826,805,885.85 7.83 billion 8,512
2100 DEPT OF THE ARMY 5,515,584,118.62 5.52 billion 13,869
1900 STATE, DEPARTMENT OF 1,974,310,389.54 1.97 billion 1,988
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,241,828,475.56 1.24 billion 1,151
8900 ENERGY, DEPARTMENT OF 1,041,062,339.89 1.04 billion 980
4740 PUBLIC BUILDINGS SERVICE 668,382,945.82 668.38 million 9,789
97AS DEFENSE LOGISTICS AGENCY 563,675,970.60 563.68 million 1,781
2041 BUREAU OF ENGRAVING AND PRINTING 255,631,025.41 255.63 million 208
7008 U.S. COAST GUARD 175,160,504.91 175.16 million 1,642

Insight

Over the last 10 years, PSC S216 obligations total $29.77 billion across 73,352 awards, with spending concentrated in the Department of Defense. The Department of the Navy leads with $8.40 billion, followed closely by the Department of the Air Force at $7.83 billion and the Department of the Army at $5.52 billion; together, these three agencies account for a substantial share of total obligations. Non-DoD demand is more fragmented, with State ($1.97 billion), NASA ($1.24 billion), and Energy ($1.04 billion) as the next largest obligators, while GSA’s Public Buildings Service appears among the top agencies by award count but at a much lower obligated value, indicating a higher volume of smaller awards.

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 = 'S216'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
PAE GOVERNMENT SERVICES, INC. 00TB2 1,298,070,028.19 1.30 billion 581
VECTRUS SYSTEMS CORPORATION 1D510 1,080,657,359.26 1.08 billion 885
KELLOGG BROWN & ROOT SERVICES, INC 3GJU9 1,067,136,061.45 1.07 billion 946
DZSP 21 LLC 3WUL3 1,014,419,254.21 1.01 billion 347
URS FEDERAL SERVICES INTERNATIONAL, INC 5XPQ8 953,080,783.65 953.08 million 55
PRIDE INDUSTRIES 0V1H4 735,858,851.23 735.86 million 742
AMENTUM SERVICES, INC. 5W3V7 594,791,756.38 594.79 million 350
ASRC COMMUNICATIONS, LTD. 1TBH2 509,760,942.16 509.76 million 1,624
J & J MAINTENANCE, INC. 5P021 475,975,398.54 475.98 million 500
KBR SERVICES, LLC 3GJU9 436,500,320.24 436.50 million 134

Insight

PSC S216 obligated $29.77 billion across 73,352 awards over the last 10 years, with an average award value of $405,815.17. Obligations are concentrated among a small set of vendors: the top 10 vendors account for roughly $8.14 billion, or about 27% of total obligations, with PAE Government Services, Vectrus Systems, Kellogg Brown & Root Services, and DZSP 21 each exceeding $1.0 billion. Award volume is more dispersed than dollars, with ASRC Communications, Ltd. receiving the highest award count among the listed vendors (1,624) despite comparatively lower obligations, while URS Federal Services International, Inc. has $953.08 million across only 55 awards, indicating a higher-value award profile.

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 = 'S216'
        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 2,853,080,573.44 2.85 billion 6,079
2024 2,813,611,498.01 2.81 billion 6,387
2023 2,956,666,594.80 2.96 billion 6,348
2022 2,875,134,857.05 2.88 billion 6,589
2021 4,078,364,708.02 4.08 billion 7,171
2020 3,014,918,482.54 3.01 billion 7,316
2019 2,608,522,419.66 2.61 billion 6,790
2018 3,052,858,608.98 3.05 billion 7,831
2017 2,779,980,738.63 2.78 billion 8,519
2016 2,734,216,220.52 2.73 billion 10,322

Insight

PSC S216 obligated $29.77 billion across 73,352 awards over the last 10 years, with an average award value of $405.8K, indicating a high-volume, moderately distributed procurement profile. Annual obligations were relatively stable at roughly $2.61 billion to $3.05 billion from 2016 through 2020, then increased sharply in 2021 to $4.08 billion, the 10-year peak. Since 2022, obligations have remained elevated but below the 2021 peak, ranging from $2.81 billion to $2.96 billion in 2023–2025, while award counts have generally trended lower than the 2016 high of 10,322 to about 6,079–6,589 in recent years.

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