PSC Code

PSC S216 Federal Contract Obligations (Last Year)

PSC S216 covers housekeeping and facilities operations support, with 2.85 billion obligated across 6,079 awards in the last full year.

Department of the Navy, Department of the Air Force, and Department of the Army accounted for most obligations in this PSC, while the Public Buildings Service and Department of State also recorded significant activity. Leading vendors included PAE Government Services, ECC International, DZSP 21, Pride Industries, and Vectrus Systems Corporation.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year of FPDS-observed obligations for PSC S216 and may change with later reporting updates.

PSC Code
S216
PSC Description
HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT
Total Obligated
2.85 billion
2,853,080,573.44
Award Actions
6,079
Average Action Value
469,333.86

About PSC S216 federal contract activity

PSC S216, HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT, recorded 6,079 awards and 2.85 billion in obligations over the last full year, with an average award value of 469,333.86. The spend profile indicates a large, recurring services category tied to facility operations and custodial support across multiple federal organizations.

Agency demand and leading federal buyers

The DEPT OF THE NAVY was the largest obligating agency at 952.72 million across 1,659 awards, followed by the DEPT OF THE AIR FORCE at 675.96 million and the DEPT OF THE ARMY at 519.26 million. STATE, DEPARTMENT OF and PUBLIC BUILDINGS SERVICE also ranked among the top buyers, with the latter showing a high award count relative to its obligation total, consistent with a fragmented services-buying pattern.

Vendor concentration and leading contractors

PAE GOVERNMENT SERVICES, INC. led vendors with 147.82 million across 60 awards, narrowly ahead of ECC INTERNATIONAL, LLC at 145.35 million on just 10 awards. DZSP 21 LLC, PRIDE INDUSTRIES, and VECTRUS SYSTEMS CORPORATION rounded out the top five, and the distribution suggests substantial concentration among a small set of incumbent facilities support contractors.

Annual contract trend over the analysis window

Annual activity in 2025 totaled 2.85 billion across 6,079 awards, establishing the full-year baseline for this PSC. With only one annual data point in the analysis window, the available trend view supports volume and obligation scale but does not indicate directionality over time.

How to interpret this page

This summary is based on FPDS obligations associated with PSC S216 during the last full year of available data. Agency and vendor rankings reflect total obligated dollars and award counts within the selected PSC, and the trend section uses the annual aggregate for 2025 only.

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 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
1700 DEPT OF THE NAVY 952,717,649.31 952.72 million 1,659
5700 DEPT OF THE AIR FORCE 675,961,398.11 675.96 million 524
2100 DEPT OF THE ARMY 519,257,187.16 519.26 million 929
1900 STATE, DEPARTMENT OF 156,100,729.36 156.10 million 111
4740 PUBLIC BUILDINGS SERVICE 143,873,758.24 143.87 million 1,652
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 88,722,916.30 88.72 million 43
8900 ENERGY, DEPARTMENT OF 69,965,308.95 69.97 million 66
97AS DEFENSE LOGISTICS AGENCY 34,390,013.43 34.39 million 40
2041 BUREAU OF ENGRAVING AND PRINTING 31,331,334.77 31.33 million 16
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 26,631,948.46 26.63 million 8

Insight

PSC S216 obligations totaled $2.85 billion across 6,079 awards in the last full year, with an average award value of $469,333.86. The Department of the Navy led spending at $952.72 million (1,659 awards), followed by the Department of the Air Force at $675.96 million and the Department of the Army at $519.26 million, indicating that defense agencies accounted for the largest share of activity. Non-DoD obligations were more dispersed, with the Department of State, Public Buildings Service, NASA, and DOE each contributing materially smaller amounts.

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 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
PAE GOVERNMENT SERVICES, INC. 00TB2 147,819,923.66 147.82 million 60
ECC INTERNATIONAL, LLC 4Y4J6 145,352,509.64 145.35 million 10
DZSP 21 LLC 3WUL3 126,510,212.39 126.51 million 30
PRIDE INDUSTRIES 0V1H4 108,922,508.86 108.92 million 109
VECTRUS SYSTEMS CORPORATION 1D510 91,909,975.80 91.91 million 81
AMENTUM SERVICES, INC. 5W3V7 91,837,703.90 91.84 million 110
KELLOGG BROWN & ROOT SERVICES, INC 3GJU9 90,563,845.64 90.56 million 86
AMENTUM SPACEPORT LLC 804D9 87,403,157.91 87.40 million 25
SKOOKUM EDUCATIONAL PROGRAMS 1CQA5 87,004,705.70 87.00 million 54
CHUGACH LOGISTICS AND FACILITY SERVICES JV, LLC 98S99 69,910,974.33 69.91 million 50

Insight

PSC S216 obligated spending totaled $2.85 billion across 6,079 awards in the last full year, with an average award value of $469,333.86. The top 10 vendors accounted for $1.05 billion combined, indicating a meaningful but not dominant concentration of obligations among leading providers. PAE Government Services, Inc. and ECC International, LLC were the largest recipients at $147.82 million and $145.35 million, respectively, while the remaining top vendors were clustered between about $69.91 million and $126.51 million, suggesting a relatively distributed vendor base among major awardees.

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

Insight

For the last full year, PSC S216 obligated $2.85 billion across 6,079 awards, for an average award value of about $469.3 thousand. The obligation total is concentrated in a single annual period, so this view establishes the current scale of housekeeping and facilities operations support spending rather than a multi-year trend. The award count indicates a broad distribution of activity across many actions rather than reliance on a small number of awards.

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.