NAICS Industry

NAICS 339999 Federal Contract Obligations (Last 10 Years)

Federal procurement activity under NAICS 339999, All Other Miscellaneous Manufacturing, totals $21.23 billion across 843,788 actions over the last 10 years.

NAICS 339999 covers miscellaneous manufacturing awards that do not fall into a more specific manufacturing category. In the last 10 years, obligation has been led by the Defense Logistics Agency, with Atlantic Diving Supply, Inc. the largest vendor by total obligated value.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals shown here reflect the most recent five years in the analysis window, while agency and vendor rankings are based on the full 10-year period.

NAICS Code
339999
Industry
ALL OTHER MISCELLANEOUS MANUFACTURING
Total Obligated
21.23 billion
21,230,708,244.53
Award Actions
843,788
Average Action Value
25,161.18

About NAICS 339999 federal contract activity

NAICS 339999, All Other Miscellaneous Manufacturing, accounted for $21.23 billion in obligated spending across 843,788 awards over the last 10 years, with an average award value of $25,161.18. The category is characterized by very high transaction volume and comparatively small average awards, indicating broad use for specialized manufactured items that do not fit other specific NAICS codes.

Agency demand and leading federal buyers

The Defense Logistics Agency dominated obligations in this NAICS, with $16.58 billion across 754,745 awards, far exceeding every other agency. U.S. Special Operations Command, the Department of the Army, the Department of State, and the Department of the Air Force were the next largest buyers, but each accounted for a much smaller share of total obligated dollars.

Vendor concentration and leading contractors

Vendor concentration is notable at the top end, led by ATLANTIC DIVING SUPPLY, INC. at $8.58 billion and 39,338 awards. NOBLE SALES CO., INC., W S DARLEY & CO, SUPPLYCORE INC., and W. S. DARLEY & CO. also ranked among the largest vendors, with the Darley entries sharing the same CAGE code, indicating separate name variants in the underlying data.

Annual contract trend over the analysis window

Annual obligations remained in the multi-billion-dollar range in recent years, including $2.29 billion in 2021, $3.18 billion in 2022, $3.91 billion in 2023, $4.22 billion in 2024, and $3.92 billion in 2025. Award counts declined sharply over the same period from 110,870 in 2021 to 22,427 in 2025, suggesting higher-value or more consolidated procurement activity in the later years.

How to interpret this page

This page summarizes FPDS obligations for NAICS 339999 over the last 10 years using reported obligated dollars and award counts. Agency, vendor, and annual trend sections reflect the top entities and yearly totals in the provided dataset; vendor naming appears as recorded in FPDS, including duplicate or variant name strings where present.

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 = '339999'
        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
97AS DEFENSE LOGISTICS AGENCY 16,578,243,980.00 16.58 billion 754,745
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 1,762,840,676.21 1.76 billion 2,002
2100 DEPT OF THE ARMY 809,823,240.78 809.82 million 4,522
1900 STATE, DEPARTMENT OF 578,000,546.20 578.00 million 1,707
5700 DEPT OF THE AIR FORCE 406,858,261.03 406.86 million 1,887
4732 FEDERAL ACQUISITION SERVICE 309,433,897.11 309.43 million 62,797
1700 DEPT OF THE NAVY 221,678,579.00 221.68 million 1,682
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 155,072,133.76 155.07 million 6,414
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 91,621,261.48 91.62 million 495
3600 VETERANS AFFAIRS, DEPARTMENT OF 83,285,095.57 83.29 million 1,386

Insight

Obligations under NAICS 339999 are highly concentrated in the Defense Logistics Agency, which accounts for $16.58 billion of the $21.23 billion total and 754,745 of 843,788 awards over the last 10 years. The next largest obligators are much smaller by comparison, led by USSOCOM at $1.76 billion, the Department of the Army at $809.82 million, and the Department of State at $578.00 million. Award volume is also dispersed across many smaller transactions, as reflected by the low average award value of $25,161.18 and the large gap between DLA’s award count and all other 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 = '339999'
        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
ATLANTIC DIVING SUPPLY, INC. 1CAY9 8,581,533,662.39 8.58 billion 39,338
NOBLE SALES CO., INC. 1HEN9 1,760,587,942.16 1.76 billion 19,920
W S DARLEY & CO 15852 1,581,661,805.62 1.58 billion 5,353
SUPPLYCORE INC. 4V314 1,206,520,006.56 1.21 billion 16,726
W. S. DARLEY & CO. 15852 1,044,690,445.06 1.04 billion 6,077
IGOV TECHNOLOGIES, INC. 32BQ5 683,589,167.27 683.59 million 239
ATLANTIC DIVING SUPPLY INCORPORATED 1CAY9 367,890,368.04 367.89 million 35,788
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 79343 310,173,367.04 310.17 million 33,941
GOVERNMENT SCIENTIFIC SOURCE, INC. 0S908 289,456,469.19 289.46 million 78,839
ALUTIIQ ESSENTIAL SERVICES, LLC 72EG1 272,765,260.25 272.77 million 68

Insight

Over the last 10 years, NAICS 339999 obligated $21.23 billion across 843,788 awards, with an average award value of $25,161. The vendor base is highly concentrated: ATLANTIC DIVING SUPPLY, INC. alone accounts for $8.58 billion, or about 40% of total obligations, and the top 10 entries include repeated listings for the same CAGE code under variant vendor names, indicating name-level fragmentation in the vendor rollup. After the top obligor, spending declines sharply, with the remaining leading vendors each below $1.77 billion and award volumes varying widely from 68 to 78,839 awards.

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 = '339999'
        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 3,924,942,406.61 3.92 billion 22,427
2024 4,217,810,280.16 4.22 billion 32,018
2023 3,912,079,359.17 3.91 billion 51,515
2022 3,179,183,585.67 3.18 billion 76,774
2021 2,288,304,566.56 2.29 billion 110,870
2020 1,219,443,310.23 1.22 billion 133,068
2019 797,035,505.82 797.04 million 153,748
2018 734,631,969.62 734.63 million 55,817
2017 460,029,410.67 460.03 million 70,815
2016 497,247,850.02 497.25 million 136,736

Insight

NAICS 339999 shows a pronounced upward shift in obligated dollars over the last 10 years, rising from 497.25 million in 2016 to 3.92 billion in 2025, with the highest annual obligation in 2024 at 4.22 billion. Award volume is distributed across a large number of actions, but counts peaked in 2019 at 153,748 and generally declined afterward to 22,427 in 2025, indicating larger average award values in the most recent years. Total obligations for the full period were 21.23 billion across 843,788 awards, with an average award value of 25,161.18.

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.