NAICS Industry

NAICS 334111 Federal Contract Obligations (Last 10 Years)

Federal procurement activity for NAICS 334111 covers electronic computer manufacturing across 289,343 award actions totaling 35.50 billion over the last 10 years.

This page summarizes federal obligations, award volume, top buying agencies, leading vendors, and annual trends for NAICS 334111, Electronic Computer Manufacturing. The Department of the Army accounts for the largest share of obligated dollars, followed by the Department of the Air Force and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend data shown here covers 2021 through 2025, while the overall totals reflect the full 10-year analysis window.

NAICS Code
334111
Industry
ELECTRONIC COMPUTER MANUFACTURING
Total Obligated
35.50 billion
35,504,220,433.05
Award Actions
289,343
Average Action Value
122,706.33

About NAICS 334111 federal contract activity

NAICS 334111, Electronic Computer Manufacturing, recorded $35.50 billion in obligated contract value across 289,343 awards over the last 10 years, for an average award value of $122,706.33. The activity profile indicates a high-volume procurement category with a substantial mix of awards and a comparatively moderate average obligation per award.

Agency demand and leading federal buyers

The Department of the Army led all agencies with $12.07 billion across 58,949 awards, followed by the Department of the Air Force at $4.01 billion and the Department of the Navy at $3.85 billion. Veterans Affairs and DISA also ranked among the top obligators, showing that demand is concentrated across defense and mission-critical federal IT buyers.

Vendor concentration and leading contractors

Iron Bow Technologies, LLC was the largest vendor in this NAICS with $2.94 billion across 10,148 awards, followed by CDW Government LLC at $2.37 billion and General Dynamics Mission Systems, Inc. at $2.25 billion. The vendor list shows both high-volume distributors and systems-focused integrators, suggesting procurement is split between commodity electronics fulfillment and more specialized computer-related solutions.

Annual contract trend over the analysis window

Annual obligations remained elevated through the most recent reported years, with $3.96 billion in 2022, $3.62 billion in 2023, and $3.72 billion in 2024. The partial 2025 total of $2.87 billion and 23,366 awards indicates continued spending, though it is not directly comparable to full-year totals.

How to interpret this page

This page summarizes FPDS obligations associated with NAICS 334111 over the last 10 years using total obligated dollars and award counts. Annual totals reflect obligations recorded in each fiscal year, and top agency and vendor tables are based on cumulative obligated value within the same analysis window.

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 = '334111'
        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
2100 DEPT OF THE ARMY 12,070,487,108.66 12.07 billion 58,949
5700 DEPT OF THE AIR FORCE 4,010,004,796.59 4.01 billion 27,354
1700 DEPT OF THE NAVY 3,851,449,638.43 3.85 billion 24,611
3600 VETERANS AFFAIRS, DEPARTMENT OF 2,082,007,486.33 2.08 billion 5,883
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 2,027,860,523.87 2.03 billion 3,082
6920 FEDERAL AVIATION ADMINISTRATION 1,099,633,203.78 1.10 billion 4,347
1900 STATE, DEPARTMENT OF 1,015,304,306.19 1.02 billion 5,420
2050 INTERNAL REVENUE SERVICE 885,872,784.44 885.87 million 1,052
2800 SOCIAL SECURITY ADMINISTRATION 779,936,622.45 779.94 million 795
1549 FEDERAL BUREAU OF INVESTIGATION 590,930,587.67 590.93 million 2,998

Insight

Over the last 10 years, NAICS 334111 obligations total $35.50 billion across 289,343 awards, with spending concentrated among a small number of major agencies. The Department of the Army leads by a wide margin at $12.07 billion, or about one-third of total obligated dollars, followed by the Department of the Air Force ($4.01 billion) and Department of the Navy ($3.85 billion). The top 10 agencies account for a substantial share of obligations, indicating a defense-heavy demand profile with additional activity across VA, DISA, FAA, State, IRS, SSA, and FBI.

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 = '334111'
        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
IRON BOW TECHNOLOGIES, LLC 55RC1 2,937,041,562.66 2.94 billion 10,148
CDW GOVERNMENT LLC 1KH72 2,374,935,115.49 2.37 billion 9,769
GENERAL DYNAMICS MISSION SYSTEMS, INC 67032 2,253,478,803.92 2.25 billion 1,895
WORLD WIDE TECHNOLOGY, INC. 0MNV1 1,363,187,941.08 1.36 billion 5,581
DRS NETWORK & IMAGING SYSTEMS, LLC 32865 1,288,964,043.43 1.29 billion 500
HPI FEDERAL LLC 7ESQ7 1,192,583,923.16 1.19 billion 9,265
INSIGHT PUBLIC SECTOR, INC. 06ZC1 1,145,788,760.16 1.15 billion 2,193
STERLING COMPUTERS CORPORATION 06AP0 1,059,924,491.46 1.06 billion 8,443
CARAHSOFT TECHNOLOGY CORPORATION 1P3C5 1,054,890,737.97 1.05 billion 2,552
EMERGENT, LLC 4J2K1 1,003,766,311.71 1.00 billion 1,941

Insight

Over the last 10 years, NAICS 334111 obligated $35.50 billion across 289,343 awards, with an average award value of $122,706.33, indicating a high-volume, relatively fragmented award profile. The top 10 vendors each exceeded $1.00 billion in obligations, led by IRON BOW TECHNOLOGIES, LLC ($2.94 billion) and CDW GOVERNMENT LLC ($2.37 billion), which suggests meaningful concentration among a small set of suppliers. Award volume is distributed more broadly than obligated dollars, with several top vendors, such as HPI FEDERAL LLC and STERLING COMPUTERS CORPORATION, receiving large numbers of awards at lower average values.

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 = '334111'
        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 2,873,528,802.37 2.87 billion 23,366
2024 3,717,785,383.80 3.72 billion 33,089
2023 3,620,217,941.42 3.62 billion 34,263
2022 3,956,646,202.73 3.96 billion 32,912
2021 3,700,611,991.47 3.70 billion 28,316
2020 4,504,052,520.22 4.50 billion 32,797
2019 3,886,734,838.36 3.89 billion 32,710
2018 3,245,652,801.70 3.25 billion 23,266
2017 3,480,330,060.35 3.48 billion 26,111
2016 2,518,659,890.63 2.52 billion 22,513

Insight

Over the last 10 years, NAICS 334111 obligated $35.50 billion across 289,343 awards, with an average award value of $122,706. Obligations were relatively steady in a narrow band of roughly $2.52 billion to $4.50 billion annually, peaking in 2020 at $4.50 billion and remaining elevated through 2024 before declining to $2.87 billion in 2025. Award volume was also concentrated in the 2020–2024 period, with annual counts generally above 28,000 and a high of 34,263 in 2023.

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.