In the last full year, DEFENSE SYSTEMS AND SOLUTIONS received $715,308,365.02 in obligations across 337 award actions, for an average action value of $2,122,576.75. All reported obligations in this window were from the Department of the Army and were classified under NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing.
Federal Contractor
DEFENSE SYSTEMS AND SOLUTIONS Federal Contract Obligations (Last Year)
DEFENSE SYSTEMS AND SOLUTIONS (CAGE 7U6S2, UEI NWKQVQED4C81) recorded $715.31 million in obligated awards across 337 actions in the last full year.
This page summarizes FPDS award activity for the last full year and reflects the totals shown in the provided analysis window.
About DEFENSE SYSTEMS AND SOLUTIONS federal contract activity
DEFENSE SYSTEMS AND SOLUTIONS (CAGE 7U6S2, UEI NWKQVQED4C81) recorded 715.31 million in obligated value across 337 awards in the last full year, for an average award value of 2.12 million. The award profile indicates a concentrated procurement base rather than a broad multi-agency footprint, with activity tied to a single primary customer and one dominant product/service classification.
Agency mix and customer concentration
All observed obligation flowed to the DEPT OF THE ARMY, which accounted for 715.31 million across 337 awards. This indicates complete agency concentration in the analysis window and suggests the vendor’s federal activity was entirely Army-driven during the period reviewed.
Industry profile based on NAICS activity
All recorded obligations were classified under NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, totaling 715.31 million across 337 awards. The NAICS profile is fully concentrated, indicating the vendor’s federal procurement activity in the period was aligned to a single aerospace manufacturing category.
Annual contract trend over the analysis window
The annual trend shows 715.31 million obligated in 2025 across 337 awards, with no additional years present in the analysis window. With only one year of data available, the trend is best read as a point-in-time snapshot rather than a multi-year growth or decline pattern.
How to interpret this page
This summary is based on FPDS award records for the last full year, using obligated dollars and award counts associated with the provided CAGE and UEI. Agency and NAICS views reflect the distribution of recorded obligations within that period; where only one agency or one NAICS code appears, the mix is fully concentrated in that category.
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 = '7U6S2'
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 | 715,308,365.02 | 715.31 million | 337 |
Insight
During the last full year, DEFENSE SYSTEMS AND SOLUTIONS (CAGE 7U6S2) received $715.31 million across 337 awards, for an average award value of about $2.12 million. Obligations were fully concentrated in the DEPT OF THE ARMY, indicating a single-agency dependency with no observed diversification across other agencies in this period. This concentration suggests the vendor’s federal work base is entirely tied to Army procurement activity over the 1-year window.
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 = '7U6S2'
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 |
|---|---|---|---|---|
| 336413 | OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING | 715,308,365.02 | 715.31 million | 337 |
Insight
During the last full year, DEFENSE SYSTEMS AND SOLUTIONS (CAGE 7U6S2) recorded $715.31 million in obligations across 337 awards, all under NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing. This indicates complete concentration of obligated activity in a single NAICS code, with no observable diversification across other industries in the provided period. The average award value was approximately $2.12 million, suggesting a high volume of relatively moderate-sized awards 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 = '7U6S2'
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 | 715,308,365.02 | 715.31 million | 337 |
Insight
Over the last full year, DEFENSE SYSTEMS AND SOLUTIONS (CAGE 7U6S2) obligated $715.31 million across 337 awards, averaging about $2.12 million per award. Because the window contains a single annual observation, no year-over-year trend can be assessed from this view. The activity level indicates substantial obligation concentration in the period, with dollars distributed across a moderate number of awards rather than a single transaction.
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.