NAICS Industry

NAICS 423430 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for NAICS 423430 (COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for NAICS 423430 (COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE 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
423430
Industry
COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS
Total Obligated
2.12 billion
2,118,497,591.19
Award Actions
25,630
Average Action Value
82,656.94

About NAICS 423430 federal contract activity

This page summarizes last 10 years of federal contract activity associated with NAICS 423430 (COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS). Based on the current FPDS Query dataset, this industry shows 2.12 billion in visible obligations across 25,630 award actions, with an average action value of 82,656.94. 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 423430 (COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by FEDERAL AVIATION ADMINISTRATION, with 345.15 million in obligations, followed by STATE, DEPARTMENT OF. 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 423430 (COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS) over the last 10 years. The current ranking is led by FOUR POINTS TECHNOLOGY, L.L.C., with 281.33 million in obligations, followed by CDW GOVERNMENT LLC. 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 423430 (COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE 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 = '423430'
        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
6920 FEDERAL AVIATION ADMINISTRATION 345,153,831.44 345.15 million 2,168
1900 STATE, DEPARTMENT OF 309,680,456.73 309.68 million 5,252
1549 FEDERAL BUREAU OF INVESTIGATION 202,643,079.54 202.64 million 780
2100 DEPT OF THE ARMY 111,823,115.86 111.82 million 914
5700 DEPT OF THE AIR FORCE 102,777,954.49 102.78 million 678
3300 SMITHSONIAN INSTITUTION 95,812,149.04 95.81 million 1,674
7524 FOOD AND DRUG ADMINISTRATION 91,933,778.22 91.93 million 95
4732 FEDERAL ACQUISITION SERVICE 87,949,349.49 87.95 million 370
1700 DEPT OF THE NAVY 70,045,801.03 70.05 million 910
12C2 FOREST SERVICE 55,316,572.67 55.32 million 222

Insight

NAICS 423430 (COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE 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 FEDERAL AVIATION ADMINISTRATION, followed by STATE, DEPARTMENT OF, 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 = '423430'
        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
FOUR POINTS TECHNOLOGY, L.L.C. 1YS78 281,331,439.39 281.33 million 1,264
CDW GOVERNMENT LLC 1KH72 262,600,121.39 262.60 million 1,844
UNICOM GOVERNMENT, INC. 8Y261 206,110,792.70 206.11 million 1,487
IMMIXTECHNOLOGY, INC. 3CA29 161,627,030.90 161.63 million 504
DLT SOLUTIONS INCORPORATED 0S0H9 140,217,135.55 140.22 million 441
THUNDERCAT TECHNOLOGY, LLC 50WM7 111,267,357.91 111.27 million 213
DELL MARKETING L.P. 3DMD3 46,831,962.16 46.83 million 267
FCN, INC. 0WU14 45,262,050.37 45.26 million 229
DELL FEDERAL SYSTEMS L.P. 3XAU1 37,317,448.61 37.32 million 739
SYNNEX CORPORATION 3F1Q4 35,551,783.93 35.55 million 605

Insight

Within NAICS 423430 (COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. FOUR POINTS TECHNOLOGY, L.L.C. ranks first, followed by CDW GOVERNMENT LLC, 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 = '423430'
        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 66,424,015.70 66.42 million 675
2024 111,623,984.93 111.62 million 904
2023 108,192,913.09 108.19 million 1,245
2022 103,237,470.41 103.24 million 1,178
2021 123,947,669.73 123.95 million 1,415
2020 123,653,552.41 123.65 million 1,662
2019 264,796,956.27 264.80 million 2,479
2018 293,965,184.85 293.97 million 3,766
2017 410,793,421.22 410.79 million 5,505
2016 511,862,422.58 511.86 million 6,801

Insight

The annual trend shows how obligations in NAICS 423430 (COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE 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.