NAICS Industry

NAICS 339113 Federal Contract Obligations (Last 10 Years)

Federal procurement activity for NAICS 339113, Surgical Appliance and Supplies Manufacturing, totaled $15.41 billion across 470,192 award actions over the last 10 years.

This NAICS page summarizes federal obligations for surgical appliance and supplies manufacturing, with an average action value of $32,778.97. The Department of Veterans Affairs led all agencies at $8.66 billion, followed by the Defense Logistics Agency at $1.89 billion, while First Nation Group, LLC was the top vendor with $553.13 million obligated.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations peaked at $2.03 billion in 2021 and remained above $1.03 billion in each year shown from 2021 through 2025.

NAICS Code
339113
Industry
SURGICAL APPLIANCE AND SUPPLIES MANUFACTURING
Total Obligated
15.41 billion
15,412,411,180.20
Award Actions
470,192
Average Action Value
32,778.97

About NAICS 339113 federal contract activity

NAICS 339113, Surgical Appliance and Supplies Manufacturing, recorded 15.41 billion in obligated dollars across 470,192 awards over the last 10 years, with an average award value of 32,778.97. The volume of awards is high relative to total obligations, indicating a market characterized by frequent, generally smaller transactions alongside a smaller set of larger awards.

Agency demand and leading federal buyers

The Department of Veterans Affairs is the dominant buyer in this NAICS, accounting for 8.66 billion and 346,133 awards, far exceeding all other agencies by both value and volume. The Defense Logistics Agency ranks second at 1.89 billion, while the Department of the Air Force, Department of the Army, and the Office of the Assistant Secretary for Preparedness and Response also show meaningful activity, though at substantially lower levels.

Vendor concentration and leading contractors

Vendor activity is led by FIRST NATION GROUP, LLC with 553.13 million across 2,369 awards, followed closely by AVON PROTECTION SYSTEMS, INC. and ATLANTIC DIVING SUPPLY, INC., each above 500 million in obligations. Award counts vary widely across top vendors, with ATLANTIC DIVING SUPPLY, INC. standing out for very high award volume, which suggests a broad base of recurring transactions in addition to larger-dollar suppliers.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at 2.03 billion, then declined in 2022 to 1.03 billion before rebounding in 2023 to 1.62 billion. The last two reported years, 2024 and 2025, remained above 1.0 billion, indicating continued but uneven procurement levels after the 2021 high point.

How to interpret this page

This summary is based on FPDS obligations and award counts for NAICS 339113 over the last 10 years. Values reflect total obligated dollars and award counts as reported in the provided analysis window and should be interpreted as procurement activity captured in FPDS, not total market demand.

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 = '339113'
        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 8,661,747,529.92 8.66 billion 346,133
97AS DEFENSE LOGISTICS AGENCY 1,889,162,603.81 1.89 billion 77,746
5700 DEPT OF THE AIR FORCE 1,164,697,108.89 1.16 billion 3,299
2100 DEPT OF THE ARMY 939,609,636.65 939.61 million 7,288
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 715,686,626.68 715.69 million 353
1700 DEPT OF THE NAVY 462,136,988.02 462.14 million 10,421
7014 U.S. CUSTOMS AND BORDER PROTECTION 264,908,952.62 264.91 million 323
97DH DEFENSE HEALTH AGENCY (DHA) 235,769,414.28 235.77 million 2,203
7529 NATIONAL INSTITUTES OF HEALTH 147,248,571.45 147.25 million 3,287
7527 INDIAN HEALTH SERVICE 115,820,942.86 115.82 million 4,181

Insight

Over the last 10 years, obligations in NAICS 339113 totaled $15.41 billion across 470,192 awards, indicating a highly fragmented award base with a relatively low average award value of $32,778.97. The Department of Veterans Affairs dominated demand at $8.66 billion and 346,133 awards, accounting for more than half of total obligations in this NAICS. The Defense Logistics Agency was the next largest buyer at $1.89 billion, followed by the Department of the Air Force and Department of the Army, while the remaining top agencies each represented a materially smaller share of total spend.

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 = '339113'
        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
FIRST NATION GROUP, LLC 74TL4 553,128,630.12 553.13 million 2,369
AVON PROTECTION SYSTEMS, INC. 1LEW5 504,627,359.25 504.63 million 409
ATLANTIC DIVING SUPPLY, INC. 1CAY9 503,063,728.32 503.06 million 13,352
OLYMPUS AMERICA INC. 32212 490,125,451.74 490.13 million 3,797
MEDICAL PLACE INC. 5J052 434,701,632.91 434.70 million 261
HARDWOOD PRODUCTS COMPANY LP 52127 316,062,132.25 316.06 million 24
MEDTRONIC USA, INC. 77HM9 289,949,287.27 289.95 million 13,919
PERMOBIL, INC. 4ANG4 271,419,218.55 271.42 million 15,214
3M COMPANY 76381 268,439,116.76 268.44 million 433
DAVENPORT AVIATION, INC. 5ZYY2 252,670,775.59 252.67 million 34

Insight

Over the last 10 years, NAICS 339113 has obligated $15.41 billion across 470,192 awards, with an average award value of $32,778.97, indicating a high-volume, relatively fragmented award base. The top 10 vendors account for roughly $3.88 billion, or about 25% of total obligations, showing moderate concentration at the vendor level. Award counts vary materially among top vendors, ranging from 24 to 15,214, suggesting that obligations are distributed across both large-volume and lower-frequency, higher-dollar recipients.

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 = '339113'
        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,063,093,852.22 1.06 billion 29,416
2024 1,238,262,067.35 1.24 billion 32,402
2023 1,621,458,565.88 1.62 billion 32,435
2022 1,032,037,865.54 1.03 billion 28,613
2021 2,034,733,558.42 2.03 billion 28,250
2020 2,379,322,543.84 2.38 billion 30,217
2019 1,064,218,594.81 1.06 billion 33,283
2018 1,688,377,281.16 1.69 billion 63,088
2017 1,769,548,811.91 1.77 billion 96,902
2016 1,521,358,039.07 1.52 billion 95,586

Insight

Over the last 10 years, NAICS 339113 obligated $15.41 billion across 470,192 awards, with an average award value of $32,778.97, indicating a high-volume, relatively low-dollar award profile. Annual obligations were strongest in 2020 ($2.38 billion) and 2021 ($2.03 billion), then moderated to the $1.03 billion–$1.62 billion range in 2022–2025. Award counts were highest in 2016–2017, near 96,000 per year, and declined to roughly 28,000–33,000 annually in 2019–2025, suggesting a shift toward fewer awards with higher average dollars 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.