NAICS Industry

NAICS 334290 Federal Contract Obligations (Last Year)

NAICS 334290 covers other communications equipment manufacturing in federal procurement, with $2.62 billion obligated across 5,581 award actions in the last full year.

Federal spending under NAICS 334290 totaled $2,619,175,336.85 across 5,581 award actions in the last full year, for an average action value of $469,302.15. The Department of the Navy led all agencies with $1.11 billion, followed by the Department of the Army and the Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last full year

Annual trend data shown here reflects the last full year only, so the trend chart contains a single year of results.

NAICS Code
334290
Industry
OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING
Total Obligated
2.62 billion
2,619,175,336.85
Award Actions
5,581
Average Action Value
469,302.15

About NAICS 334290 federal contract activity

NAICS 334290, Other Communications Equipment Manufacturing, recorded 5,581 awards totaling $2.62 billion in obligated value over the last full year, with an average award value of $469,302.15. The profile indicates a high-volume, mid-sized award environment concentrated in communications hardware and related equipment procurement.

Agency demand and leading federal buyers

The Department of the Navy led obligating activity in this NAICS with $1.11 billion across 1,539 awards, followed by the Department of the Army at $791.83 million across 615 awards and the Department of the Air Force at $411.52 million across 649 awards. Federal Acquisition Service and the Defense Logistics Agency also appeared among the top agencies, but at materially lower obligation levels than the three military departments.

Vendor concentration and leading contractors

Harris Global Communications Inc was the leading vendor with $702.15 million across 124 awards, followed by Data Link Solutions LLC with $505.90 million across 45 awards. L3 Technologies, Inc., Raytheon Company, and Rockwell Collins, Inc. also ranked among the top vendors, indicating a concentrated supplier base for this NAICS.

Annual contract trend over the analysis window

The annual trend shows all observed activity in 2025 for the last full year, with $2.62 billion obligated across 5,581 awards. Based on the available window, this page reflects a single-year snapshot rather than a multi-year trend, so longer-term growth or decline cannot be assessed from this dataset alone.

How to interpret this page

This page summarizes FPDS obligations mapped to NAICS 334290 for the last full year using total obligated dollars, award counts, and average award value. Agency and vendor rankings are based on obligated amount within the specified analysis window, and no additional assumptions were applied beyond the provided FPDS Query metrics.

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 = '334290'
        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
1700 DEPT OF THE NAVY 1,109,431,288.83 1.11 billion 1,539
2100 DEPT OF THE ARMY 791,832,632.97 791.83 million 615
5700 DEPT OF THE AIR FORCE 411,516,868.34 411.52 million 649
4732 FEDERAL ACQUISITION SERVICE 90,033,887.36 90.03 million 232
97AS DEFENSE LOGISTICS AGENCY 58,722,590.00 58.72 million 1,157
3600 VETERANS AFFAIRS, DEPARTMENT OF 23,512,934.03 23.51 million 291
1524 DRUG ENFORCEMENT ADMINISTRATION 19,087,658.83 19.09 million 183
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 18,463,995.39 18.46 million 20
4740 PUBLIC BUILDINGS SERVICE 17,534,947.73 17.53 million 29
7008 U.S. COAST GUARD 16,162,989.14 16.16 million 74

Insight

Obligations for NAICS 334290 are concentrated in DoD components, led by the Department of the Navy at $1.11 billion, followed by the Department of the Army at $791.83 million and the Department of the Air Force at $411.52 million. Together, these three agencies account for the majority of the $2.62 billion obligated in the last full year, indicating a strong defense-driven demand base for other communications equipment manufacturing. Outside DoD, obligations drop sharply, with the Federal Acquisition Service at $90.03 million and all other listed agencies each below $59 million, suggesting a long tail of comparatively small activity.

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 = '334290'
        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
HARRIS GLOBAL COMMUNICATIONS INC 7QAK7 702,151,488.92 702.15 million 124
DATA LINK SOLUTIONS LLC 081U3 505,898,097.35 505.90 million 45
L3 TECHNOLOGIES, INC. 06401 220,845,797.05 220.85 million 111
RAYTHEON COMPANY 7Y193 158,079,898.71 158.08 million 99
ROCKWELL COLLINS, INC. 13499 154,129,972.70 154.13 million 95
SIERRA NEVADA COMPANY, LLC 8X691 92,884,305.40 92.88 million 6
EUROMIDS FAGL5 68,707,382.68 68.71 million 34
VIASAT INC 47358 59,480,473.43 59.48 million 56
GENERAL DYNAMICS MISSION SYSTEMS, INC 1VPW8 33,272,003.20 33.27 million 109
SERCO INC. 022Q2 33,024,165.00 33.02 million 20

Insight

During the last full year, NAICS 334290 obligated $2.62 billion across 5,581 awards, with activity concentrated among a small set of vendors. HARRIS GLOBAL COMMUNICATIONS INC and DATA LINK SOLUTIONS LLC alone accounted for about $1.21 billion, while the top 10 vendors combined received roughly $2.05 billion, or about 78 percent of total obligations. Award volumes are more dispersed than dollars: several vendors, including GENERAL DYNAMICS MISSION SYSTEMS, INC and L3 TECHNOLOGIES, INC., recorded high award counts but comparatively lower obligated amounts, indicating a mix of large-value and high-frequency buying.

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 = '334290'
        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,619,175,336.85 2.62 billion 5,581

Insight

In the last full year, NAICS 334290 obligated $2.62 billion across 5,581 awards, for an average award value of $469,302.15. With only one annual data point in the 1-year window, no year-over-year trend can be assessed; the available data instead indicate the current annual level of activity and award distribution. The award volume suggests a relatively broad dispersion of obligations across a sizable number of actions rather than concentration in a small number of awards.

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.