NAICS Industry

NAICS 334519 Federal Contract Obligations (Last Year)

Federal procurement activity for NAICS 334519, Other Measuring and Controlling Device Manufacturing, totaled $669.23 million across 10,164 award actions in the last full year.

This page summarizes federal obligations in NAICS 334519 for the last full year, including agency and vendor concentration, award volume, and average action value. The Department of the Navy led obligations at $264.23 million, while the Defense Logistics Agency recorded the highest action count with 6,540 awards.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year only and may not sum across all rows because of rounding and reporting scope.

NAICS Code
334519
Industry
OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING
Total Obligated
669.23 million
669,232,802.24
Award Actions
10,164
Average Action Value
65,843.44

About NAICS 334519 federal contract activity

In the last full year, FPDS records for NAICS 334519, Other Measuring and Controlling Device Manufacturing, show $669.23 million in obligated awards across 10,164 actions, with an average award value of $65,843.44. The spend profile is broad in transaction count but concentrated in a relatively small set of higher-value awards.

Agency demand and leading federal buyers

The Department of the Navy led obligations at $264.23 million across 496 awards, followed by the Defense Logistics Agency at $134.27 million across 6,540 awards. The Federal Acquisition Service, Department of the Army, and Department of the Air Force also ranked among the top obligators, indicating demand across both defense and civilian procurement channels.

Vendor concentration and leading contractors

BAE Systems Information and Electronic Systems Integration Inc. was the top vendor by obligated dollars at $66.53 million, followed by Lockheed Martin Corporation at $57.07 million and Laurel Technologies Partnership at $46.09 million. Award counts vary materially among leading vendors, with Scitech Services, Inc. receiving 67 awards for $22.19 million, suggesting a mix of high-value and high-frequency contract activity.

Annual contract trend over the analysis window

The annual trend shows $669.23 million in obligations and 10,164 awards in 2025, which serves as the full-year baseline for this analysis window. With only one year provided, no multi-year growth or decline pattern can be inferred from the available data.

How to interpret this page

This summary is based on FPDS obligation records filtered to NAICS 334519 for the last full year. Totals reflect obligated dollars and award counts captured in the dataset; averages are derived from total obligated divided by award count and rounded for presentation.

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 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 264,225,171.58 264.23 million 496
97AS DEFENSE LOGISTICS AGENCY 134,272,477.64 134.27 million 6,540
4732 FEDERAL ACQUISITION SERVICE 73,610,095.72 73.61 million 1,022
2100 DEPT OF THE ARMY 67,407,770.40 67.41 million 228
5700 DEPT OF THE AIR FORCE 36,020,357.90 36.02 million 217
6920 FEDERAL AVIATION ADMINISTRATION 21,210,271.24 21.21 million 102
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 20,223,989.39 20.22 million 126
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 10,055,396.21 10.06 million 4
1544 U.S. MARSHALS SERVICE 9,021,427.19 9.02 million 90
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 5,647,727.62 5.65 million 175

Insight

Obligations for NAICS 334519 totaled $669.23 million across 10,164 awards in the last full year, with spending concentrated in a small number of agencies. The DEPT OF THE NAVY led with $264.23 million, about 39.5% of total obligations, followed by the DEFENSE LOGISTICS AGENCY at $134.27 million; together, these two agencies accounted for roughly 59.2% of obligated dollars. Award volume was more diffuse: the DEFENSE LOGISTICS AGENCY issued 6,540 awards, far exceeding other agencies and indicating a high number of smaller transactions compared with the larger-dollar Navy 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 = '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 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
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. 12436 66,528,017.74 66.53 million 5
LOCKHEED MARTIN CORPORATION 16331 57,067,025.22 57.07 million 31
LAUREL TECHNOLOGIES PARTNERSHIP 0ERB9 46,094,526.00 46.09 million 21
DESIGN WEST TECHNOLOGIES, INC. 3DB52 31,618,767.00 31.62 million 18
SCITECH SERVICES, INC. 0PL11 22,188,238.52 22.19 million 67
VISIONARY PRODUCTS, INC. 1V7Q3 21,128,844.70 21.13 million 7
SUSTAINABLE SYSTEM SOLUTIONS, LLC 8BHX4 18,858,353.79 18.86 million 31
VAISALA INC. 63653 16,873,769.27 16.87 million 84
MOUNTAIN HORSE, LLC 6YX88 16,677,922.70 16.68 million 120
FISHER BIOSERVICES INC 0M6N4 15,595,127.01 15.60 million 3

Insight

In the last full year, NAICS 334519 obligated $669.23 million across 10,164 awards, with an average award value of $65,843.44, indicating a high-volume, relatively low-dollar award profile. Top vendor obligations are concentrated among a small set of firms, led by BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. at $66.53 million, followed by LOCKHEED MARTIN CORPORATION at $57.07 million and LAUREL TECHNOLOGIES PARTNERSHIP at $46.09 million. Award counts vary materially among leading vendors, ranging from 3 to 120 awards, suggesting a mix of a few larger obligations and many smaller transactions 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 = '334519'
        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 669,232,802.24 669.23 million 10,164

Insight

In the last full year, NAICS 334519 recorded $669.23 million in obligated value across 10,164 awards, for an average award value of $65,843.44. Because the window contains a single annual point, no multi-year trend can be assessed from this view. The large award count relative to total obligated value indicates a highly distributed spending pattern with generally small average award sizes.

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.