NAICS Industry

NAICS 334111 Federal Contract Obligations (Last Year)

FPDS procurement data for NAICS 334111, Electronic Computer Manufacturing, shows $2.87 billion in obligated awards across 23,366 actions in the last full year.

Federal obligations under NAICS 334111 were concentrated in Department of Defense components, led by the Department of the Army at $898.97 million, followed by the Department of the Air Force and Department of the Navy. Among vendors, Sterling Computers Corporation, Leidos, Inc., and CDW Government LLC recorded the largest obligated totals.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year only and are based on obligated amounts and award counts reported in FPDS.

NAICS Code
334111
Industry
ELECTRONIC COMPUTER MANUFACTURING
Total Obligated
2.87 billion
2,873,528,802.37
Award Actions
23,366
Average Action Value
122,979.06

About NAICS 334111 federal contract activity

In the last full year, NAICS 334111, Electronic Computer Manufacturing, recorded $2.87 billion in obligated federal spending across 23,366 awards, with an average award value of $122,979.06. The activity profile indicates a high-volume market with relatively small average obligations, suggesting broad procurement of computers and related electronic hardware rather than concentration in a few large awards.

Agency demand and leading federal buyers

The Department of the Army was the largest buyer in this NAICS, obligating $898.97 million across 3,618 awards, followed by the Department of the Air Force at $496.14 million and the Department of the Navy at $258.05 million. Together, these defense agencies accounted for the majority of top-agency spending, while the Internal Revenue Service and Federal Aviation Administration also represented significant non-defense demand.

Vendor concentration and leading contractors

Sterling Computers Corporation led vendors by obligated value at $198.16 million across 828 awards, followed closely by Leidos, Inc. at $187.82 million. CDW Government LLC, HPI Federal LLC, and Blue Tech Inc. rounded out the top five, indicating a vendor landscape with both high-volume distributors and systems integrators serving agency computer procurement needs.

Annual contract trend over the analysis window

Annual results for 2025 show $2.87 billion in total obligations and 23,366 awards, establishing the baseline for the analysis window. With only one year in the trend series, no year-over-year movement can be assessed from the provided data, but the scale and award count indicate sustained procurement activity throughout the period.

How to interpret this page

This summary uses FPDS obligation data filtered to NAICS 334111 for the last full year. Agency and vendor rankings are based on total obligated dollars, while award counts and average award value are calculated from the same underlying award set; no additional assumptions or external sources were used.

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 1 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 898,973,524.71 898.97 million 3,618
5700 DEPT OF THE AIR FORCE 496,140,216.98 496.14 million 2,575
1700 DEPT OF THE NAVY 258,047,452.37 258.05 million 2,362
2050 INTERNAL REVENUE SERVICE 140,942,715.37 140.94 million 179
6920 FEDERAL AVIATION ADMINISTRATION 132,734,839.76 132.73 million 611
2800 SOCIAL SECURITY ADMINISTRATION 102,027,133.55 102.03 million 37
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 80,832,924.33 80.83 million 157
3600 VETERANS AFFAIRS, DEPARTMENT OF 78,664,368.65 78.66 million 397
7008 U.S. COAST GUARD 66,045,716.83 66.05 million 56
4732 FEDERAL ACQUISITION SERVICE 61,231,010.96 61.23 million 10,165

Insight

Top obligations in NAICS 334111 are concentrated among DoD components: the Department of the Army, Air Force, and Navy together account for 1.65 billion, or about 57% of the 2.87 billion obligated in the last full year. Outside DoD, obligations drop sharply, with the Internal Revenue Service, FAA, and Social Security Administration each below 141 million. Award volume is more dispersed than dollars, as the Federal Acquisition Service recorded 10,165 awards but only 61.23 million obligated, indicating a high count of relatively low-value actions.

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 1 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
STERLING COMPUTERS CORPORATION 06AP0 198,163,327.76 198.16 million 828
LEIDOS, INC. 5UTE1 187,824,860.31 187.82 million 327
CDW GOVERNMENT LLC 1KH72 131,203,029.13 131.20 million 393
HPI FEDERAL LLC 7ESQ7 118,376,919.88 118.38 million 906
BLUE TECH INC. 0CL10 111,844,869.18 111.84 million 331
MCP COMPUTER PRODUCTS INC. 1GCV3 107,471,135.89 107.47 million 151
INTERNATIONAL BUSINESS MACHINES CORPORATION 3BXY7 97,539,261.98 97.54 million 28
DYNAMIC SYSTEMS, INC. 0Z428 88,311,440.46 88.31 million 101
NCS TECHNOLOGIES, INC. 1BEK6 77,478,546.93 77.48 million 99
TUNDRA FEDERAL LLC 7CJ74 74,004,043.00 74.00 million 4

Insight

In the last full year, NAICS 334111 obligated $2.87 billion across 23,366 awards, with an average award value of $122,979. Top vendor obligations are concentrated among a small set of firms, led by STERLING COMPUTERS CORPORATION ($198.16 million), LEIDOS, INC. ($187.82 million), and CDW GOVERNMENT LLC ($131.20 million). The remaining top vendors each obligated between $74.00 million and $118.38 million, indicating a broad but still top-heavy distribution of spending within the category.

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

Insight

For the last full year, NAICS 334111 recorded $2.87 billion in obligated awards across 23,366 awards, with an average award value of $122,979. Activity is fully concentrated in 2025 within the 1-year window, so no year-over-year trend can be assessed from the provided data. The volume of awards suggests a broad distribution of obligations rather than reliance on a small number of high-value actions.

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