Federal Agency

FEDERAL EMERGENCY MANAGEMENT AGENCY Federal Contract Obligations (Last 5 Years)

Federal Emergency Management Agency (Agency ID 7022) procurement activity over the last 5 years totaled $13.00 billion across 45,632 award actions.

FEMA obligations were highest in 2024 at $4.02 billion, followed by 2021 at $3.04 billion, 2022 at $2.69 billion, 2023 at $2.31 billion, and 2025 at $938.30 million. The largest vendor obligations were concentrated in emergency response, construction, engineering, IT, and consulting support.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect readable totals and award counts for the last 5 years and may not reconcile exactly to rounded display values.

Agency ID
7022
Total Obligated
13.00 billion
13,002,537,486.15
Award Actions
45,632
Average Action Value
284,943.40

About FEDERAL EMERGENCY MANAGEMENT AGENCY federal contract activity

Over the last 5 years, the Federal Emergency Management Agency (Agency ID 7022) obligated 13.00 billion across 45,632 awards, with an average award value of 284,943.4. This volume reflects a large, active procurement portfolio with both high transaction count and substantial obligated dollars.

Vendor concentration and leading contractors

The vendor base is led by American Medical Response, Inc. at 698.31 million across 453 awards, followed by Cotton Commercial USA, Inc. at 466.11 million and Fluor Federal Services Inc at 396.86 million. The remaining top vendors, including Dewberry Engineers Inc. and General Dynamics Information Technology, Inc., indicate sustained reliance on contractors supporting response, recovery, technical, and programmatic functions.

Industry profile based on NAICS activity

Obligations are concentrated in consulting and IT-related services, led by NAICS 541611 at 1.63 billion across 2,979 awards and NAICS 541519 at 949.61 million across 3,622 awards. Facilities support services, custom computer programming, and computer systems design also rank prominently, showing that FEMA’s spending is spread across management support, systems development, and operational support activities.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at 4.02 billion, then declined to 938.30 million in 2025, which is lower than each prior year in the window. Before that spike, obligations ranged from 2.31 billion in 2023 to 3.04 billion in 2021, while award counts remained consistently high each year, peaking in 2024 at 10,245 awards.

How to interpret this page

This page summarizes FPDS obligation data for Federal Emergency Management Agency records over the last 5 years, using total obligated dollars, award counts, average award value, vendor totals, NAICS totals, and year-by-year trends. Amounts are presented as obligated values from the provided dataset and rounded text labels are used only where supplied in the source context.

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 = '7022'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
AMERICAN MEDICAL RESPONSE, INC. 698,306,276.32 698.31 million 453
COTTON COMMERCIAL USA, INC. 466,105,113.88 466.11 million 85
FLUOR FEDERAL SERVICES INC 396,857,128.07 396.86 million 136
DEWBERRY ENGINEERS INC. 364,581,078.20 364.58 million 276
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 318,727,411.32 318.73 million 133
VANGUARD INSPECTION SERVICES 299,212,527.76 299.21 million 333
MLU SERVICES, INC. 287,649,024.91 287.65 million 159
INTERNATIONAL BUSINESS MACHINES CORPORATION 283,577,768.50 283.58 million 101
WSP USA SERVICES INC. 280,917,422.63 280.92 million 339
COMPASS PTS JV, THE 275,381,124.06 275.38 million 244

Insight

Over the last 5 years, FEMA obligated $13.00 billion across 45,632 awards, with an average award value of $284,943. Top vendor obligations are concentrated among a small group of contractors, led by AMERICAN MEDICAL RESPONSE, INC. at $698.31 million, followed by COTTON COMMERCIAL USA, INC. at $466.11 million and FLUOR FEDERAL SERVICES INC at $396.86 million. The remaining top vendors each received roughly $275 million to $365 million, indicating a broad but still high-value distribution among multiple recurring suppliers.

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 = '7022'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,626,050,507.39 1.63 billion 2,979
541519 OTHER COMPUTER RELATED SERVICES 949,611,348.65 949.61 million 3,622
561210 FACILITIES SUPPORT SERVICES 915,520,972.82 915.52 million 703
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 897,891,586.85 897.89 million 699
541512 COMPUTER SYSTEMS DESIGN SERVICES 782,303,773.98 782.30 million 1,135
541330 ENGINEERING SERVICES 748,519,629.52 748.52 million 1,821
621910 AMBULANCE SERVICES 698,313,443.15 698.31 million 458
321991 MANUFACTURED HOME (MOBILE HOME) MANUFACTURING 668,623,381.07 668.62 million 129
541350 BUILDING INSPECTION SERVICES 523,447,635.81 523.45 million 756
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 500,812,435.67 500.81 million 617

Insight

Over the last 5 years, FEMA obligated $13.00 billion across 45,632 awards, with spending concentrated in professional, IT, facilities, engineering, and emergency-response-related services. NAICS 541611 (Administrative Management and General Management Consulting Services) is the largest category at $1.63 billion, followed by 541519, 561210, 541511, and 541512; these top five account for a substantial share of total obligations. Award volume is more diffuse than dollars, with high-count categories such as 541519 and 541330 indicating broad use of recurring service contracts alongside fewer, higher-value awards in categories like 321991 and 621910.

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 = '7022'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 938,297,483.90 938.30 million 7,722
2024 4,017,100,597.64 4.02 billion 10,245
2023 2,313,748,440.58 2.31 billion 9,686
2022 2,689,526,024.69 2.69 billion 9,064
2021 3,043,864,939.34 3.04 billion 8,915

Insight

Over the last 5 years, FEMA obligated $13.00 billion across 45,632 awards, with an average award value of $284,943. Obligations were concentrated in 2024, which accounted for $4.02 billion and 10,245 awards, the highest annual totals in the period. Annual obligations then declined to $2.31 billion in 2023 and $938.30 million in 2025, after remaining in the $2.69 billion to $3.04 billion range in 2021–2022. Award counts were relatively stable from 2021 through 2024 before dropping in 2025, indicating a lower-volume year to date.

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