PSC Code

PSC S201 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC S201 (HOUSEKEEPING- CUSTODIAL JANITORIAL) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC S201 (HOUSEKEEPING- CUSTODIAL JANITORIAL) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

PSC Code
S201
PSC Description
HOUSEKEEPING- CUSTODIAL JANITORIAL
Total Obligated
14.24 billion
14,241,322,998.48
Award Actions
121,456
Average Action Value
117,254.99

About PSC S201 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC S201 (HOUSEKEEPING- CUSTODIAL JANITORIAL). Based on the current FPDS Query dataset, this category shows 14.24 billion in visible obligations across 121,456 award actions, with an average action value of 117,254.99. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC S201 (HOUSEKEEPING- CUSTODIAL JANITORIAL) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEPT OF THE ARMY, with 3.03 billion in obligations, followed by DEPT OF THE NAVY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC S201 (HOUSEKEEPING- CUSTODIAL JANITORIAL) over the last 10 years. The current ranking is led by DIDLAKE, INC., with 424.82 million in obligations, followed by MELWOOD HORTICULTURAL TRAINING CENTER, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC S201 (HOUSEKEEPING- CUSTODIAL JANITORIAL) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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 = 'S201'
        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
2100 DEPT OF THE ARMY 3,029,393,412.74 3.03 billion 26,250
1700 DEPT OF THE NAVY 2,263,327,943.63 2.26 billion 8,959
5700 DEPT OF THE AIR FORCE 2,154,599,792.47 2.15 billion 9,356
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,067,477,743.08 1.07 billion 8,442
4740 PUBLIC BUILDINGS SERVICE 676,204,857.27 676.20 million 9,242
6920 FEDERAL AVIATION ADMINISTRATION 507,143,938.62 507.14 million 13,659
7014 U.S. CUSTOMS AND BORDER PROTECTION 452,138,737.51 452.14 million 2,457
97DH DEFENSE HEALTH AGENCY (DHA) 292,771,198.32 292.77 million 166
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 276,062,670.52 276.06 million 483
7529 NATIONAL INSTITUTES OF HEALTH 274,266,630.31 274.27 million 389

Insight

PSC S201 (HOUSEKEEPING- CUSTODIAL JANITORIAL) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEPT OF THE ARMY, followed by DEPT OF THE NAVY, which suggests that agency demand in this category is not evenly distributed.

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 = 'S201'
        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
DIDLAKE, INC. 1V159 424,819,008.96 424.82 million 597
MELWOOD HORTICULTURAL TRAINING CENTER, INC. 2V388 397,550,009.05 397.55 million 1,309
SKOOKUM EDUCATIONAL PROGRAMS 1CQA5 350,238,936.93 350.24 million 2,169
CHIMES DISTRICT OF COLUMBIA, INC. 1E7W1 315,912,196.22 315.91 million 700
FEDCAP REHABILITATION SERVICES, INC. 8A849 290,187,418.26 290.19 million 709
GLOBAL CONNECTIONS TO EMPLOYMENT, INC. 7DF84 228,631,801.03 228.63 million 626
HUNTSVILLE REHABILITATION FOUNDATION 6H262 195,115,090.99 195.12 million 373
PROFESSIONAL CONTRACT SERVICES, INC. 09DA9 172,327,882.63 172.33 million 287
TITAN FACILITY SERVICES, LLC 6FBK5 139,680,729.09 139.68 million 242
CW RESOURCES INC 9N853 139,043,014.96 139.04 million 533

Insight

Within PSC S201 (HOUSEKEEPING- CUSTODIAL JANITORIAL), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. DIDLAKE, INC. ranks first, followed by MELWOOD HORTICULTURAL TRAINING CENTER, INC., which helps define the current competitive landscape in this category.

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 = 'S201'
        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 1,652,905,369.98 1.65 billion 10,561
2024 1,601,681,623.77 1.60 billion 10,890
2023 1,619,075,925.22 1.62 billion 11,390
2022 1,554,773,132.75 1.55 billion 12,760
2021 1,507,822,944.51 1.51 billion 13,673
2020 1,508,023,405.68 1.51 billion 15,132
2019 1,206,998,482.63 1.21 billion 10,958
2018 1,276,853,376.57 1.28 billion 11,814
2017 1,123,199,193.93 1.12 billion 12,900
2016 1,189,989,543.44 1.19 billion 11,378

Insight

The annual trend shows how obligations in PSC S201 (HOUSEKEEPING- CUSTODIAL JANITORIAL) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

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.