Federal Contractor

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

Federal procurement summary for GENERAL DYNAMICS LAND SYSTEMS INC. covering obligations, agencies, NAICS mix, and yearly award activity over the last 10 years.

GENERAL DYNAMICS LAND SYSTEMS INC. (CAGE 7W356, UEI HAWKSQF848W7) recorded 9,088 award actions and $22.93 billion in obligations over the last 10 years, with the Department of the Army accounting for most spending. Activity is concentrated in military armored vehicle manufacturing, with additional work in engineering, repair, and support services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect obligated amounts for the selected 10-year analysis window and may include negative values where posted as deobligations or adjustments.

CAGE Code
7W356
UEI
HAWKSQF848W7
Total Obligated
22.93 billion
22,930,905,455.59
Award Actions
9,088
Average Action Value
2,523,207.02

About GENERAL DYNAMICS LAND SYSTEMS INC. federal contract activity

GENERAL DYNAMICS LAND SYSTEMS INC. shows a concentrated federal procurement profile over the last 10 years, with 9,088 awards totaling $22.93 billion and an average award value of $2.52 million. The vendor’s obligations are dominated by defense acquisition activity, indicating a sustained role in armored vehicle and related support contracting.

Agency mix and customer concentration

The Department of the Army accounts for the vast majority of obligated dollars at $22.14 billion across 4,494 awards, making it the clear primary customer. The Defense Logistics Agency adds another $686.15 million across 4,372 awards, while the Department of the Navy contributes a smaller $115.32 million across 87 awards; DCMA shows negative net obligations of $14.74 million, which may reflect deobligations or contract adjustments.

Industry profile based on NAICS activity

NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, overwhelmingly defines the vendor’s award base at $20.84 billion across 3,891 awards. Secondary activity appears in engineering services, automotive repair, support services, and facilities support, but each is materially smaller and consistent with sustainment, modification, and lifecycle support rather than broad diversification.

Annual contract trend over the analysis window

Annual obligations remain strong but uneven, rising from $2.16 billion in 2021 to a peak of $4.18 billion in 2022 before moderating to $3.34 billion in 2023 and $2.53 billion in 2024. The 2025 total of $1.73 billion suggests a lower pace to date, though the year is not necessarily complete; award counts have stayed relatively stable near 900 per year in the most recent five years.

How to interpret this page

This summary uses FPDS award data for the last 10 years tied to CAGE code 7W356 and UEI HAWKSQF848W7. Dollar totals, counts, agency shares, NAICS concentrations, and annual trends are based on obligated amounts in the provided dataset; negative obligations are reported as presented and may reflect deobligations or adjustments.

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 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 22,144,172,979.06 22.14 billion 4,494
97AS DEFENSE LOGISTICS AGENCY 686,148,797.97 686.15 million 4,372
1700 DEPT OF THE NAVY 115,322,550.18 115.32 million 87
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -14,738,871.62 -14.74 million 135

Insight

Over the last 10 years, GENERAL DYNAMICS LAND SYSTEMS INC. has received $22.93 billion across 9,088 awards, with obligations heavily concentrated in the Department of the Army. The Army accounts for $22.14 billion and 4,494 awards, indicating that most vendor activity is tied to a single lead procuring agency. The Defense Logistics Agency is the next largest customer at $686.15 million across 4,372 awards, but at a much lower obligated value, while the Department of the Navy contributed $115.32 million across 87 awards. DCMA shows a net negative obligated value of $14.74 million over 135 awards, which modestly offsets 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 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 20,836,880,859.52 20.84 billion 3,891
541330 ENGINEERING SERVICES 601,123,236.30 601.12 million 890
811111 GENERAL AUTOMOTIVE REPAIR 342,192,391.05 342.19 million 254
561990 ALL OTHER SUPPORT SERVICES 256,353,376.26 256.35 million 240
561210 FACILITIES SUPPORT SERVICES 216,503,145.12 216.50 million 119
336999 ALL OTHER TRANSPORTATION EQUIPMENT MANUFACTURING 118,144,152.53 118.14 million 83
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 85,452,204.85 85.45 million 272
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 71,167,032.90 71.17 million 110
333314 OPTICAL INSTRUMENT AND LENS MANUFACTURING 52,117,605.96 52.12 million 17
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 50,908,685.39 50.91 million 43

Insight

Over the last 10 years, obligations for GENERAL DYNAMICS LAND SYSTEMS INC. under CAGE 7W356 are highly concentrated in NAICS 336992, which accounts for $20.84 billion of $22.93 billion total obligated across 3,891 awards. The next largest NAICS, 541330, is far smaller at $601.12 million and 890 awards, indicating that most funding is tied to armored vehicle and tank manufacturing rather than diversified services. Remaining obligations are distributed across smaller vehicle repair, support, facilities, and related manufacturing categories, each representing a comparatively minor share of total spending.

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 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,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
2020 2,122,293,678.61 2.12 billion 898
2019 1,479,390,054.58 1.48 billion 1,132
2018 2,998,233,355.97 3.00 billion 1,234
2017 2,393,930,653.81 2.39 billion 1,361

Insight

Over the last 10 years, GENERAL DYNAMICS LAND SYSTEMS INC. (CAGE 7W356) obligated $22.93 billion across 9,088 awards, averaging $2.52 million per award. Obligations were concentrated in 2022–2024, peaking in 2022 at $4.18 billion, then declining to $3.34 billion in 2023, $2.53 billion in 2024, and $1.73 billion in 2025 year-to-date. Award volume has remained relatively stable in recent years, generally near 900 awards annually, indicating that the decline in obligations is driven more by lower dollar value than by a sharp contraction in 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.