In the last full year, NATIONAL AEROSPACE SOLUTIONS, LLC recorded 9 award actions with total obligated amount of -$11.80 million and an average action value of -$1.31 million. All reported obligations in the period were under the Department of the Air Force and the NAICS 541330 Engineering Services category.
Federal Contractor
NATIONAL AEROSPACE SOLUTIONS, LLC Federal Contract Obligations (Last Year)
FPDS procurement profile for NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4, UEI KAA7ML3GU9A6) covering the last full year of federal award activity.
Negative obligated amounts reflect deobligations or downward funding adjustments in the FPDS record set for 2025.
About NATIONAL AEROSPACE SOLUTIONS, LLC federal contract activity
NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4, UEI KAA7ML3GU9A6) recorded 9 FPDS awards in the last full year with total obligated value of -11.80 million and an average award value of -1.31 million. The negative obligation total indicates net deobligations or downward adjustments over the period rather than net new funded value.
Agency mix and customer concentration
All recorded obligation activity in the analysis window is concentrated within the DEPT OF THE AIR FORCE, which accounts for the full -11.80 million across 9 awards. This indicates a highly concentrated customer profile with no evidence in the provided data of meaningful cross-agency diversification.
Industry profile based on NAICS activity
The vendor’s activity is entirely associated with NAICS 541330, Engineering Services, reflecting a single-line procurement profile in the available data. The full -11.80 million and all 9 awards are tied to this NAICS code, suggesting the contract set is narrowly scoped to engineering-related work.
Annual contract trend over the analysis window
The annual trend shows activity only in 2025 for the last full year, with -11.80 million obligated across 9 awards. Because only one year is present in the provided trend data, the view supports a point-in-time assessment rather than a multi-year growth or decline analysis.
How to interpret this page
This summary is based only on the FPDS Query inputs provided for the last full year and does not infer unreported awards, agencies, or NAICS codes. Obligated amounts are presented as supplied, including negative values that may reflect deobligations, modifications, or other downward adjustments.
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 = '77SY4'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | -11,803,729.30 | -11.80 million | 9 |
Insight
During the last full year, NATIONAL AEROSPACE SOLUTIONS, LLC recorded -$11.80 million in obligated value across 9 awards, yielding an average award value of about -$1.31 million. All obligated value in this window is concentrated with the Department of the Air Force, indicating a single-agency dependency in the vendor’s federal portfolio. This distribution suggests the vendor’s recent federal activity was fully tied to one agency rather than spread across multiple departments.
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 = '77SY4'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | -11,803,729.30 | -11.80 million | 9 |
Insight
During the last full year, NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4) received all reported obligations under a single NAICS code: 541330, Engineering Services. This category accounts for 100% of the vendor’s recorded activity in the period, indicating complete concentration in one procurement area. Across 9 awards, total obligated amount was -$11.80 million, with an average award value of approximately -$1.31 million.
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 = '77SY4'
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 | -11,803,729.30 | -11.80 million | 9 |
Insight
Over the last full year, NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4) recorded -$11.80 million in total obligations across 9 awards, indicating a relatively concentrated annual award profile. The average award value was -$1.31 million, suggesting obligations were distributed across a small number of transactions rather than a broad volume of awards. With all reported activity occurring in 2025, the annual trend reflects a single-period concentration in obligation activity.
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.