Federal Contractor

GENERAL DYNAMICS-OTS, INC. Federal Contract Obligations (Last 5 Years)

GENERAL DYNAMICS-OTS, INC. (CAGE 05606, UEI Q9SBTF8ELUP4) recorded $1.51 billion in federal obligations across 2,861 awards in the last 5 years.

GENERAL DYNAMICS-OTS, INC. shows a concentrated defense procurement profile, led by the Defense Logistics Agency, the Department of the Army, and the Department of the Navy. Spending is strongest in guided missile and space vehicle parts, ammunition, and small arms and ordnance manufacturing, with annual obligations peaking in 2024 and remaining high in 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect obligated dollars in the last 5 years and include negative adjustments where reported, such as the Defense Contract Management Agency value.

CAGE Code
05606
UEI
Q9SBTF8ELUP4
Total Obligated
1.51 billion
1,510,384,514.45
Award Actions
2,861
Average Action Value
527,921.88

About GENERAL DYNAMICS-OTS, INC. federal contract activity

GENERAL DYNAMICS-OTS, INC. recorded $1.51 billion in obligations across 2,861 awards over the last 5 years, with an average award value of $527,921.88. The profile is highly transaction-heavy, indicating a large volume of lower-dollar actions alongside a smaller set of materially larger obligations.

Agency mix and customer concentration

The Defense Logistics Agency is the dominant customer, accounting for $669.79 million across 1,820 awards, followed by the Department of the Army at $523.31 million and the Department of the Navy at $298.38 million. These three agencies drive nearly all reported obligation volume, while the Department of the Air Force contributes a much smaller share and DCMA shows a modest net negative obligation, likely reflecting administrative adjustments.

Industry profile based on NAICS activity

Obligations are concentrated in defense-oriented manufacturing categories, led by NAICS 336419 at $574.69 million and NAICS 332993 at $526.49 million. Activity is also broad across high-volume ordnance and systems lines, especially NAICS 332994 with 1,152 awards, plus guidance/navigation systems and electronic computer manufacturing, showing a mix of major program value and smaller recurring orders.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $443.91 million and remained elevated in 2025 at $412.92 million, following lower levels in 2021 through 2023. Award counts were relatively steady year to year, ranging from 524 to 658, which suggests the recent increase in obligations was driven more by larger award values than by a major change in transaction volume.

How to interpret this page

This summary is based on FPDS award data for the last 5 years, using obligations and award counts tied to CAGE code 05606 and UEI Q9SBTF8ELUP4. Agency and NAICS groupings reflect reported obligation totals within the analysis window; negative obligations are retained as reported and may indicate deobligations or corrections.

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 = '05606'
        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
97AS DEFENSE LOGISTICS AGENCY 669,790,326.51 669.79 million 1,820
2100 DEPT OF THE ARMY 523,307,664.44 523.31 million 212
1700 DEPT OF THE NAVY 298,378,015.01 298.38 million 536
5700 DEPT OF THE AIR FORCE 20,299,730.84 20.30 million 73
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,391,222.35 -1.39 million 220

Insight

Over the last 5 years, GENERAL DYNAMICS-OTS, INC. received $1.51 billion across 2,861 awards, with obligations concentrated primarily in defense agencies. The Defense Logistics Agency accounts for the largest share at $669.79 million across 1,820 awards, followed by the Department of the Army at $523.31 million and the Department of the Navy at $298.38 million. These three agencies represent the vast majority of obligated dollars, while the Department of the Air Force contributed a comparatively small $20.30 million and DCMA shows a net negative obligation of $1.39 million across 220 awards.

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 = '05606'
        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
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 574,691,740.22 574.69 million 7
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 526,486,990.43 526.49 million 222
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 130,921,860.27 130.92 million 1,152
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 118,870,568.22 118.87 million 86
334111 ELECTRONIC COMPUTER MANUFACTURING 112,572,432.62 112.57 million 35
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 14,341,518.95 14.34 million 110
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 11,700,073.74 11.70 million 285
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 4,726,630.22 4.73 million 117
333613 MECHANICAL POWER TRANSMISSION EQUIPMENT MANUFACTURING 3,663,233.04 3.66 million 296
541330 ENGINEERING SERVICES 2,926,643.66 2.93 million 39

Insight

Over the last 5 years, GENERAL DYNAMICS-OTS, INC. received $1.51 billion across 2,861 awards, with obligations concentrated in a small number of defense-related NAICS codes. The largest shares were in 336419 ($574.69 million across 7 awards) and 332993 ($526.49 million across 222 awards), together accounting for most of the vendor’s obligations. Award activity was more dispersed in 332994 ($130.92 million across 1,152 awards), indicating a high-volume, lower-dollar procurement pattern alongside a few large, concentrated awards. Supporting obligations also appear in electronics, guidance systems, aircraft parts, and engineering services, but at materially lower dollar levels.

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 = '05606'
        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 412,921,051.88 412.92 million 556
2024 443,906,248.28 443.91 million 658
2023 169,756,649.19 169.76 million 560
2022 270,903,400.05 270.90 million 563
2021 212,897,165.05 212.90 million 524

Insight

Over the last 5 years, GENERAL DYNAMICS-OTS, INC. obligated $1.51 billion across 2,861 awards, averaging $527.9K per award. Annual obligations are concentrated in FY2024 and FY2025, which together account for $856.8 million, or about 57% of the 5-year total. Award counts are relatively stable year to year, ranging from 524 to 658, indicating that the variation in obligations is driven more by award value than by volume.

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.