Federal Contractor

OSHKOSH DEFENSE, LLC Federal Contract Obligations (Last 5 Years)

OSHKOSH DEFENSE, LLC is a federal supplier with 7.75 billion in obligated awards across 69,356 actions in the last 5 years.

OSHKOSH DEFENSE, LLC (CAGE 75Q65, UEI ZMXAHH8M8VL8) shows most federal spending concentrated with the Department of the Army, the Defense Logistics Agency, and the Department of the Navy. Its award profile is centered on truck and military vehicle manufacturing, with the largest obligations in truck trailer manufacturing and military armored vehicle and tank component manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable federal procurement data and may include multiple award actions under the same vendor.

CAGE Code
75Q65
UEI
ZMXAHH8M8VL8
Total Obligated
7.75 billion
7,749,501,997.07
Award Actions
69,356
Average Action Value
111,735.13

About OSHKOSH DEFENSE, LLC federal contract activity

OSHKOSH DEFENSE, LLC (CAGE 75Q65; UEI ZMXAHH8M8VL8) received $7.75 billion in obligations across 69,356 awards over the last 5 years, with an average award value of $111,735.13. The award base is highly distributed by count, while dollars are concentrated in a smaller set of larger vehicle-related procurements.

Agency mix and customer concentration

The Department of the Army is the dominant customer, accounting for $6.76 billion and 2,936 awards, or the clear majority of obligated dollars. The Defense Logistics Agency is the primary source of transaction volume with 66,027 awards and $800.20 million, while the Department of the Navy adds a smaller but material $186.69 million; other agencies are negligible by comparison.

Industry profile based on NAICS activity

Contracting is concentrated in vehicle and component manufacturing NAICS codes. Truck trailer manufacturing ($3.42 billion) and military armored vehicle, tank, and tank component manufacturing ($3.09 billion) together account for most obligations, followed by heavy duty truck manufacturing ($402.43 million). Tire manufacturing and hardware manufacturing appear as supporting supply chains, with hardware showing a very high award count relative to dollars.

Annual contract trend over the analysis window

Annual obligations remained above $1.1 billion each year and peaked in 2021 at $1.86 billion, then stayed elevated through 2022 and 2023 at $1.76 billion and $1.68 billion. Activity eased in 2024 to $1.19 billion and rose modestly in 2025 to $1.26 billion, while award counts were highest in 2023 and 2022 before declining in the two most recent years.

How to interpret this page

This summary is based on FPDS awards associated with CAGE 75Q65 and UEI ZMXAHH8M8VL8 during the last 5 years. Totals reflect obligated dollars and award counts from the provided dataset; agency and NAICS mix are ranked by obligated value, and annual trend summarizes obligations and counts by fiscal year.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '75Q65'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
2100 DEPT OF THE ARMY 6,761,256,433.06 6.76 billion 2,936
97AS DEFENSE LOGISTICS AGENCY 800,204,697.01 800.20 million 66,027
1700 DEPT OF THE NAVY 186,687,658.87 186.69 million 194
1443 NATIONAL PARK SERVICE 991,129.22 991.13 thousand 4
5700 DEPT OF THE AIR FORCE 202,812.18 202.81 thousand 7
4732 FEDERAL ACQUISITION SERVICE 110,670.01 110.67 thousand 181
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 48,096.72 48.10 thousand 2
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 4

Insight

OSHKOSH DEFENSE, LLC is highly concentrated across a small number of buying activities in the last 5 years: the Department of the Army obligated $6.76 billion, or about 87% of the vendor’s $7.75 billion total, across 2,936 awards. The Defense Logistics Agency accounted for $800.20 million but drove the vast majority of award volume with 66,027 awards, indicating a much smaller average obligation per action than Army awards. The Department of the Navy was a distant third at $186.69 million, while all other agencies collectively represented a marginal share of total obligations.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '75Q65'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
336212 TRUCK TRAILER MANUFACTURING 3,421,285,794.24 3.42 billion 1,080
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 3,091,370,261.98 3.09 billion 1,836
336120 HEAVY DUTY TRUCK MANUFACTURING 402,432,399.13 402.43 million 339
326211 TIRE MANUFACTURING (EXCEPT RETREADING) 179,190,873.83 179.19 million 1,257
332510 HARDWARE MANUFACTURING 171,958,809.85 171.96 million 35,974
333618 OTHER ENGINE EQUIPMENT MANUFACTURING 108,747,722.57 108.75 million 937
336390 OTHER MOTOR VEHICLE PARTS MANUFACTURING 81,129,075.75 81.13 million 1,247
336211 MOTOR VEHICLE BODY MANUFACTURING 45,751,392.45 45.75 million 2,634
336350 MOTOR VEHICLE TRANSMISSION AND POWER TRAIN PARTS MANUFACTURING 33,750,253.93 33.75 million 4,178
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 32,855,318.88 32.86 million 3,521

Insight

Over the last 5 years, OSHKOSH DEFENSE, LLC (CAGE 75Q65) received $7.75 billion across 69,356 awards, with obligations heavily concentrated in two NAICS codes: 336212 Truck Trailer Manufacturing ($3.42 billion) and 336992 Military Armored Vehicle, Tank, and Tank Component Manufacturing ($3.09 billion). Together, these two categories account for the vast majority of obligated dollars, indicating a strong concentration in vehicle and defense platform production. By contrast, the remaining NAICS codes are significantly smaller in dollar value and more dispersed by award count, with 332510 Hardware Manufacturing showing the highest transaction volume among the lower-dollar categories at 35,974 awards for $171.96 million.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '75Q65'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,263,073,164.10 1.26 billion 8,580
2024 1,187,107,668.71 1.19 billion 10,163
2023 1,682,965,442.36 1.68 billion 18,667
2022 1,759,674,676.48 1.76 billion 18,147
2021 1,856,681,045.42 1.86 billion 13,799

Insight

Over the last 5 years, OSHKOSH DEFENSE, LLC has obligated 7.75 billion across 69,356 awards, with annual obligations remaining in a relatively tight band from 1.19 billion to 1.86 billion. Obligations peaked in 2021 at 1.86 billion and generally declined through 2025, with the sharpest reduction occurring after 2022. Award volume was highest in 2023 and 2022, indicating that obligation value and award count are not perfectly aligned year to year.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.