NAICS Industry

NAICS 541612 Federal Contract Obligations (Last Year)

Federal procurement activity under NAICS 541612 covers human resources consulting services and human resources and executive search consulting services for the last full year.

In the last full year, agencies obligated 730.32 million across 1,767 award actions in NAICS 541612, with an average action value of 413,308.94. The Department of the Army led spending at 275.35 million, while SERCO INC. was the top vendor at 68.21 million.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and are shown as obligated amounts and award actions reported in FPDS-based procurement data.

NAICS Code
541612
Industry
HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002)
Total Obligated
730.32 million
730,316,910.71
Award Actions
1,767
Average Action Value
413,308.94

About NAICS 541612 federal contract activity

NAICS 541612 recorded 730.32 million in obligated spending across 1,767 awards in the last full year, with an average award value of 413,308.94. The code covers human resources consulting services and, under the older classification, human resources and executive search consulting services. The award profile indicates a high-volume market with moderate-sized obligations relative to total spend.

Agency demand and leading federal buyers

DEPT OF THE ARMY dominated activity in this NAICS, accounting for 275.35 million across 211 awards, or well over one-third of total obligated dollars. The next largest agencies were AGENCY FOR INTERNATIONAL DEVELOPMENT, INTERNAL REVENUE SERVICE, U.S. CUSTOMS AND BORDER PROTECTION, and NATIONAL AERONAUTICS AND SPACE ADMINISTRATION, each contributing materially smaller but still meaningful shares of spend. This distribution suggests broad federal demand, with the Army serving as the principal buyer.

Vendor concentration and leading contractors

SERCO INC. was the leading vendor with 68.21 million across 19 awards, followed by STRATEGIC RESOURCES, INC. at 51.42 million across 21 awards. 360 PATRIOT ENTERPRISES LLC, IT CONCEPTS, INC., and BOOZ ALLEN HAMILTON INC. also ranked among the top recipients, indicating a mix of incumbents and recurring service providers. No single vendor approaches a majority share of obligations, which points to a competitive and distributed vendor base.

Annual contract trend over the analysis window

The annual trend shows 2025 as the full-year period captured in this analysis, with 730.32 million obligated across 1,767 awards. Because only one year is present, the dataset supports a level view rather than a multi-year directionally trendable series. The period nonetheless provides a reliable baseline for current market size and award volume under this NAICS.

How to interpret this page

This page summarizes FPDS obligations for NAICS 541612 over the last full year using total obligated dollars, award count, and average award value. Agency and vendor rankings are based on obligated amount within the same period, and vendor identification uses the reported CAGE codes where provided. The analysis is limited to the supplied FPDS-derived aggregates and does not infer missing contract attributes or performance details.

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 = '541612'
        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
2100 DEPT OF THE ARMY 275,346,596.26 275.35 million 211
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 52,660,840.68 52.66 million 29
2050 INTERNAL REVENUE SERVICE 40,539,810.79 40.54 million 37
7014 U.S. CUSTOMS AND BORDER PROTECTION 36,891,180.01 36.89 million 31
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 34,086,985.59 34.09 million 55
5700 DEPT OF THE AIR FORCE 33,871,512.27 33.87 million 60
7001 OFFICE OF PROCUREMENT OPERATIONS 31,323,605.46 31.32 million 57
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 26,897,784.32 26.90 million 22
3600 VETERANS AFFAIRS, DEPARTMENT OF 26,304,897.97 26.30 million 24
1301 OFFICE OF THE SECRETARY 19,381,272.27 19.38 million 38

Insight

During the last full year, obligations under NAICS 541612 totaled $730.32 million across 1,767 awards, with the Department of the Army accounting for $275.35 million and 211 awards, or about 37.7% of total obligations. The next largest agencies were much smaller, led by USAID at $52.66 million, the IRS at $40.54 million, and U.S. Customs and Border Protection at $36.89 million, indicating a steep drop after the top buyer. Obligations are broadly distributed beyond the top agency, but the category remains moderately concentrated among a small set of federal organizations, with several agencies each contributing roughly $19 million to $34 million.

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 = '541612'
        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
SERCO INC. 022Q2 68,211,284.74 68.21 million 19
STRATEGIC RESOURCES, INC. 0WVX1 51,418,076.51 51.42 million 21
360 PATRIOT ENTERPRISES LLC 5SJP5 47,876,677.12 47.88 million 34
IT CONCEPTS, INC. 6GX40 44,659,969.49 44.66 million 19
BOOZ ALLEN HAMILTON INC. 17038 41,897,700.96 41.90 million 41
ATI GOVERNMENT SOLUTIONS LLC 6LBT0 38,170,343.91 38.17 million 11
MANAGEMENT ANALYSIS TECHNOLOGIES (MAT), INCORPORATED 3DWT6 35,007,113.26 35.01 million 16
DELOITTE CONSULTING LLP 1TTG5 34,121,710.89 34.12 million 21
OAK RIDGE ASSOCIATED UNIVERSITIES, INCORPORATED 8E862 27,554,227.00 27.55 million 14
CALIBRE SYSTEMS, INC. 0EUA6 27,553,158.79 27.55 million 9

Insight

In the last full year, NAICS 541612 recorded $730.32 million across 1,767 awards, with the top 10 vendors accounting for $430.84 million, or about 59% of total obligations. SERCO INC. led at $68.21 million, followed by STRATEGIC RESOURCES, INC. at $51.42 million and 360 PATRIOT ENTERPRISES LLC at $47.88 million, indicating a moderate concentration among a small set of vendors. Award counts are also dispersed, ranging from 9 to 41 among the top vendors, suggesting obligations are spread across multiple awards rather than driven by a single high-value action.

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 = '541612'
        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 730,316,910.71 730.32 million 1,767

Insight

For the last full year, NAICS 541612 recorded $730.32 million in obligated dollars across 1,767 awards, yielding an average award value of $413,308.94. The annual view includes a single year of activity, so it does not support a multi-year trend assessment. The volume of awards relative to total obligations indicates a moderately distributed obligation base rather than dependence on a small number of very large 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.