Federal Contractor

FLUOR IDAHO, LLC Federal Contract Obligations (Last 10 Years)

FLUOR IDAHO, LLC has recorded 268 federal award actions totaling $1.80 billion over the last 10 years, with all obligations shown to the Department of Energy and remediation services work.

FLUOR IDAHO, LLC (CAGE 6GGS3, UEI YLW9AV27EKY6) shows 268 award actions and $1,804,206,613.36 in obligated federal spending over the last 10 years. The activity is concentrated in the Department of Energy and NAICS 562910, Remediation Services, with annual obligations ranging from a 2018 high of $434.75 million to a 2022 net negative of $28.13 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided 10-year analysis window and may include negative obligations in some years due to deobligations or adjustments.

CAGE Code
6GGS3
UEI
YLW9AV27EKY6
Total Obligated
1.80 billion
1,804,206,613.36
Award Actions
268
Average Action Value
6,732,114.22

About FLUOR IDAHO, LLC federal contract activity

FLUOR IDAHO, LLC shows $1.80 billion in obligated federal awards across 268 actions during the last 10 years, for an average award value of $6.73 million. The activity profile is concentrated and substantial, indicating a sustained presence in federal contracting over the analysis window.

Agency mix and customer concentration

All identified obligations in this period are attributable to the Department of Energy, which accounts for the full $1.80 billion and all 268 awards. This indicates a highly concentrated agency relationship rather than a diversified federal customer base.

Industry profile based on NAICS activity

The vendor’s federal work is entirely associated with NAICS 562910, Remediation Services, which also represents the full $1.80 billion and all 268 awards. The classification suggests the contract portfolio is narrowly focused on remediation-related work.

Annual contract trend over the analysis window

Annual obligations were strong from 2018 through 2021, ranging from $371.50 million to $434.75 million, with the highest level in 2018. In 2022, obligated value turned negative at -$28.13 million across 7 awards, indicating net downward adjustments or deobligations in the most recent year shown.

How to interpret this page

This summary is based on FPDS award data for the last 10 years using the provided CAGE code 6GGS3 and UEI YLW9AV27EKY6. Total obligated amounts, award counts, agency concentration, NAICS concentration, and annual trend figures reflect the supplied aggregation and are not independently re-estimated.

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 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 1,804,206,613.36 1.80 billion 268

Insight

Over the last 10 years, FLUOR IDAHO, LLC’s federal obligations are fully concentrated in the Department of Energy, which accounts for the full $1.80 billion obligated across 268 awards. This indicates a highly concentrated agency relationship with no diversification across other agencies in the provided data. The average award value of about $6.73 million suggests a mix of moderate-sized obligations within a sustained, program-specific procurement profile.

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 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 1,804,206,613.36 1.80 billion 268

Insight

Over the last 10 years, FLUOR IDAHO, LLC’s obligations are fully concentrated in NAICS 562910, Remediation Services, totaling $1.80 billion across 268 awards. This indicates a highly focused procurement profile with no observable NAICS diversification in the provided data. The average award value of approximately $6.73 million suggests a pattern of repeated mid- to large-value remediation activity rather than isolated transactions.

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 10 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
2020 391,992,106.53 391.99 million 82
2019 371,502,550.99 371.50 million 52
2018 434,749,722.86 434.75 million 45
2017 242,231,059.13 242.23 million 40

Insight

FLUOR IDAHO, LLC (CAGE 6GGS3) shows a highly concentrated obligation profile over the last 10 years, with $1.80 billion across 268 awards and an average award value of $6.73 million. Annual obligations were strongest from 2017 through 2021, ranging from $242.23 million to $434.75 million, with award counts generally between 40 and 82 and a peak in 2020. In 2022, obligations turned negative at -$28.13 million across 7 awards, indicating a significant year-over-year reversal relative to the prior five-year pattern.

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.