FPDS records show FLUOR IDAHO, LLC concentrated its federal activity in Department of Energy contracts, with all 49 actions tied to NAICS 562910, Remediation Services. The company’s total obligated amount was $363,731,173.85, with a 2021 high of $391.86 million and a 2022 net total of -$28.13 million.
Federal Contractor
FLUOR IDAHO, LLC Federal Contract Obligations (Last 5 Years)
FLUOR IDAHO, LLC (CAGE 6GGS3, UEI YLW9AV27EKY6) received $363.73 million across 49 federal award actions in the last five years, all from the Department of Energy.
Totals, award counts, and annual figures reflect the last 5 years of FPDS data in this analysis window.
About FLUOR IDAHO, LLC federal contract activity
FLUOR IDAHO, LLC (CAGE 6GGS3, UEI YLW9AV27EKY6) recorded $363.73 million in obligated funding across 49 awards in the last 5 years, for an average award value of $7.42 million. The obligation base is concentrated and sizable, indicating a relatively high-dollar but limited-award activity profile over the period.
Agency mix and customer concentration
All recorded obligations in the analysis window are tied to the Department of Energy (agency ID 8900), which accounts for the full $363.73 million across 49 awards. This indicates a single-agency revenue concentration with no diversification across other federal agencies in the provided data.
Industry profile based on NAICS activity
All recorded obligations fall under NAICS 562910, Remediation Services, totaling $363.73 million across 49 awards. The award profile is therefore fully concentrated in remediation-related work, with no other NAICS codes represented in the provided dataset.
Annual contract trend over the analysis window
Annual funding shifted sharply from $391.86 million across 42 awards in 2021 to -$28.13 million across 7 awards in 2022. The negative 2022 total suggests significant downward adjustments, deobligations, or cancellations relative to the prior year’s high-obligation activity.
How to interpret this page
This summary is based only on the supplied FPDS-derived metrics for the last 5 years, including obligated dollars, award counts, agency classification, NAICS classification, and annual totals. No additional sources or contract-level details were used, and no assumptions were made beyond the provided values.
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 = '6GGS3'
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 | 363,731,173.85 | 363.73 million | 49 |
Insight
Over the last 5 years, FLUOR IDAHO, LLC’s obligations are fully concentrated within the Department of Energy, which accounts for 100% of the vendor’s $363.73 million in total obligated value. The vendor received 49 awards in this period, indicating repeated procurement activity rather than a single large transaction. This agency-only concentration suggests the vendor’s federal business is highly dependent on a single department and a limited agency base.
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 = '6GGS3'
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 | 363,731,173.85 | 363.73 million | 49 |
Insight
Over the last 5 years, FLUOR IDAHO, LLC’s obligations are fully concentrated in NAICS 562910, Remediation Services, accounting for the entire $363.73 million obligated across 49 awards. This indicates a highly concentrated procurement profile with no diversification across other NAICS codes in the provided period. The average award value is approximately $7.42 million, suggesting a pattern of repeated mid-sized awards within the same 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 = '6GGS3'
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 |
|---|---|---|---|
| 2022 | -28,126,317.77 | -28.13 million | 7 |
| 2021 | 391,857,491.62 | 391.86 million | 42 |
Insight
Over the last 5 years, FLUOR IDAHO, LLC (CAGE 6GGS3) obligated $363.73 million across 49 awards, averaging $7.42 million per award. Obligations were highly concentrated in 2021, when the vendor received $391.86 million across 42 awards, accounting for the preponderance of the 5-year total. Activity declined sharply in 2022 to -$28.13 million across 7 awards, indicating a significant year-over-year reversal in net obligations.
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.