Federal Contractor

CH2M HILL, INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for CH2M HILL, INC. showing 1.58 billion in obligated awards across 5,136 actions over the last 10 years.

CH2M HILL, INC. (CAGE 0CAV6, UEI NBG7N3TRX7K4) has received 1,583,453,080.03 in federal obligations across 5,136 award actions in the last 10 years. The activity is concentrated in engineering and environmental work, led by the Department of the Navy and the Environmental Protection Agency.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the selected 10-year analysis window and are based on obligated award data by agency, NAICS, and fiscal year.

CAGE Code
0CAV6
UEI
NBG7N3TRX7K4
Total Obligated
1.58 billion
1,583,453,080.03
Award Actions
5,136
Average Action Value
308,304.72

About CH2M HILL, INC. federal contract activity

CH2M HILL, INC. (CAGE 0CAV6, UEI NBG7N3TRX7K4) received $1.58 billion across 5,136 awards over the last 10 years, for an average award value of $308,304.72. The profile indicates a high-volume federal vendor with substantial recurring obligations rather than a small number of large transactions.

Agency mix and customer concentration

The Department of the Navy is the dominant customer, accounting for $786.15 million and 1,908 awards, or roughly half of total obligations. The Environmental Protection Agency is the second-largest agency by dollars at $329.10 million, followed by the Department of the Army, NASA, and the Department of the Air Force, showing a mix concentrated in defense and environmental missions.

Industry profile based on NAICS activity

Contracting is led by NAICS 541330 Engineering Services at $1.04 billion and 3,661 awards, making it the core of the vendor’s federal work. Remediation Services is the next largest category at $364.49 million, while smaller but material activity appears in professional and technical services, facilities support, and environmental consulting, reinforcing a portfolio centered on engineering and environmental delivery.

Annual contract trend over the analysis window

Annual obligations in the provided recent years were strongest in 2023 at $239.39 million, followed by 2022 at $207.68 million and 2024 at $179.10 million. 2025 shows $106.81 million to date, which is below the prior full-year levels in the window but still reflects continued award activity with 414 awards.

How to interpret this page

This summary is based on FPDS award data for the last 10 years and uses obligated dollars and award counts tied to the vendor identifiers provided. Agency, NAICS, and annual trend sections are derived from the top-ranked values in the supplied analysis outputs; totals should be interpreted as obligations within the stated window, not necessarily exclusive of all possible amendments or reporting timing effects.

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 = '0CAV6'
        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
1700 DEPT OF THE NAVY 786,147,225.11 786.15 million 1,908
6800 ENVIRONMENTAL PROTECTION AGENCY 329,104,758.26 329.10 million 737
2100 DEPT OF THE ARMY 160,492,104.12 160.49 million 689
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 96,882,531.45 96.88 million 575
5700 DEPT OF THE AIR FORCE 89,903,099.85 89.90 million 257
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 76,918,163.33 76.92 million 87
6925 FEDERAL HIGHWAY ADMINISTRATION 16,305,303.72 16.31 million 405
1443 NATIONAL PARK SERVICE 11,678,414.67 11.68 million 159
9543 MILLENNIUM CHALLENGE CORPORATION 4,913,583.42 4.91 million 20
1422 BUREAU OF LAND MANAGEMENT 4,413,281.81 4.41 million 74

Insight

Over the last 10 years, CH2M HILL, INC. has obligated $1.58 billion across 5,136 awards, with funding concentrated in a small number of agencies. The DEPT OF THE NAVY accounts for the largest share at $786.15 million and 1,908 awards, followed by EPA at $329.10 million and the DEPT OF THE ARMY at $160.49 million. The remaining top agencies are materially smaller, with NASA, the Air Force, and DTRA each below $100 million, indicating a long tail of lower-obligation activity beyond the top three customers.

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 = '0CAV6'
        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
541330 ENGINEERING SERVICES 1,040,724,934.04 1.04 billion 3,661
562910 REMEDIATION SERVICES 364,487,566.54 364.49 million 878
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 76,918,163.33 76.92 million 87
561210 FACILITIES SUPPORT SERVICES 33,072,152.03 33.07 million 36
541620 ENVIRONMENTAL CONSULTING SERVICES 31,319,358.55 31.32 million 234
221310 WATER SUPPLY AND IRRIGATION SYSTEMS 25,387,490.71 25.39 million 51
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 6,203,331.54 6.20 million 23
541310 ARCHITECTURAL SERVICES 5,520,587.26 5.52 million 87
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 437,133.00 437.13 thousand 5
541713 RESEARCH AND DEVELOPMENT IN NANOTECHNOLOGY 396,800.00 396.80 thousand 3

Insight

Over the last 10 years, CH2M HILL, INC. (CAGE 0CAV6) has received 5,136 awards totaling $1.58 billion, with obligations heavily concentrated in NAICS 541330, Engineering Services, which accounts for $1.04 billion across 3,661 awards. NAICS 562910, Remediation Services, is the second-largest category at $364.49 million across 878 awards, indicating a strong environmental and remediation profile. The remaining obligated amount is distributed across a broader set of technical and support NAICS, but each contributes materially less than the top two categories, showing a clear concentration in engineering-related work.

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 = '0CAV6'
        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 106,805,644.43 106.81 million 414
2024 179,104,514.19 179.10 million 599
2023 239,389,720.52 239.39 million 601
2022 207,682,758.05 207.68 million 697
2021 173,258,903.48 173.26 million 712
2020 189,064,331.01 189.06 million 614
2019 145,142,909.10 145.14 million 506
2018 183,818,299.88 183.82 million 502
2017 156,317,172.48 156.32 million 454
2016 2,868,826.89 2.87 million 37

Insight

Over the last 10 years, CH2M HILL, INC. (CAGE 0CAV6) received $1.58 billion across 5,136 awards, averaging about $308.3K per award. Obligations were generally steady from 2017 through 2024, ranging from $145.1 million to $239.4 million annually, with award volume typically between 454 and 712 actions. The profile peaks in 2023 at $239.4 million, then declines in 2024 and 2025 to $179.1 million and $106.8 million, respectively, indicating a recent contraction after a multi-year period of sustained obligation activity.

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.