Federal Contractor

ICF INCORPORATED, L.L.C. Federal Contract Obligations (Last 10 Years)

ICF INCORPORATED, L.L.C. has received $3.81 billion across 10,945 award actions over the last 10 years.

ICF INCORPORATED, L.L.C. (CAGE 5M571, UEI QHBLBNKKV4U3) shows a broad federal contracting profile centered on consulting, engineering, IT, and research support. The largest obligations come from the National Institutes of Health, the Office of the Assistant Secretary for Administration, the Centers for Disease Control and Prevention, the Environmental Protection Agency, and the Department of the Army.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of FPDS-observed award actions and may include multiple actions on the same award.

CAGE Code
5M571
UEI
QHBLBNKKV4U3
Total Obligated
3.81 billion
3,814,192,755.06
Award Actions
10,945
Average Action Value
348,487.23

About ICF INCORPORATED, L.L.C. federal contract activity

ICF Incorporated, L.L.C. recorded 10,945 awards and $3.81 billion in obligated value over the last 10 years, with an average award value of $348,487.23. The volume and value profile indicates a high-activity vendor with a broad federal footprint across multiple civilian and defense buyers.

Agency mix and customer concentration

Obligations are concentrated in health and science-related civilian agencies, led by the National Institutes of Health at $626.95 million across 855 awards and the Office of the Assistant Secretary for Administration at $412.12 million across 322 awards. The Centers for Disease Control and Prevention, Environmental Protection Agency, and Department of the Army also represent major funding sources, suggesting a mix of public health, environmental, and defense-adjacent work. The award count at EPA is notably high relative to dollars, indicating a more fragmented purchase pattern there than at the top dollar agencies.

Industry profile based on NAICS activity

The vendor’s obligations are dominated by NAICS 541611, Administrative Management and General Management Consulting Services, at $1.72 billion across 5,265 awards. Engineering services, computer systems design, custom programming, and applied research together account for the next largest share, showing a portfolio centered on consulting, technical services, software, and R&D support. The distribution suggests the vendor is primarily used for professional services rather than product supply.

Annual contract trend over the analysis window

Annual obligations were elevated across the period shown, rising from $466.94 million in 2021 to a peak of $546.16 million in 2023 before easing to $469.44 million in 2024 and $271.28 million in 2025 to date. Award counts remained consistently high, ranging from 1,219 in 2021 to 1,415 in 2023, which indicates sustained procurement activity even as obligated value fluctuated. The 2025 figure should be read as partial-year activity within the analysis window.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 5M571 and UEI QHBLBNKKV4U3 over the last 10 years. Totals reflect obligated dollars and award counts aggregated across the specified period; agency, NAICS, and annual views are ranked by obligated value unless otherwise noted. No interpretation is made beyond the reported FPDS data.

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 = '5M571'
        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
7529 NATIONAL INSTITUTES OF HEALTH 626,947,728.67 626.95 million 855
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 412,118,465.37 412.12 million 322
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 326,597,170.55 326.60 million 634
6800 ENVIRONMENTAL PROTECTION AGENCY 324,390,778.37 324.39 million 3,659
2100 DEPT OF THE ARMY 288,895,854.03 288.90 million 458
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 245,287,927.10 245.29 million 109
1406 DEPARTMENTAL OFFICES 208,705,076.92 208.71 million 231
4732 FEDERAL ACQUISITION SERVICE 168,901,856.19 168.90 million 309
1550 OFFICE OF JUSTICE PROGRAMS 131,005,766.01 131.01 million 152
6925 FEDERAL HIGHWAY ADMINISTRATION 107,652,725.64 107.65 million 943

Insight

Over the last 10 years, ICF INCORPORATED, L.L.C. has obligated $3.81 billion across 10,945 awards, with demand concentrated in a few civilian health and environmental agencies. The National Institutes of Health is the largest obligating agency at $626.95 million, followed by the Office of the Assistant Secretary for Administration at $412.12 million and the Centers for Disease Control and Prevention at $326.60 million. The Environmental Protection Agency stands out for volume with 3,659 awards and $324.39 million obligated, indicating a comparatively fragmented award pattern relative to the higher-dollar agencies. A broader mix of obligations also appears across the Army, USAID, DOJ, GSA, and FHWA, suggesting diversified federal demand beyond the top health-focused 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 = '5M571'
        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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,721,745,248.64 1.72 billion 5,265
541330 ENGINEERING SERVICES 584,005,437.74 584.01 million 764
541512 COMPUTER SYSTEMS DESIGN SERVICES 495,022,353.76 495.02 million 499
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 298,712,424.82 298.71 million 284
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 209,005,699.18 209.01 million 256
541620 ENVIRONMENTAL CONSULTING SERVICES 135,036,067.86 135.04 million 1,649
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 132,185,759.59 132.19 million 972
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 67,343,285.18 67.34 million 226
541219 OTHER ACCOUNTING SERVICES 56,754,281.47 56.75 million 124
541380 TESTING LABORATORIES 41,259,882.58 41.26 million 455

Insight

ICF Incorporated, L.L.C. is concentrated in NAICS 541611, which accounts for $1.72 billion across 5,265 awards, or roughly 45% of total obligations over the last 10 years. The remaining obligations are distributed across engineering, IT systems/design, programming, R&D, and environmental consulting, indicating a broad professional and technical services footprint rather than reliance on a single contract type. Award volume is also diversified, with several NAICS codes carrying substantial counts, including 541620 (1,649 awards) and 541990 (972 awards), suggesting frequent lower-dollar actions alongside larger service engagements.

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 = '5M571'
        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 271,279,585.69 271.28 million 1,271
2024 469,435,736.02 469.44 million 1,379
2023 546,164,753.63 546.16 million 1,415
2022 525,849,618.20 525.85 million 1,281
2021 466,943,575.77 466.94 million 1,219
2020 443,351,935.58 443.35 million 1,357
2019 378,210,874.20 378.21 million 1,062
2018 377,290,679.47 377.29 million 939
2017 275,134,562.60 275.13 million 859
2016 60,531,433.90 60.53 million 163

Insight

Over the last 10 years, ICF INCORPORATED, L.L.C. (CAGE 5M571) obligated $3.81 billion across 10,945 awards, averaging $348,487 per award. Obligations are heavily concentrated in the most recent six years, with annual funding rising from $60.53 million in 2016 to a peak of $546.16 million in 2023, then declining to $469.44 million in 2024 and $271.28 million in 2025. Award volume generally tracks the funding trend, ranging from 163 awards in 2016 to 1,415 in 2023, indicating sustained high activity with variability in annual obligation levels.

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.