Federal Contractor

FLUOR-B&W PORTSMOUTH LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for FLUOR-B&W PORTSMOUTH LLC, CAGE 5SMD3, UEI NG33LHHLGG15, covering obligations over the last 10 years.

FLUOR-B&W PORTSMOUTH LLC recorded 273 federal award actions totaling $3.59 billion in the last 10 years, with an average action value of $13.16 million. All recorded obligations in this period came from the Department of Energy and were classified under NAICS 562910, Remediation Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals shown here reflect the provided last-10-year window and may not sum to the exact total after rounding.

CAGE Code
5SMD3
UEI
NG33LHHLGG15
Total Obligated
3.59 billion
3,593,268,513.53
Award Actions
273
Average Action Value
13,162,155.72

About FLUOR-B&W PORTSMOUTH LLC federal contract activity

FLUOR-B&W PORTSMOUTH LLC (CAGE 5SMD3, UEI NG33LHHLGG15) recorded $3.59 billion in obligated spending across 273 awards over the last 10 years, with an average award value of $13.16 million. The company’s federal activity is highly concentrated, indicating a single-agency, single-scope profile rather than a diversified vendor base.

Agency mix and customer concentration

All tracked obligations in the analysis window are associated with the Department of Energy (agency 8900), which accounts for the full $3.59 billion and all 273 awards. This concentration suggests the vendor’s federal work is tied to one dominant customer relationship and likely to mission-specific requirements under that department.

Industry profile based on NAICS activity

The entire observed obligation base falls under NAICS 562910, Remediation Services, with $3.59 billion across 273 awards. This indicates a narrow industrial footprint centered on remediation and related environmental services rather than a multi-sector contracting profile.

Annual contract trend over the analysis window

Annual obligations were substantial in each year shown, ranging from $250.72 million in 2025 to a peak of $559.81 million in 2024. Award volume also varied by year, with 41 awards in 2022 and 18 in 2025, showing a fluctuating but consistently large funding pattern over the period provided.

How to interpret this page

This summary is based on FPDS obligations associated with the vendor’s CAGE code and UEI over the last 10 years. Agency and NAICS concentrations reflect the provided aggregate totals, and the trend section uses only the annual values supplied in the dataset.

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 = '5SMD3'
        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 3,593,268,513.53 3.59 billion 273

Insight

Over the last 10 years, FLUOR-B&W PORTSMOUTH LLC’s federal obligations are fully concentrated within the Department of Energy, which accounts for the entire $3.59 billion in total obligated value across 273 awards. This indicates a highly concentrated customer base with no observable agency diversification in the provided data. The average award value is approximately $13.16 million, suggesting a portfolio characterized by relatively large DOE-funded 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 = '5SMD3'
        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 3,593,268,513.53 3.59 billion 273

Insight

Over the last 10 years, FLUOR-B&W PORTSMOUTH LLC’s obligated dollars are fully concentrated in NAICS 562910, Remediation Services. The vendor received 273 awards totaling $3.59 billion, indicating a highly concentrated award profile with no observable diversification across other NAICS codes in this period. The average award value of $13.16 million suggests repeated medium-to-large remediation obligations rather than a broad mix of small awards.

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 = '5SMD3'
        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 250,720,847.40 250.72 million 18
2024 559,806,766.06 559.81 million 31
2023 500,231,860.11 500.23 million 38
2022 388,919,415.38 388.92 million 41
2021 507,302,741.05 507.30 million 28
2020 400,526,761.95 400.53 million 34
2019 367,979,857.79 367.98 million 19
2018 372,483,282.79 372.48 million 33
2017 245,296,981.00 245.30 million 31

Insight

Over the last 10 years, FLUOR-B&W PORTSMOUTH LLC (CAGE 5SMD3) received 3.59 billion across 273 awards, averaging 13.16 million per award. Obligations were broadly distributed year to year, ranging from 245.30 million in 2017 to a peak of 559.81 million in 2024, with sustained annual activity above 367.98 million in most years. The trend indicates a moderate upward shift in 2021–2024, followed by a lower level of obligated value in 2025 at 250.72 million, though award counts remained relatively consistent throughout the period.

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.