NAICS Industry

NAICS 334210 Federal Contract Obligations (Last Year)

Federal procurement activity for NAICS 334210, Telephone Apparatus Manufacturing, totaled 591.13 million across 734 award actions in the last full year.

This page summarizes federal obligations under NAICS 334210, Telephone Apparatus Manufacturing, using last full year FPDS data. The Federal Aviation Administration led spending with 451.21 million across 45 actions, while Rohde & Schwarz USA, Inc. and Frequentis USA, Inc. were the largest vendors by obligated amount.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect last full year obligations and award counts for NAICS 334210 and may not capture later modifications or corrections.

NAICS Code
334210
Industry
TELEPHONE APPARATUS MANUFACTURING
Total Obligated
591.13 million
591,126,084.38
Award Actions
734
Average Action Value
805,348.88

About NAICS 334210 federal contract activity

In the last full year, FPDS records for NAICS 334210, Telephone Apparatus Manufacturing, show $591.13 million in obligated value across 734 awards, with an average award size of $805,348.88. The profile is concentrated in a small set of high-value awards alongside a broader base of smaller transactions, indicating mixed procurement activity across communications and related telecommunications hardware.

Agency demand and leading federal buyers

The Federal Aviation Administration is the dominant buyer in this NAICS, accounting for $451.21 million across 45 awards, or the clear majority of total obligated value. The next largest agencies are the Social Security Administration at $44.91 million, the Department of the Army at $36.60 million, the Department of the Navy at $26.05 million, and the Department of the Air Force at $8.85 million, showing substantially lower but still meaningful demand beyond FAA.

Vendor concentration and leading contractors

Vendor concentration is pronounced. Rohde & Schwarz USA, Inc. leads with $246.38 million across 7 awards, followed by Frequentis USA, Inc. at $180.26 million across 11 awards; together they account for most of the listed vendor value. The remaining top vendors are Colossal Contracting, LLC, GZO, Inc., and Motorola Solutions, Inc., with award counts ranging from 10 to 33 and materially smaller obligated totals.

Annual contract trend over the analysis window

The annual trend provided for 2025 matches the full-year total of $591.13 million and 734 awards, so there is no multi-year comparison available in the supplied dataset. As presented, the year reflects a single-period snapshot rather than a directional pattern.

How to interpret this page

This page is based on FPDS award data filtered to NAICS 334210 over the last full year. Obligated amounts are aggregated by agency, vendor, and year, and awards are counted at the record level represented in the source data. Results reflect the supplied dataset and should be interpreted as procurement activity within this NAICS classification only.

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 = '334210'
        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
6920 FEDERAL AVIATION ADMINISTRATION 451,205,285.27 451.21 million 45
2800 SOCIAL SECURITY ADMINISTRATION 44,914,942.92 44.91 million 10
2100 DEPT OF THE ARMY 36,603,948.60 36.60 million 78
1700 DEPT OF THE NAVY 26,045,851.37 26.05 million 168
5700 DEPT OF THE AIR FORCE 8,845,640.41 8.85 million 121
1524 DRUG ENFORCEMENT ADMINISTRATION 7,493,750.00 7.49 million 16
97AS DEFENSE LOGISTICS AGENCY 4,329,477.53 4.33 million 120
1900 STATE, DEPARTMENT OF 4,073,418.39 4.07 million 56
7527 INDIAN HEALTH SERVICE 2,812,232.20 2.81 million 8
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 2,063,772.51 2.06 million 6

Insight

Obligations in NAICS 334210 are highly concentrated in the Federal Aviation Administration, which accounts for $451.21 million of the $591.13 million obligated over the last full year, or about 76% of total spending. The next largest agencies—Social Security Administration, Department of the Army, and Department of the Navy—are far smaller at $44.91 million, $36.60 million, and $26.05 million, indicating a steep drop-off after FAA. Award volume is more distributed than dollars, with the Department of the Navy, Department of the Air Force, and Defense Logistics Agency each recording relatively high award counts but much lower obligations, suggesting smaller individual awards outside the FAA-led spending concentration.

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 = '334210'
        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
ROHDE & SCHWARZ USA, INC. 82199 246,377,099.23 246.38 million 7
FREQUENTIS USA, INC 1XKR9 180,259,804.64 180.26 million 11
COLOSSAL CONTRACTING, LLC 5P3K0 44,914,942.92 44.91 million 10
GZO, INC. 6T6G5 29,670,395.15 29.67 million 33
MOTOROLA SOLUTIONS, INC. 78205 23,400,091.17 23.40 million 15
DATA COMM FOR BUSINESS INC 0GGX7 23,124,139.13 23.12 million 3
L3HARRIS TECHNOLOGIES, INC. 91417 13,853,672.93 13.85 million 17
JSI TELECOM INC. 3AR06 7,473,910.00 7.47 million 11
ULTRA ELECTRONICS TCS INC L1084 7,427,030.00 7.43 million 5
SERCO INC. 022Q2 7,137,246.62 7.14 million 30

Insight

Obligations in NAICS 334210 are concentrated among a small number of vendors: ROHDE & SCHWARZ USA, INC. and FREQUENTIS USA, INC. account for 426.64 million combined, or about 72% of the 591.13 million obligated over the last full year. The remaining top vendors are materially lower in obligation, ranging from 44.91 million to 7.14 million, indicating a steep drop-off after the first two firms. Award volume is more distributed than dollars, with several vendors receiving 10 or more awards despite comparatively lower obligated amounts, suggesting smaller or more frequent awards across the vendor base.

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 = '334210'
        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 591,126,084.38 591.13 million 734

Insight

Over the last full year, NAICS 334210 recorded $591.13 million in total obligations across 734 awards, indicating a meaningful but moderately distributed obligation base. The average award value was $805,348.88, which suggests spending was spread across a relatively large number of awards rather than concentrated in only a few very large actions. With only one annual data point in the 1-year window, no year-over-year trend can be inferred from this view.

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.