Federal Contractor

GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. (CAGE 0F875, UEI FNEJKBCACXL1) covering the last 10 years of award activity.

GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. recorded 1,012 award actions totaling $2,941,083,391.84 over the last 10 years, with an average action value of $2,906,208.88. Most obligations came from the Department of the Army and USSOCOM, and the portfolio is concentrated in ammunition manufacturing and related defense manufacturing NAICS codes.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS obligations for the selected 10-year analysis window and may include negative deobligations in agency and annual rollups.

CAGE Code
0F875
UEI
FNEJKBCACXL1
Total Obligated
2.94 billion
2,941,083,391.84
Award Actions
1,012
Average Action Value
2,906,208.88

About GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. federal contract activity

GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. (CAGE 0F875, UEI FNEJKBCACXL1) received $2.94 billion across 1,012 FPDS awards over the last 10 years, for an average award value of $2.91 million. The award base is heavily concentrated in defense-related manufacturing and reflects a small number of very large obligations alongside a higher volume of smaller actions.

Agency mix and customer concentration

The Department of the Army accounts for the clear majority of obligations at $2.59 billion across 395 awards, making it the primary customer by both dollars and volume. USSOCOM is the second-largest funding source at $341.89 million and 323 awards, while the Department of the Navy, DLA, and DCMA represent much smaller shares; DCMA shows net negative obligations over the period, indicating downward adjustment activity rather than new funded demand.

Industry profile based on NAICS activity

The vendor’s procurement profile is dominated by NAICS 332993, Ammunition (Except Small Arms) Manufacturing, which represents $2.53 billion across 363 awards. A secondary line of business appears in NAICS 336112, Light Truck and Utility Vehicle Manufacturing, with $396.26 million and 345 awards, while the remaining NAICS categories are comparatively minor and indicate limited diversification beyond ordnance and tactical vehicle-related work.

Annual contract trend over the analysis window

Annual obligations have remained elevated in the most recent years, rising from $149.82 million in 2021 to $76.59 million in 2022, then increasing to $466.44 million in 2023 and $609.68 million in 2024. Through 2025, obligations reached $788.76 million across 44 awards, indicating continued strong funding flow in the current period. Award counts have stayed relatively stable in the low-to-mid 40s in the most recent years, suggesting larger contract values are driving the increase in obligated dollars.

How to interpret this page

This summary is based on FPDS obligations tied to CAGE 0F875 and UEI FNEJKBCACXL1 over the last 10 years. Totals, award counts, averages, agency mix, NAICS mix, and annual trends reflect the provided dataset and may include deobligations or other negative adjustments where recorded in FPDS.

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 = '0F875'
        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 2,593,762,623.15 2.59 billion 395
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 341,892,127.88 341.89 million 323
1700 DEPT OF THE NAVY 7,852,552.23 7.85 million 10
97AS DEFENSE LOGISTICS AGENCY 1,783,814.32 1.78 million 251
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -4,207,725.74 -4.21 million 33

Insight

Over the last 10 years, obligations to GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. are highly concentrated in the Department of the Army, which accounts for $2.59 billion of $2.94 billion total obligated, or the clear majority of vendor spending. U.S. Special Operations Command is the second-largest customer at $341.89 million, well below the Army but still materially significant, while the Department of the Navy and Defense Logistics Agency represent only minor shares. DCMA shows a negative obligated amount of $4.21 million, indicating net downward adjustments in that period.

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 = '0F875'
        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
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 2,531,929,291.32 2.53 billion 363
336112 LIGHT TRUCK AND UTILITY VEHICLE MANUFACTURING 396,264,336.24 396.26 million 345
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 12,922,523.06 12.92 million 7
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 749,947.45 749.95 thousand 11
336390 OTHER MOTOR VEHICLE PARTS MANUFACTURING 262,112.97 262.11 thousand 16
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 188,737.28 188.74 thousand 67
336350 MOTOR VEHICLE TRANSMISSION AND POWER TRAIN PARTS MANUFACTURING 129,298.98 129.30 thousand 9
333244 PRINTING MACHINERY AND EQUIPMENT MANUFACTURING 126,800.00 126.80 thousand 2
332722 BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING 90,401.29 90.40 thousand 68
334516 ANALYTICAL LABORATORY INSTRUMENT MANUFACTURING 76,877.50 76.88 thousand 1

Insight

Over the last 10 years, obligations for GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. are highly concentrated in NAICS 332993, Ammunition (Except Small Arms) Manufacturing, which accounts for $2.53 billion across 363 awards, or the clear majority of the $2.94 billion obligated total. The next largest NAICS, 336112, Light Truck and Utility Vehicle Manufacturing, is materially smaller at $396.26 million across 345 awards, indicating a secondary but still significant award stream. All remaining NAICS categories are comparatively minor and collectively represent a small share of total obligations, suggesting a focused procurement profile centered on ordnance and related manufacturing.

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 = '0F875'
        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 788,757,072.97 788.76 million 44
2024 609,680,166.73 609.68 million 44
2023 466,436,779.64 466.44 million 42
2022 76,591,979.38 76.59 million 36
2021 149,815,109.19 149.82 million 27
2020 150,859,624.73 150.86 million 61
2019 156,333,768.50 156.33 million 184
2018 269,631,991.24 269.63 million 256
2017 246,352,129.35 246.35 million 244
2016 26,624,770.11 26.62 million 74

Insight

Over the last 10 years, GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. received $2.94 billion across 1,012 awards, averaging $2.91 million per award. Obligations are heavily concentrated in the most recent three years, with 2025 ($788.76 million), 2024 ($609.68 million), and 2023 ($466.44 million) accounting for the majority of total dollars in the period. Award volume was highest in 2017-2019, peaking at 256 awards in 2018, but funding levels were materially lower than the 2023-2025 period, indicating a shift toward fewer but substantially larger obligations in recent years.

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.