Federal Contractor

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

CH2M HILL, INC. procurement profile for the last 5 years shows 3,023 award actions and $906.24 million obligated.

CH2M HILL, INC. (CAGE 0CAV6, UEI NBG7N3TRX7K4) recorded $906.24 million in obligated federal awards across 3,023 actions in the last 5 years. Activity is concentrated with the Department of the Navy and the Environmental Protection Agency, and the largest buying categories are engineering services and remediation services.

Generated at 03/21/2026

Analysis period: Last 5 years

This summary reflects the provided 5-year analysis window and uses readable obligation totals rounded from exact FPDS values.

CAGE Code
0CAV6
UEI
NBG7N3TRX7K4
Total Obligated
906.24 million
906,241,540.67
Award Actions
3,023
Average Action Value
299,782.18

About CH2M HILL, INC. federal contract activity

CH2M HILL, INC. (CAGE 0CAV6, UEI NBG7N3TRX7K4) recorded $906.24 million in obligated value across 3,023 awards over the last 5 years, for an average award value of $299,782.18. The profile indicates a high-volume federal supplier with activity concentrated in technical, environmental, and remediation work rather than a small number of large transactions.

Agency mix and customer concentration

The Department of the Navy is the dominant customer, accounting for $512.50 million across 1,298 awards, or well over half of total obligated value in the period. The Environmental Protection Agency is the second-largest agency at $241.05 million, followed by NASA, DTRA, and the Department of the Army, showing a customer base centered on defense and environmental missions.

Industry profile based on NAICS activity

NAICS 541330, Engineering Services, is the primary revenue driver at $593.57 million across 2,115 awards. NAICS 562910, Remediation Services, is the second major line at $258.66 million across 704 awards, while smaller but relevant activity appears in NAICS 541990, 541620, and 541310, indicating a broader portfolio of professional, environmental, and architectural services.

Annual contract trend over the analysis window

Annual obligated value peaked in 2023 at $239.39 million, then declined to $179.10 million in 2024 and $106.81 million in 2025. Award counts also fell from 712 in 2021 to 414 in 2025, suggesting a recent contraction in both volume and spend after relatively strong activity in 2022-2024.

How to interpret this page

This summary uses FPDS obligations tied to the vendor identifiers provided for the last 5 years and aggregates awards by agency, NAICS code, and fiscal year. Obligated dollars and award counts are reported as observed in the analysis window; averages are derived from total obligated value divided by award count.

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 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
1700 DEPT OF THE NAVY 512,502,700.14 512.50 million 1,298
6800 ENVIRONMENTAL PROTECTION AGENCY 241,049,756.15 241.05 million 615
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 51,925,447.45 51.93 million 429
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 50,988,624.19 50.99 million 70
2100 DEPT OF THE ARMY 31,873,690.69 31.87 million 226
5700 DEPT OF THE AIR FORCE 15,711,770.85 15.71 million 119
1422 BUREAU OF LAND MANAGEMENT 2,229,485.58 2.23 million 50
1450 BUREAU OF INDIAN AFFAIRS 2,210,558.12 2.21 million 9
6925 FEDERAL HIGHWAY ADMINISTRATION 1,140,294.42 1.14 million 150
9543 MILLENNIUM CHALLENGE CORPORATION 1,073,888.44 1.07 million 7

Insight

Over the last 5 years, CH2M HILL, INC. received $906.24 million across 3,023 awards, with obligations concentrated heavily at the Department of the Navy, which accounted for $512.50 million and 1,298 awards. The Environmental Protection Agency was the next largest customer at $241.05 million and 615 awards, while NASA and DTRA contributed a much smaller but still material share at about $51.93 million and $50.99 million, respectively. Beyond these top four agencies, obligations drop sharply, indicating a procurement profile dominated by a small number of federal 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 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
541330 ENGINEERING SERVICES 593,571,544.94 593.57 million 2,115
562910 REMEDIATION SERVICES 258,656,825.58 258.66 million 704
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 50,988,624.19 50.99 million 70
541620 ENVIRONMENTAL CONSULTING SERVICES 8,353,267.00 8.35 million 47
541310 ARCHITECTURAL SERVICES 3,336,791.03 3.34 million 63
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 718,850.32 718.85 thousand 8
541512 COMPUTER SYSTEMS DESIGN SERVICES -11,210.10 -11.21 thousand 1
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES -3,162,607.11 -3.16 million 11
561210 FACILITIES SUPPORT SERVICES -6,210,545.18 -6.21 million 4

Insight

Over the last 5 years, CH2M HILL, INC. obligated $906.24 million across 3,023 awards, with activity heavily concentrated in NAICS 541330, Engineering Services, which accounts for $593.57 million and 2,115 awards. NAICS 562910, Remediation Services, is the second-largest category at $258.66 million and 704 awards, indicating a strong two-NAICS concentration that represents the vast majority of total obligations. The remaining categories are comparatively minor and dispersed across related professional and technical services, with several small negative-obligation entries reducing net totals in limited NAICS lines.

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 5 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

Insight

Over the last 5 years, CH2M HILL, INC. (CAGE 0CAV6) received $906.24 million across 3,023 awards, averaging $299,782 per award. Obligations were concentrated in 2023 ($239.39 million) and then declined in 2024 ($179.10 million) and 2025 year-to-date ($106.81 million), indicating a recent reduction from the 2023 peak. Award volume followed a similar pattern, with annual counts ranging from 414 in 2025 to 712 in 2021, suggesting relatively high transaction frequency with moderate year-to-year fluctuation.

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.