NAICS Industry

NAICS 339113 Federal Contract Obligations (Last Year)

FPDS data for NAICS 339113 covers federal obligations for surgical appliance and supplies manufacturing in the last full year.

In the last full year, federal agencies obligated $1.06 billion across 29,416 award actions under NAICS 339113, with an average action value of $36,139.98. The Department of Veterans Affairs accounted for the largest share of spending, followed by the Defense Logistics Agency.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the provided last-full-year summary for 2025 and are based on obligated amounts and award counts recorded in FPDS.

NAICS Code
339113
Industry
SURGICAL APPLIANCE AND SUPPLIES MANUFACTURING
Total Obligated
1.06 billion
1,063,093,852.22
Award Actions
29,416
Average Action Value
36,139.98

About NAICS 339113 federal contract activity

In the last full year, FPDS records for NAICS 339113, Surgical Appliance and Supplies Manufacturing, show $1.06 billion in obligated awards across 29,416 actions, with an average award value of $36,139.98. The activity level indicates a high-volume procurement market dominated by recurring medical supply and device purchases rather than a small number of large transactions.

Agency demand and leading federal buyers

The Department of Veterans Affairs accounted for the largest share of obligations at $758.56 million across 19,653 awards, making it the clear primary buyer in this NAICS. The Defense Logistics Agency ranked second at $144.54 million and 7,755 awards, while the Department of the Army, U.S. Customs and Border Protection, and the Department of the Air Force contributed smaller but still material demand.

Vendor concentration and leading contractors

Vendor obligations were led by FIRST NATION GROUP, LLC at $48.20 million and MEDICAL PLACE INC. at $44.90 million, each on only four awards, indicating concentrated dollars in a small number of actions. By contrast, ATLANTIC DIVING SUPPLY, INC. recorded 283 awards worth $29.05 million, showing a much more distributed award pattern, while GENTEX CORPORATION and TRILLAMED LLC also captured significant obligations.

Annual contract trend over the analysis window

The annual trend for 2025 shows total obligations of $1.06 billion across 29,416 awards. With only one year in the analysis window, the trend view reflects the full-year baseline rather than a multi-year change pattern.

How to interpret this page

This page summarizes FPDS obligations for NAICS 339113 over the last full year using reported obligated dollars and award counts. Agency and vendor rankings are based on total obligated amount, and the trend section reflects the single annual total available for 2025.

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 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 758,564,782.13 758.56 million 19,653
97AS DEFENSE LOGISTICS AGENCY 144,535,852.32 144.54 million 7,755
2100 DEPT OF THE ARMY 36,753,706.69 36.75 million 262
7014 U.S. CUSTOMS AND BORDER PROTECTION 29,409,543.43 29.41 million 30
5700 DEPT OF THE AIR FORCE 14,832,360.40 14.83 million 148
7529 NATIONAL INSTITUTES OF HEALTH 12,770,852.04 12.77 million 149
4732 FEDERAL ACQUISITION SERVICE 11,304,468.56 11.30 million 182
1700 DEPT OF THE NAVY 11,122,135.94 11.12 million 198
7013 TRANSPORTATION SECURITY ADMINISTRATION 9,958,271.17 9.96 million 21
97DH DEFENSE HEALTH AGENCY (DHA) 8,711,721.70 8.71 million 170

Insight

Obligations under NAICS 339113 were highly concentrated in the top two agencies, with the Department of Veterans Affairs accounting for 758.56 million and the Defense Logistics Agency for 144.54 million, or roughly 85 percent of the 1.06 billion obligated in the last full year. The remaining obligations were distributed across several agencies at much smaller levels, with the Department of the Army, U.S. Customs and Border Protection, and the Department of the Air Force each below 40 million. Award volume was also concentrated, led by Veterans Affairs with 19,653 awards and DLA with 7,755 awards, indicating sustained procurement activity in this commodity area.

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 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
FIRST NATION GROUP, LLC 74TL4 48,201,592.49 48.20 million 4
MEDICAL PLACE INC. 5J052 44,896,724.00 44.90 million 4
ATLANTIC DIVING SUPPLY, INC. 1CAY9 29,045,047.63 29.05 million 283
GENTEX CORPORATION 97427 27,803,976.60 27.80 million 22
TRILLAMED LLC 56FN2 27,087,547.69 27.09 million 104
COCHLEAR AMERICAS CORPORATION 06QL6 26,690,365.88 26.69 million 18
PERMOBIL, INC. 4ANG4 25,163,689.41 25.16 million 1,234
AVON PROTECTION SYSTEMS, INC. 1LEW5 24,893,920.79 24.89 million 12
EDWARDS LIFESCIENCES LLC 1PYT9 23,248,943.71 23.25 million 634
RED ONE MEDICAL DEVICES LLC 71UG3 22,515,509.38 22.52 million 520

Insight

In the last full year, NAICS 339113 recorded $1.06 billion in obligated dollars across 29,416 awards, with an average award value of $36.1K. Top vendor obligations are moderately concentrated: the leading vendor, FIRST NATION GROUP, LLC, received $48.2 million, and the top 10 vendors together account for a meaningful share of annual spend, though awards are spread across a large number of transactions. Several of the largest vendors by dollars also show high award counts, including PERMOBIL, INC. (1,234 awards), EDWARDS LIFESCIENCES LLC (634), and RED ONE MEDICAL DEVICES LLC (520), indicating a mix of high-volume and lower-frequency, higher-dollar activity.

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 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,063,093,852.22 1.06 billion 29,416

Insight

For the last full year, NAICS 339113 recorded $1.06 billion in obligated spending across 29,416 awards, indicating a broad but relatively low-dollar award distribution. The average award value of $36,139.98 suggests procurement activity was concentrated in numerous smaller obligations rather than a small number of large awards. With only one annual data point provided for the 1-year window, trend assessment is limited to the level of annual activity rather than year-over-year change.

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.