NAICS Industry

NAICS 339112 Federal Contract Obligations (Last 10 Years)

Federal procurement activity for NAICS 339112, Surgical and Medical Instrument Manufacturing, totaled 18.16 billion across 312,504 award actions over the last 10 years.

This NAICS page summarizes federal obligations, award volume, major agencies, and leading vendors for surgical and medical instrument manufacturing. Veterans Affairs accounted for the largest share of obligations, while the Defense Logistics Agency recorded the highest number of award actions among the top agencies.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years and may include multiple awards to the same vendor, including separate records for related vendor entities and CAGE codes.

NAICS Code
339112
Industry
SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING
Total Obligated
18.16 billion
18,162,886,810.86
Award Actions
312,504
Average Action Value
58,120.49

About NAICS 339112 federal contract activity

NAICS 339112, Surgical and Medical Instrument Manufacturing, accounts for 312,504 FPDS awards totaling 18.16 billion over the last 10 years, with an average award value of 58,120.49. The volume of actions is high relative to average dollar size, indicating a procurement pattern dominated by recurring, lower-dollar buys alongside a smaller set of larger obligations.

Agency demand and leading federal buyers

The Department of Veterans Affairs is the dominant buyer in this NAICS, with 12.69 billion across 107,991 awards, far exceeding every other agency in total obligations. The Office of Assistant Secretary for Preparedness and Response is a distant second by dollars at 2.04 billion on 123 awards, while the Defense Logistics Agency is notable for very high award volume, with 156,848 awards totaling 965.39 million.

Vendor concentration and leading contractors

Cardinal Health 200, LLC leads vendors by obligated dollars at 1.51 billion across 580 awards, followed by Medline Industries, LP at 1.11 billion across 2,217 awards. Concordance Healthcare Solutions LLC, Medline Industries, Inc., and McKesson Medical-Surgical Government Solutions LLC also rank among the top recipients, showing a concentrated supplier base among major medical distribution and supply firms.

Annual contract trend over the analysis window

Annual obligations in the most recent five years show substantial movement, peaking at 2.13 billion in 2021 before falling to 1.03 billion in 2022 and then rebounding to 1.79 billion in 2023 and 1.87 billion in 2024. Through 2025, obligations reached 1.57 billion, indicating continued high activity but below the 2021 high.

How to interpret this page

This page is based on FPDS obligations classified under NAICS 339112 over the last 10 years. Metrics include total obligated dollars, award counts, and average award value, with agency, vendor, and annual trend summaries derived from the same FPDS dataset.

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 = '339112'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 12,689,278,785.18 12.69 billion 107,991
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 2,043,420,014.71 2.04 billion 123
97AS DEFENSE LOGISTICS AGENCY 965,388,946.16 965.39 million 156,848
2100 DEPT OF THE ARMY 791,389,903.83 791.39 million 7,964
7527 INDIAN HEALTH SERVICE 448,160,682.25 448.16 million 8,050
97DH DEFENSE HEALTH AGENCY (DHA) 264,660,873.30 264.66 million 2,704
1700 DEPT OF THE NAVY 199,787,794.65 199.79 million 8,671
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 196,022,738.21 196.02 million 215
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 128,685,097.03 128.69 million 8,209
5700 DEPT OF THE AIR FORCE 125,569,819.03 125.57 million 2,694

Insight

Obligations for NAICS 339112 are highly concentrated at the Department of Veterans Affairs, which accounts for $12.69 billion of the $18.16 billion obligated over the last 10 years, or roughly 70% of total spend. A second major obligation source is the Office of the Assistant Secretary for Preparedness and Response at $2.04 billion, while the remaining agencies are each below $1.0 billion and collectively represent a much smaller share. Award volume is more distributed than dollars, led by Veterans Affairs and the Defense Logistics Agency with 107,991 and 156,848 awards, respectively, indicating a mix of high-dollar and high-transaction activity across the top agencies.

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 = '339112'
        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
CARDINAL HEALTH 200, LLC 07TA6 1,511,410,812.90 1.51 billion 580
MEDLINE INDUSTRIES, LP 0PMN3 1,109,034,673.26 1.11 billion 2,217
CONCORDANCE HEALTHCARE SOLUTIONS LLC 7M2S6 891,255,278.17 891.26 million 104
MEDLINE INDUSTRIES, INC. 0PMN3 885,131,234.76 885.13 million 4,705
MCKESSON MEDICAL-SURGICAL GOVERNMENT SOLUTIONS LLC 1EU19 696,214,312.30 696.21 million 48
AMERICAN PURCHASING SERVICES, LLC 0XP01 666,876,331.55 666.88 million 699
MEDTRONIC CARE MANAGEMENT SERVICES, LLC 3XLX9 538,198,454.82 538.20 million 93
OMNICELL, INC. 00VE9 525,452,250.84 525.45 million 3,936
INTUITIVE SURGICAL, INC. 1URE3 473,896,818.56 473.90 million 6,718
KREISERS, INC. 6J471 473,243,375.93 473.24 million 58

Insight

Over the last 10 years, NAICS 339112 obligated $18.16 billion across 312,504 awards, with an average award value of $58,120.49, indicating a high-volume, low-dollar procurement profile. The top 10 vendors account for $7.69 billion, or about 42% of total obligations, showing moderate concentration among leading suppliers. Obligations are split across multiple large distributors and manufacturers, with CARDINAL HEALTH 200, LLC, MEDLINE INDUSTRIES, LP, and MEDLINE INDUSTRIES, INC. among the largest recipients. Award counts vary widely across top vendors, suggesting a mix of large recurring buys and smaller, more frequent transactions.

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 = '339112'
        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,572,451,053.50 1.57 billion 18,526
2024 1,865,247,536.57 1.87 billion 19,928
2023 1,787,420,225.26 1.79 billion 20,426
2022 1,025,622,563.91 1.03 billion 20,307
2021 2,131,465,977.88 2.13 billion 20,214
2020 3,696,221,286.68 3.70 billion 24,314
2019 1,530,298,882.31 1.53 billion 28,363
2018 1,658,078,423.01 1.66 billion 45,246
2017 1,356,101,026.83 1.36 billion 57,314
2016 1,543,312,733.18 1.54 billion 57,924

Insight

Over the last 10 years, NAICS 339112 accounted for $18.16 billion across 312,504 awards, with an average award value of $58,120.49, indicating a high-volume, relatively fragmented procurement profile. Obligations were unevenly distributed over time, peaking in 2020 at $3.70 billion, followed by elevated levels in 2021 and 2024-2025, while the lowest annual obligation occurred in 2022 at $1.03 billion. Award counts were highest in 2016-2017 and generally declined thereafter, even as obligations remained comparatively strong in later years, suggesting fewer but larger awards in the more recent period.

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.