NATIONAL AEROSPACE SOLUTIONS, LLC recorded $2.21 billion in federal obligations across 258 award actions in the last 10 years, with an average action value of $8.57 million. All obligated value in this period is attributed to the Department of the Air Force and NAICS 541330, Engineering Services.
Federal Contractor
NATIONAL AEROSPACE SOLUTIONS, LLC Federal Contract Obligations (Last 10 Years)
Federal procurement profile for NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4, UEI KAA7ML3GU9A6) covering awards over the last 10 years.
Annual figures show peak obligations in 2023 at $464.70 million, followed by $292.55 million in 2022, $286.42 million in 2021, $172.49 million in 2024, and -$11.80 million in 2025.
About NATIONAL AEROSPACE SOLUTIONS, LLC federal contract activity
NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4, UEI KAA7ML3GU9A6) recorded $2.21 billion in obligated value across 258 FPDS awards in the last 10 years, for an average award value of $8.57 million. The profile indicates a concentrated federal contracting footprint with meaningful award volume and relatively high-dollar actions.
Agency mix and customer concentration
All recorded obligations in the analysis window are attributed to the DEPT OF THE AIR FORCE, which accounts for $2.21 billion across 258 awards. This indicates a highly concentrated customer base with no diversification across other agencies in the provided data.
Industry profile based on NAICS activity
All obligated value in the provided period is mapped to NAICS 541330, Engineering Services, with $2.21 billion across 258 awards. The mix suggests the vendor’s federal work is centered entirely in engineering-related services within the supplied dataset.
Annual contract trend over the analysis window
Annual obligations rose materially from 2021 through 2023, peaking at $464.70 million in 2023, before moderating to $172.49 million in 2024. The 2025 figure is negative at -$11.80 million across 9 awards, which likely reflects deobligations, modifications, or other downward adjustments rather than new award value.
How to interpret this page
This summary uses FPDS-derived award records for the last 10 years and reflects the values provided in the analysis window. Totals, counts, and averages are based on obligated dollars and award counts only; negative annual obligations are preserved as reported and may indicate deobligations or revisions.
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 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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 2,210,513,178.32 | 2.21 billion | 258 |
Insight
Over the last 10 years, NATIONAL AEROSPACE SOLUTIONS, LLC’s obligations are fully concentrated within the DEPT OF THE AIR FORCE, which accounts for 100% of the reported $2.21 billion and all 258 awards. This indicates a highly concentrated customer profile with no diversification across other agencies in the provided period. The average award value of $8.57 million suggests the business is driven by a relatively large number of substantial awards rather than a small number of very large obligations.
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 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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 2,210,513,178.32 | 2.21 billion | 258 |
Insight
Over the last 10 years, NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4) shows full NAICS concentration in 541330 Engineering Services. All $2.21 billion in obligated value and all 258 awards are assigned to this single NAICS, indicating a highly concentrated award profile with no observed diversification across other NAICS codes in this window. The average award value of $8.57 million suggests a portfolio of relatively large obligations within this code.
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 10 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 |
| 2024 | 172,491,589.59 | 172.49 million | 25 |
| 2023 | 464,700,831.00 | 464.70 million | 37 |
| 2022 | 292,550,839.87 | 292.55 million | 34 |
| 2021 | 286,417,364.95 | 286.42 million | 37 |
| 2020 | 274,562,691.20 | 274.56 million | 31 |
| 2019 | 281,055,028.29 | 281.06 million | 34 |
| 2018 | 231,954,043.21 | 231.95 million | 26 |
| 2017 | 218,584,519.51 | 218.58 million | 25 |
Insight
Over the last 10 years, NATIONAL AEROSPACE SOLUTIONS, LLC has obligated $2.21 billion across 258 awards, averaging $8.57 million per award. Annual obligations were relatively stable from 2017 through 2022, ranging from $218.58 million to $292.55 million, before increasing sharply in 2023 to $464.70 million. Funding then declined to $172.49 million in 2024 and turned negative in 2025 (-$11.80 million), indicating recent volatility after several years of sustained 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.