Federal Agency

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

Analyst summary of AGENCY FOR INTERNATIONAL DEVELOPMENT (Agency ID 7200) procurement obligations, vendors, NAICS mix, and annual trends over the last 5 years.

Over the last 5 years, AGENCY FOR INTERNATIONAL DEVELOPMENT obligated $28.82 billion across 40,068 award actions, with an average action value of $719,341. Spending was concentrated in professional, scientific, and technical services, led by NAICS 541990 and 541611, and the largest obligations went to Chemonics International, Inc., DAI Global, LLC, and ABT Associates Inc.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect FPDS records for the last 5 years and may include multiple entries for related vendor names or award actions.

Agency ID
7200
Total Obligated
28.82 billion
28,822,555,539.39
Award Actions
40,068
Average Action Value
719,341.00

About AGENCY FOR INTERNATIONAL DEVELOPMENT federal contract activity

Over the last 5 years, the Agency for International Development obligated 28.82 billion across 40,068 awards, for an average award value of 719,341. The agency’s procurement activity is large in volume and concentrated in services-oriented contracting rather than a small number of very high-dollar awards.

Vendor concentration and leading contractors

Chemonics International, Inc. is the largest identifiable vendor in this period with 5.24 billion obligated across 344 awards, and a separate Chemonics record with punctuation variation adds another 1.75 billion across 598 awards. Domestic Awardees (Undisclosed) account for 3.36 billion across 9,700 awards, indicating substantial activity where vendor identity is not公开ed in the source data, while DAI Global, LLC and ABT Associates Inc. also rank among the top recipients.

Industry profile based on NAICS activity

The portfolio is dominated by professional, scientific, and technical services categories. NAICS 541990, 541611, and 541330 together account for most obligations, led by 541990 at 11.54 billion across 8,564 awards and 541611 at 8.54 billion across 4,334 awards, which points to extensive use of consulting, management support, and engineering services.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at 7.54 billion across 9,095 awards, after rising from 5.93 billion in 2021 to 6.03 billion in 2022 and 6.88 billion in 2023. Activity declined in 2025 to 2.45 billion across 4,719 awards, but that year may reflect a partial-period effect rather than a full-year contraction.

How to interpret this page

This summary uses FPDS obligations for Agency for International Development, agency ID 7200, over the last 5 years. Vendor and NAICS groupings reflect the provided top-ranked records, and annual trend figures reflect obligations and award counts by fiscal year as supplied.

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 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
CHEMONICS INTERNATIONAL, INC 5,243,726,213.18 5.24 billion 344
DOMESTIC AWARDEES (UNDISCLOSED) 3,359,913,265.45 3.36 billion 9,700
CHEMONICS INTERNATIONAL, INC. 1,754,180,161.17 1.75 billion 598
DAI GLOBAL, LLC 1,675,367,423.09 1.68 billion 553
ABT ASSOCIATES INC. 893,056,054.69 893.06 million 131
CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY 666,906,863.78 666.91 million 45
ARD, INC. 623,386,829.00 623.39 million 372
RESEARCH TRIANGLE INSTITUTE 556,794,054.66 556.79 million 277
DELOITTE CONSULTING LLP 487,194,990.62 487.19 million 266
PALLADIUM INTERNATIONAL, LLC 412,272,588.36 412.27 million 205

Insight

Over the last 5 years, AGENCY FOR INTERNATIONAL DEVELOPMENT obligated $28.82 billion across 40,068 awards, with an average award value of $719,341. Obligations are highly concentrated among a small set of vendors, led by CHEMONICS INTERNATIONAL, INC at $5.24 billion, while the top 10 vendors together account for a substantial share of total agency obligations. The vendor mix is also dispersed across many awards, as reflected by DOMESTIC AWARDEES (UNDISCLOSED) with 9,700 awards but a lower obligation total than the leading prime contractors. This pattern indicates both reliance on a few high-value implementers and a broad distribution of smaller or undisclosed awards.

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 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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 11,535,729,953.05 11.54 billion 8,564
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 8,535,997,893.64 8.54 billion 4,334
541330 ENGINEERING SERVICES 2,190,126,666.49 2.19 billion 1,052
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 1,314,319,213.66 1.31 billion 452
541519 OTHER COMPUTER RELATED SERVICES 590,602,168.69 590.60 million 1,812
812990 ALL OTHER PERSONAL SERVICES 587,652,920.44 587.65 million 10,289
311340 NONCHOCOLATE CONFECTIONERY MANUFACTURING 473,363,265.72 473.36 million 250
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 429,339,073.90 429.34 million 162
423450 MEDICAL, DENTAL, AND HOSPITAL EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 235,745,816.18 235.75 million 86
541620 ENVIRONMENTAL CONSULTING SERVICES 187,499,858.90 187.50 million 151

Insight

Over the last 5 years, AGENCY FOR INTERNATIONAL DEVELOPMENT obligated 28.82 billion across 40,068 awards, with activity concentrated in professional, scientific, and technical services and consulting categories. NAICS 541990 and 541611 together account for 20.07 billion, or about 69% of total obligations, indicating heavy reliance on broad technical and management support services. The remaining top NAICS codes are more dispersed, with engineering, scientific consulting, IT, personal services, and a small set of goods-related categories each contributing materially but at much lower levels.

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 5 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

Insight

Over the last 5 years, AGENCY FOR INTERNATIONAL DEVELOPMENT obligated $28.82 billion across 40,068 awards, averaging $719,341 per award. Obligations rose from $5.93 billion in 2021 to a peak of $7.54 billion in 2024, while award counts remained relatively stable between 8,573 and 9,095 from 2021 through 2024. In 2025, obligations declined to $2.45 billion with 4,719 awards, indicating a lower obligation level in the most recent year within the analysis period.

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.