NAICS Industry

NAICS 334519 Federal Contract Obligations (Last 10 Years)

FPDS data for NAICS 334519, Other Measuring and Controlling Device Manufacturing, shows 7.35 billion in obligations across 118,444 awards over the last 10 years.

Federal spending in NAICS 334519 is concentrated in defense and logistics procurement, led by the Department of the Navy, Defense Logistics Agency, and Department of the Army. Lockheed Martin Corporation is the largest vendor by obligated dollars, while annual obligations peaked at 912.58 million in 2021 and remained above 666.36 million in 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Values reflect readable FPDS obligations for the last 10 years and may differ slightly from exact totals due to rounding.

NAICS Code
334519
Industry
OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING
Total Obligated
7.35 billion
7,347,412,646.39
Award Actions
118,444
Average Action Value
62,032.79

About NAICS 334519 federal contract activity

NAICS 334519, Other Measuring and Controlling Device Manufacturing, accounts for $7.35 billion in obligations across 118,444 awards over the last 10 years, with an average award value of $62,032.79. The volume of actions is high relative to total dollars, indicating a market characterized by many smaller procurements alongside a limited number of larger buys.

Agency demand and leading federal buyers

The Department of the Navy is the largest buyer in this NAICS, with $2.86 billion obligated across 6,128 awards, followed by the Defense Logistics Agency with $1.18 billion and 71,247 awards. The Department of the Army, Federal Acquisition Service, and Department of the Air Force also represent significant demand, suggesting procurement is concentrated in defense and federal supply channels.

Vendor concentration and leading contractors

Lockheed Martin Corporation leads vendors by obligation at $1.46 billion across 499 awards, far ahead of the rest of the field. The next highest vendors by obligation are Sustainable System Solutions, LLC; Mountain Horse, LLC; Design West Technologies, Inc.; and Vaisala Inc., each with materially smaller but still meaningful award totals, indicating a mix of large primes and specialized suppliers.

Annual contract trend over the analysis window

Annual obligations in the displayed period remain elevated, ranging from $666.36 million in 2025 to a peak of $912.58 million in 2021, with 2023 and 2024 also above $748 million. Award counts stay consistently high, near 10,000 to 12,000 per year, showing sustained procurement activity even as obligated dollars fluctuate.

How to interpret this page

This page summarizes FPDS obligation and award data for NAICS 334519 over the last 10 years and ranks agencies and vendors by total obligated dollars. Annual trend figures reflect obligations recorded for each calendar year shown, and vendor identification is based on the reported contractor name and CAGE code where provided.

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 = '334519'
        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
1700 DEPT OF THE NAVY 2,856,365,816.46 2.86 billion 6,128
97AS DEFENSE LOGISTICS AGENCY 1,176,505,964.75 1.18 billion 71,247
2100 DEPT OF THE ARMY 849,544,963.30 849.54 million 3,676
4732 FEDERAL ACQUISITION SERVICE 744,619,368.71 744.62 million 12,403
5700 DEPT OF THE AIR FORCE 319,488,663.02 319.49 million 2,423
7001 OFFICE OF PROCUREMENT OPERATIONS 286,663,672.12 286.66 million 1,119
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 278,514,870.84 278.51 million 2,473
6920 FEDERAL AVIATION ADMINISTRATION 139,005,726.72 139.01 million 465
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 101,322,370.00 101.32 million 20
1900 STATE, DEPARTMENT OF 91,335,838.77 91.34 million 890

Insight

Over the last 10 years, NAICS 334519 obligations total $7.35 billion across 118,444 awards, with a relatively low average award value of $62,032.79, indicating a high-volume procurement profile. Spending is concentrated in a few agencies, led by the Department of the Navy at $2.86 billion, followed by the Defense Logistics Agency at $1.18 billion, the Department of the Army at $849.54 million, and the Federal Acquisition Service at $744.62 million. These four agencies account for the majority of obligated dollars in this NAICS, while the remaining top agencies each represent materially smaller shares.

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 = '334519'
        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
LOCKHEED MARTIN CORPORATION 16331 1,458,592,422.46 1.46 billion 499
SUSTAINABLE SYSTEM SOLUTIONS, LLC 8BHX4 281,495,923.57 281.50 million 294
MOUNTAIN HORSE, LLC 6YX88 221,309,636.35 221.31 million 768
DESIGN WEST TECHNOLOGIES, INC. 3DB52 202,600,622.51 202.60 million 92
VAISALA INC. 63653 199,252,295.39 199.25 million 813
LAUREL TECHNOLOGIES PARTNERSHIP 0ERB9 195,855,335.54 195.86 million 91
SMITHS DETECTION, INC. 23667 166,852,758.10 166.85 million 1,632
VETERAN CORPS OF AMERICA 37DN3 139,181,331.39 139.18 million 242
ATLANTIC DIVING SUPPLY, INC. 1CAY9 119,057,560.42 119.06 million 473
VISIONARY PRODUCTS, INC. 1V7Q3 116,524,186.31 116.52 million 53

Insight

Over the last 10 years, NAICS 334519 obligated $7.35 billion across 118,444 awards, with a relatively low average award value of $62,032.79, indicating a high-volume, dispersed spending pattern. The top 10 vendors account for $3.00 billion combined, or about 41 percent of total obligations, showing meaningful concentration among a small set of suppliers. LOCKHEED MARTIN CORPORATION is the largest recipient at $1.46 billion, while several other vendors have high award counts but lower obligated totals, suggesting a mix of large-value and high-frequency contracting.

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 = '334519'
        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 666,355,552.59 666.36 million 10,119
2024 748,806,257.31 748.81 million 12,440
2023 874,568,407.58 874.57 million 12,461
2022 795,370,508.80 795.37 million 11,729
2021 912,584,601.64 912.58 million 11,812
2020 783,130,294.80 783.13 million 11,110
2019 632,557,934.59 632.56 million 11,436
2018 680,111,841.31 680.11 million 12,971
2017 699,993,355.49 699.99 million 11,972
2016 551,056,642.63 551.06 million 12,349

Insight

NAICS 334519 shows sustained annual obligation levels over the last 10 years, totaling $7.35 billion across 118,444 awards, with an average award value of $62,032.79. Obligations generally clustered between about $551.06 million and $912.58 million per year, indicating a relatively stable funding profile rather than extreme volatility. The peak occurred in 2021 at $912.58 million, followed by elevated activity in 2022 and 2023, before declining in 2024 and 2025 to $748.81 million and $666.36 million, respectively. Award counts remained broadly consistent year to year, ranging from 10,119 to 12,971, suggesting the trend is driven more by obligation value than by large shifts in transaction volume.

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.