Federal Contractor

AM GENERAL LLC Federal Contract Obligations (Last 10 Years)

AM GENERAL LLC has 999 reported federal award actions over the last 10 years, with $6.39 billion obligated, primarily from the Department of the Army.

This vendor profile summarizes federal procurement activity for AM GENERAL LLC, CAGE 0H3G6, UEI NWM1JWVDA853, across the last 10 years. The record is dominated by Army spending and by NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided readable and exact obligation figures for the selected analysis window and may include multiple award actions in the same year.

CAGE Code
0H3G6
UEI
NWM1JWVDA853
Total Obligated
6.39 billion
6,393,343,264.45
Award Actions
999
Average Action Value
6,399,743.00

About AM GENERAL LLC federal contract activity

AM GENERAL LLC recorded $6.39 billion in obligated federal awards across 999 actions over the last 10 years, for an average award value of about $6.40 million. The vendor’s federal business is highly concentrated, with all reported obligations flowing through the Department of the Army (Agency ID 2100).

Agency mix and customer concentration

The agency profile is entirely concentrated in the Department of the Army, which accounts for the full $6.39 billion and all 999 awards in the analysis window. This indicates a single-agency dependency profile rather than a diversified federal customer base, with performance and demand closely tied to Army procurement priorities.

Industry profile based on NAICS activity

Award activity is dominated by NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, which represents $4.49 billion and 638 awards. NAICS 336212, Truck Trailer Manufacturing, is the second-largest category at $1.76 billion and 152 awards, while smaller volumes appear in engineering services and other motor vehicle parts manufacturing, consistent with a vehicle and defense-platform production base.

Annual contract trend over the analysis window

Annual obligations were strongest in 2024 and 2025, at $1.12 billion and $1.05 billion respectively, following $1.04 billion in 2023. The earlier years shown were materially lower, including $435.25 million in 2022 and $383.83 million in 2021, suggesting a notable increase in procurement intensity in the most recent period.

How to interpret this page

This summary is based on FPDS award records associated with CAGE code 0H3G6 and UEI NWM1JWVDA853 for the last 10 years. Obligations, award counts, and category classifications are aggregated from the provided FPDS-derived metrics; amounts reflect obligated dollars, and NAICS and agency groupings are reported only where present in the source data.

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 = '0H3G6'
        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 6,393,343,264.45 6.39 billion 999

Insight

Over the last 10 years, AM GENERAL LLC’s obligations are entirely concentrated in the Department of the Army, which accounts for the full $6.39 billion in recorded obligations and all 999 awards. This indicates a highly concentrated customer profile with no observed interagency distribution in the provided data. The average award value of about $6.40 million suggests a mix of sizable procurements within a single agency relationship.

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 = '0H3G6'
        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 4,489,927,014.25 4.49 billion 638
336212 TRUCK TRAILER MANUFACTURING 1,759,327,291.15 1.76 billion 152
541330 ENGINEERING SERVICES 133,192,394.58 133.19 million 191
336390 OTHER MOTOR VEHICLE PARTS MANUFACTURING 10,623,740.23 10.62 million 7
336310 MOTOR VEHICLE GASOLINE ENGINE AND ENGINE PARTS MANUFACTURING 248,500.00 248.50 thousand 3
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 20,000.00 20.00 thousand 1
811198 ALL OTHER AUTOMOTIVE REPAIR AND MAINTENANCE 16,189.00 16.19 thousand 1
811121 AUTOMOTIVE BODY, PAINT, AND INTERIOR REPAIR AND MAINTENANCE 15,193.34 15.19 thousand 1
532120 TRUCK, UTILITY TRAILER, AND RV (RECREATIONAL VEHICLE) RENTAL AND LEASING 0.00 0.00 4
336112 LIGHT TRUCK AND UTILITY VEHICLE MANUFACTURING -27,058.10 -27.06 thousand 1

Insight

AM GENERAL LLC’s obligations over the last 10 years are highly concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, which accounts for $4.49 billion across 638 awards, or about 70% of total obligated dollars. NAICS 336212, Truck Trailer Manufacturing, is the second-largest category at $1.76 billion and 152 awards, bringing the combined share of the top two NAICS to approximately 97% of total obligations. The remaining obligations are spread across smaller categories, led by NAICS 541330, Engineering Services, at $133.19 million and 191 awards, with only minimal activity in the other NAICS.

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 = '0H3G6'
        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,052,132,452.40 1.05 billion 141
2024 1,122,069,885.76 1.12 billion 143
2023 1,037,617,517.48 1.04 billion 103
2022 435,248,079.79 435.25 million 103
2021 383,827,238.23 383.83 million 128
2020 431,850,971.89 431.85 million 122
2019 617,282,748.62 617.28 million 123
2018 533,505,422.45 533.51 million 71
2017 779,836,005.93 779.84 million 64
2016 -27,058.10 -27.06 thousand 1

Insight

AM GENERAL LLC shows a highly concentrated obligation pattern over the last 10 years, with 2023-2025 accounting for roughly 3.21 billion of the 6.39 billion total obligated. Annual obligations were comparatively lower and more variable from 2017 through 2022, ranging from a low of -27.06 thousand in 2016 to 779.84 million in 2017, then generally remaining between 383.83 million and 617.28 million through 2022. Award volume is also concentrated in the later years, with 2024 and 2025 totaling 284 awards, indicating sustained recent procurement activity rather than a steady even distribution across the period.

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.