NAICS Industry

NAICS 334419 Federal Contract Obligations (Last 10 Years)

FPDS procurement activity for NAICS 334419, Other Electronic Component Manufacturing, across the last 10 years shows 12.83 billion obligated over 224,351 award actions.

This page summarizes federal spending under NAICS 334419, with obligations concentrated in defense and aviation procurement. The Defense Logistics Agency leads by dollars and award volume, followed by the Air Force, Army, and Navy, while Northrop Grumman Systems Corporation and BAE Systems appear among the largest vendors.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years of award data and may include multiple actions on the same contract or order.

NAICS Code
334419
Industry
OTHER ELECTRONIC COMPONENT MANUFACTURING
Total Obligated
12.83 billion
12,829,540,018.49
Award Actions
224,351
Average Action Value
57,185.12

About NAICS 334419 federal contract activity

NAICS 334419, Other Electronic Component Manufacturing, recorded $12.83 billion in obligated federal spending across 224,351 awards over the last 10 years, with an average award value of $57,185.12. The volume of awards is high relative to obligated dollars, indicating a procurement profile dominated by many smaller transactions alongside a smaller number of large systems and component buys.

Agency demand and leading federal buyers

The Defense Logistics Agency accounts for the largest share of obligations at $5.38 billion across 198,316 awards, making it the primary contracting vehicle in this category by both value and volume. The Department of the Air Force, Department of the Army, and Department of the Navy are the next largest buyers, with obligations of $2.92 billion, $2.24 billion, and $1.95 billion respectively, while the Federal Aviation Administration is a smaller but notable civilian customer at $113.95 million.

Vendor concentration and leading contractors

Northrop Grumman Systems Corporation is the leading vendor with $2.35 billion in obligations across 1,954 awards, followed by BAE Systems Information and Electronic Systems Integration Inc. at $1.54 billion across 1,312 awards. Raytheon Company, BAE Systems Information and Electronic Systems Integration I, and Fairwinds Technologies LLC round out the top vendors, showing a supplier base concentrated among major defense electronics contractors.

Annual contract trend over the analysis window

Annual obligations have remained elevated in each of the most recent years shown, rising from $872.93 million in 2021 to $1.01 billion in 2022, $1.30 billion in 2023, $1.45 billion in 2024, and $1.63 billion in 2025. Award counts stayed relatively stable near 19,000 per year during this period, suggesting that growth in obligations has been driven more by larger award values than by materially higher transaction counts.

How to interpret this page

This page summarizes FPDS obligations classified under NAICS 334419 for the last 10 years and aggregates award totals, award counts, and average award values from reported procurement records. Agency and vendor rankings are based on total obligated dollars within the selected NAICS code and analysis window, and annual trend figures reflect obligations recorded by fiscal year.

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 10 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 5,383,865,904.26 5.38 billion 198,316
5700 DEPT OF THE AIR FORCE 2,917,258,405.34 2.92 billion 2,657
2100 DEPT OF THE ARMY 2,238,298,592.56 2.24 billion 4,415
1700 DEPT OF THE NAVY 1,946,971,438.34 1.95 billion 10,414
6920 FEDERAL AVIATION ADMINISTRATION 113,950,087.57 113.95 million 1,927
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 54,367,635.76 54.37 million 49
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 26,821,465.27 26.82 million 31
7014 U.S. CUSTOMS AND BORDER PROTECTION 20,183,231.21 20.18 million 67
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 19,299,754.63 19.30 million 681
1900 STATE, DEPARTMENT OF 16,475,134.13 16.48 million 602

Insight

Obligations in NAICS 334419 are highly concentrated over the last 10 years, with the Defense Logistics Agency accounting for $5.38 billion across 198,316 awards, or about 42% of total obligations. The Department of the Air Force, Department of the Army, and Department of the Navy follow with $2.92 billion, $2.24 billion, and $1.95 billion respectively, bringing the top four agencies to roughly 91% of total obligated dollars. Outside the defense agencies, obligations drop sharply; the next largest agency, the Federal Aviation Administration, obligated $113.95 million, indicating a long tail of much smaller civilian 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 = '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 10 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
NORTHROP GRUMMAN SYSTEMS CORPORATION 26916 2,345,979,247.71 2.35 billion 1,954
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. 94117 1,539,063,412.93 1.54 billion 1,312
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION I 81413 799,380,772.36 799.38 million 233
RAYTHEON COMPANY 54X10 690,202,778.17 690.20 million 12,716
FAIRWINDS TECHNOLOGIES LLC 7NJG1 433,811,954.52 433.81 million 163
DRS LAUREL TECHNOLOGIES 0ERB9 405,643,508.51 405.64 million 847
COMMUNICATIONS & POWER INDUSTRIES LLC 88236 288,832,580.52 288.83 million 1,291
HARRIS CORPORATION 14304 274,932,054.28 274.93 million 2,549
NORTHROP GRUMMAN SPACE & MISSION SYSTEMS CORP. 65409 237,934,998.31 237.93 million 53
ATLANTIC DIVING SUPPLY, INC. 1CAY9 230,890,255.86 230.89 million 160

Insight

Over the last 10 years, NAICS 334419 has obligated $12.83 billion across 224,351 awards, with an average award value of $57,185, indicating a high-volume, generally low-dollar award environment. Top vendor obligations are concentrated among a small set of contractors: Northrop Grumman Systems Corporation leads at $2.35 billion, followed by BAE Systems Information and Electronic Systems Integration Inc. at $1.54 billion and BAE Systems Information and Electronic Systems Integration I at $799.38 million. The remaining top vendors each received less than $700 million, suggesting obligations are spread across many awards but still weighted toward a limited number of major firms.

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 10 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
2024 1,452,371,198.12 1.45 billion 19,539
2023 1,296,906,833.37 1.30 billion 19,312
2022 1,008,386,001.25 1.01 billion 19,399
2021 872,928,999.41 872.93 million 18,059
2020 965,529,771.67 965.53 million 20,143
2019 1,522,931,878.48 1.52 billion 24,679
2018 1,636,149,742.15 1.64 billion 29,586
2017 1,279,873,007.12 1.28 billion 28,043
2016 1,169,416,692.69 1.17 billion 26,228

Insight

Over the last 10 years, NAICS 334419 obligated $12.83 billion across 224,351 awards, with an average award value of $57,185. Obligations were relatively steady at roughly $0.87 billion to $1.64 billion annually, with the highest annual total in 2018 ($1.64 billion) and a dip in 2021 ($872.93 million) before rebounding. Recent years show renewed growth, increasing from $1.01 billion in 2022 to $1.63 billion in 2025, while award counts have remained near 19,000 per year since 2021, indicating a broad and consistently distributed award base.

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