NAICS Industry

NAICS 561320 Federal Contract Obligations (Last Year)

NAICS 561320 covers temporary help services obligations, award volume, and leading agencies and vendors in the last full year.

In the last full year, federal obligations under NAICS 561320, Temporary Help Services, totaled $820.44 million across 8,583 award actions, for an average action value of $95,589.06. Department of Veterans Affairs and the Indian Health Service accounted for the largest shares of obligation, while several vendors captured significant recurring awards.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect obligated amounts reported for the analysis window and may not align with current or cumulative contract ceilings.

NAICS Code
561320
Industry
TEMPORARY HELP SERVICES
Total Obligated
820.44 million
820,440,908.68
Award Actions
8,583
Average Action Value
95,589.06

About NAICS 561320 federal contract activity

NAICS 561320, Temporary Help Services, recorded $820.44 million in obligated spending across 8,583 awards in the last full year, with an average award value of $95,589.06. The profile indicates a high-volume procurement category with spending distributed across many awards rather than concentrated in a small number of large actions.

Agency demand and leading federal buyers

The Department of Veterans Affairs led obligations for this NAICS with $290.37 million across 1,180 awards, followed by the Indian Health Service with $209.24 million across 2,855 awards. U.S. Customs and Border Protection posted $104.95 million on just 15 awards, while the Department of the Navy and the Federal Prison System/Bureau of Prisons also ranked among the top obligated agencies.

Vendor concentration and leading contractors

LOYAL SOURCE GOVERNMENT SERVICES LLC was the leading vendor with $92.01 million across 22 awards, ahead of TITAN-AUXO, LLC with $49.73 million across 81 awards and ANSIBLE GOVERNMENT SOLUTIONS LLC with $28.00 million across 58 awards. TYONEK TECHNICAL SERVICES, LLC and ASPIRE-LUKE JV LLC also appear among the top recipients, reflecting a vendor base with both high-dollar and higher-frequency award patterns.

Annual contract trend over the analysis window

For 2025, obligations under NAICS 561320 totaled $820.44 million across 8,583 awards. With only one year in the analysis window, the trend view reflects the full-year baseline rather than a multi-year change pattern.

How to interpret this page

This page summarizes FPDS obligations mapped to NAICS 561320 for the last full year. Totals, award counts, and averages are calculated from the provided FPDS Query aggregate results and may differ from award-level views due to rounding and reporting updates.

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 = '561320'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 290,369,797.72 290.37 million 1,180
7527 INDIAN HEALTH SERVICE 209,238,318.86 209.24 million 2,855
7014 U.S. CUSTOMS AND BORDER PROTECTION 104,952,982.56 104.95 million 15
1700 DEPT OF THE NAVY 57,735,947.79 57.74 million 235
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 36,000,421.40 36.00 million 2,667
5700 DEPT OF THE AIR FORCE 34,969,263.31 34.97 million 67
7529 NATIONAL INSTITUTES OF HEALTH 24,320,336.18 24.32 million 234
2100 DEPT OF THE ARMY 16,158,211.00 16.16 million 87
97DH DEFENSE HEALTH AGENCY (DHA) 9,695,298.70 9.70 million 34
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 8,685,237.18 8.69 million 22

Insight

For NAICS 561320, obligations totaled $820.44 million across 8,583 awards in the last full year, with an average award value of $95,589. The market is concentrated, with the Department of Veterans Affairs and Indian Health Service together accounting for about 61% of total obligations ($499.61 million combined). U.S. Customs and Border Protection is a notable outlier, ranking third in obligations at $104.95 million but with only 15 awards, indicating a much higher average award value than the agencies with larger award counts. Remaining obligations are spread across defense, justice, and health agencies, including the Bureau of Prisons, Department of the Navy, and NIH.

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 = '561320'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
LOYAL SOURCE GOVERNMENT SERVICES LLC 5JN54 92,014,628.20 92.01 million 22
TITAN-AUXO, LLC 9ND43 49,725,672.95 49.73 million 81
ANSIBLE GOVERNMENT SOLUTIONS LLC 79MN8 27,997,225.90 28.00 million 58
TYONEK TECHNICAL SERVICES, LLC 7GWV7 23,429,534.88 23.43 million 2
ASPIRE-LUKE JV LLC 9D6Y9 22,518,112.81 22.52 million 22
ARROW ARC LLC 9DC55 21,463,773.33 21.46 million 24
PROMETHEUS FEDERAL SERVICES LLC 7Q144 20,197,836.61 20.20 million 27
PRIME PHYSICIANS TRI PROVIDERS LLC 9J6N0 20,071,139.95 20.07 million 44
A-TEAM SOLUTIONS LLC 3X4N3 18,248,226.95 18.25 million 130
COHO TECHNOLOGY SOLUTIONS, LLC 8SMF8 15,428,702.09 15.43 million 29

Insight

In the last full year, NAICS 561320 obligated $820.44 million across 8,583 awards, with an average award value of $95,589, indicating a high-volume, relatively small-dollar procurement profile. Top vendor obligations are concentrated but not dominant: LOYAL SOURCE GOVERNMENT SERVICES LLC leads at $92.01 million, followed by TITAN-AUXO, LLC at $49.73 million and ANSIBLE GOVERNMENT SOLUTIONS LLC at $28.00 million. The remaining top vendors are clustered in the $15.43 million to $23.43 million range, suggesting a distributed vendor base after the leading supplier.

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 = '561320'
        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 820,440,908.68 820.44 million 8,583

Insight

During the last full year, NAICS 561320 (Temporary Help Services) recorded $820.44 million in obligated obligations across 8,583 awards, with an average award value of $95,589.06. Because the window contains a single annual data point, this section reflects level of activity rather than a year-over-year trend. The volume of awards suggests a highly distributed obligation pattern, with spending spread across a large number of relatively small awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.