Federal Contractor

ABT ASSOCIATES INC. Federal Contract Obligations (Last 5 Years)

ABT ASSOCIATES INC. (CAGE 1A018, UEI X1ZXL81Y8E18) received 716.99990273 million in federal obligations across 706 award actions in the last five years.

ABT ASSOCIATES INC. shows a federal procurement profile centered on research, consulting, and program support work. Most obligations came from the Agency for International Development, with additional spending from CMS, CDC, and the Department of Education.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect obligations recorded in FPDS for the last five years and may differ from rounded figures shown elsewhere on the page.

CAGE Code
1A018
UEI
X1ZXL81Y8E18
Total Obligated
717.00 million
716,999,902.73
Award Actions
706
Average Action Value
1,015,580.59

About ABT ASSOCIATES INC. federal contract activity

ABT ASSOCIATES INC. (CAGE 1A018, UEI X1ZXL81Y8E18) recorded 706 FPDS awards totaling 717.00 million over the last 5 years, for an average award value of about 1.02 million. The obligation profile is concentrated in a small set of large awards, with annual activity peaking in 2022 and remaining substantial across the period.

Agency mix and customer concentration

The award base is heavily concentrated at the Agency for International Development, which accounts for 590.14 million across 99 awards and represents the dominant share of obligated value. The next largest buyers are the Centers for Medicare and Medicaid Services, the Centers for Disease Control and Prevention, the Department of Education, and the Office of the Assistant Secretary for Administration, indicating a portfolio centered on public health, education, and international development missions.

Industry profile based on NAICS activity

The vendor’s obligations are led by NAICS 541990, All Other Professional, Scientific, and Technical Services, at 600.59 million across 118 awards, showing broad professional services demand. Secondary activity appears in social science and humanities R&D, scientific and technical consulting, management consulting, and physical/life sciences R&D, which points to a mix of research, evaluation, advisory, and technical support work.

Annual contract trend over the analysis window

Annual obligations rose sharply from 245.09 million in 2021 to 250.00 million in 2022, then declined to 117.96 million in 2023 and 78.94 million in 2024. Through 2025, obligations stand at 25.02 million across 42 awards, suggesting lower current-year execution relative to prior peaks, with 2022 and 2021 driving most of the period total.

How to interpret this page

This summary is based on FPDS obligations associated with ABT ASSOCIATES INC. using CAGE 1A018 and UEI X1ZXL81Y8E18 over the last 5 years. Agency, NAICS, and annual figures reflect obligated dollars and award counts from the provided analysis window and should be interpreted as federal procurement activity only.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1A018'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 590,144,207.67 590.14 million 99
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 53,967,494.88 53.97 million 59
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 30,502,693.93 30.50 million 91
9100 EDUCATION, DEPARTMENT OF 8,524,401.14 8.52 million 66
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 8,350,058.75 8.35 million 62
6800 ENVIRONMENTAL PROTECTION AGENCY 5,800,078.57 5.80 million 177
7528 AGENCY FOR HEALTHCARE RESEARCH AND QUALITY 5,229,378.44 5.23 million 12
2800 SOCIAL SECURITY ADMINISTRATION 5,061,505.99 5.06 million 10
7522 SUBSTANCE ABUSE AND MENTAL HEALTH SERVICES ADMINISTRATION 4,162,839.00 4.16 million 10
7526 HEALTH RESOURCES AND SERVICES ADMINISTRATION 2,706,926.00 2.71 million 9

Insight

ABT ASSOCIATES INC. received 717.00 million across 706 awards over the last 5 years, with obligations concentrated in a small number of agencies. AGENCY FOR INTERNATIONAL DEVELOPMENT accounted for 590.14 million across 99 awards, representing the dominant share of obligated dollars, while the next largest agencies—CMS and CDC—contributed 53.97 million and 30.50 million, respectively. The remaining top agencies each obligated less than 9 million, indicating a sharply skewed spend profile with high concentration at USAID and broader, lower-dollar activity across multiple health and education agencies.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1A018'
        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 600,590,865.72 600.59 million 118
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 45,345,544.49 45.35 million 85
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 29,107,979.79 29.11 million 52
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 15,048,263.50 15.05 million 190
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 11,549,187.26 11.55 million 37
541613 MARKETING CONSULTING SERVICES 9,274,618.26 9.27 million 33
541620 ENVIRONMENTAL CONSULTING SERVICES 6,033,606.98 6.03 million 164
541618 OTHER MANAGEMENT CONSULTING SERVICES 141,996.24 142.00 thousand 22
541199 ALL OTHER LEGAL SERVICES 25,432.03 25.43 thousand 2
611710 EDUCATIONAL SUPPORT SERVICES -0.09 -0.09 1

Insight

ABT ASSOCIATES INC. is highly concentrated in NAICS 541990, which accounts for $600.59 million of the $717.00 million obligated over the last 5 years, or roughly 84% of total obligations. The next largest NAICS codes—541720, 541690, and 541611—are materially smaller, indicating a secondary mix of research, consulting, and management support work rather than a broadly distributed portfolio. Award volume is more dispersed than dollars, with 541611 and 541620 generating relatively higher award counts but lower obligated amounts, suggesting smaller-value tasking in those categories.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1A018'
        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 25,022,977.22 25.02 million 42
2024 78,940,156.75 78.94 million 92
2023 117,955,776.16 117.96 million 124
2022 249,995,547.83 250.00 million 193
2021 245,085,444.77 245.09 million 255

Insight

ABT ASSOCIATES INC. received $717.0 million across 706 awards over the last 5 years, averaging about $1.02 million per award. Obligation volume is heavily concentrated in 2021 and 2022, which together account for roughly $495.1 million, or about 69% of total obligations, indicating a pronounced peak early in the period. Activity then declined each year through 2025, falling from 255 awards in 2021 to 42 awards in 2025, with obligations decreasing from $245.1 million to $25.0 million.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.