NAICS Industry

NAICS 334111 Federal Contract Obligations (Last 5 Years)

Federal procurement activity under NAICS 334111, Electronic Computer Manufacturing, totals $17.87 billion across 151,946 award actions in the last 5 years.

Department of the Army obligations account for the largest share of spending in this NAICS, followed by the Department of the Air Force and Department of the Navy. Annual obligations remained above $2.87 billion each year in the analysis window, with the highest level in 2022 at $3.96 billion.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable and exact obligated amounts for the last 5 years and are based on award actions mapped to NAICS 334111.

NAICS Code
334111
Industry
ELECTRONIC COMPUTER MANUFACTURING
Total Obligated
17.87 billion
17,868,790,321.79
Award Actions
151,946
Average Action Value
117,599.60

About NAICS 334111 federal contract activity

NAICS 334111, Electronic Computer Manufacturing, accounts for 17.87 billion in FPDS-obligated spend across 151,946 awards over the last 5 years. The average award value is 117,599.6, indicating a high-volume market with substantial small-to-mid value procurement activity alongside larger systems and equipment buys.

Agency demand and leading federal buyers

The Department of the Army is the largest buying agency in this NAICS, with 5.64 billion across 24,076 awards, followed by the Department of the Air Force at 2.55 billion and the Department of the Navy at 1.50 billion. Veterans Affairs and DISA also appear among the top obligators, showing that demand extends beyond the military services into broader federal IT and mission-support procurement.

Vendor concentration and leading contractors

IRON BOW TECHNOLOGIES, LLC leads vendor obligations with 1.51 billion across 4,310 awards, followed by GENERAL DYNAMICS MISSION SYSTEMS, INC at 1.08 billion and STERLING COMPUTERS CORPORATION at 830.09 million. CDW GOVERNMENT LLC and HPI FEDERAL LLC round out the top five, and the award counts suggest the market is distributed across a mix of major integrators and high-frequency resellers.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at 3.96 billion and remained above 3.6 billion in 2023 and 2024 before declining to 2.87 billion in 2025. Award volume followed a similar pattern, rising through 2023-2024 and then easing in 2025, which suggests a recent moderation in procurement activity after several stronger years.

How to interpret this page

This page summarizes FPDS award data mapped to NAICS 334111 over the last 5 years. Totals reflect obligated dollars and award counts as reported in the analysis window; agency, vendor, and yearly rollups are based on the same dataset and are not adjusted for inflation, forecasted activity, or off-system purchases.

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 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
2100 DEPT OF THE ARMY 5,637,571,677.40 5.64 billion 24,076
5700 DEPT OF THE AIR FORCE 2,551,064,533.88 2.55 billion 17,459
1700 DEPT OF THE NAVY 1,499,461,439.62 1.50 billion 11,004
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,112,838,436.70 1.11 billion 2,317
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 805,135,821.55 805.14 million 802
2050 INTERNAL REVENUE SERVICE 720,342,009.83 720.34 million 505
6920 FEDERAL AVIATION ADMINISTRATION 683,528,054.13 683.53 million 3,221
1900 STATE, DEPARTMENT OF 549,655,404.82 549.66 million 1,880
2800 SOCIAL SECURITY ADMINISTRATION 336,551,563.27 336.55 million 329
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 334,619,297.75 334.62 million 607

Insight

Over the last 5 years, NAICS 334111 obligations total $17.87 billion across 151,946 awards, with spending concentrated in the Defense Department family. The Department of the Army leads with $5.64 billion, followed by the Department of the Air Force at $2.55 billion and the Department of the Navy at $1.50 billion, together accounting for a substantial share of total obligated dollars. Non-DoD demand is more distributed, with the Department of Veterans Affairs, DISA, IRS, FAA, State, SSA, and USSOCOM each obligating between about $334.6 million and $1.11 billion, generally at lower award counts than the major defense agencies.

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 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
IRON BOW TECHNOLOGIES, LLC 55RC1 1,506,213,302.91 1.51 billion 4,310
GENERAL DYNAMICS MISSION SYSTEMS, INC 67032 1,075,545,088.14 1.08 billion 1,099
STERLING COMPUTERS CORPORATION 06AP0 830,088,418.95 830.09 million 4,943
CDW GOVERNMENT LLC 1KH72 815,221,643.27 815.22 million 2,580
HPI FEDERAL LLC 7ESQ7 764,320,727.70 764.32 million 5,502
DELL FEDERAL SYSTEMS L.P. 3XAU1 678,364,970.94 678.36 million 2,524
COUNTERTRADE PRODUCTS, INC. 0J699 603,620,090.28 603.62 million 3,046
CARAHSOFT TECHNOLOGY CORPORATION 1P3C5 567,563,381.08 567.56 million 1,179
DRS NETWORK & IMAGING SYSTEMS, LLC 32865 551,572,605.74 551.57 million 243
EMERGENT, LLC 4J2K1 519,193,682.12 519.19 million 928

Insight

Over the last 5 years, NAICS 334111 obligated $17.87 billion across 151,946 awards, with a relatively low average award value of $117.6 thousand, indicating a high-volume procurement environment. Top vendor spending is moderately concentrated: the leading 10 vendors account for about $7.91 billion, or roughly 44% of total obligated dollars, with IRON BOW TECHNOLOGIES, LLC and GENERAL DYNAMICS MISSION SYSTEMS, INC at $1.51 billion and $1.08 billion, respectively. Award activity is dispersed across vendors, with several firms posting high award counts but lower dollar totals, suggesting frequent smaller awards alongside a few larger obligations.

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 5 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

Insight

Over the last 5 years, NAICS 334111 has obligated 17.87 billion across 151,946 awards, with an average award value of about $117.6K. Annual obligations are relatively stable, ranging from 2.87 billion in 2025 to 3.96 billion in 2022, indicating no sustained upward or downward trend. Award volume is also distributed fairly evenly year to year, with a peak of 34,263 awards in 2023 and the lowest annual count at 23,366 in 2025.

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.