Federal Contractor

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

Federal procurement profile for GENERAL DYNAMICS MISSION SYSTEMS, INC (CAGE 1VPW8, UEI MWDRZJ2ZVPV7) covering last full year awards.

GENERAL DYNAMICS MISSION SYSTEMS, INC received 539 award actions totaling 521.35 million in obligated dollars in the last full year, with an average action value of 967,252.78. The Department of the Air Force accounted for the largest share of obligations, while research and development and engineering services were the leading NAICS categories.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year only and are based on obligated dollars, award counts, and agency and NAICS classifications provided in the analysis window.

CAGE Code
1VPW8
UEI
MWDRZJ2ZVPV7
Total Obligated
521.35 million
521,349,249.71
Award Actions
539
Average Action Value
967,252.78

About GENERAL DYNAMICS MISSION SYSTEMS, INC federal contract activity

GENERAL DYNAMICS MISSION SYSTEMS, INC (CAGE 1VPW8, UEI MWDRZJ2ZVPV7) recorded 521.35 million in obligated contract value across 539 awards in the last full year, for an average award size of 967,252.78. The award profile indicates a high volume of activity with a concentration of larger obligations among a smaller number of contracts.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE is the dominant customer, accounting for 354.24 million across 134 awards, or roughly two-thirds of total obligations. Secondary demand came from the U.S. COAST GUARD and the FEDERAL AVIATION ADMINISTRATION, while the DEPT OF THE ARMY and DEPT OF THE NAVY contributed smaller but still meaningful portions of the vendor's federal footprint.

Industry profile based on NAICS activity

Obligations are led by NAICS 541715, which alone accounts for 206.16 million across 19 awards, indicating substantial activity in research and development. The rest of the portfolio is split across engineering and communications-related categories, including 541330, 334220, 517919, and 334290, showing a mix of technical services, systems engineering, and communications equipment work.

Annual contract trend over the analysis window

The annual trend shows a single-year total of 521.35 million in 2025, with 539 awards recorded in the period. With only one year provided in the analysis window, the data supports a point-in-time view rather than a multi-year growth or contraction assessment.

How to interpret this page

This summary is based on FPDS-observed obligations associated with CAGE 1VPW8 and UEI MWDRZJ2ZVPV7 over the last full year. Agency and NAICS mix are ranked by total obligated dollars, and average award value is calculated as total obligated divided by award count; no contract-level terms, performance outcomes, or unobserved modifications are inferred.

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 = '1VPW8'
        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
5700 DEPT OF THE AIR FORCE 354,244,141.57 354.24 million 134
7008 U.S. COAST GUARD 54,798,867.22 54.80 million 24
6920 FEDERAL AVIATION ADMINISTRATION 53,884,978.01 53.88 million 21
2100 DEPT OF THE ARMY 21,733,241.54 21.73 million 58
1700 DEPT OF THE NAVY 18,528,063.65 18.53 million 96
1434 US GEOLOGICAL SURVEY 12,724,531.16 12.72 million 6
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 4,705,109.60 4.71 million 6
9776 USTRANSCOM 1,414,304.10 1.41 million 4
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 849,494.31 849.49 thousand 110
97AS DEFENSE LOGISTICS AGENCY 435,713.77 435.71 thousand 27

Insight

GENERAL DYNAMICS MISSION SYSTEMS, INC received $521.35 million across 539 awards in the last full year, with obligation volume heavily concentrated at the Department of the Air Force, which accounted for $354.24 million and 134 awards, or about 68% of total obligations. The next largest funding sources were the U.S. Coast Guard and the Federal Aviation Administration at $54.80 million and $53.88 million, indicating a secondary concentration in civil and homeland/security-related agencies, though each is well below the Air Force level. Award volume was more dispersed than dollars, with DISA obligating only $849.49 thousand across 110 awards and several other agencies posting relatively low dollar values, suggesting a mix of high-value and high-transaction, lower-obligation activity.

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 = '1VPW8'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 206,160,615.12 206.16 million 19
541330 ENGINEERING SERVICES 99,432,028.19 99.43 million 69
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 80,674,532.16 80.67 million 171
517919 ALL OTHER TELECOMMUNICATIONS 55,150,151.86 55.15 million 21
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 35,335,644.03 35.34 million 124
541512 COMPUTER SYSTEMS DESIGN SERVICES 22,711,403.91 22.71 million 19
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 10,240,645.30 10.24 million 4
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 7,511,084.35 7.51 million 14
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 1,610,260.78 1.61 million 3
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 792,060.15 792.06 thousand 13

Insight

Over the last full year, GENERAL DYNAMICS MISSION SYSTEMS, INC (CAGE 1VPW8) received $521.35 million across 539 awards, with obligations concentrated in a small number of NAICS codes. NAICS 541715 accounted for $206.16 million, or about 39.5% of total obligations, followed by 541330 at $99.43 million and 334220 at $80.67 million; these three codes represent the majority of obligated dollars. Award activity is more dispersed than dollars, led by 334220 with 171 awards and 334290 with 124 awards, while higher-dollar categories such as 541715 and 541330 were supported by relatively fewer awards.

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 = '1VPW8'
        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 521,349,249.71 521.35 million 539

Insight

During the last full year, GENERAL DYNAMICS MISSION SYSTEMS, INC (CAGE 1VPW8) obligated $521.35 million across 539 awards, for an average award value of $967,252.78. The activity indicates a high award volume with substantial total obligations, suggesting spending is spread across many transactions rather than concentrated in a small number of awards. No multi-year trend can be assessed from the provided 1-year window.

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.