Federal Agency

AGENCY FOR INTERNATIONAL DEVELOPMENT Federal Contract Obligations (Last 10 Years)

FPDS procurement data for the Agency for International Development (Agency ID 7200) covering obligations, awards, vendors, NAICS codes, and annual trends over the last 10 years.

Over the last 10 years, the Agency for International Development recorded $54.95 billion in obligated contract actions across 87,908 awards, with an average action value of $625,064.88. Spending is concentrated in professional and technical services, management consulting, and overseas implementation vendors such as Chemonics International, DAI Global, and ABT Associates.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable and exact obligation values from the selected 10-year analysis window and may include undisclosed domestic awardees.

Agency ID
7200
Total Obligated
54.95 billion
54,948,203,732.09
Award Actions
87,908
Average Action Value
625,064.88

About AGENCY FOR INTERNATIONAL DEVELOPMENT federal contract activity

Over the last 10 years, the Agency for International Development obligated $54.95 billion across 87,908 awards, for an average award value of $625,064.88. This volume indicates a large, transaction-heavy procurement portfolio with broad use of contract and assistance instruments.

Vendor concentration and leading contractors

Obligations are concentrated among a small set of recurring performers, led by Chemonics International, Inc. at $12.42 billion across 1,161 awards. Domestic awardees (undisclosed) account for $5.15 billion across 21,111 awards, followed by DAI Global, LLC, Chemonics International, Inc., and Abt Associates Inc., reflecting repeated reliance on a core group of implementers.

Industry profile based on NAICS activity

The largest NAICS category is 541990, All Other Professional, Scientific, and Technical Services, with $22.24 billion and 20,498 awards. Management consulting under 541611 follows at $17.40 billion, while engineering and technical consulting categories add another $4.64 billion combined, showing a strong emphasis on advisory, technical, and implementation support services.

Annual contract trend over the analysis window

Recent annual obligations peaked in 2024 at $7.54 billion across 9,095 awards, after $6.88 billion in 2023 and $6.03 billion in 2022. Fiscal year 2025 totals currently stand at $2.45 billion across 4,719 awards, which may reflect partial-year activity rather than a full-year decline.

How to interpret this page

This summary uses FPDS Query data for Agency ID 7200 over the last 10 years and aggregates obligated dollars and award counts across reported records. Vendor, NAICS, and annual trend sections reflect the top categories within the supplied dataset and should be read as concentration indicators, not exhaustive market shares.

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 = '7200'
        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
CHEMONICS INTERNATIONAL, INC 12,415,798,827.32 12.42 billion 1,161
DOMESTIC AWARDEES (UNDISCLOSED) 5,146,023,714.82 5.15 billion 21,111
DAI GLOBAL, LLC 2,466,505,405.81 2.47 billion 854
CHEMONICS INTERNATIONAL, INC. 2,183,994,467.29 2.18 billion 754
ABT ASSOCIATES INC. 1,727,166,004.23 1.73 billion 272
ARD, INC. 1,375,802,468.29 1.38 billion 824
RESEARCH TRIANGLE INSTITUTE 1,080,336,076.29 1.08 billion 644
DELOITTE CONSULTING LLP 922,659,901.89 922.66 million 494
DEVELOPMENT ALTERNATIVES, INC. 806,836,031.94 806.84 million 495
CREATIVE ASSOCIATES INTERNATIONAL, INC. 756,237,537.47 756.24 million 280

Insight

Over the last 10 years, USAID obligated $54.95 billion across 87,908 awards, with spend concentrated among a small set of vendors. Chemonics International, Inc. is the largest recipient at $12.42 billion, followed by Domestic Awardees (Undisclosed) at $5.15 billion and DAI Global, LLC at $2.47 billion; the top 10 vendors listed account for a substantial share of total obligations. Award volume is more distributed than dollars, as Domestic Awardees (Undisclosed) has 21,111 awards but a lower dollar total, indicating many smaller-value actions alongside several large implementing partners.

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 = '7200'
        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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 22,243,450,550.77 22.24 billion 20,498
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 17,397,236,948.50 17.40 billion 8,342
541330 ENGINEERING SERVICES 2,745,455,095.46 2.75 billion 1,760
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 1,888,065,237.01 1.89 billion 867
812990 ALL OTHER PERSONAL SERVICES 1,092,826,814.05 1.09 billion 19,280
541519 OTHER COMPUTER RELATED SERVICES 988,958,351.73 988.96 million 3,224
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 767,012,541.35 767.01 million 1,905
311340 NONCHOCOLATE CONFECTIONERY MANUFACTURING 661,935,535.11 661.94 million 397
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 624,885,382.28 624.89 million 340
611710 EDUCATIONAL SUPPORT SERVICES 536,899,997.52 536.90 million 735

Insight

Over the last 10 years, AGENCY FOR INTERNATIONAL DEVELOPMENT obligated $54.95 billion across 87,908 awards, with spending concentrated in service-oriented NAICS categories. NAICS 541990 and 541611 alone account for $39.64 billion, or about 72% of total obligations, indicating heavy reliance on broad professional, scientific, technical, and consulting support. The remaining top NAICS codes are materially smaller and more dispersed, with engineering, training, computer services, and educational support each representing a comparatively modest share of overall spending.

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 = '7200'
        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 2,445,752,187.83 2.45 billion 4,719
2024 7,539,465,293.48 7.54 billion 9,095
2023 6,879,189,801.11 6.88 billion 8,704
2022 6,032,709,865.24 6.03 billion 8,573
2021 5,925,438,391.73 5.93 billion 8,977
2020 6,157,537,667.70 6.16 billion 8,775
2019 5,194,296,894.72 5.19 billion 9,151
2018 5,553,274,799.24 5.55 billion 9,430
2017 4,515,832,848.13 4.52 billion 10,726
2016 4,704,705,982.91 4.70 billion 9,758

Insight

Over the last 10 years, AGENCY FOR INTERNATIONAL DEVELOPMENT obligated $54.95 billion across 87,908 awards, with an average award value of $625,064.88. Obligations were relatively steady from 2016 through 2023, generally ranging from $4.52 billion to $6.88 billion annually, before increasing to a peak of $7.54 billion in 2024. The 2025 total of $2.45 billion reflects a partial-year period and is not directly comparable to full-year results. Award counts were highest in 2017 at 10,726 and remained near 8,500 to 9,500 in most other full years, indicating broad distribution across a large number of awards rather than concentration in a small number of actions.

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.