In the last full year, GENERAL DYNAMICS OTS (WILKES BARRE), LLC received $601,407,350.67 across 52 award actions, for an average action value of $11,565,525.97. The Department of the Army accounted for all reported obligations in this period.
Federal Contractor
GENERAL DYNAMICS OTS (WILKES BARRE), LLC Federal Contract Obligations (Last Year)
Federal procurement profile for GENERAL DYNAMICS OTS (WILKES BARRE), LLC, CAGE 99938, UEI V1TVADBWD4E9, covering obligations in the last full year.
Amounts reflect the selected analysis window and are based on reported FPDS obligations, with NAICS and agency totals shown as provided.
About GENERAL DYNAMICS OTS (WILKES BARRE), LLC federal contract activity
GENERAL DYNAMICS OTS (WILKES BARRE), LLC recorded $601.41 million in obligated spending across 52 awards in the last full year, for an average award value of $11.57 million. The vendor’s activity is heavily concentrated in a single federal customer, indicating a focused procurement footprint rather than broad agency diversification.
Agency mix and customer concentration
The DEPT OF THE ARMY accounted for all reported obligations in the analysis window, totaling $601.41 million across 52 awards. This complete concentration suggests the vendor’s federal business is tied exclusively to Army demand in the period reviewed.
Industry profile based on NAICS activity
Award activity was dominated by NAICS 332993, Ammunition (Except Small Arms) Manufacturing, which represented $527.18 million across 33 awards. The remaining $74.23 million and 19 awards fell under NAICS 561210, Facilities Support Services, indicating a secondary services component alongside the core manufacturing base.
Annual contract trend over the analysis window
The annual trend shows all reported obligations occurring in 2025, with $601.41 million across 52 awards. Because the dataset covers only the last full year, the trend reflects single-year activity rather than a multi-year growth pattern.
How to interpret this page
This summary is based on FPDS award records for the vendor matched by CAGE code 99938 and UEI V1TVADBWD4E9 during the last full year. Obligations, award counts, agency mix, NAICS mix, and trend figures are derived directly from the provided aggregates and no additional assumptions were made.
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 = '99938'
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 | 601,407,350.67 | 601.41 million | 52 |
Insight
Over the last full year, GENERAL DYNAMICS OTS (WILKES BARRE), LLC (CAGE 99938) received $601.41 million across 52 awards, for an average award value of $11.57 million. Obligations were entirely concentrated in the Department of the Army, indicating a highly concentrated agency dependency profile with no diversification across other agencies in this period. This concentration suggests the vendor’s recent federal business was driven exclusively by Army demand.
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 = '99938'
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 | 527,178,984.28 | 527.18 million | 33 |
| 561210 | FACILITIES SUPPORT SERVICES | 74,228,366.39 | 74.23 million | 19 |
Insight
GENERAL DYNAMICS OTS (WILKES BARRE), LLC’s obligations in the last full year were highly concentrated in NAICS 332993, Ammunition (Except Small Arms) Manufacturing, which accounted for $527.18 million across 33 awards, or the clear majority of the vendor’s $601.41 million total. NAICS 561210, Facilities Support Services, represented a smaller but still material share at $74.23 million across 19 awards. The distribution indicates the vendor’s obligated activity was dominated by ammunition manufacturing, with facilities support serving as a secondary line of business.
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 = '99938'
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 | 601,407,350.67 | 601.41 million | 52 |
Insight
In the last full year, GENERAL DYNAMICS OTS (WILKES BARRE), LLC (CAGE 99938) recorded $601.41 million in obligated awards across 52 awards, for an average award value of $11.57 million. This indicates a relatively concentrated award profile with substantial obligation volume spread across a moderate number of actions. Because only one annual period is provided, year-over-year trend direction cannot be assessed from this view.
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.