Federal Contractor

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

OSHKOSH DEFENSE, LLC (CAGE 75Q65, UEI ZMXAHH8M8VL8) has received $17.05 billion across 115,087 award actions in the last 10 years.

OSHKOSH DEFENSE, LLC’s federal procurement record is concentrated in Department of the Army awards, with additional obligations from the Defense Logistics Agency and the Department of the Navy. The company’s largest NAICS concentrations are military armored vehicle and tank component manufacturing and truck trailer manufacturing, with annual obligations above $1 billion in each of the last five reported years.

Generated at 03/21/2026

Analysis period: Last 10 years

This page summarizes FPDS award data for the last 10 years and reflects obligated amounts, award counts, and agency and NAICS breakdowns from the provided analysis window.

CAGE Code
75Q65
UEI
ZMXAHH8M8VL8
Total Obligated
17.05 billion
17,047,377,013.51
Award Actions
115,087
Average Action Value
148,126.00

About OSHKOSH DEFENSE, LLC federal contract activity

OSHKOSH DEFENSE, LLC (CAGE 75Q65, UEI ZMXAHH8M8VL8) received 17.05 billion in FPDS-observed obligations over the last 10 years across 115,087 awards, with an average award value of 148,126. The obligation profile is heavily concentrated in defense-related vehicle and component procurement, indicating a large-volume federal supplier relationship rather than a narrow one-off award pattern.

Agency mix and customer concentration

The award base is dominated by the DEPT OF THE ARMY, which accounts for 15.44 billion and 4,245 awards, making it the principal buying activity by value. The DEFENSE LOGISTICS AGENCY is the next largest counterparty at 1.31 billion and 109,981 awards, suggesting a materially different transaction pattern with much smaller, more frequent awards; the DEPT OF THE NAVY is a distant third at 302.64 million.

Industry profile based on NAICS activity

Contracting activity is concentrated in NAICS 336992, MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING, at 8.83 billion, followed by NAICS 336212, TRUCK TRAILER MANUFACTURING, at 6.32 billion. Smaller portions fall under heavy truck manufacturing, tire manufacturing, and hardware manufacturing, which together indicate a broader vehicle-sustainment and component supply footprint supporting defense platforms and associated logistics needs.

Annual contract trend over the analysis window

Annual obligations in the visible period remain at a high level, ranging from 1.19 billion in 2024 to 1.86 billion in 2021, with 2022 and 2023 also above 1.68 billion. Award counts are highest in 2023 and 2022, while 2025 shows 1.26 billion across 8,580 awards, indicating continued active procurement but below the 2021-2023 peak levels by value.

How to interpret this page

This summary is based on FPDS Query-observed obligations for the last 10 years associated with CAGE 75Q65 and UEI ZMXAHH8M8VL8. Agency, NAICS, and annual figures reflect the provided aggregates and should be interpreted as award-obligation totals within the selected analysis window, not as a complete representation of all commercial activity.

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 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
2100 DEPT OF THE ARMY 15,435,494,820.99 15.44 billion 4,245
97AS DEFENSE LOGISTICS AGENCY 1,309,611,748.06 1.31 billion 109,981
1700 DEPT OF THE NAVY 302,641,305.18 302.64 million 512
1443 NATIONAL PARK SERVICE 991,129.22 991.13 thousand 4
5700 DEPT OF THE AIR FORCE 268,407.53 268.41 thousand 13
4732 FEDERAL ACQUISITION SERVICE 133,974.00 133.97 thousand 323
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) -1,812,968.19 -1.81 million 6

Insight

Over the last 10 years, OSHKOSH DEFENSE, LLC’s obligations are highly concentrated in two agencies: the Department of the Army accounts for $15.44 billion, and the Defense Logistics Agency adds $1.31 billion, together representing nearly all of the vendor’s $17.05 billion in total obligations. Award volume is even more concentrated at DLA, which issued 109,981 of 115,087 awards, while the Army accounted for 4,245 awards; this indicates a large number of relatively smaller DLA actions alongside higher-dollar Army obligations. Remaining agencies represent comparatively minor activity, with only isolated awards and limited obligated value, and DCMA shows a negative obligated amount of $1.81 million.

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 10 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
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 8,828,219,316.08 8.83 billion 2,516
336212 TRUCK TRAILER MANUFACTURING 6,324,003,976.65 6.32 billion 1,717
336120 HEAVY DUTY TRUCK MANUFACTURING 548,087,746.89 548.09 million 761
326211 TIRE MANUFACTURING (EXCEPT RETREADING) 240,791,787.63 240.79 million 3,565
332510 HARDWARE MANUFACTURING 196,974,954.32 196.97 million 48,171
333618 OTHER ENGINE EQUIPMENT MANUFACTURING 188,203,901.73 188.20 million 1,296
336390 OTHER MOTOR VEHICLE PARTS MANUFACTURING 161,998,228.42 162.00 million 2,945
336211 MOTOR VEHICLE BODY MANUFACTURING 91,868,375.62 91.87 million 11,502
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 76,170,138.70 76.17 million 6,633
336350 MOTOR VEHICLE TRANSMISSION AND POWER TRAIN PARTS MANUFACTURING 64,074,402.79 64.07 million 4,482

Insight

Oshkosh Defense, LLC’s Top NAICS activity over the last 10 years is highly concentrated in military vehicle manufacturing. NAICS 336992 accounts for $8.83 billion across 2,516 awards, and NAICS 336212 adds $6.32 billion across 1,717 awards; together they represent the clear majority of the vendor’s $17.05 billion obligated total. The remaining obligations are distributed across lower-dollar, higher-count vehicle component and related manufacturing codes, including hardware manufacturing (332510) with 48,171 awards and $196.97 million obligated, indicating a broad secondary activity base but substantial reliance on two primary NAICS categories.

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 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,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
2020 2,434,758,846.83 2.43 billion 12,240
2019 1,816,425,057.53 1.82 billion 11,481
2018 3,127,722,972.46 3.13 billion 12,432
2017 1,563,273,944.66 1.56 billion 9,503
2016 355,694,194.96 355.69 million 75

Insight

OSHKOSH DEFENSE, LLC (CAGE 75Q65) obligated $17.05 billion across 115,087 awards over the last 10 years, with a long-run average award value of $148,126. Obligation activity is concentrated in 2018–2023, led by 2018 at $3.13 billion, while 2016 was minimal at $355.69 million and 75 awards, indicating a sharp ramp-up after the early period. Since 2020, annual obligations have generally trended downward from $2.43 billion to $1.19 billion in 2024, followed by a modest increase to $1.26 billion in 2025, while award counts peaked in 2023 at 18,667 and then declined.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.