Federal Agency

ADMINISTRATION FOR CHILDREN AND FAMILIES Federal Contract Obligations (Last 10 Years)

Federal procurement overview for the Administration for Children and Families, summarizing obligations, award volume, vendors, NAICS mix, and yearly trends over the last 10 years.

Over the last 10 years, the Administration for Children and Families recorded $10.06 billion in obligated awards across 2,004 actions, with an average action value of $5.02 million. Spending is concentrated in emergency and other relief services and child and youth services, with large shares also flowing through management and logistics consulting.

Generated at 03/21/2026

Analysis period: Last 10 years

This page reflects FPDS-observed obligations for agency ID 7590 in the last 10 years and presents totals, counts, and rankings as reported.

Agency ID
7590
Total Obligated
10.06 billion
10,061,928,278.95
Award Actions
2,004
Average Action Value
5,020,922.29

About ADMINISTRATION FOR CHILDREN AND FAMILIES federal contract activity

Over the last 10 years, the Administration for Children and Families (Agency ID 7590) obligated 10.06 billion across 2,004 awards, for an average award value of 5.02 million. Spending is concentrated in a small number of high-dollar actions, indicating a procurement profile shaped by large service awards rather than a high volume of small obligations.

Vendor concentration and leading contractors

RAPID DEPLOYMENT INC is the largest recipient at 3.64 billion across 40 awards, followed by FAMILY ENDEAVORS, INC. at 2.01 billion across 28 awards. The remaining top vendors are also substantial recipients, with CHEROKEE NATION MANAGEMENT & CONSULTING, L.L.C., M V M, INC., and DEPLOYED RESOURCES, LLC collectively reflecting continued reliance on a limited set of contractors for major service delivery.

Industry profile based on NAICS activity

Procurement is dominated by NAICS 624230, Emergency and Other Relief Services, which accounts for 6.41 billion across 328 awards and represents the largest share of obligated dollars. NAICS 624110, Child and Youth Services, is the next largest category at 2.09 billion, while NAICS 541611 stands out for volume, with 768 awards totaling 590.98 million, suggesting frequent management and support activity alongside core program services.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at 4.92 billion, then remained elevated in 2022 at 3.67 billion before declining to 801.10 million in 2023 and 512.17 million in 2024. Through 2025, obligations totaled 140.67 million across 393 awards, indicating a materially lower spend pace than the 2021-2022 period.

How to interpret this page

This summary uses FPDS obligation data for Agency ID 7590 over the last 10 years and aggregates totals by vendor, NAICS code, and fiscal year. Dollar figures reflect total obligated amounts, award counts reflect the number of reported awards in the selected period, and annual trend values are based on obligations recorded for each year in the 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 = '7590'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
RAPID DEPLOYMENT INC 3,642,495,240.74 3.64 billion 40
FAMILY ENDEAVORS, INC. 2,013,664,365.40 2.01 billion 28
CHEROKEE NATION MANAGEMENT & CONSULTING, L.L.C. 706,894,848.17 706.89 million 8
M V M, INC. 486,488,529.71 486.49 million 21
DEPLOYED RESOURCES, LLC 436,840,908.82 436.84 million 17
PROVIDENCIA GROUP, LLC, THE 253,615,930.96 253.62 million 26
DEPLOYED SERVICES, LLC 203,772,545.78 203.77 million 13
DRC EMERGENCY SERVICES, LLC 200,865,673.45 200.87 million 6
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 179,262,225.19 179.26 million 36
AMERICAN CANYON SOLUTIONS, INC. 107,920,743.45 107.92 million 13

Insight

Over the last 10 years, ADMINISTRATION FOR CHILDREN AND FAMILIES obligated $10.06 billion across 2,004 awards, with an average award value of $5.02 million. Top vendor spending is highly concentrated: RAPID DEPLOYMENT INC ($3.64 billion, 40 awards) and FAMILY ENDEAVORS, INC. ($2.01 billion, 28 awards) together account for more than half of total obligations. The remaining top vendors each received substantially smaller shares, ranging from $706.89 million to $107.92 million, indicating a long tail after the two largest vendors.

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 = '7590'
        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
624230 EMERGENCY AND OTHER RELIEF SERVICES 6,410,529,528.55 6.41 billion 328
624110 CHILD AND YOUTH SERVICES 2,086,712,085.00 2.09 billion 29
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 590,980,890.00 590.98 million 768
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 166,824,986.92 166.82 million 18
541613 MARKETING CONSULTING SERVICES 153,678,798.78 153.68 million 45
541519 OTHER COMPUTER RELATED SERVICES 86,399,374.40 86.40 million 147
541512 COMPUTER SYSTEMS DESIGN SERVICES 79,905,909.34 79.91 million 69
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 67,176,461.89 67.18 million 40
531190 LESSORS OF OTHER REAL ESTATE PROPERTY 60,675,483.44 60.68 million 16
541219 OTHER ACCOUNTING SERVICES 52,497,021.19 52.50 million 40

Insight

Over the last 10 years, ADMINISTRATION FOR CHILDREN AND FAMILIES obligated $10.06 billion across 2,004 awards, with spending highly concentrated in NAICS 624230, Emergency and Other Relief Services, which accounts for $6.41 billion, or roughly 64% of total obligations. NAICS 624110, Child and Youth Services, is the second-largest category at $2.09 billion, bringing the top two NAICS codes to about 85% of total obligated dollars. The remaining obligations are distributed across a much broader set of consulting, IT, real estate, and accounting services, each individually representing a comparatively small share of total spend.

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 = '7590'
        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 140,671,218.66 140.67 million 393
2024 512,173,626.21 512.17 million 479
2023 801,102,416.14 801.10 million 365
2022 3,674,173,377.46 3.67 billion 321
2021 4,924,917,349.69 4.92 billion 434
2020 8,890,290.79 8.89 million 12

Insight

Over the last 10 years, the Administration for Children and Families obligated $10.06 billion across 2,004 awards, averaging about $5.02 million per award. Obligations are highly concentrated in 2021 and 2022, which together account for most of the period total, with $4.92 billion and $3.67 billion respectively. Funding then declined to $801.10 million in 2023 and $512.17 million in 2024, with 2025 at $140.67 million to date, indicating a pronounced post-2022 contraction in annual obligation levels.

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