NAICS Industry

NAICS 334419 Federal Contract Obligations (Last Year)

FPDS procurement activity for NAICS 334419, Other Electronic Component Manufacturing, totaled $1.63 billion across 19,363 award actions in the last full year.

Defense Logistics Agency accounted for most obligations in this NAICS, with $912.55 million across 17,464 awards. The largest vendors were Fairwinds Technologies LLC, Northrop Grumman Systems Corporation, and STS International, Incorporated.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes the last full year of readable FPDS obligations and award counts for NAICS 334419.

NAICS Code
334419
Industry
OTHER ELECTRONIC COMPONENT MANUFACTURING
Total Obligated
1.63 billion
1,625,045,894.23
Award Actions
19,363
Average Action Value
83,925.31

About NAICS 334419 federal contract activity

NAICS 334419, Other Electronic Component Manufacturing, accounted for 1.63 billion in obligated federal spending across 19,363 awards in the last full year. The average award value was 83,925.31, indicating a high-volume, low-to-mid dollar award profile with substantial activity concentrated in procurement transactions rather than a small number of large awards.

Agency demand and leading federal buyers

The Defense Logistics Agency dominated spending in this NAICS with 912.55 million across 17,464 awards, representing the clear primary buying office. The Department of the Army, Department of the Air Force, and Department of the Navy followed at 298.46 million, 229.97 million, and 126.66 million respectively, while the Federal Aviation Administration contributed a smaller but still material 19.67 million.

Vendor concentration and leading contractors

Vendor activity was led by FAIRWINDS TECHNOLOGIES LLC at 305.48 million across 113 awards, followed by NORTHROP GRUMMAN SYSTEMS CORPORATION at 195.25 million across 170 awards and STS INTERNATIONAL, INCORPORATED at 171.85 million across 63 awards. BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. and DANBURY MISSION TECHNOLOGIES, LLC also ranked among the top recipients, showing that obligations are spread across both major defense contractors and specialized suppliers.

Annual contract trend over the analysis window

The annual trend for 2025 matches the full analysis window, with 1.63 billion in obligations and 19,363 awards recorded. Because the dataset covers only one year in this view, it supports a point-in-time assessment rather than a multi-year growth or decline comparison.

How to interpret this page

This summary is based on FPDS obligations for NAICS 334419 over the last full year. Totals reflect obligated dollars and award counts aggregated across reported federal procurement actions, and agency and vendor rankings are ordered by total obligated amount.

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 = '334419'
        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
97AS DEFENSE LOGISTICS AGENCY 912,546,249.83 912.55 million 17,464
2100 DEPT OF THE ARMY 298,455,411.02 298.46 million 244
5700 DEPT OF THE AIR FORCE 229,971,103.81 229.97 million 248
1700 DEPT OF THE NAVY 126,659,899.97 126.66 million 667
6920 FEDERAL AVIATION ADMINISTRATION 19,670,326.57 19.67 million 340
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 17,573,790.37 17.57 million 7
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 12,989,383.16 12.99 million 4
1448 U.S. FISH AND WILDLIFE SERVICE 2,681,127.00 2.68 million 19
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,196,894.86 1.20 million 48
7008 U.S. COAST GUARD 997,399.35 997.40 thousand 35

Insight

In the last full year, NAICS 334419 obligated $1.63 billion across 19,363 awards, with activity heavily concentrated in the Defense Logistics Agency, which accounted for $912.55 million and 17,464 awards. The Department of the Army and Department of the Air Force were the next largest obligators at $298.46 million and $229.97 million, respectively, indicating that DoD components dominated spending in this code. The remaining top agencies were much smaller by obligation, with most contributing under $20 million, showing a steep drop-off beyond the top four buyers.

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 = '334419'
        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
FAIRWINDS TECHNOLOGIES LLC 7NJG1 305,484,545.93 305.48 million 113
NORTHROP GRUMMAN SYSTEMS CORPORATION 26916 195,246,592.26 195.25 million 170
STS INTERNATIONAL, INCORPORATED 1ELF0 171,851,272.11 171.85 million 63
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. 94117 142,274,460.36 142.27 million 74
DANBURY MISSION TECHNOLOGIES, LLC 8LAC5 60,294,719.50 60.29 million 16
ATLANTIC DIVING SUPPLY, INC. 1CAY9 51,357,202.50 51.36 million 61
LOCKHEED MARTIN CORP 04939 46,291,053.57 46.29 million 21
RAYTHEON COMPANY 54X10 43,144,103.14 43.14 million 56
AR1 96TK7 24,705,952.57 24.71 million 27
GENERAL DYNAMICS MISSION SYSTEMS, INC. 67032 24,287,074.58 24.29 million 38

Insight

Obligations in NAICS 334419 totaled $1.63 billion across 19,363 awards in the last full year, with an average award value of $83.9K. The top 10 vendors account for $1.05 billion, or about 64.6% of total obligations, indicating a moderate concentration of spending among a small set of suppliers. FAIRWINDS TECHNOLOGIES LLC led the market with $305.5 million, followed by NORTHROP GRUMMAN SYSTEMS CORPORATION at $195.2 million and STS INTERNATIONAL, INCORPORATED at $171.9 million. Award volumes are more dispersed than dollars, with several vendors receiving relatively high counts but lower obligated amounts.

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 = '334419'
        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 1,625,045,894.23 1.63 billion 19,363

Insight

For the last full year, NAICS 334419 recorded $1.63 billion in obligated value across 19,363 awards, indicating a large number of relatively small transactions. The average award value of $83,925.31 suggests spending is broadly distributed rather than concentrated in a few high-dollar actions. With only one annual observation provided, no year-over-year trend can be assessed from this window.

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.