Federal Contractor

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

ICF INCORPORATED, L.L.C. recorded 271.28 million in obligated federal awards across 1,271 actions in the last full year.

ICF INCORPORATED, L.L.C. (CAGE 5M571, UEI QHBLBNKKV4U3) received 271,279,585.69 in federal obligations in 2025, with an average action value of 213,437.91. Activity was concentrated at the National Institutes of Health, Departmental Offices, and the Centers for Disease Control and Prevention.

Generated at 03/21/2026

Analysis period: Last full year

This summary reflects the last full year and uses obligation totals and action counts from FPDS query results.

CAGE Code
5M571
UEI
QHBLBNKKV4U3
Total Obligated
271.28 million
271,279,585.69
Award Actions
1,271
Average Action Value
213,437.91

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

ICF INCORPORATED, L.L.C. recorded 271.28 million in obligated awards across 1,271 actions in the last full year, for an average award value of 213,437.91. The vendor’s activity volume is high, but the average obligation size indicates a portfolio dominated by smaller-to-mid-sized awards rather than a few large procurements.

Agency mix and customer concentration

Obligations were led by the National Institutes of Health at 62.04 million across 48 awards, followed by Departmental Offices at 49.23 million across 60 awards. The Centers for Disease Control and Prevention, Administration for Children and Families, and U.S. Immigration and Customs Enforcement round out the top five, showing a customer base concentrated in public health, human services, and enforcement-related missions.

Industry profile based on NAICS activity

The NAICS profile is centered on consulting and technical services, led by Administrative Management and General Management Consulting Services at 92.73 million across 639 awards. Computer Systems Design Services, Engineering Services, Custom Computer Programming Services, and R&D in the physical, engineering, and life sciences add meaningful depth, indicating a mix of management consulting, IT, engineering, software, and research support.

Annual contract trend over the analysis window

The annual trend data provided shows a single observation for 2025, with 271.28 million obligated across 1,271 awards. Because only one year is available in the analysis window, the dataset supports a current-year activity snapshot rather than a multi-year directional trend.

How to interpret this page

This summary is based on the provided FPDS Query analysis window for the last full year and uses only the supplied obligation, award count, agency, NAICS, and annual trend fields. Agency and NAICS concentration are interpreted from total obligated dollars and award counts, with no assumptions made beyond the reported 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 1 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 62,039,918.76 62.04 million 48
1406 DEPARTMENTAL OFFICES 49,226,887.58 49.23 million 60
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 19,421,195.57 19.42 million 45
7590 ADMINISTRATION FOR CHILDREN AND FAMILIES 18,070,800.74 18.07 million 9
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 16,130,934.18 16.13 million 13
6800 ENVIRONMENTAL PROTECTION AGENCY 15,561,549.23 15.56 million 459
4900 NATIONAL SCIENCE FOUNDATION 13,298,114.29 13.30 million 9
6925 FEDERAL HIGHWAY ADMINISTRATION 13,250,910.97 13.25 million 124
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 11,698,633.49 11.70 million 4
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 8,380,107.40 8.38 million 2

Insight

ICF Incorporated, L.L.C. received $271.28 million across 1,271 awards in the last full year, with obligations concentrated in a small set of civilian agencies. The National Institutes of Health was the largest funding source at $62.04 million, followed by Departmental Offices at $49.23 million and the Centers for Disease Control and Prevention at $19.42 million. Award volume is more dispersed than dollars in several cases, notably the Environmental Protection Agency with 459 awards but only $15.56 million obligated, while higher-dollar agencies such as NIH and Departmental Offices account for a larger share of obligation value with fewer 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__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 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 92,726,922.42 92.73 million 639
541512 COMPUTER SYSTEMS DESIGN SERVICES 53,137,433.79 53.14 million 41
541330 ENGINEERING SERVICES 48,422,918.46 48.42 million 88
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 36,309,262.89 36.31 million 27
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 12,874,807.03 12.87 million 77
541519 OTHER COMPUTER RELATED SERVICES 9,731,068.32 9.73 million 10
541380 TESTING LABORATORIES AND SERVICES 4,636,029.22 4.64 million 59
541219 OTHER ACCOUNTING SERVICES 3,427,127.90 3.43 million 11
541620 ENVIRONMENTAL CONSULTING SERVICES 2,948,920.03 2.95 million 189
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 2,222,157.70 2.22 million 26

Insight

ICF INCORPORATED, L.L.C. received $271.28 million across 1,271 awards in the last full year, with obligations concentrated in a few core service NAICS. NAICS 541611 accounted for the largest share at $92.73 million across 639 awards, followed by 541512 at $53.14 million and 541330 at $48.42 million; together, these three categories represent most of the vendor’s obligated dollars in the period. Award activity was more dispersed than dollars, with high counts also in 541620 and 541715 despite relatively lower obligations, indicating a mix of numerous smaller awards and fewer larger professional services 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '5M571'
        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 271,279,585.69 271.28 million 1,271

Insight

In the last full year, ICF INCORPORATED, L.L.C. (CAGE 5M571) recorded $271.28 million in obligated value across 1,271 awards, with an average award value of $213,437.91. Because only one annual period is provided, no year-over-year trend can be assessed from this view. The volume of awards suggests obligations were distributed across a large number of transactions rather than concentrated in a small number of awards.

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