Federal Agency

AGENCY FOR INTERNATIONAL DEVELOPMENT Federal Contract Obligations (Last Year)

Agency for International Development obligated $2.45 billion across 4,719 award actions in the last full year, with consulting and technical services driving most spending.

In the last full year, the Agency for International Development recorded 4,719 award actions totaling $2,445,752,187.83, for an average action value of $518,277.64. Spending was concentrated in management consulting, professional and technical services, and engineering, with CHEMONICS INTERNATIONAL, INC receiving the largest total obligation at $846.45 million.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects FPDS award action data for agency ID 7200 during the last full year and summarizes totals, top vendors, and leading NAICS categories.

Agency ID
7200
Total Obligated
2.45 billion
2,445,752,187.83
Award Actions
4,719
Average Action Value
518,277.64

About AGENCY FOR INTERNATIONAL DEVELOPMENT federal contract activity

AGENCY FOR INTERNATIONAL DEVELOPMENT obligated $2.45 billion across 4,719 awards in the last full year, for an average award value of $518,277.64. The volume and value profile indicate a broad, high-transaction portfolio with substantial concentration in a relatively small number of awards.

Vendor concentration and leading contractors

Vendor obligations were led by CHEMONICS INTERNATIONAL, INC at $846.45 million across 20 awards, followed by FAMILY HEALTH INTERNATIONAL at $205.94 million across 18 awards and PATH at $157.22 million across 6 awards. The remaining top vendors, ABT ASSOCIATES INC. and CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY, also show meaningful share, suggesting continued reliance on a small set of implementers.

Industry profile based on NAICS activity

Obligations were concentrated in consulting and technical service categories, led by NAICS 541611 at $1.09 billion across 423 awards and NAICS 541990 at $600.62 million across 939 awards. Engineering services under NAICS 541330 added $304.33 million, while NAICS 311340 and 541612 indicate additional spend in manufacturing and human resources consulting-related work.

Annual contract trend over the analysis window

The annual trend for 2025 shows $2.45 billion obligated across 4,719 awards, matching the last full year analysis window. With only a single year provided, the data support a point-in-time assessment rather than a multi-year growth or decline conclusion.

How to interpret this page

This page summarizes FPDS Query obligations for AGENCY FOR INTERNATIONAL DEVELOPMENT, agency ID 7200, using the last full year as the analysis window. Amounts reflect obligated dollars and counts reflect award records in the dataset; vendor and NAICS rankings are based on total obligated value within the period.

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 1 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 846,452,209.25 846.45 million 20
FAMILY HEALTH INTERNATIONAL 205,941,350.00 205.94 million 18
PATH 157,216,687.44 157.22 million 6
ABT ASSOCIATES INC. 153,156,475.68 153.16 million 14
CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY 109,598,173.13 109.60 million 12
DAI GLOBAL, LLC 60,649,028.73 60.65 million 58
CHEMONICS INTERNATIONAL, INC. 47,306,426.00 47.31 million 91
IT CONCEPTS, INC. 42,943,300.24 42.94 million 10
GLOBAL SOLUTIONS VENTURES, LLC 42,897,037.71 42.90 million 9
NTT DATA FEDERAL SERVICES, INC 38,388,304.53 38.39 million 13

Insight

Over the last full year, USAID obligated $2.45 billion across 4,719 awards, with an average award value of $518,278. Obligations are concentrated among a small number of vendors: CHEMONICS INTERNATIONAL, INC received $846.45 million, or about 34.6% of total obligated dollars, and the top 10 vendors together account for a substantial share of agency spending. Several vendors appear in multiple naming variants, including CHEMONICS INTERNATIONAL, INC and CHEMONICS INTERNATIONAL, INC., which may indicate vendor record fragmentation across the query results. Award volume is more dispersed than dollars, with some vendors receiving relatively few high-value awards and others, such as DAI GLOBAL, LLC, receiving more awards at lower cumulative value.

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 1 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,092,394,102.35 1.09 billion 423
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 600,616,081.89 600.62 million 939
541330 ENGINEERING SERVICES 304,329,316.19 304.33 million 158
311340 NONCHOCOLATE CONFECTIONERY MANUFACTURING 58,118,584.00 58.12 million 41
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 52,660,840.68 52.66 million 29
541310 ARCHITECTURAL SERVICES 49,061,288.06 49.06 million 41
541519 OTHER COMPUTER RELATED SERVICES 46,663,656.72 46.66 million 233
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 42,894,111.67 42.89 million 57
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 41,397,780.74 41.40 million 21
423450 MEDICAL, DENTAL, AND HOSPITAL EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 34,187,089.00 34.19 million 3

Insight

Over the last full year, AGENCY FOR INTERNATIONAL DEVELOPMENT obligated $2.45 billion across 4,719 awards, with spending concentrated in professional and technical service NAICS. NAICS 541611 accounted for $1.09 billion, or about 45% of total obligations, followed by 541990 at $600.62 million and 541330 at $304.33 million; together these three categories represented the clear majority of obligated value. Award volume was more dispersed than dollar value, with 541990 leading in award count (939) and 541519 also carrying a relatively high count (233) despite a smaller obligation amount, indicating a mix of high-value and more frequent lower-value awards.

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

Insight

Over the last full year, AGENCY FOR INTERNATIONAL DEVELOPMENT obligated $2.45 billion across 4,719 awards, for an average award value of $518,277.64. The annual profile is concentrated in a single reporting year, so this view reflects the full observed obligation volume for the 1-year window rather than a multi-year trend. The volume of awards relative to total obligations suggests a distribution that includes many smaller actions alongside larger awards.

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