NAICS Industry

NAICS 561720 Federal Contract Obligations (Last 5 Years)

FPDS analysis of NAICS 561720, Janitorial Services, shows 8.29 billion obligated across 57,648 award actions over the last 5 years.

Federal janitorial services obligations are concentrated in defense and healthcare buying activity, led by the Department of the Army, Department of the Navy, and Department of the Air Force. Annual obligations stayed near 1.6 billion to 1.7 billion each year from 2021 through 2025, with award counts highest in 2021 and 2022.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected 5-year FPDS window and may include multiple action types within the same procurement record.

NAICS Code
561720
Industry
JANITORIAL SERVICES
Total Obligated
8.29 billion
8,287,165,386.05
Award Actions
57,648
Average Action Value
143,754.60

About NAICS 561720 federal contract activity

NAICS 561720, Janitorial Services, recorded $8.29 billion in obligated contract spending across 57,648 awards over the last 5 years, with an average award value of $143,754.6. The volume and award distribution indicate a high-frequency service category with substantial recurring federal demand.

Agency demand and leading federal buyers

The Department of the Army led all agencies with $2.53 billion across 12,921 awards, accounting for the largest share of obligations in this NAICS. The Department of the Navy, Department of the Air Force, and Veterans Affairs also ranked prominently, while the Defense Health Agency showed comparatively fewer awards but a sizable $350.21 million in obligations.

Vendor concentration and leading contractors

The vendor base is led by DIDLAKE, INC. at $273.17 million, followed by J & J MAINTENANCE, INC. at $241.67 million. Several high-obligation vendors also posted large award counts, including SKOOKUM EDUCATIONAL PROGRAMS and MELWOOD HORTICULTURAL TRAINING CENTER, INC., suggesting a mix of concentrated incumbents and entities supporting repeated service delivery.

Annual contract trend over the analysis window

Annual obligations remained in a relatively tight band from 2021 through 2025, ranging from $1.57 billion to $1.73 billion. Awards were highest in 2021 and declined modestly in later years, while 2023 posted the peak obligated amount, indicating steady demand with limited year-to-year volatility.

How to interpret this page

This page summarizes FPDS obligations matched to NAICS 561720 for the last 5 years and aggregates by agency, vendor, and fiscal year. Dollar totals reflect obligated amounts only, and award counts represent the number of awards captured in 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__principalNAICSCode = '561720'
        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
2100 DEPT OF THE ARMY 2,526,668,767.03 2.53 billion 12,921
1700 DEPT OF THE NAVY 1,226,775,030.66 1.23 billion 3,738
5700 DEPT OF THE AIR FORCE 1,064,675,664.40 1.06 billion 4,408
3600 VETERANS AFFAIRS, DEPARTMENT OF 511,757,585.14 511.76 million 3,656
97DH DEFENSE HEALTH AGENCY (DHA) 350,206,711.62 350.21 million 293
6920 FEDERAL AVIATION ADMINISTRATION 293,346,185.72 293.35 million 7,309
4740 PUBLIC BUILDINGS SERVICE 255,523,696.97 255.52 million 4,109
7014 U.S. CUSTOMS AND BORDER PROTECTION 242,901,805.76 242.90 million 874
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 170,739,163.04 170.74 million 253
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 142,004,625.36 142.00 million 130

Insight

Over the last 5 years, NAICS 561720 obligations total $8.29 billion across 57,648 awards, with demand concentrated among a small set of large agencies. The Department of the Army leads with $2.53 billion, followed by the Department of the Navy at $1.23 billion and the Department of the Air Force at $1.06 billion; together, the three Defense components account for a substantial share of total obligations. Veterans Affairs, the Defense Health Agency, and the Federal Aviation Administration are the next largest buyers, while the remaining top agencies each represent materially smaller shares, indicating a broad but defense-weighted procurement pattern.

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,
        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__principalNAICSCode = '561720'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
DIDLAKE, INC. 1V159 273,166,275.16 273.17 million 342
J & J MAINTENANCE, INC. 5P021 241,673,854.94 241.67 million 60
SKOOKUM EDUCATIONAL PROGRAMS 1CQA5 240,698,245.01 240.70 million 1,731
MELWOOD HORTICULTURAL TRAINING CENTER, INC. 2V388 239,201,112.96 239.20 million 814
GLOBAL CONNECTIONS TO EMPLOYMENT, INC. 7DF84 214,100,837.21 214.10 million 582
TEYA ENTERPRISES LLC 7ZV39 197,160,951.65 197.16 million 115
CHIMES DISTRICT OF COLUMBIA, INC. 1E7W1 189,976,097.49 189.98 million 468
PROFESSIONAL CONTRACT SERVICES, INC. 09DA9 183,364,857.03 183.36 million 266
FEDCAP REHABILITATION SERVICES, INC. 8A849 171,950,008.22 171.95 million 427
HUNTSVILLE REHABILITATION FOUNDATION 6H262 130,236,164.50 130.24 million 239

Insight

Over the last 5 years, NAICS 561720 (Janitorial Services) recorded $8.29 billion across 57,648 awards, with an average award value of about $143.8K. Top vendor obligations are relatively distributed across multiple firms rather than concentrated in a single supplier; the leading vendor, DIDLAKE, INC., accounts for $273.17 million, followed closely by J & J MAINTENANCE, INC. at $241.67 million and a cluster of other vendors in the $130 million to $241 million range. Award volumes vary materially by vendor, with some firms receiving many smaller awards, such as SKOOKUM EDUCATIONAL PROGRAMS (1,731 awards) and MELWOOD HORTICULTURAL TRAINING CENTER, INC. (814 awards), indicating a mix of high-frequency and higher-value contracting patterns.

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__principalNAICSCode = '561720'
        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 1,706,081,907.18 1.71 billion 10,386
2024 1,679,500,542.56 1.68 billion 10,370
2023 1,732,993,565.52 1.73 billion 10,903
2022 1,596,672,326.44 1.60 billion 12,647
2021 1,571,917,044.35 1.57 billion 13,342

Insight

NAICS 561720 (Janitorial Services) shows a stable five-year obligation profile, totaling $8.29 billion across 57,648 awards with an average award value of about $143,755. Annual obligations remain tightly clustered between $1.57 billion and $1.73 billion, with the high point in 2023 at $1.73 billion and a modest easing in 2024 before rebounding to $1.71 billion in 2025. Award counts were highest in 2021-2022 and then declined to roughly 10.4-10.9 thousand in 2023-2025, indicating fewer awards at generally similar obligation levels.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry 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.