Federal Contractor

URS Federal Contract Obligations (Last 10 Years)

URS has recorded 190 federal award actions worth $2.13 billion over the last 10 years, concentrated in the Department of Energy and remediation services.

This vendor page summarizes federal procurement activity for URS, CAGE 64BY8, UEI QHN6R6M114L7, across the last 10 years. The record shows 190 award actions totaling $2,127,696,224.33, with the Department of Energy and NAICS 562910, Remediation Services, accounting for the full observed obligated amount.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend values include a negative obligation entry in 2023, which may reflect deobligations or corrections in FPDS reporting.

CAGE Code
64BY8
UEI
QHN6R6M114L7
Total Obligated
2.13 billion
2,127,696,224.33
Award Actions
190
Average Action Value
11,198,401.18

About URS federal contract activity

URS recorded $2.13 billion in obligated funding across 190 awards over the last 10 years, for an average award value of $11.20 million. The profile indicates a concentrated federal footprint tied to a relatively small number of higher-value actions rather than a broad award base.

Agency mix and customer concentration

All observed obligations came from the Department of Energy (agency ID 8900), which accounted for the full $2.13 billion and all 190 awards. This suggests a single-agency dependency and a procurement relationship centered on DOE-funded requirements.

Industry profile based on NAICS activity

All observed obligations were concentrated in NAICS 562910, Remediation Services, with $2.13 billion across 190 awards. The mix indicates a narrowly specialized services profile aligned to environmental cleanup and remediation work.

Annual contract trend over the analysis window

Annual obligations were strongest in 2020 and 2021, at $518.82 million and $469.19 million respectively, before falling sharply in 2022 to $35.81 million. The provided data also shows a negative net obligation in 2023 and a modest recovery in 2025, which points to volatility in deobligations, modifications, or closeout activity rather than a steady award cadence.

How to interpret this page

This summary uses FPDS-observed obligations for the last 10 years and aggregates them by vendor CAGE 64BY8 and UEI QHN6R6M114L7. Totals, counts, and averages reflect the supplied dataset; annual figures are interpreted as net obligated amounts for each fiscal year and may include negative adjustments.

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 = '64BY8'
        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
8900 ENERGY, DEPARTMENT OF 2,127,696,224.33 2.13 billion 190

Insight

Over the last 10 years, URS’s obligations under CAGE 64BY8 are fully concentrated in one agency: the Department of Energy. DOE accounts for the full $2.13 billion in obligated value and all 190 awards in the period, indicating a highly concentrated procurement relationship. The average award value of about $11.2 million suggests a mix of substantial obligations rather than a broad distribution across multiple civilian or defense 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 = '64BY8'
        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
562910 REMEDIATION SERVICES 2,127,696,224.33 2.13 billion 190

Insight

Over the last 10 years, URS (CAGE 64BY8) shows complete concentration in NAICS 562910, Remediation Services, accounting for the full $2.13 billion in obligated value across 190 awards. This indicates a highly concentrated procurement profile with no diversification across other NAICS codes in the provided data. The average award value of about $11.2 million suggests a mix of moderate-sized obligations within a single service category.

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 = '64BY8'
        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 6,892,715.20 6.89 million 1
2023 -1,070,197.60 -1.07 million 3
2022 35,807,120.44 35.81 million 12
2021 469,188,974.09 469.19 million 23
2020 518,822,945.48 518.82 million 25
2019 382,391,612.74 382.39 million 36
2018 471,077,793.46 471.08 million 44
2017 244,585,260.52 244.59 million 46

Insight

URS (CAGE 64BY8) recorded $2.13 billion in obligated dollars across 190 awards over the last 10 years, with an average award value of $11.2 million. Obligations were heavily concentrated in 2017–2021, with annual totals ranging from $244.6 million to $518.8 million and the highest activity in 2020 and 2021. Activity declined sharply in 2022 to $35.8 million, followed by a negative net obligated value in 2023, indicating downward movement and possible deobligations or corrections in the period. 2025 reflects limited recent activity at $6.9 million across 1 award.

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.