NAICS Industry

NAICS 423610 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

NAICS Code
423610
Industry
ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS
Total Obligated
4.93 billion
4,927,636,814.55
Award Actions
400,175
Average Action Value
12,313.70

About NAICS 423610 federal contract activity

This page summarizes last 10 years of federal contract activity associated with NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS). Based on the current FPDS Query dataset, this industry shows 4.93 billion in visible obligations across 400,175 award actions, with an average action value of 12,313.70. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEFENSE LOGISTICS AGENCY, with 4.70 billion in obligations, followed by FEDERAL AVIATION ADMINISTRATION. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS) over the last 10 years. The current ranking is led by SUPPLYCORE INC., with 1.46 billion in obligations, followed by NOBLE SALES CO., INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal industry segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of industry-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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 = '423610'
        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
97AS DEFENSE LOGISTICS AGENCY 4,704,246,062.70 4.70 billion 385,053
6920 FEDERAL AVIATION ADMINISTRATION 47,997,324.86 48.00 million 1,095
1900 STATE, DEPARTMENT OF 44,930,705.86 44.93 million 3,327
5700 DEPT OF THE AIR FORCE 33,693,724.26 33.69 million 289
1542 FEDERAL PRISON INDUSTRIES / UNICOR 27,446,133.24 27.45 million 1,109
2100 DEPT OF THE ARMY 12,576,061.82 12.58 million 261
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 7,735,234.67 7.74 million 18
7008 U.S. COAST GUARD 7,015,863.40 7.02 million 609
19BM INTERNATIONAL BOUNDARY AND WATER COMMISSION: U.S.-MEXICO 4,012,062.70 4.01 million 35
1549 FEDERAL BUREAU OF INVESTIGATION 3,453,895.02 3.45 million 75

Insight

NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEFENSE LOGISTICS AGENCY, followed by FEDERAL AVIATION ADMINISTRATION, which suggests that agency demand in this industry is not evenly distributed.

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 = '423610'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
SUPPLYCORE INC. 4V314 1,456,305,810.54 1.46 billion 156,790
NOBLE SALES CO., INC. 1HEN9 1,354,780,303.48 1.35 billion 64,018
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 79343 673,507,995.43 673.51 million 77,664
ASRC FEDERAL FACILITIES LOGISTICS, LLC 79343 410,125,998.87 410.13 million 33,819
SUPPLYCORE INC 4V314 313,753,271.72 313.75 million 20,798
ATLANTIC DIVING SUPPLY, INC. 1CAY9 145,927,358.97 145.93 million 724
NOBLE SUPPLY & LOGISTICS, LLC 1HEN9 142,138,402.51 142.14 million 17,006
TWI USA, LLC 7Y1F0 84,532,907.14 84.53 million 249
SUPPLYCORE LLC 4V314 44,499,359.46 44.50 million 2,468
MISCELLANEOUS FOREIGN AWARDEES 35KC0 23,848,538.81 23.85 million 1,764

Insight

Within NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. SUPPLYCORE INC. ranks first, followed by NOBLE SALES CO., INC., which helps define the current competitive landscape in this industry slice.

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 = '423610'
        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 381,950,943.79 381.95 million 28,284
2024 545,878,708.04 545.88 million 37,755
2023 449,493,921.70 449.49 million 33,960
2022 288,973,208.66 288.97 million 20,641
2021 168,730,866.17 168.73 million 17,289
2020 141,259,998.73 141.26 million 15,800
2019 570,564,721.19 570.56 million 41,822
2018 876,564,384.10 876.56 million 61,529
2017 885,174,870.36 885.17 million 70,916
2016 619,045,191.81 619.05 million 72,179

Insight

The annual trend shows how obligations in NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this industry appears stable, rising, or easing over time.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.