NAICS Industry

NAICS 624230 Federal Contract Obligations (Last 10 Years)

Federal procurement activity under NAICS 624230, Emergency and Other Relief Services, totals $9.09 billion across 3,514 award actions over the last 10 years.

This NAICS page summarizes federal obligations for Emergency and Other Relief Services from the last 10 years, showing $9.09 billion in total obligated dollars and an average action value of $2.59 million. The largest share of spending is concentrated at the Administration for Children and Families, with major vendor activity led by Rapid Deployment Inc.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual and entity-level totals reflect obligated amounts in the analysis window and may include negative values from deobligations or other adjustments.

NAICS Code
624230
Industry
EMERGENCY AND OTHER RELIEF SERVICES
Total Obligated
9.09 billion
9,085,257,946.18
Award Actions
3,514
Average Action Value
2,585,446.19

About NAICS 624230 federal contract activity

NAICS 624230, Emergency and Other Relief Services, accounts for 9.09 billion in FPDS-observed obligations across 3,514 awards over the last 10 years, with an average award value of 2.59 million. The funding profile is highly concentrated, indicating that a relatively small number of large awards drove most spending in this category.

Agency demand and leading federal buyers

The Administration for Children and Families is the dominant awarding agency, responsible for 6.41 billion across 328 awards, far exceeding every other agency in the dataset. The Office of the Assistant Secretary for Administration (ASA) is a distant second at 1.21 billion, followed by the Federal Acquisition Service at 613.31 million, with the remaining top agencies contributing materially less.

Vendor concentration and leading contractors

Rapid Deployment Inc is the clear leading vendor in this NAICS, with 3.78 billion in obligations across 337 awards, making it the primary recipient by both dollars and volume. The next largest vendors—M V M, Inc., Cherokee Nation Management & Consulting, L.L.C., Comprehensive Health Services, Inc., and American Canyon Solutions, Inc.—also reflect a concentrated vendor base, though each trails the leader by a wide margin.

Annual contract trend over the analysis window

Obligations were heavily skewed toward 2021 and 2022, which together account for the majority of the recent high-value activity, including 4.36 billion in 2021 and 2.86 billion in 2022. More recent years are much lower, with 2023 and 2024 at roughly 175.55 million and 177.72 million respectively, and 2025 showing negative obligations, suggesting deobligations or downward adjustments in recorded transactions.

How to interpret this page

This summary is based on FPDS obligation data for NAICS 624230 over the last 10 years, using total obligated dollars and award counts as reported in the dataset. Annual trend values reflect net obligations by fiscal year, and negative amounts are retained as recorded rather than adjusted or excluded.

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 = '624230'
        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
7590 ADMINISTRATION FOR CHILDREN AND FAMILIES 6,410,529,528.55 6.41 billion 328
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 1,208,527,126.39 1.21 billion 388
4732 FEDERAL ACQUISITION SERVICE 613,306,585.73 613.31 million 74
1406 DEPARTMENTAL OFFICES 148,526,030.53 148.53 million 10
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 131,385,874.71 131.39 million 12
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 128,924,727.30 128.92 million 275
2100 DEPT OF THE ARMY 90,564,989.99 90.56 million 141
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 75,524,209.68 75.52 million 884
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 59,651,115.10 59.65 million 83
3600 VETERANS AFFAIRS, DEPARTMENT OF 51,389,590.17 51.39 million 110

Insight

Over the last 10 years, NAICS 624230 obligations are highly concentrated: the Administration for Children and Families accounts for $6.41 billion of $9.09 billion total obligated, or roughly 71% of all dollars, across 328 awards. The next largest obligators, the Office of the Assistant Secretary for Administration and the Federal Acquisition Service, contribute $1.21 billion and $613.31 million, respectively, indicating a steep drop-off after the top agency. Award volume is more dispersed than dollars, with FEMA recording 884 awards on only $75.52 million and ACF’s large dollar share tied to fewer awards, suggesting a mix of high-value and high-frequency activity across agencies.

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 = '624230'
        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 CAGE Code Total Obligated Readable Award Actions
RAPID DEPLOYMENT INC 4JXN5 3,778,680,725.04 3.78 billion 337
M V M, INC. 0BUL6 867,341,669.84 867.34 million 31
CHEROKEE NATION MANAGEMENT & CONSULTING, L.L.C. 6YW97 714,473,966.11 714.47 million 11
COMPREHENSIVE HEALTH SERVICES, INC. 0B664 431,397,002.39 431.40 million 87
AMERICAN CANYON SOLUTIONS, INC. 69K50 415,291,033.60 415.29 million 84
DEPLOYED RESOURCES, LLC 1TP05 273,676,996.00 273.68 million 2
DEPLOYED SERVICES, LLC 8L1K8 267,253,724.67 267.25 million 14
DRC EMERGENCY SERVICES, LLC 4A7V9 213,505,854.97 213.51 million 12
PROVIDENCIA GROUP, LLC, THE 8VYR6 207,429,201.62 207.43 million 15
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 176,664,378.73 176.66 million 82

Insight

Over the last 10 years, NAICS 624230 obligated $9.09 billion across 3,514 awards, with an average award value of about $2.59 million. Obligations are highly concentrated: RAPID DEPLOYMENT INC alone accounts for $3.78 billion across 337 awards, or about 42 percent of total obligations. The remaining top vendors each received materially smaller shares, ranging from $867.34 million for M V M, INC. to $176.66 million for GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., indicating a steep drop-off 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 = '624230'
        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 -110,896,518.58 -110.90 million 353
2024 177,718,430.33 177.72 million 381
2023 175,550,730.92 175.55 million 221
2022 2,856,916,648.57 2.86 billion 192
2021 4,359,861,782.97 4.36 billion 438
2020 309,832,443.18 309.83 million 366
2019 409,229,566.41 409.23 million 181
2018 330,113,918.90 330.11 million 282
2017 185,525,354.52 185.53 million 245
2016 391,405,588.96 391.41 million 855

Insight

Over the last 10 years, NAICS 624230 obligated $9.09 billion across 3,514 awards, with spending highly concentrated in FY 2021 and FY 2022. FY 2021 accounted for $4.36 billion and FY 2022 for $2.86 billion, together representing the clear peak period for this code. After that spike, obligations fell sharply to $177.7 million in FY 2024 and turned negative in FY 2025 (-$110.9 million), indicating a substantial contraction from the prior surge. Awards were distributed more broadly than dollars, with the highest award counts in FY 2016 (855), FY 2021 (438), and FY 2024 (381).

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