Over the last 5 years, NATIONAL AEROSPACE SOLUTIONS, LLC recorded 142 award actions totaling $1,204,356,896.11 in federal obligations, with an average action value of $8,481,386.59. All reported obligations in this window came from the Department of the Air Force and were classified under NAICS 541330, Engineering Services.
Federal Contractor
NATIONAL AEROSPACE SOLUTIONS, LLC Federal Contract Obligations (Last 5 Years)
Federal procurement profile for NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4, UEI KAA7ML3GU9A6) covering obligations, award counts, agencies, and NAICS activity over the last 5 years.
Annual totals range from 2021 through 2025 and include a negative obligation in 2025, which may reflect deobligations or adjustments in FPDS records.
About NATIONAL AEROSPACE SOLUTIONS, LLC federal contract activity
NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4, UEI KAA7ML3GU9A6) recorded $1.20 billion in obligated awards across 142 actions over the last 5 years, for an average award value of $8.48 million. The profile indicates sustained federal contracting activity at a meaningful scale, with obligations concentrated in a relatively small number of awards.
Agency mix and customer concentration
The award portfolio is entirely concentrated within the DEPT OF THE AIR FORCE, which accounts for the full $1.20 billion and all 142 awards in the analysis window. This indicates a highly specialized customer base and a dependency on a single federal agency for contract volume.
Industry profile based on NAICS activity
All recorded obligations fall under NAICS 541330, Engineering Services, again totaling $1.20 billion across 142 awards. The uniform NAICS profile suggests the vendor’s FPDS activity is tightly aligned to engineering support work rather than a diversified services mix.
Annual contract trend over the analysis window
Annual obligations increased sharply from $286.42 million in 2021 to $292.55 million in 2022 and then to $464.70 million in 2023, before easing to $172.49 million in 2024. The 2025 figure is negative at -$11.80 million, which may reflect deobligations, adjustments, or closeout activity rather than new award volume.
How to interpret this page
This summary is based on FPDS award records attributed to the vendor’s CAGE code and UEI over the last 5 years. Totals reflect obligated dollars and award counts from the provided dataset; negative annual obligations are preserved as reported and may indicate modifications or deobligations. Concentration insights are derived from the top agency and NAICS groupings included in the analysis window.
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 5 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 | 1,204,356,896.11 | 1.20 billion | 142 |
Insight
Over the last 5 years, NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4) received $1.20 billion across 142 awards, all obligated by the Department of the Air Force. This indicates complete customer concentration in a single agency, with no diversification across other federal agencies in the provided data. The average award value of $8.48 million suggests a portfolio weighted toward relatively large obligations rather than numerous small awards.
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 5 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 | 1,204,356,896.11 | 1.20 billion | 142 |
Insight
Over the last 5 years, NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4) shows complete NAICS concentration in 541330 Engineering Services. All $1.20 billion in obligated value and all 142 awards fall under this single NAICS, indicating a highly concentrated procurement profile. The average award value of about $8.48 million suggests a mix of mid- to large-value obligations within this sole NAICS 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 = '77SY4'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
Insight
Over the last 5 years, NATIONAL AEROSPACE SOLUTIONS, LLC obligated $1.20 billion across 142 awards, averaging $8.48 million per award, indicating substantial but uneven contract volume. Obligations were concentrated in 2021–2024, with a peak in 2023 at $464.70 million across 37 awards, followed by lower but still significant levels in 2022 and 2024. The 2025 total is negative at -$11.80 million across 9 awards, which suggests a year-to-date downward adjustment or deobligation activity relative to prior years.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.