In the last full year, federal obligations under NAICS 234930 totaled 979.19 million across 29 awards, with an average action value of 33.77 million. The Department of Energy accounted for all reported obligations, and Bechtel National, Inc. was the sole top vendor in this dataset.
NAICS Industry
NAICS 234930 Federal Contract Obligations (Last Year)
FPDS procurement overview for NAICS 234930, Industrial Nonbuilding Structure Construction, covering the last full year of obligations and awards.
This page reflects the last full year of FPDS award data for NAICS 234930 and summarizes obligated amounts, award counts, and leading agencies and vendors.
About NAICS 234930 federal contract activity
Under NAICS 234930, Industrial Nonbuilding Structure Construction recorded $979.19 million in obligated value across 29 awards in the last full year, with an average award value of $33.77 million. Activity in this code is concentrated in large, project-scale obligations rather than a broad volume of smaller awards.
Agency demand and leading federal buyers
The Department of Energy accounted for the full $979.19 million in obligated value and all 29 awards during the analysis period. This indicates that procurement activity in this NAICS code was entirely driven by a single agency buyer in the last full year.
Vendor concentration and leading contractors
Bechtel National, Inc. was the sole reported vendor in this period, receiving the full $979.19 million across 29 awards. The vendor concentration suggests a highly centralized award profile with no diversification across contractors in the available data.
Annual contract trend over the analysis window
The annual trend for 2025 shows $979.19 million in obligated value across 29 awards, matching the full analysis window. With only one year in scope, the data supports a point-in-time view rather than a multi-year trend assessment.
How to interpret this page
This summary uses FPDS obligations for the last full year and groups awards by NAICS code, agency, and vendor. Obligation totals and award counts are based on the provided dataset; no additional sources or assumptions were used.
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__productOrServiceInformation__principalNAICSCode = '234930'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 979,192,611.19 | 979.19 million | 29 |
Insight
Obligations under NAICS 234930, Industrial Nonbuilding Structure Construction, were fully concentrated in the Department of Energy during the last full year. DOE accounted for the entire $979.19 million in obligated spending across 29 awards, indicating complete single-agency dependence in this NAICS. The average award value was $33.77 million, suggesting relatively large individual obligations within a narrow agency base.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__productOrServiceInformation__principalNAICSCode = '234930'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| BECHTEL NATIONAL, INC | 1S307 | 979,192,611.19 | 979.19 million | 29 |
Insight
Obligations for NAICS 234930 were highly concentrated in the last full year, with BECHTEL NATIONAL, INC (CAGE 1S307) accounting for 100% of the reported $979.19 million in obligated value. The vendor received all 29 awards, producing an average award value of $33.77 million across the period. This pattern indicates a single-vendor concentration with no observable diversification across top vendors in the reported window.
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__productOrServiceInformation__principalNAICSCode = '234930'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 |
Insight
For the last full year, NAICS 234930 recorded $979.19 million in obligated funding across 29 awards, for an average award value of $33.77 million. The activity is highly concentrated in a single annual period, so this window does not show year-over-year movement. The distribution indicates relatively few, large awards rather than a broad base of smaller actions.
Use FPDS Query for deeper industry analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, and annual trends.
Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.