NAICS Industry

NAICS 339112 Federal Contract Obligations (Last Year)

FPDS federal procurement analysis for NAICS 339112, Surgical and Medical Instrument Manufacturing, covering last full year obligations, awards, agencies, and vendors.

In the last full year, NAICS 339112 recorded $1.57 billion in obligated federal spending across 18,526 award actions, with an average action value of $84,878.06. The Department of Veterans Affairs accounted for the largest share of obligations, while Medline Industries, LP and SDV Office Systems LLC were among the highest-obligated vendors.

Generated at 03/21/2026

Analysis period: Last full year

Values reflect the last full year analysis window and may include multiple award actions under the same vendor or agency.

NAICS Code
339112
Industry
SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING
Total Obligated
1.57 billion
1,572,451,053.50
Award Actions
18,526
Average Action Value
84,878.06

About NAICS 339112 federal contract activity

In the last full year, NAICS 339112 (Surgical and Medical Instrument Manufacturing) recorded 18,526 awards totaling $1.57 billion, with an average award value of $84,878.06. The obligation profile is driven by recurring, relatively small-dollar transactions, indicating a procurement base centered on ongoing medical supply and equipment needs rather than a small number of large actions.

Agency demand and leading federal buyers

The Department of Veterans Affairs dominated obligations in this NAICS, accounting for $1.39 billion across 6,979 awards and representing the clear primary buyer. The Indian Health Service and Defense Logistics Agency were the next largest obligators at $60.17 million and $57.15 million, respectively, while the Department of the Army and Defense Health Agency contributed smaller but still material volumes.

Vendor concentration and leading contractors

Vendor concentration is led by SDV Office Systems LLC at $197.57 million, followed by Medline Industries, LP at $175.23 million and Concordance Healthcare Solutions LLC at $136.65 million. The top vendors span a mix of high-value, lower-count awards and more transaction-heavy activity, with Medline notably posting 383 awards and SDV Office Systems delivering the largest dollar total across 49 awards.

Annual contract trend over the analysis window

The annual trend shows all reported obligations concentrated in 2025, totaling $1.57 billion across 18,526 awards. Because the analysis window is limited to the last full year, the trend data establishes the scale of activity for that period but does not provide a multi-year directional comparison.

How to interpret this page

This page summarizes FPDS obligations classified under NAICS 339112 for the last full year, using total obligated dollars, award counts, and average award value. Agency and vendor rankings are based on obligated amount, and the annual trend reflects the same reporting window without adjustment for inflation, outliers, or unreported records.

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 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 1,392,399,130.10 1.39 billion 6,979
7527 INDIAN HEALTH SERVICE 60,168,514.21 60.17 million 587
97AS DEFENSE LOGISTICS AGENCY 57,151,115.54 57.15 million 9,365
2100 DEPT OF THE ARMY 15,422,747.70 15.42 million 202
97DH DEFENSE HEALTH AGENCY (DHA) 12,557,753.29 12.56 million 171
7529 NATIONAL INSTITUTES OF HEALTH 10,824,173.77 10.82 million 177
5700 DEPT OF THE AIR FORCE 6,846,544.00 6.85 million 90
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 6,436,267.48 6.44 million 647
1700 DEPT OF THE NAVY 5,418,948.20 5.42 million 74
1501 OFFICES, BOARDS AND DIVISIONS 1,218,903.60 1.22 million 2

Insight

Obligations for NAICS 339112 are highly concentrated in the Department of Veterans Affairs, which accounted for $1.39 billion of the $1.57 billion obligated in the last full year, or nearly 89% of total spend. The remaining obligations were distributed across a much smaller set of agencies, led by Indian Health Service and the Defense Logistics Agency at about $60.17 million and $57.15 million, respectively. Award volume is more dispersed than dollars, with the Defense Logistics Agency recording 9,365 awards versus 6,979 for Veterans Affairs, indicating a high number of smaller-value actions outside the dominant funding relationship.

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 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
SDV OFFICE SYSTEMS LLC 65S04 197,571,491.91 197.57 million 49
MEDLINE INDUSTRIES, LP 0PMN3 175,232,452.16 175.23 million 383
CONCORDANCE HEALTHCARE SOLUTIONS LLC 7M2S6 136,651,108.27 136.65 million 9
MEDICAL PLACE INC. 5J052 89,921,134.80 89.92 million 24
FIRST NATION GROUP, LLC 74TL4 76,973,592.59 76.97 million 11
OLYMPUS AMERICA INC. 32212 75,517,449.26 75.52 million 408
CARDINAL HEALTH 200, LLC 07TA6 72,389,240.85 72.39 million 32
CAREFUSION SOLUTIONS, LLC 0YKK5 56,232,821.37 56.23 million 130
MEDTRONIC CARE MANAGEMENT SERVICES, LLC 3XLX9 51,310,098.66 51.31 million 7
TRILLAMED LLC 56FN2 50,379,468.37 50.38 million 254

Insight

In the last full year, NAICS 339112 obligated $1.57 billion across 18,526 awards, with an average award value of $84,878.06. Top vendor obligations are concentrated among a small set of firms, led by SDV OFFICE SYSTEMS LLC at $197.57 million, followed by MEDLINE INDUSTRIES, LP at $175.23 million and CONCORDANCE HEALTHCARE SOLUTIONS LLC at $136.65 million. Award counts are uneven across the leading vendors, ranging from 7 to 408 awards, indicating that some firms received relatively few high-dollar awards while others were awarded more frequently at lower average values.

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 1 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

Insight

For the last full year, NAICS 339112 recorded $1.57 billion in obligations across 18,526 awards, indicating a high-volume, moderately fragmented procurement profile. The average award value of $84,878 suggests activity is concentrated in relatively small transactions rather than a small number of large awards. With only one annual point provided for the window, no year-over-year trend can be assessed from this view.

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.