BECHTEL NATIONAL, INC’s federal procurement profile is concentrated in the Department of Energy and the Department of the Army, which together account for all reported obligations in the analysis window. Spending is led by industrial nonbuilding structure construction and hazardous waste treatment and disposal.
Federal Contractor
BECHTEL NATIONAL, INC Federal Contract Obligations (Last 5 Years)
BECHTEL NATIONAL, INC (CAGE 1S307, UEI HGF7H89MA3D9) has received 170 federal award actions worth $4.73 billion over the last five years.
Totals reflect the last five years of reported award actions and may include multiple obligations within the same contract or task order.
About BECHTEL NATIONAL, INC federal contract activity
BECHTEL NATIONAL, INC (CAGE 1S307, UEI HGF7H89MA3D9) recorded $4.73 billion in obligated awards across 170 actions over the last 5 years, with an average award value of $27.79 million. The profile reflects a high-dollar federal contractor with concentrated recurring awards rather than broad, low-value activity.
Agency mix and customer concentration
Obligations were concentrated in two agencies: the Department of Energy accounted for $3.60 billion across 107 awards, while the Department of the Army obligated $1.13 billion across 63 awards. This mix indicates a heavy reliance on energy-related federal work, supplemented by substantial defense-related procurement.
Industry profile based on NAICS activity
The award base is similarly concentrated by NAICS. Industrial nonbuilding structure construction (234930) represents $3.60 billion across 107 awards, and hazardous waste treatment and disposal (562211) adds $1.13 billion across 63 awards, showing a portfolio centered on major infrastructure and environmental remediation work.
Annual contract trend over the analysis window
Annual obligations peaked in 2021 at $1.36 billion across 50 awards, followed by a decline to $500.04 million in 2022 and a rebound to $1.15 billion in 2023. Activity remained elevated in 2024 and 2025 at $735.98 million and $979.19 million, respectively, indicating continued material spending despite year-to-year volatility.
How to interpret this page
This summary is based on FPDS-observed obligations for the last 5 years and aggregates award counts and obligated amounts by vendor, agency, NAICS, and fiscal year. Amounts are presented as recorded in the source dataset and rounded only where shown in readable form.
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 = '1S307'
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 | 3,595,731,150.83 | 3.60 billion | 107 |
| 2100 | DEPT OF THE ARMY | 1,129,286,417.82 | 1.13 billion | 63 |
Insight
Over the last 5 years, BECHTEL NATIONAL, INC obligated $4.73 billion across 170 awards, with an average award value of $27.79 million. Obligations are highly concentrated in the Department of Energy, which accounts for $3.60 billion and 107 awards, or roughly 76% of total obligations. The Department of the Army is the secondary buyer at $1.13 billion across 63 awards, indicating a two-agency demand base with the majority of spend concentrated in one department.
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 = '1S307'
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 |
|---|---|---|---|---|
| 234930 | INDUSTRIAL NONBUILDING STRUCTURE CONSTRUCTION | 3,595,731,150.83 | 3.60 billion | 107 |
| 562211 | HAZARDOUS WASTE TREATMENT AND DISPOSAL | 1,129,286,417.82 | 1.13 billion | 63 |
Insight
Over the last 5 years, BECHTEL NATIONAL, INC received 4.73 billion across 170 awards, with obligations concentrated in two NAICS codes. NAICS 234930, Industrial Nonbuilding Structure Construction, accounts for 3.60 billion and 107 awards, representing the largest share of obligated dollars. NAICS 562211, Hazardous Waste Treatment and Disposal, contributes 1.13 billion across 63 awards, indicating a secondary but still material concentration in environmental remediation-related work.
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 = '1S307'
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 | 979,192,611.19 | 979.19 million | 29 |
| 2024 | 735,977,598.57 | 735.98 million | 16 |
| 2023 | 1,154,501,244.64 | 1.15 billion | 37 |
| 2022 | 500,040,383.87 | 500.04 million | 38 |
| 2021 | 1,355,305,730.38 | 1.36 billion | 50 |
Insight
Over the last 5 years, BECHTEL NATIONAL, INC (CAGE 1S307) obligated $4.73 billion across 170 awards, averaging $27.79 million per award. Obligation volume is uneven across the period, with a high in 2021 ($1.36 billion, 50 awards) and another elevated year in 2023 ($1.15 billion, 37 awards), followed by a decline in 2022 ($500.04 million, 38 awards) and a partial rebound in 2024–2025 ($735.98 million and $979.19 million). Award counts do not track perfectly with obligated dollars, indicating variation in average award size by year.
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.