NAICS Industry

NAICS 333612 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for NAICS 333612 (SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for NAICS 333612 (SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

NAICS Code
333612
Industry
SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING
Total Obligated
1.36 billion
1,360,326,292.81
Award Actions
27,226
Average Action Value
49,964.23

About NAICS 333612 federal contract activity

This page summarizes last 10 years of federal contract activity associated with NAICS 333612 (SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING). Based on the current FPDS Query dataset, this industry shows 1.36 billion in visible obligations across 27,226 award actions, with an average action value of 49,964.23. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for NAICS 333612 (SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEPT OF THE NAVY, with 830.55 million in obligations, followed by DEFENSE LOGISTICS AGENCY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in NAICS 333612 (SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING) over the last 10 years. The current ranking is led by TIMKEN GEARS & SERVICES INC., with 763.46 million in obligations, followed by HONEYWELL INTERNATIONAL INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for NAICS 333612 (SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal industry segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of industry-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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 = '333612'
        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
1700 DEPT OF THE NAVY 830,546,345.46 830.55 million 1,862
97AS DEFENSE LOGISTICS AGENCY 487,606,304.12 487.61 million 24,545
2100 DEPT OF THE ARMY 24,051,976.97 24.05 million 240
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 8,728,367.53 8.73 million 47
7008 U.S. COAST GUARD 6,431,680.65 6.43 million 146
6920 FEDERAL AVIATION ADMINISTRATION 1,725,605.05 1.73 million 63
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,126,722.64 1.13 million 24
5700 DEPT OF THE AIR FORCE 967,287.64 967.29 thousand 34
3600 VETERANS AFFAIRS, DEPARTMENT OF 307,664.24 307.66 thousand 14
1900 STATE, DEPARTMENT OF 179,069.85 179.07 thousand 4

Insight

NAICS 333612 (SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEPT OF THE NAVY, followed by DEFENSE LOGISTICS AGENCY, which suggests that agency demand in this industry is not evenly distributed.

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 = '333612'
        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
TIMKEN GEARS & SERVICES INC. 17454 763,460,144.31 763.46 million 277
HONEYWELL INTERNATIONAL INC. 59364 113,226,816.54 113.23 million 5,366
KAMPI COMPONENTS CO., INC. 7Z016 13,015,840.89 13.02 million 753
TIMKEN AEROSPACE TRANSMISSIONS, LLC 15152 11,029,672.00 11.03 million 5
TRANSAERO, INC. 27541 10,465,092.59 10.47 million 179
WISCONSIN ORDNANCE WORKS, LTD. 8A675 10,378,559.24 10.38 million 128
PEERLESS-WINSMITH, INC. 0M7V4 8,662,691.93 8.66 million 41
ADVANCE DEVELOPMENT & MANUFACTURING CORP 05201 8,258,056.00 8.26 million 10
KAMPI COMPONENTS CO INC 7Z016 7,373,301.91 7.37 million 331
LINMARR ASSOCIATES, INC. 1GX03 7,277,253.76 7.28 million 100

Insight

Within NAICS 333612 (SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. TIMKEN GEARS & SERVICES INC. ranks first, followed by HONEYWELL INTERNATIONAL INC., which helps define the current competitive landscape in this industry slice.

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 = '333612'
        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 66,682,855.11 66.68 million 2,211
2024 49,354,973.09 49.35 million 1,917
2023 176,213,374.91 176.21 million 1,938
2022 138,452,875.94 138.45 million 2,502
2021 117,726,279.89 117.73 million 1,939
2020 132,683,971.48 132.68 million 2,537
2019 211,366,063.80 211.37 million 3,203
2018 147,912,309.74 147.91 million 3,849
2017 179,936,456.24 179.94 million 3,686
2016 139,997,132.61 140.00 million 3,444

Insight

The annual trend shows how obligations in NAICS 333612 (SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this industry appears stable, rising, or easing over time.

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.