Over the last 5 years, URS has been associated with $510.82 million in federal obligations across 39 award actions, averaging $13.10 million per action. The activity is concentrated in the Department of Energy and NAICS 562910, Remediation Services.
Federal Contractor
URS Federal Contract Obligations (Last 5 Years)
URS (CAGE 64BY8, UEI QHN6R6M114L7) recorded 39 award actions and $510.82 million in obligated federal spending over the last 5 years, all under the Department of Energy.
Annual totals include a negative obligation adjustment in 2023; totals reflect the provided analysis window and obligation amounts as supplied.
About URS federal contract activity
URS, identified by CAGE code 64BY8 and UEI QHN6R6M114L7, recorded $510.82 million in obligated awards across 39 actions in the last 5 years. The average award value was $13.10 million, indicating a relatively concentrated award profile with sizable individual obligations.
Agency mix and customer concentration
The award history is fully concentrated in the Department of Energy, which accounted for the entire $510.82 million and all 39 awards in the analysis window. This indicates a single-agency dependency, with no diversification across other federal buyers in the observed period.
Industry profile based on NAICS activity
All observed obligations map to NAICS 562910, Remediation Services, also representing all 39 awards. The vendor’s federal work profile is therefore narrowly aligned to remediation-related services rather than a diversified set of procurement categories.
Annual contract trend over the analysis window
Annual obligations were highly uneven over the period, peaking in 2021 at $469.19 million across 23 awards and then falling sharply to $35.81 million in 2022. Activity continued at a lower level in 2023 with a net negative obligation of $1.07 million across 3 awards, before rebounding to $6.89 million in 2025 from 1 award.
How to interpret this page
This summary is based on FPDS-observed obligations associated with URS during the last 5 years, using the provided CAGE code 64BY8 and UEI QHN6R6M114L7. Totals, counts, and averages reflect the supplied analysis window and may include deobligations where annual net obligations are negative.
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 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 |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | 510,818,612.13 | 510.82 million | 39 |
Insight
Over the last 5 years, URS (CAGE 64BY8) received $510.82 million across 39 awards, all from the Department of Energy. This indicates complete agency concentration, with 100% of obligated dollars tied to a single procuring department. The average award value was about $13.10 million, suggesting a portfolio of relatively sizable awards rather than broad multi-agency distribution.
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 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 |
|---|---|---|---|---|
| 562910 | REMEDIATION SERVICES | 510,818,612.13 | 510.82 million | 39 |
Insight
Over the last 5 years, URS’s obligations are fully concentrated in NAICS 562910, Remediation Services, with $510.82 million across 39 awards. This indicates a highly focused vendor profile with no diversification across other NAICS codes in the provided period. The average award value of $13.10 million suggests a relatively small number of larger remediation actions rather than broad award dispersion.
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 5 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 |
Insight
URS (CAGE 64BY8) obligated 510.82 million across 39 awards over the last 5 years, with activity highly concentrated in 2021. That year accounted for 469.19 million and 23 awards, indicating the majority of value and volume was realized in a single year. Subsequent years were materially lower: 35.81 million across 12 awards in 2022, a net negative 1.07 million across 3 awards in 2023, and 6.89 million in 1 award in 2025.
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.