NAICS Industry

NAICS 325413 Federal Contract Obligations (Last Year)

FPDS procurement summary for NAICS 325413, covering federal obligations for in-vitro diagnostic substance manufacturing in the last full year.

Federal spending under NAICS 325413 totaled $166.19 million across 3,442 award actions in the last full year, with an average action value of $48,281.64. The Department of Veterans Affairs accounted for the largest share of obligations, while Cepheid and bioMérieux Inc led vendor activity by dollars obligated.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and use obligated dollars as recorded in FPDS, with agency and vendor rankings based on the provided summary rows.

NAICS Code
325413
Industry
IN-VITRO DIAGNOSTIC SUBSTANCE MANUFACTURING
Total Obligated
166.19 million
166,185,427.47
Award Actions
3,442
Average Action Value
48,281.64

About NAICS 325413 federal contract activity

NAICS 325413, In-Vitro Diagnostic Substance Manufacturing, recorded 3,442 awards and $166.19 million in obligated spending over the last full year, with an average award value of $48,281.64. The spending profile is concentrated in health-related purchasing, indicating sustained federal demand for diagnostic reagents, test materials, and related supplies.

Agency demand and leading federal buyers

The Department of Veterans Affairs led obligation volume by a wide margin with $117.38 million across 1,648 awards, accounting for the majority of activity in this NAICS. The Department of the Army, Defense Health Agency, Department of the Air Force, and Indian Health Service followed at materially lower levels, showing that demand is spread across both clinical and defense health buyers.

Vendor concentration and leading contractors

CEPHEID was the top vendor by obligated value at $38.88 million across 264 awards, followed by BIOMERIEUX INC at $31.54 million across 246 awards and ROCHE DIAGNOSTICS CORPORATION at $14.43 million across 266 awards. QUEST DIAGNOSTICS INCORPORATED and FISHER SCIENTIFIC COMPANY L.L.C. also appeared among the leading vendors, reflecting a concentrated supplier base with multiple high-frequency award recipients.

Annual contract trend over the analysis window

The annual trend shows $166.19 million in obligations and 3,442 awards in 2025, which is the only year in the provided analysis window. With a single-year view, this dataset supports point-in-time assessment rather than multi-year growth or decline analysis.

How to interpret this page

This page summarizes FPDS obligations attributed to NAICS 325413 for the last full year using award-level totals and counts. Agency and vendor rankings are based on total obligated dollars, and vendor identifiers are shown where provided. Percent shares and growth rates are not included because only the supplied values are used.

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 = '325413'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 117,375,638.19 117.38 million 1,648
2100 DEPT OF THE ARMY 17,043,482.99 17.04 million 503
97DH DEFENSE HEALTH AGENCY (DHA) 8,105,658.39 8.11 million 223
5700 DEPT OF THE AIR FORCE 5,983,633.61 5.98 million 98
7527 INDIAN HEALTH SERVICE 4,859,438.22 4.86 million 234
7529 NATIONAL INSTITUTES OF HEALTH 4,442,538.23 4.44 million 164
1700 DEPT OF THE NAVY 3,001,722.99 3.00 million 119
7524 FOOD AND DRUG ADMINISTRATION 2,450,564.92 2.45 million 34
97AS DEFENSE LOGISTICS AGENCY 1,320,042.53 1.32 million 294
12G2 FOOD SAFETY AND INSPECTION SERVICE 1,163,982.19 1.16 million 16

Insight

Obligations in NAICS 325413 were highly concentrated in the Department of Veterans Affairs, which accounted for $117.38 million across 1,648 awards, or about 70.6% of the $166.19 million obligated in the last full year. The next largest obligators were the Department of the Army ($17.04 million), Defense Health Agency ($8.11 million), and Department of the Air Force ($5.98 million), indicating a strong federal health and defense demand profile. Award activity was broader than dollar concentration, with 3,442 awards averaging $48,281.64 each and several additional agencies contributing smaller, distributed obligations.

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 = '325413'
        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
CEPHEID 07YE7 38,882,847.25 38.88 million 264
BIOMERIEUX INC 4S002 31,538,735.43 31.54 million 246
ROCHE DIAGNOSTICS CORPORATION 51169 14,434,384.49 14.43 million 266
QUEST DIAGNOSTICS INCORPORATED 1FHB9 4,309,000.02 4.31 million 8
FISHER SCIENTIFIC COMPANY L.L.C. 1K925 4,181,440.40 4.18 million 165
ABBOTT LABORATORIES INC. 33110 3,857,170.30 3.86 million 38
WERFEN USA LLC 22270 3,696,178.21 3.70 million 213
BECKMAN COULTER, INC 0HWD8 3,257,974.89 3.26 million 40
DIASORIN INC 1KF01 3,248,052.33 3.25 million 37
SIEMENS HEALTHCARE DIAGNOSTICS INC. 1K2V6 3,095,628.71 3.10 million 96

Insight

Obligations in NAICS 325413 total $166.19 million across 3,442 awards in the last full year, with an average award value of $48,281.64. The vendor base is moderately concentrated at the top: CEPHEID and BIOMERIEUX INC together account for about $70.42 million, or roughly 42% of total obligated dollars, while the top 10 vendors listed represent about $108.49 million, or approximately 65% of the total. Award counts are more evenly distributed than dollars in some cases, with several vendors receiving high volumes of relatively small awards, indicating a fragmented procurement pattern alongside a few higher-dollar vendors.

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 = '325413'
        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 166,185,427.47 166.19 million 3,442

Insight

For the last full year, NAICS 325413 recorded $166.19 million in obligated dollars across 3,442 awards, for an average award value of $48.3K. Because only one annual data point is provided in this 1-year window, year-over-year trend direction cannot be assessed. The award pattern indicates a high volume of relatively small obligations, suggesting broad distribution rather than concentration in a small number of large awards.

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.