Federal Agency

DEFENSE HUMAN RESOURCES ACTIVITY Federal Contract Obligations (Last Year)

FPDS query summary for Defense Human Resources Activity (Agency ID 9748) covering last full year obligations, awards, vendors, and NAICS activity.

In the last full year, Defense Human Resources Activity obligated 236.08 million across 444 award actions, for an average action value of 531,705.76. Spending was concentrated in advertising, educational support, IT systems design, management consulting, and engineering services, with MullenLowe U.S., Inc. the largest vendor by obligated dollars.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are shown as reported in FPDS, including total obligated exact and readable values.

Agency ID
9748
Total Obligated
236.08 million
236,077,359.52
Award Actions
444
Average Action Value
531,705.76

About DEFENSE HUMAN RESOURCES ACTIVITY federal contract activity

In the last full year, DEFENSE HUMAN RESOURCES ACTIVITY obligated $236.08 million across 444 awards, with an average award value of $531,705.76. The profile suggests a mix of larger task orders and recurring service awards, with spending concentrated in a relatively small number of vendors and labor-intensive service categories.

Vendor concentration and leading contractors

Vendor obligations were led by MULLENLOWE U.S., INC. at $63.74 million across 17 awards, followed by the INSTITUTE OF INTERNATIONAL EDUCATION INC at $27.86 million across 9 awards and BOOZ ALLEN HAMILTON INC. at $15.01 million across 11 awards. RAPE, ABUSE AND INCEST NATIONAL NETWORK (RAINN) and FORS MARSH GROUP LLC rounded out the top five, indicating notable concentration among communications, education, consulting, and support-service providers.

Industry profile based on NAICS activity

The largest NAICS category was 541810 Advertising Agencies at $63.74 million, followed by 611710 Educational Support Services at $37.22 million and 541512 Computer Systems Design Services at $24.38 million. Additional obligations were concentrated in 541611 Administrative Management and General Management Consulting Services and 541330 Engineering Services, showing a procurement mix centered on professional, technical, and mission-support services.

Annual contract trend over the analysis window

For 2025, obligations totaled $236.08 million across 444 awards, matching the analysis window total. With only one annual data point provided, the available trend indicates the overall scale of spending but does not support a year-over-year comparison.

How to interpret this page

This summary is based on FPDS Query obligations for DEFENSE HUMAN RESOURCES ACTIVITY (Agency ID 9748) during the last full year. Vendor, NAICS, and annual trend views are ranked by total obligated dollars and reflect reported award counts within the selected analysis window.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '9748'
        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 Total Obligated Readable Award Actions
MULLENLOWE U.S., INC. 63,741,038.09 63.74 million 17
INSTITUTE OF INTERNATIONAL EDUCATION INC 27,855,647.35 27.86 million 9
BOOZ ALLEN HAMILTON INC. 15,011,977.98 15.01 million 11
RAPE, ABUSE AND INCEST NATIONAL NETWORK (RAINN) 12,100,119.63 12.10 million 6
FORS MARSH GROUP LLC 11,418,668.89 11.42 million 20
CARAHSOFT TECHNOLOGY CORP. 6,260,547.96 6.26 million 4
GOLDBELT APEX, LLC 5,703,725.44 5.70 million 2
CACI ENTERPRISE SOLUTIONS, LLC 4,524,426.22 4.52 million 2
INTERACTIVE GOVERNMENT HOLDINGS, INC. 4,408,568.44 4.41 million 2
II CORPS CONSULTANTS, INC. 4,220,236.88 4.22 million 2

Insight

Over the last full year, DEFENSE HUMAN RESOURCES ACTIVITY obligated $236.08 million across 444 awards, with the top 10 vendors accounting for a substantial share of spend. MULLENLOWE U.S., INC. led all vendors at $63.74 million across 17 awards, followed by INSTITUTE OF INTERNATIONAL EDUCATION INC at $27.86 million and BOOZ ALLEN HAMILTON INC. at $15.01 million, indicating notable concentration among a small set of recipients. Award activity is also distributed across multiple vendors with relatively low counts, suggesting a mix of larger-obligation and smaller, more discrete procurements.

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__purchaserInformation__contractingOfficeAgencyID = '9748'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
541810 ADVERTISING AGENCIES 63,741,038.09 63.74 million 17
611710 EDUCATIONAL SUPPORT SERVICES 37,221,008.78 37.22 million 45
541512 COMPUTER SYSTEMS DESIGN SERVICES 24,382,449.35 24.38 million 30
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 20,727,666.36 20.73 million 44
541330 ENGINEERING SERVICES 19,512,291.94 19.51 million 17
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 13,657,115.95 13.66 million 15
624190 OTHER INDIVIDUAL AND FAMILY SERVICES 12,100,119.63 12.10 million 6
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 11,396,606.89 11.40 million 21
511210 SOFTWARE PUBLISHERS 6,708,628.79 6.71 million 5
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 5,728,927.34 5.73 million 6

Insight

For the last full year, DEFENSE HUMAN RESOURCES ACTIVITY obligated $236.08 million across 444 awards, with spending concentrated in a small set of NAICS codes. Advertising Agencies (541810) led obligations at $63.74 million, or about 27% of total obligated dollars, followed by Educational Support Services (611710) at $37.22 million and Computer Systems Design Services (541512) at $24.38 million. The remaining top NAICS categories are distributed across IT, consulting, engineering, and human services functions, indicating a mixed procurement profile rather than reliance on a single service line.

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__purchaserInformation__contractingOfficeAgencyID = '9748'
        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 236,077,359.52 236.08 million 444

Insight

For the last full year, DEFENSE HUMAN RESOURCES ACTIVITY obligated $236.08 million across 444 awards, for an average award value of $531,705.76. The annual profile indicates a moderate concentration of obligations across a relatively limited number of awards, suggesting funding is distributed across a mix of award sizes rather than a single high-volume transaction pattern. With only one year in scope, no year-over-year trend can be assessed from the provided data.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.