Federal Contractor

GENERAL DYNAMICS LAND SYSTEMS INC. Federal Contract Obligations (Last 5 Years)

GENERAL DYNAMICS LAND SYSTEMS INC. has received 4,463 federal award actions totaling $13.94 billion over the last 5 years, led by Department of the Army obligations.

GENERAL DYNAMICS LAND SYSTEMS INC. (CAGE 7W356, UEI HAWKSQF848W7) shows $13.94 billion in obligated federal awards across 4,463 actions in the last 5 years. Most of the activity came from the Department of the Army and was concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable obligation values and may include negative obligations in individual agency rows, such as DCMA.

CAGE Code
7W356
UEI
HAWKSQF848W7
Total Obligated
13.94 billion
13,937,057,712.62
Award Actions
4,463
Average Action Value
3,122,800.29

About GENERAL DYNAMICS LAND SYSTEMS INC. federal contract activity

GENERAL DYNAMICS LAND SYSTEMS INC. recorded 4,463 FPDS awards worth $13.94 billion over the last 5 years, with an average award value of $3.12 million. The vendor’s activity is heavily concentrated in defense vehicle-related procurement and reflects a high-volume relationship with the federal government, especially the Department of the Army.

Agency mix and customer concentration

The Department of the Army accounts for the vast majority of obligations at $13.61 billion across 2,854 awards, indicating that this is the vendor’s primary customer by a wide margin. The Defense Logistics Agency is a distant second at $281.76 million and 1,487 awards, while the Department of the Navy contributes $50.99 million across 36 awards. DCMA shows a small negative obligation total, which is consistent with contract adjustments or deobligations rather than net new spending.

Industry profile based on NAICS activity

NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, dominates the profile with $12.76 billion and 2,257 awards, confirming that the vendor’s federal business is centered on armored vehicle systems. The next largest categories are much smaller and more diversified, led by Engineering Services, General Automotive Repair, and Facilities Support Services, which together suggest supporting work around maintenance, engineering, and operational sustainment. The presence of All Other Transportation Equipment Manufacturing further indicates adjacent manufacturing activity, but not at the scale of the core armored vehicle line.

Annual contract trend over the analysis window

Obligations rose from $2.16 billion in 2021 to a peak of $4.18 billion in 2022, then remained elevated at $3.34 billion in 2023 and $2.53 billion in 2024 before easing to $1.73 billion in 2025. Award counts stayed relatively stable year to year, ranging from 837 to 921, so the decline in recent obligations appears driven more by lower dollar value per award than by a collapse in contract volume. Overall, the series shows sustained, large-scale procurement with a clear concentration in the middle of the period.

How to interpret this page

This summary is based on FPDS award records for the vendor identified by CAGE 7W356 and UEI HAWKSQF848W7 over the last 5 years. Obligations, award counts, and category rankings are aggregated from the provided agency, NAICS, and annual trend data; negative obligations are treated as reductions or adjustments rather than new spending. No additional sources or assumptions were used beyond the supplied dataset.

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 = '7W356'
        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 13,607,691,909.83 13.61 billion 2,854
97AS DEFENSE LOGISTICS AGENCY 281,755,961.09 281.76 million 1,487
1700 DEPT OF THE NAVY 50,993,830.84 50.99 million 36
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -3,383,989.14 -3.38 million 86

Insight

Over the last 5 years, GENERAL DYNAMICS LAND SYSTEMS INC. received $13.94 billion across 4,463 awards, with obligations highly concentrated in the DEPT OF THE ARMY, which accounted for $13.61 billion and 2,854 awards. The DEFENSE LOGISTICS AGENCY was the second-largest obligating agency at $281.76 million across 1,487 awards, indicating a materially smaller but active secondary relationship. DEPT OF THE NAVY contributed $50.99 million across 36 awards, while DCMA shows a negative obligated amount of $3.38 million across 86 awards, which offsets a small portion 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 = '7W356'
        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
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 12,756,982,096.47 12.76 billion 2,257
541330 ENGINEERING SERVICES 414,742,766.94 414.74 million 554
811111 GENERAL AUTOMOTIVE REPAIR 342,192,390.05 342.19 million 253
561210 FACILITIES SUPPORT SERVICES 218,039,358.38 218.04 million 111
336999 ALL OTHER TRANSPORTATION EQUIPMENT MANUFACTURING 103,989,721.48 103.99 million 59
811198 ALL OTHER AUTOMOTIVE REPAIR AND MAINTENANCE 31,112,170.62 31.11 million 18
333314 OPTICAL INSTRUMENT AND LENS MANUFACTURING 20,977,440.00 20.98 million 2
333415 AIR-CONDITIONING AND WARM AIR HEATING EQUIPMENT AND COMMERCIAL AND INDUSTRIAL REFRIGERATION EQUIPMENT MANUFACTURING 18,662,464.56 18.66 million 7
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 13,662,746.58 13.66 million 32
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 12,009,036.64 12.01 million 8

Insight

GENERAL DYNAMICS LAND SYSTEMS INC. shows strong concentration in NAICS 336992, MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING, which accounts for $12.76 billion of the $13.94 billion obligated over the last 5 years across 2,257 awards. This indicates the vendor’s obligations are heavily centered on its core armored vehicle manufacturing activity, with a much smaller share distributed across other NAICS codes. The next largest categories—541330, 811111, and 561210—are materially lower in value, suggesting a secondary mix of engineering, repair, and support services rather than a broadly diversified contracting profile.

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 = '7W356'
        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,727,848,461.84 1.73 billion 921
2024 2,528,659,594.86 2.53 billion 917
2023 3,337,995,012.50 3.34 billion 872
2022 4,183,099,795.29 4.18 billion 916
2021 2,159,454,848.13 2.16 billion 837

Insight

Over the last 5 years, GENERAL DYNAMICS LAND SYSTEMS INC. (CAGE 7W356) obligated $13.94 billion across 4,463 awards, with an average award value of $3.12 million. Obligations peaked in 2022 at $4.18 billion, then declined through 2023 ($3.34 billion), 2024 ($2.53 billion), and 2025 ($1.73 billion), indicating a clear downward trend after the high point. Award volume remained relatively stable year to year, ranging from 837 to 921 awards, suggesting the decline was driven more by lower obligation values than by reduced award activity.

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.