Federal Contractor

AAI CORPORATION Federal Contract Obligations (Last 5 Years)

AAI CORPORATION (CAGE 97384, UEI SNJ8YY61GB95) recorded 1.23 billion in federal obligations across 1,843 award actions over the last 5 years.

AAI CORPORATION’s federal procurement profile is concentrated in defense-related work, led by the Department of the Navy, Department of the Army, and Department of the Air Force. The company’s largest NAICS categories include aircraft manufacturing, surveying and mapping services, and aeronautical and nautical systems and instrument manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the last 5 years of FPDS-observed obligations and award actions and may not capture every modification or closeout timing effect.

CAGE Code
97384
UEI
SNJ8YY61GB95
Total Obligated
1.23 billion
1,229,617,032.08
Award Actions
1,843
Average Action Value
667,182.32

About AAI CORPORATION federal contract activity

AAI CORPORATION recorded 1.23 billion in obligated federal spending across 1,843 awards over the last 5 years, with an average award value of 667,182.32. The vendor’s activity is concentrated in defense procurement, indicating sustained relevance in mission-critical aviation, sensing, engineering, and technical service work.

Agency mix and customer concentration

The Department of the Navy is the dominant customer at 627.77 million across 908 awards, followed by the Department of the Army at 463.98 million across 400 awards. The Department of the Air Force, USSOCOM, and the Defense Logistics Agency account for smaller shares, showing a customer base that is heavily concentrated within the defense enterprise.

Industry profile based on NAICS activity

The largest spending category is Aircraft Manufacturing at 362.17 million, followed by Surveying and Mapping Services at 300.29 million and Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing at 227.38 million. Engineering Services and R&D in the physical, engineering, and life sciences also appear prominently, suggesting a portfolio that spans platform production, technical services, and applied engineering support.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at 372.36 million, then remained elevated through 2022 and 2023 before moderating in 2024 and 2025. Despite the decline from the peak, the vendor still posted 86.23 million in 2025 and maintained a high award volume, indicating continued federal engagement rather than an abrupt drop-off.

How to interpret this page

This summary is based on FPDS-observed obligations tied to CAGE 97384 and UEI SNJ8YY61GB95 during the last 5 years. Agency, NAICS, and annual views are derived from obligated dollars and award counts only; amounts reflect reported contract obligation totals and are not adjusted for inflation or scope differences across awards.

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 = '97384'
        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
1700 DEPT OF THE NAVY 627,765,104.72 627.77 million 908
2100 DEPT OF THE ARMY 463,975,150.47 463.98 million 400
5700 DEPT OF THE AIR FORCE 85,834,199.89 85.83 million 303
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 83,158,976.09 83.16 million 93
97AS DEFENSE LOGISTICS AGENCY 1,664,031.32 1.66 million 18
7008 U.S. COAST GUARD 91,071.30 91.07 thousand 5
1900 STATE, DEPARTMENT OF 13,184.85 13.18 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -32,884,686.56 -32.88 million 114

Insight

Over the last 5 years, AAI CORPORATION’s obligations of $1.23 billion are concentrated primarily in the Department of the Navy and Department of the Army, which together account for $1.09 billion across 1,308 awards. The Navy is the largest buyer at $627.77 million and 908 awards, followed by the Army at $463.98 million and 400 awards; the Air Force and USSOCOM are secondary buyers at $85.83 million and $83.16 million, respectively. Other agencies contribute marginally, while DCMA shows a net negative obligated amount of $32.88 million across 114 awards, indicating significant downward adjustment activity in that account.

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 = '97384'
        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
336411 AIRCRAFT MANUFACTURING 362,169,535.00 362.17 million 273
541370 SURVEYING AND MAPPING (EXCEPT GEOPHYSICAL) SERVICES 300,292,875.23 300.29 million 150
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 227,375,699.17 227.38 million 124
541330 ENGINEERING SERVICES 149,671,794.50 149.67 million 282
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 49,744,732.29 49.74 million 51
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 36,487,831.16 36.49 million 153
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 24,041,716.56 24.04 million 28
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 22,583,353.52 22.58 million 10
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 13,278,481.33 13.28 million 392
333314 OPTICAL INSTRUMENT AND LENS MANUFACTURING 12,355,620.00 12.36 million 37

Insight

AAI CORPORATION’s obligations over the last 5 years are concentrated in a small set of NAICS codes, led by Aircraft Manufacturing (336411) at $362.17 million, followed by Surveying and Mapping Services (541370) at $300.29 million and aeronautical/nautical systems and instrument manufacturing (334511) at $227.38 million. These three NAICS codes account for the majority of the $1.23 billion obligated, indicating a strong focus on aviation, sensing, and related technical manufacturing and services. Award activity is broader than obligation concentration, with notable transaction volume in Engineering Services (541330) and Bare Printed Circuit Board Manufacturing (334412), suggesting smaller, more frequent awards in those areas.

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 = '97384'
        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 86,227,282.53 86.23 million 261
2024 233,206,334.24 233.21 million 350
2023 281,425,990.33 281.43 million 426
2022 256,399,125.26 256.40 million 394
2021 372,358,299.72 372.36 million 412

Insight

AAI CORPORATION (CAGE 97384) obligated $1.23 billion across 1,843 awards over the last 5 years, averaging $667,182 per award. Obligation volume was highest in 2021 at $372.36 million, then declined in 2022 and 2023, before moderating further in 2024 and dropping to $86.23 million in 2025. Award counts followed a similar pattern, peaking in 2023 at 426 awards and remaining relatively elevated through 2024, indicating a multi-year concentration of activity that tapered in the most recent year.

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.