PSC Code

PSC S216 Federal Contract Obligations (Last 5 Years)

PSC S216 covers housekeeping and facilities operations support procurement, with 15.58 billion obligated across 32,574 awards in the last five years.

This PSC page summarizes federal spending for housekeeping and facilities operations support under PSC S216 from 2021 through 2025. The largest obligations came from the Department of the Air Force, Department of the Navy, and Department of the Army, and annual obligations remained in the multi-billion-dollar range each year.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected five-year analysis window and include obligated dollars, award counts, average action value, top agencies, top vendors, and annual trends.

PSC Code
S216
PSC Description
HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT
Total Obligated
15.58 billion
15,576,858,231.32
Award Actions
32,574
Average Action Value
478,199.12

About PSC S216 federal contract activity

PSC S216, HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT, accounted for 15.58 billion in obligations across 32,574 awards over the last 5 years, with an average award value of 478,199.12. The category is used at substantial scale, indicating recurring demand for facility housekeeping and operational support services across the federal government.

Agency demand and leading federal buyers

The DEPT OF THE AIR FORCE led all agencies with 4.79 billion in obligations across 3,595 awards, followed closely by the DEPT OF THE NAVY at 4.50 billion across 9,534 awards and the DEPT OF THE ARMY at 2.62 billion across 5,134 awards. STATE, DEPARTMENT OF and NATIONAL AERONAUTICS AND SPACE ADMINISTRATION were also significant buyers, but at materially lower obligation levels than the defense agencies.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small group of incumbents. URS FEDERAL SERVICES INTERNATIONAL, INC led with 934.42 million, while VECTRUS SYSTEMS CORPORATION, PAE GOVERNMENT SERVICES, INC., AMENTUM SERVICES, INC., and DZSP 21 LLC each posted substantial totals, reflecting a market dominated by large facilities-support contractors.

Annual contract trend over the analysis window

Annual obligations were highest in 2021 at 4.08 billion, then declined and stabilized in a narrow range from 2022 through 2025, between 2.81 billion and 2.96 billion per year. Award counts remained elevated throughout the period, peaking at 7,171 in 2021 and staying above 6,000 in each subsequent year.

How to interpret this page

This summary is based on FPDS obligation and award-count data for PSC S216 over the last 5 years, using the provided annual, agency, and vendor aggregates. Totals reflect obligated dollars recorded in the dataset; vendor and agency rankings are based on total obligations within the analysis window.

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 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
5700 DEPT OF THE AIR FORCE 4,793,310,715.70 4.79 billion 3,595
1700 DEPT OF THE NAVY 4,498,351,453.16 4.50 billion 9,534
2100 DEPT OF THE ARMY 2,617,810,195.04 2.62 billion 5,134
1900 STATE, DEPARTMENT OF 752,659,407.22 752.66 million 684
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 535,292,439.29 535.29 million 349
8900 ENERGY, DEPARTMENT OF 452,209,145.80 452.21 million 390
4740 PUBLIC BUILDINGS SERVICE 430,101,263.23 430.10 million 6,281
97AS DEFENSE LOGISTICS AGENCY 266,430,062.74 266.43 million 600
2041 BUREAU OF ENGRAVING AND PRINTING 154,665,241.65 154.67 million 124
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 122,717,874.51 122.72 million 57

Insight

PSC S216 obligations are highly concentrated among the military departments over the last 5 years, with the Department of the Air Force, Navy, and Army accounting for 12.0 billion of the 15.58 billion total obligated, or about 77 percent. The Department of the Air Force leads by dollars at 4.79 billion, while the Department of the Navy has the highest award count among the top agencies at 9,534, indicating broad transaction volume in addition to high spend. Outside DoD, obligations are much smaller and more dispersed, with State, NASA, Energy, and GSA’s Public Buildings Service each remaining below 800 million.

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 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
URS FEDERAL SERVICES INTERNATIONAL, INC 5XPQ8 934,415,390.10 934.42 million 33
VECTRUS SYSTEMS CORPORATION 1D510 684,694,733.98 684.69 million 627
PAE GOVERNMENT SERVICES, INC. 00TB2 649,742,375.60 649.74 million 296
AMENTUM SERVICES, INC. 5W3V7 595,222,418.26 595.22 million 345
DZSP 21 LLC 3WUL3 586,879,271.04 586.88 million 209
PRIDE INDUSTRIES 0V1H4 449,027,142.37 449.03 million 471
KBR SERVICES, LLC 3GJU9 436,500,320.24 436.50 million 134
KELLOGG BROWN & ROOT SERVICES, INC 3GJU9 415,884,074.12 415.88 million 423
ASRC FEDERAL FIELD SERVICES, LLC 70T18 356,028,201.75 356.03 million 1,274
FLUOR INTERCONTINENTAL, INC. 1CZV4 350,235,822.33 350.24 million 20

Insight

Over the last 5 years, PSC S216 obligated $15.58 billion across 32,574 awards, with an average award value of $478,199, indicating a broad and recurring workload. Obligations are concentrated among a small set of vendors: the top 10 account for more than $5.45 billion, with URS Federal Services International, Inc. alone at $934.42 million, though it did so across only 33 awards. Several other vendors show higher award volumes with lower total obligations, including ASRC Federal Field Services, LLC (1,274 awards; $356.03 million) and Vectrus Systems Corporation (627 awards; $684.69 million), suggesting a mix of large individual awards and smaller, more frequent tasking.

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

Insight

PSC S216 obligated $15.58 billion across 32,574 awards over the last 5 years, with an average award value of $478,199. Obligations were highest in 2021 at $4.08 billion and then declined and stabilized in the $2.81 billion to $2.96 billion range from 2022 through 2025, indicating a lower, relatively steady funding pattern after the 2021 peak. Award counts were also highest in 2021 and remained broadly consistent from 2022 to 2025, suggesting the recent annual distribution is stable despite lower obligation levels.

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.