NAICS Industry

NAICS 423610 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS) for last 5 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 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

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

NAICS Code
423610
Industry
ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS
Total Obligated
1.84 billion
1,835,027,648.36
Award Actions
137,929
Average Action Value
13,304.14

About NAICS 423610 federal contract activity

This page summarizes last 5 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 1.84 billion in visible obligations across 137,929 award actions, with an average action value of 13,304.14. 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 5 years. The visible agency ranking is led by DEFENSE LOGISTICS AGENCY, with 1.73 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 5 years. The current ranking is led by ASRC FEDERAL FACILITIES LOGISTICS, LLC, with 410.13 million 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 5 years, from 2021 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 5 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 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
97AS DEFENSE LOGISTICS AGENCY 1,727,970,272.22 1.73 billion 128,979
6920 FEDERAL AVIATION ADMINISTRATION 34,322,846.61 34.32 million 628
5700 DEPT OF THE AIR FORCE 18,872,972.65 18.87 million 140
1542 FEDERAL PRISON INDUSTRIES, INC. 17,047,894.43 17.05 million 433
1900 STATE, DEPARTMENT OF 15,978,252.68 15.98 million 826
19BM INTERNATIONAL BOUNDARY AND WATER COMMISSION: U.S.-MEXICO 3,219,959.40 3.22 million 28
7008 U.S. COAST GUARD 2,462,243.11 2.46 million 103
7013 TRANSPORTATION SECURITY ADMINISTRATION 2,213,109.04 2.21 million 21
7014 U.S. CUSTOMS AND BORDER PROTECTION 1,839,790.39 1.84 million 14
7529 NATIONAL INSTITUTES OF HEALTH 1,704,896.34 1.70 million 12

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 5 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 5 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
ASRC FEDERAL FACILITIES LOGISTICS, LLC 79343 410,125,998.87 410.13 million 33,819
NOBLE SALES CO., INC. 1HEN9 355,674,159.95 355.67 million 16,039
SUPPLYCORE INC 4V314 313,753,271.72 313.75 million 20,798
SUPPLYCORE INC. 4V314 219,032,166.43 219.03 million 13,427
NOBLE SUPPLY & LOGISTICS, LLC 1HEN9 142,138,402.51 142.14 million 17,006
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 79343 112,218,271.64 112.22 million 17,270
TWI USA, LLC 7Y1F0 84,532,907.14 84.53 million 249
SUPPLYCORE LLC 4V314 44,499,359.46 44.50 million 2,468
THALES DEFENSE & SECURITY, INC. 65597 17,031,801.74 17.03 million 41
ASRC FEDERAL FACILITIES LOGISTICS LLC 8FBE7 16,289,828.96 16.29 million 2,737

Insight

Within NAICS 423610 (ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. ASRC FEDERAL FACILITIES LOGISTICS, LLC 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 5 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

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