Federal Contractor

PROFESSIONAL CONTRACT SERVICES, INC. Federal Contract Obligations (Last 10 Years)

Federal procurement summary for PROFESSIONAL CONTRACT SERVICES, INC. (CAGE 09DA9, UEI T4T8AHYNF9V3) covering the last 10 years of FPDS obligations and awards.

Over the last 10 years, PROFESSIONAL CONTRACT SERVICES, INC. recorded 2,007 federal award actions totaling $1.55 billion in obligated value, with an average action value of $774,280.88. The profile is led by the Department of the Army, Department of the Navy, and Department of the Air Force, and the largest activity is concentrated in facilities support services and janitorial services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals, agency shares, NAICS mixes, and annual trends reflect the provided FPDS analysis window and should be read as award-action based obligations, not contract ceilings.

CAGE Code
09DA9
UEI
T4T8AHYNF9V3
Total Obligated
1.55 billion
1,553,981,732.43
Award Actions
2,007
Average Action Value
774,280.88

About PROFESSIONAL CONTRACT SERVICES, INC. federal contract activity

PROFESSIONAL CONTRACT SERVICES, INC. (CAGE 09DA9, UEI T4T8AHYNF9V3) recorded 2,007 FPDS awards totaling $1.55 billion over the last 10 years, with an average award value of $774,280.88. The obligation base is substantial and appears concentrated in recurring service contracts rather than isolated large-dollar transactions.

Agency mix and customer concentration

The Department of the Army is the primary customer, accounting for $876.52 million across 766 awards, or more than half of total obligations. The Department of the Navy is the second-largest buyer at $390.68 million across 713 awards, followed by the Department of the Air Force, U.S. Customs and Border Protection, and the Defense Health Agency, indicating a mix dominated by defense agencies with a smaller civilian law-enforcement presence.

Industry profile based on NAICS activity

Work is concentrated in facilities and support operations. NAICS 561210 Facilities Support Services leads by a wide margin at $818.68 million and 968 awards, followed by 561720 Janitorial Services at $346.39 million and 474 awards; food service contractors add another $182.89 million. The remaining top NAICS codes suggest adjacent logistics and site-support functions, including transportation support and warehousing.

Annual contract trend over the analysis window

Recent annual obligations remain elevated, with $255.95 million in 2025 and $230.41 million in 2024. The 2021–2025 period shows sustained activity in the $171 million to $256 million range, indicating a relatively stable demand profile with a notable step-up in 2025.

How to interpret this page

This summary is based on FPDS obligations associated with CAGE code 09DA9 and UEI T4T8AHYNF9V3 over the last 10 years. Agency, NAICS, and annual trend views are derived from the provided aggregated totals and award counts; no additional sources or assumptions were used.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '09DA9'
        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 876,516,828.78 876.52 million 766
1700 DEPT OF THE NAVY 390,684,048.91 390.68 million 713
5700 DEPT OF THE AIR FORCE 108,846,625.03 108.85 million 278
7014 U.S. CUSTOMS AND BORDER PROTECTION 89,423,986.22 89.42 million 206
97DH DEFENSE HEALTH AGENCY (DHA) 85,383,667.42 85.38 million 35
7524 FOOD AND DRUG ADMINISTRATION 3,126,576.07 3.13 million 9

Insight

Over the last 10 years, PROFESSIONAL CONTRACT SERVICES, INC. has $1.55 billion in obligated value across 2,007 awards, with spending concentrated in defense agencies. The DEPT OF THE ARMY is the primary customer at $876.52 million across 766 awards, followed by the DEPT OF THE NAVY at $390.68 million across 713 awards; together they account for the clear majority of obligated value in this set. The DEPT OF THE AIR FORCE, U.S. CUSTOMS AND BORDER PROTECTION, and DEFENSE HEALTH AGENCY add another $283.65 million combined, while all other listed agencies are comparatively minor contributors.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '09DA9'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
561210 FACILITIES SUPPORT SERVICES 818,675,752.83 818.68 million 968
561720 JANITORIAL SERVICES 346,385,153.41 346.39 million 474
722310 FOOD SERVICE CONTRACTORS 182,891,938.42 182.89 million 142
488490 OTHER SUPPORT ACTIVITIES FOR ROAD TRANSPORTATION 68,943,498.11 68.94 million 94
493110 GENERAL WAREHOUSING AND STORAGE 47,056,335.85 47.06 million 57
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 36,504,849.90 36.50 million 110
561730 LANDSCAPING SERVICES 30,089,330.81 30.09 million 55
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 8,835,195.23 8.84 million 33
721110 HOTELS (EXCEPT CASINO HOTELS) AND MOTELS 7,967,242.12 7.97 million 27
561110 OFFICE ADMINISTRATIVE SERVICES 6,632,435.75 6.63 million 47

Insight

Over the last 10 years, PROFESSIONAL CONTRACT SERVICES, INC. shows a strong concentration in facilities-related support services: NAICS 561210 accounts for $818.68 million across 968 awards, or roughly 52.7% of total obligated dollars. Janitorial services (561720) is the second-largest category at $346.39 million and 474 awards, bringing the top two NAICS codes to about 75% of total obligations. The remaining spend is distributed across food service, transportation support, warehousing, logistics consulting, landscaping, and smaller administrative or IT categories, indicating a broad but clearly facilities-centered contract profile.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '09DA9'
        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 255,948,740.28 255.95 million 310
2024 230,412,663.54 230.41 million 190
2023 202,861,764.60 202.86 million 195
2022 171,041,956.92 171.04 million 259
2021 171,161,986.35 171.16 million 229
2020 149,592,467.09 149.59 million 223
2019 121,791,217.07 121.79 million 183
2018 152,850,540.08 152.85 million 209
2017 98,320,396.50 98.32 million 209

Insight

Over the last 10 years, PROFESSIONAL CONTRACT SERVICES, INC. recorded $1.55 billion across 2,007 awards, averaging $774.3K per award. Obligations generally trended upward from $98.3 million in 2017 to $255.9 million in 2025, with a notable dip in 2019 ($121.8 million) and a relatively flat plateau in 2020–2022 around $149.6 million to $171.2 million. Recent activity is concentrated in 2024–2025, which together account for $486.4 million, or roughly 31% of total obligated dollars in the period.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.