NAICS Industry

NAICS 238210 Federal Contract Obligations (Last Year)

Federal procurement overview for NAICS 238210, covering electrical contractors and other wiring installation contractors in the last full year.

In the last full year, federal agencies obligated 752.87 million across 4,743 award actions under NAICS 238210, with an average action value of 158,732.23. The Department of the Army, Department of State, Federal Aviation Administration, Department of the Air Force, and Department of Veterans Affairs were the largest buyers in this category.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect obligated amounts for the analysis window and may not match simple totals from agency or vendor subtotals due to rounding and reporting differences.

NAICS Code
238210
Industry
ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS
Total Obligated
752.87 million
752,867,010.02
Award Actions
4,743
Average Action Value
158,732.23

About NAICS 238210 federal contract activity

NAICS 238210 covers electrical contractors and other wiring installation contractors. In the last full year, FPDS recorded 4,743 awards totaling $752.87 million, with an average award value of $158,732.23, indicating a high-volume market with a mix of smaller task awards and larger project obligations.

Agency demand and leading federal buyers

The Department of the Army was the largest obligating agency at $124.43 million across 690 awards, followed by the Department of State at $100.85 million and the Federal Aviation Administration at $93.05 million. The Department of the Air Force and the Department of Veterans Affairs also ranked among the top five, together accounting for a substantial share of total obligations in this NAICS.

Vendor concentration and leading contractors

Xator Corporation led vendors by obligated amount at $75.47 million from 10 awards, while General Dynamics One Source LLC followed with $40.75 million across 6 awards. Wells Global, LLC stood out for volume with 104 awards and $36.09 million obligated, while Modern International Inc and Sintela Inc each captured more than $31 million, showing concentration among a small set of vendors with varying award counts.

Annual contract trend over the analysis window

The annual trend for 2025 shows total obligations of $752.87 million across 4,743 awards in the analysis window. Because the window is limited to the last full year, the trend view reflects a single annual point rather than a multi-year trajectory.

How to interpret this page

This page summarizes FPDS obligations for NAICS 238210 using the last full year of available records. Totals, award counts, and average award values are derived from reported FPDS obligations and are presented without adjustment for inflation or other normalization. Top agency and vendor rankings are based on total obligated dollars within the selected period.

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 = '238210'
        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
2100 DEPT OF THE ARMY 124,434,219.71 124.43 million 690
1900 STATE, DEPARTMENT OF 100,849,178.30 100.85 million 378
6920 FEDERAL AVIATION ADMINISTRATION 93,049,974.58 93.05 million 616
5700 DEPT OF THE AIR FORCE 91,329,036.21 91.33 million 697
3600 VETERANS AFFAIRS, DEPARTMENT OF 88,845,968.17 88.85 million 499
7014 U.S. CUSTOMS AND BORDER PROTECTION 79,687,699.38 79.69 million 67
1700 DEPT OF THE NAVY 64,407,808.44 64.41 million 317
97AS DEFENSE LOGISTICS AGENCY 14,853,652.26 14.85 million 60
1443 NATIONAL PARK SERVICE 10,134,857.66 10.13 million 119
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 9,768,218.01 9.77 million 87

Insight

Obligations under NAICS 238210 totaled $752.87 million across 4,743 awards in the last full year, with an average award value of $158,732.23. The top five agencies — Department of the Army, Department of State, Federal Aviation Administration, Department of the Air Force, and Department of Veterans Affairs — accounted for $498.53 million, or about 66% of total obligations, indicating meaningful concentration among a small set of buyers. The Department of the Army led with $124.43 million and 690 awards, while the Federal Aviation Administration and Department of the Air Force also posted high award volumes, suggesting broad but uneven demand across civilian and defense portfolios.

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 = '238210'
        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
XATOR CORPORATION 393S5 75,471,676.27 75.47 million 10
GENERAL DYNAMICS ONE SOURCE LLC 474R7 40,747,971.99 40.75 million 6
WELLS GLOBAL, LLC 1J0W4 36,094,540.95 36.09 million 104
MODERN INTERNATIONAL INC 1GSX4 32,169,226.97 32.17 million 2
SINTELA INC 8EP60 31,977,560.32 31.98 million 5
SENTINEL POWER SERVICES LLC 7C6J9 15,911,283.49 15.91 million 45
OLSSON INDUSTRIAL ELECTRIC, INC. 1WUR1 15,450,780.04 15.45 million 9
EC COMPANY 48HK9 14,014,825.56 14.01 million 8
MIWOK CONSTRUCTION LLC 7C7R3 12,073,225.91 12.07 million 29
SKYTEK LLC 5G2S9 11,899,896.00 11.90 million 1

Insight

NAICS 238210 obligated $752.87 million across 4,743 awards in the last full year, with an average award value of $158,732.23, indicating a high-volume, relatively fragmented award profile. The top 10 vendors account for $275.70 million, or about 36.6% of total obligated dollars, showing moderate concentration among leading firms. XATOR CORPORATION was the largest recipient at $75.47 million, followed by GENERAL DYNAMICS ONE SOURCE LLC at $40.75 million, while several other top vendors received relatively large dollars on low award counts, suggesting uneven award distribution among vendors.

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 = '238210'
        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 752,867,010.02 752.87 million 4,743

Insight

For the last full year, NAICS 238210 recorded $752.87 million in obligated dollars across 4,743 awards, with an average award value of $158,732.23. The annual trend window contains a single year of data, so year-over-year movement cannot be assessed from this view. The obligation total and award volume indicate broad transaction activity, but no multi-year concentration or directional trend can be determined from the available period.

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.