PSC Code

PSC S299 Federal Contract Obligations (Last 10 Years)

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

Use this page to review federal contract obligations for PSC S299 (HOUSEKEEPING- OTHER) 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
S299
PSC Description
HOUSEKEEPING- OTHER
Total Obligated
4.21 billion
4,205,429,593.42
Award Actions
21,783
Average Action Value
193,060.16

About PSC S299 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC S299 (HOUSEKEEPING- OTHER). Based on the current FPDS Query dataset, this category shows 4.21 billion in visible obligations across 21,783 award actions, with an average action value of 193,060.16. 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 S299 (HOUSEKEEPING- OTHER) 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 2.16 billion in obligations, followed by DEFENSE COMMISSARY AGENCY (DECA). 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 S299 (HOUSEKEEPING- OTHER) over the last 10 years. The current ranking is led by J & J MAINTENANCE, INC., with 319.99 million in obligations, followed by ENVIRONMENTAL CHEMICAL CORPORATION. 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 S299 (HOUSEKEEPING- OTHER) 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 = 'S299'
        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 2,163,047,712.63 2.16 billion 3,651
97AZ DEFENSE COMMISSARY AGENCY (DECA) 1,602,797,204.57 1.60 billion 9,920
5700 DEPT OF THE AIR FORCE 105,584,632.88 105.58 million 1,211
3600 VETERANS AFFAIRS, DEPARTMENT OF 63,684,578.02 63.68 million 1,610
1700 DEPT OF THE NAVY 45,518,130.14 45.52 million 728
1301 OFFICE OF THE SECRETARY 36,203,190.21 36.20 million 89
8900 ENERGY, DEPARTMENT OF 28,577,220.55 28.58 million 132
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 24,208,866.39 24.21 million 291
1341 NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY 21,573,538.90 21.57 million 72
1900 STATE, DEPARTMENT OF 16,767,260.97 16.77 million 974

Insight

PSC S299 (HOUSEKEEPING- OTHER) 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 DEFENSE COMMISSARY AGENCY (DECA), 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 = 'S299'
        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
J & J MAINTENANCE, INC. 5P021 319,994,892.88 319.99 million 87
ENVIRONMENTAL CHEMICAL CORPORATION 0T0F8 310,992,947.80 310.99 million 42
ASHBRITT, INC. 00Z46 310,892,373.01 310.89 million 54
TRACE, INC. 00PK2 234,713,677.57 234.71 million 947
XPERTS INC 1RX13 177,388,128.74 177.39 million 31
JOB OPTIONS, INCORPORATED 026C2 142,687,109.17 142.69 million 453
HHI SERVICES, INC. 6PZ19 133,004,866.60 133.00 million 82
PROFESSIONAL CONTRACT SERVICES, INC. 09DA9 117,250,182.59 117.25 million 110
TEYA ENTERPRISES LLC 7ZV39 109,873,927.02 109.87 million 44
PRIDE INDUSTRIES 0V1H4 108,306,827.19 108.31 million 567

Insight

Within PSC S299 (HOUSEKEEPING- OTHER), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. J & J MAINTENANCE, INC. ranks first, followed by ENVIRONMENTAL CHEMICAL CORPORATION, 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 = 'S299'
        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 351,820,443.33 351.82 million 1,880
2024 339,435,334.65 339.44 million 2,164
2023 341,404,575.51 341.40 million 1,742
2022 307,384,919.41 307.38 million 1,972
2021 379,094,668.17 379.09 million 2,009
2020 355,996,432.96 356.00 million 2,427
2019 301,059,813.60 301.06 million 1,804
2018 677,581,887.11 677.58 million 2,411
2017 870,601,033.85 870.60 million 3,040
2016 281,050,484.83 281.05 million 2,334

Insight

The annual trend shows how obligations in PSC S299 (HOUSEKEEPING- OTHER) 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.