Federal Contractor

AAI CORPORATION Federal Contract Obligations (Last 10 Years)

AAI CORPORATION (CAGE 97384, UEI SNJ8YY61GB95) has 3.29 billion in obligated federal awards over the last 10 years across 3,772 actions.

AAI CORPORATION’s federal award profile is concentrated in the Department of the Army and Department of the Navy, with additional obligations from USSOCOM and the Department of the Air Force. Its spending is led by aircraft manufacturing, surveying and mapping services, engineering services, and aeronautical and nautical systems manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of readable FPDS obligations, based on the supplied totals, award counts, agency mix, NAICS mix, and annual trend data.

CAGE Code
97384
UEI
SNJ8YY61GB95
Total Obligated
3.29 billion
3,292,779,989.18
Award Actions
3,772
Average Action Value
872,953.33

About AAI CORPORATION federal contract activity

AAI CORPORATION (CAGE 97384, UEI SNJ8YY61GB95) recorded $3.29 billion in obligated awards across 3,772 actions over the last 10 years, with an average award value of $872,953.33. The profile indicates a large, defense-oriented contracting base with recurring awards at both platform and technical-services levels.

Agency mix and customer concentration

The award mix is highly concentrated in the Department of the Army and Department of the Navy, which together account for about $2.74 billion and 2,412 awards. USSOCOM and the Department of the Air Force are meaningful secondary buyers, while DLA appears as a much smaller but persistent source of obligations.

Industry profile based on NAICS activity

The largest NAICS category is Aircraft Manufacturing (336411) at $1.31 billion, followed by Surveying and Mapping Services (541370) at $728.49 million and Engineering Services (541330) at $462.98 million. The mix also includes avionics and navigation-related manufacturing (334511) and support activities for air transportation (488190), suggesting a portfolio spanning airborne platforms, mission systems, and technical support.

Annual contract trend over the analysis window

The annual data shown for 2021 through 2025 indicates a mid-period peak in 2021 at $372.36 million, followed by elevated but lower annual obligation levels in 2022 through 2024. Obligations in 2025 are lower at $86.23 million, which may reflect a partial-year capture rather than a full-year decline.

How to interpret this page

This summary is based on FPDS award records for AAI CORPORATION over the last 10 years, using obligated dollars and award counts aggregated by agency, NAICS, and year. Totals reflect the values provided in the analysis window and should be interpreted as obligation-based contract activity, not revenue or performance output.

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 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
2100 DEPT OF THE ARMY 1,537,841,850.02 1.54 billion 1,002
1700 DEPT OF THE NAVY 1,203,440,979.49 1.20 billion 1,410
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 310,051,507.03 310.05 million 249
5700 DEPT OF THE AIR FORCE 277,560,510.94 277.56 million 566
97AS DEFENSE LOGISTICS AGENCY 7,412,693.75 7.41 million 337
7008 U.S. COAST GUARD 830,688.30 830.69 thousand 8
1900 STATE, DEPARTMENT OF 68,481.06 68.48 thousand 14
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -44,426,721.41 -44.43 million 186

Insight

AAI CORPORATION’s obligations are highly concentrated in the Department of the Army and Department of the Navy, which together account for about $2.74 billion of the $3.29 billion obligated over the last 10 years, or roughly 83% of total obligations. USSOCOM and the Department of the Air Force add another $587.6 million, reinforcing a defense-heavy customer base across a relatively small number of agencies. Award volume is also concentrated in the Navy and Army, with 1,410 and 1,002 awards respectively, indicating sustained activity across the Department of Defense. DCMA reflects a negative obligated amount of $44.43 million, which offsets a portion of the total and should be interpreted in the context of contract adjustments or deobligations.

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 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
336411 AIRCRAFT MANUFACTURING 1,307,589,318.02 1.31 billion 682
541370 SURVEYING AND MAPPING (EXCEPT GEOPHYSICAL) SERVICES 728,485,235.93 728.49 million 257
541330 ENGINEERING SERVICES 462,980,989.43 462.98 million 557
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 399,575,066.90 399.58 million 296
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 111,943,798.56 111.94 million 78
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 71,455,316.90 71.46 million 254
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 52,748,553.57 52.75 million 54
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 35,341,885.56 35.34 million 548
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 22,583,353.52 22.58 million 10
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 19,911,879.28 19.91 million 152

Insight

Over the last 10 years, AAI CORPORATION’s obligations are concentrated in a small set of manufacturing and technical services NAICS, led by 336411 Aircraft Manufacturing at $1.31 billion across 682 awards, or roughly 40% of total obligated value. The next largest categories are 541370 Surveying and Mapping Services ($728.49 million, 257 awards), 541330 Engineering Services ($462.98 million, 557 awards), and 334511 Navigation and Instrument Manufacturing ($399.58 million, 296 awards), indicating a mix of production, technical support, and engineering work. Award volume is more dispersed than dollar value, with several lower-obligation NAICS—such as 334412 and 336413—accounting for many awards but comparatively modest spend.

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 10 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
2020 595,992,888.93 595.99 million 422
2019 386,671,905.49 386.67 million 436
2018 478,784,369.46 478.78 million 491
2017 596,088,269.62 596.09 million 562
2016 5,625,523.60 5.63 million 18

Insight

AAI CORPORATION (CAGE 97384) obligated $3.29 billion across 3,772 awards over the last 10 years, averaging $872,953 per award. Obligations were highly concentrated in 2017-2021, when annual totals ranged from $372.36 million to $596.09 million, including peak funding in 2020 at $595.99 million and 2017 at $596.09 million. Activity declined after 2021, falling to $281.43 million in 2023 and $86.23 million in 2025, with award counts also trending down from 562 in 2017 to 261 in 2025.

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.