In the last full year, GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. recorded 66 award actions totaling $178,725,560.18, with an average action value of $2,707,963.03. All reported obligations in this window were attributed to the Department of the Army and aligned to NAICS 332993, Ammunition (Except Small Arms) Manufacturing.
Federal Contractor
GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. Federal Contract Obligations (Last Year)
Federal procurement profile for GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. (CAGE 14578, UEI D6BENLPTJ8H6) covering last full year obligations and awards.
This page reflects the last full year of FPDS-observed awards and obligations for the vendor, using the provided summary totals and industry classification.
About GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. federal contract activity
GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. (CAGE 14578, UEI D6BENLPTJ8H6) recorded 66 FPDS awards in the last full year, with total obligations of 178.73 million and an average award value of 2.71 million. The vendor’s activity is concentrated in a single funding stream and procurement profile, indicating a focused federal contract base during the analysis period.
Agency mix and customer concentration
All observed obligations were associated with the DEPT OF THE ARMY, which accounted for 178.73 million across 66 awards. This indicates complete agency concentration in the review window, with no diversification across other civilian or defense agencies reflected in the available FPDS data.
Industry profile based on NAICS activity
The entire obligation total maps to NAICS 332993, Ammunition (Except Small Arms) Manufacturing, reflecting a highly specialized product and industrial base alignment. Award volume and dollars are fully concentrated in this NAICS, consistent with a narrow manufacturing role rather than a multi-line federal supply profile.
Annual contract trend over the analysis window
The annual trend shows 178.73 million obligated in 2025 across 66 awards, which serves as the full-year snapshot for the analysis window. With only one year represented, the data supports a point-in-time assessment rather than a multi-year growth or volatility analysis.
How to interpret this page
This page summarizes FPDS award records for the vendor identified by CAGE 14578 and UEI D6BENLPTJ8H6 over the last full year. Obligations, award counts, and averages are derived from the provided FPDS aggregation fields; agency and NAICS concentration reflect only the records present in the supplied analysis set.
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 = '14578'
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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 178,725,560.18 | 178.73 million | 66 |
Insight
During the last full year, all reported obligations for GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. were concentrated with the Department of the Army. The Army accounted for $178.73 million across 66 awards, indicating complete agency concentration in the reported period. Average award value was approximately $2.71 million, suggesting a mix of relatively high-value obligations within a single-agency procurement profile.
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 = '14578'
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 |
|---|---|---|---|---|
| 332993 | AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING | 178,725,560.18 | 178.73 million | 66 |
Insight
For the last full year, GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. (CAGE 14578) shows complete concentration in NAICS 332993, Ammunition (Except Small Arms) Manufacturing. All 66 awards and the full $178.73 million in obligated value are tied to this single NAICS, indicating a highly concentrated award profile with no diversification across other industry classifications in the observed period. The average award value of $2.71 million suggests the activity is driven by multiple relatively consistent obligations within the same manufacturing category.
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 = '14578'
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 | 178,725,560.18 | 178.73 million | 66 |
Insight
Over the last full year, GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. (CAGE 14578) received $178.73 million in obligated funds across 66 awards, for an average award value of about $2.71 million. With only one annual period reported in this 1-year window, no year-over-year trend can be assessed from the provided data. The obligation total and award count indicate a moderately distributed award profile rather than reliance on a small number of very large awards.
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.