Federal Contractor

GENERAL DYNAMICS MISSION SYSTEMS, INC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for GENERAL DYNAMICS MISSION SYSTEMS, INC (CAGE 3CX85, UEI LKMMNBMPUNH7) covering the last 10 years of awards and obligations.

GENERAL DYNAMICS MISSION SYSTEMS, INC has recorded 2,134 award actions and $3,273,331,903.55 in obligated federal spend over the last 10 years, with an average action value of $1,533,894.98. The Department of the Navy accounts for most of the spend, while engineering services is the largest NAICS category by obligation.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual and category totals reflect FPDS award data in the selected 10-year analysis window and may include multiple action types across agencies and NAICS codes.

CAGE Code
3CX85
UEI
LKMMNBMPUNH7
Total Obligated
3.27 billion
3,273,331,903.55
Award Actions
2,134
Average Action Value
1,533,894.98

About GENERAL DYNAMICS MISSION SYSTEMS, INC federal contract activity

GENERAL DYNAMICS MISSION SYSTEMS, INC (CAGE 3CX85, UEI LKMMNBMPUNH7) recorded 3.27 billion in obligated federal awards across 2,134 awards over the last 10 years, for an average award value of 1.53 million. The profile indicates a high-volume, defense-oriented contracting base with obligations concentrated in a relatively small number of agencies and technical service categories.

Agency mix and customer concentration

The DEPT OF THE NAVY dominates the vendor’s federal spend, accounting for 3.22 billion and 1,569 awards, which is nearly all recorded obligation in the period. DCMA is a distant second at 50.07 million across 475 awards, while the DEFENSE LOGISTICS AGENCY contributed 4.44 million across 90 awards, showing a secondary support-and-administration footprint around a Navy-centered book of business.

Industry profile based on NAICS activity

NAICS 541330 ENGINEERING SERVICES is the primary contracting category at 2.55 billion across 1,288 awards, indicating the vendor’s core role in technical and engineering support. Additional obligations are concentrated in FACILITIES SUPPORT SERVICES, SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING, and SECURITY SYSTEMS SERVICES, with smaller activity in equipment repair and maintenance, suggesting a mix of engineering, sustainment, and mission-system support work.

Annual contract trend over the analysis window

Annual obligations peaked in 2025 at 715.50 million, after 462.65 million in 2024 and 325.48 million in 2023. The prior years shown remain substantial, with 397.35 million in 2022 and 283.57 million in 2021, indicating sustained multi-year demand and a recent upward shift in dollar volume despite fluctuating award counts.

How to interpret this page

This summary is based on FPDS award obligations associated with CAGE 3CX85 and UEI LKMMNBMPUNH7 over the last 10 years. Agency, NAICS, and annual figures reflect the provided obligated-dollar and award-count aggregates; totals may not reconcile exactly to all-period sums because the source view presents selected top categories and years.

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 = '3CX85'
        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
1700 DEPT OF THE NAVY 3,218,824,309.94 3.22 billion 1,569
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 50,068,577.87 50.07 million 475
97AS DEFENSE LOGISTICS AGENCY 4,439,015.74 4.44 million 90

Insight

Over the last 10 years, GENERAL DYNAMICS MISSION SYSTEMS, INC (CAGE 3CX85) received $3.27 billion across 2,134 awards, with an average award value of $1.53 million. Obligations are highly concentrated in the DEPT OF THE NAVY, which accounts for $3.22 billion and 1,569 awards, or the vast majority of total activity. DCMA is a distant second at $50.07 million across 475 awards, while the Defense Logistics Agency contributed $4.44 million across 90 awards, indicating limited spend outside the Navy.

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 = '3CX85'
        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
541330 ENGINEERING SERVICES 2,553,240,039.79 2.55 billion 1,288
561210 FACILITIES SUPPORT SERVICES 308,698,565.66 308.70 million 243
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 178,721,535.83 178.72 million 153
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 177,862,079.54 177.86 million 96
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 43,704,205.48 43.70 million 52
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 2,727,728.02 2.73 million 15
334111 ELECTRONIC COMPUTER MANUFACTURING 2,334,183.13 2.33 million 5
811213 COMMUNICATION EQUIPMENT REPAIR AND MAINTENANCE 1,183,580.00 1.18 million 22
334418 PRINTED CIRCUIT ASSEMBLY (ELECTRONIC ASSEMBLY) MANUFACTURING 917,428.42 917.43 thousand 68
336611 SHIP BUILDING AND REPAIRING 775,618.00 775.62 thousand 17

Insight

Over the last 10 years, obligations for GENERAL DYNAMICS MISSION SYSTEMS, INC (CAGE 3CX85) are highly concentrated in NAICS 541330, ENGINEERING SERVICES, which accounts for $2.55 billion across 1,288 awards, or roughly 78% of total obligations. The next largest categories are much smaller: 561210 FACILITIES SUPPORT SERVICES at $308.7 million and 334511 at $178.7 million, indicating a secondary mix of support and systems-related work rather than broad diversification. Remaining NAICS codes each represent relatively limited obligated value, with no other category exceeding $177.9 million over the period.

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 = '3CX85'
        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 715,501,985.05 715.50 million 178
2024 462,653,461.93 462.65 million 264
2023 325,479,131.13 325.48 million 214
2022 397,349,893.14 397.35 million 307
2021 283,566,200.67 283.57 million 255
2020 363,408,491.79 363.41 million 220
2019 209,803,752.37 209.80 million 229
2018 305,015,478.10 305.02 million 271
2017 210,161,509.37 210.16 million 194
2016 392,000.00 392.00 thousand 2

Insight

GENERAL DYNAMICS MISSION SYSTEMS, INC (CAGE 3CX85) obligates $3.27 billion across 2,134 awards over the last 10 years, averaging $1.53 million per award. Obligations are concentrated in the most recent years, with 2025 at $715.50 million, the highest annual total in the period, followed by 2024 at $462.65 million and 2022 at $397.35 million. Activity is materially lower in earlier years, including a minimal 2016 level of $392.00 thousand across 2 awards, indicating a pronounced recent upward shift in both volume and award counts.

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.