Federal Contractor

GENERAL MOTORS LLC Federal Contract Obligations (Last Year)

FPDS contract spending analysis for GENERAL MOTORS LLC (CAGE 3H9V6, UEI DG8EN42LYHL6) during the last full year.

In the last full year, GENERAL MOTORS LLC recorded 11,693 award actions totaling $525,467,302.56, for an average action value of $44,938.62. Federal Acquisition Service accounted for all reported obligations, and all recorded obligations were classified under NAICS 336111, Automobile Manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Values reflect the last full year summary only and are based on the provided FPDS aggregate totals.

CAGE Code
3H9V6
UEI
DG8EN42LYHL6
Total Obligated
525.47 million
525,467,302.56
Award Actions
11,693
Average Action Value
44,938.62

About GENERAL MOTORS LLC federal contract activity

GENERAL MOTORS LLC recorded $525.47 million in FPDS-obligated dollars across 11,693 awards in the last full year, for an average award value of $44,938.62. The volume and dollar total indicate a high-transaction, relatively small-award profile consistent with recurring federal purchasing activity rather than a small number of large procurement actions.

Agency mix and customer concentration

Obligations were concentrated entirely within the Federal Acquisition Service, which accounted for the full $525.47 million and all 11,693 awards in the analysis window. This indicates a highly concentrated buyer relationship and limited agency diversification during the period reviewed.

Industry profile based on NAICS activity

All observed obligations were classified under NAICS 336111, Automobile Manufacturing, totaling $525.47 million across 11,693 awards. The mix therefore reflects a single-sector procurement footprint with no diversification across additional NAICS codes in the reviewed period.

Annual contract trend over the analysis window

The annual trend shows $525.47 million obligated in 2025 across 11,693 awards. With only one year in the analysis window, the data supports a point-in-time view rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS-observed obligations for GENERAL MOTORS LLC matched to CAGE 3H9V6 and UEI DG8EN42LYHL6 over the last full year. Metrics reflect reported obligated dollars and award counts in the dataset provided; agency, NAICS, and trend sections are limited to the supplied top-line values and should not be interpreted as a full award universe outside the analysis window.

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 = '3H9V6'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
4732 FEDERAL ACQUISITION SERVICE 525,467,302.56 525.47 million 11,693

Insight

Over the last full year, GENERAL MOTORS LLC’s obligations were entirely concentrated in the FEDERAL ACQUISITION SERVICE, which accounted for the full $525.47 million in recorded obligations. The vendor received 11,693 awards in this window, for an average award value of $44,938.62, indicating a high-volume, relatively fragmented award pattern within a single agency relationship. This level of concentration suggests the vendor’s federal activity was dependent on one buying organization during the period analyzed.

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 = '3H9V6'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
336111 AUTOMOBILE MANUFACTURING 525,467,302.56 525.47 million 11,693

Insight

GENERAL MOTORS LLC’s obligations in the last full year were fully concentrated in NAICS 336111, Automobile Manufacturing, accounting for the full $525.47 million and all 11,693 awards reported. This indicates a highly concentrated procurement profile within a single industry classification, with no diversification across other NAICS categories in the provided data. The average award value of $44,938.62 suggests a high volume of relatively small obligations within that manufacturing base.

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 = '3H9V6'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 525,467,302.56 525.47 million 11,693

Insight

Over the last full year, GENERAL MOTORS LLC (CAGE 3H9V6) recorded $525.47 million in obligated value across 11,693 awards, for an average award size of $44,938.62. Because the window contains a single year (2025), this section reflects the current annual funding level rather than a multi-year trend. The award volume indicates a highly distributed obligation profile with comparatively small average award values.

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