Federal Contractor

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

ABT ASSOCIATES INC. (CAGE 1A018, UEI X1ZXL81Y8E18) has received 2,293 federal award actions totaling $1.87 billion over the last 10 years.

Federal spending for ABT ASSOCIATES INC. is concentrated at the Agency for International Development, which accounts for $1.44 billion across 208 actions. The vendor’s obligations also show recurring activity in health, environmental, and research-related programs, led by CMS, HHS administration offices, CDC, and EPA.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect obligated amounts in the last 10 years and may include multiple action types across awards.

CAGE Code
1A018
UEI
X1ZXL81Y8E18
Total Obligated
1.87 billion
1,874,501,273.73
Award Actions
2,293
Average Action Value
817,488.56

About ABT ASSOCIATES INC. federal contract activity

ABT ASSOCIATES INC. (CAGE 1A018, UEI X1ZXL81Y8E18) received 1.87 billion in obligated federal awards across 2,293 awards over the last 10 years, for an average award value of 817,488.56. The profile reflects a high-volume, mid-to-large award environment with concentration in a limited number of agencies and technical service domains.

Agency mix and customer concentration

The agency mix is heavily concentrated in foreign assistance work: the AGENCY FOR INTERNATIONAL DEVELOPMENT accounts for 1.44 billion and 208 awards, representing the clear majority of obligated dollars. The remaining top agencies are materially smaller by dollars but still active, led by CMS, ASA, CDC, and EPA, indicating a broader health, administrative, and environmental footprint.

Industry profile based on NAICS activity

The NAICS profile is dominated by 541990, which accounts for 1.31 billion across 248 awards and is the primary driver of total obligations. 541611 is the largest by award count with 1,013 awards and 308.93 million, while 541720, 541690, and 541712 show additional concentration in research and consulting activities rather than commodity or construction categories.

Annual contract trend over the analysis window

Annual obligations rose sharply from 25.02 million in 2025 to 78.94 million in 2024 and 117.96 million in 2023, then peaked at 250.00 million in 2022 and remained near that level at 245.09 million in 2021. Based on the years provided, the recent pattern shows a lower 2024-2025 pace relative to the 2021-2022 peak, with award counts also declining from 255 in 2021 to 42 in 2025.

How to interpret this page

This summary is based on FPDS-observed awards associated with CAGE 1A018 and UEI X1ZXL81Y8E18 over the stated last 10-year analysis window. Agency, NAICS, and annual views are ranked by obligated dollars, and the narrative reflects only the values provided in the source dataset.

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 10 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 1,436,544,499.31 1.44 billion 208
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 95,822,684.44 95.82 million 120
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 90,057,256.64 90.06 million 207
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 74,182,897.51 74.18 million 182
6800 ENVIRONMENTAL PROTECTION AGENCY 44,468,896.59 44.47 million 723
9100 EDUCATION, DEPARTMENT OF 35,547,567.97 35.55 million 100
2800 SOCIAL SECURITY ADMINISTRATION 21,185,069.89 21.19 million 39
12F2 FOOD AND NUTRITION SERVICE 14,318,025.21 14.32 million 39
7522 SUBSTANCE ABUSE AND MENTAL HEALTH SERVICES ADMINISTRATION 11,872,597.00 11.87 million 24
7526 HEALTH RESOURCES AND SERVICES ADMINISTRATION 9,057,755.93 9.06 million 48

Insight

Over the last 10 years, ABT ASSOCIATES INC. has received $1.87 billion across 2,293 awards, with obligations concentrated heavily at the Agency for International Development, which accounts for $1.44 billion, or about 77% of total obligated dollars in this set. The remaining obligations are distributed across health, environmental, education, and social services agencies, with much smaller dollar totals and comparatively more awards at EPA, indicating a broader but lower-value award pattern outside AID. This profile suggests a high concentration of funding in one lead agency alongside a dispersed portfolio of smaller commitments across multiple civilian 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 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 1,312,939,926.66 1.31 billion 248
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 308,931,397.05 308.93 million 1,013
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 83,513,117.88 83.51 million 146
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 66,628,309.11 66.63 million 115
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 40,743,997.79 40.74 million 98
541613 MARKETING CONSULTING SERVICES 27,327,811.59 27.33 million 62
541620 ENVIRONMENTAL CONSULTING SERVICES 27,086,577.15 27.09 million 466
541618 OTHER MANAGEMENT CONSULTING SERVICES 5,817,358.91 5.82 million 122
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 1,111,759.00 1.11 million 6
611710 EDUCATIONAL SUPPORT SERVICES 763,584.52 763.58 thousand 4

Insight

Over the last 10 years, ABT ASSOCIATES INC. has a highly concentrated obligation profile in NAICS 541990, which accounts for $1.31 billion, or the clear majority of the vendor’s $1.87 billion total. NAICS 541611 is the next largest category at $308.93 million and 1,013 awards, indicating a much broader award base but substantially lower dollar concentration than 541990. The remaining top NAICS codes are each below $83.52 million, showing that obligations taper quickly into smaller, more fragmented activity across consulting, R&D, environmental, and related services.

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 10 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
2020 296,303,806.48 296.30 million 326
2019 340,053,400.17 340.05 million 384
2018 287,513,884.75 287.51 million 437
2017 202,187,235.57 202.19 million 394
2016 31,443,044.03 31.44 million 46

Insight

ABT ASSOCIATES INC. received 1.87 billion across 2,293 awards over the last 10 years, averaging 817,488.56 per award. Obligations were highly concentrated in 2017-2022, with annual totals ranging from 202.19 million to 340.05 million and a peak in 2019 at 340.05 million; award counts also peaked in 2018-2019 at 437 and 384, respectively. Activity declined materially in 2023-2025, falling from 117.96 million and 124 awards in 2023 to 25.02 million and 42 awards in 2025, indicating a pronounced recent contraction after a multi-year high-spend period.

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