Federal Contractor

AMERICAN SYSTEMS CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement profile for AMERICAN SYSTEMS CORPORATION (CAGE 61443, UEI CFWRL5LXXX93) covering obligations, award volume, agencies, NAICS mix, and annual trends over the last 5 years.

AMERICAN SYSTEMS CORPORATION recorded 1.29 billion in obligated federal awards across 1,998 actions in the last 5 years, for an average action value of 647,124.63. Activity was concentrated with the Department of the Navy, Washington Headquarters Services, and the Defense Health Agency, and was driven mainly by R&D and engineering services work.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals, counts, agency shares, and NAICS concentrations are based on FPDS award actions in the last 5 years and may include multiple award types and modifications.

CAGE Code
61443
UEI
CFWRL5LXXX93
Total Obligated
1.29 billion
1,292,955,012.95
Award Actions
1,998
Average Action Value
647,124.63

About AMERICAN SYSTEMS CORPORATION federal contract activity

AMERICAN SYSTEMS CORPORATION (CAGE 61443, UEI CFWRL5LXXX93) recorded $1.29 billion in obligations across 1,998 awards over the last 5 years, with an average award value of $647,124.63. The profile indicates sustained federal contracting activity at meaningful scale rather than a small number of exceptionally large awards.

Agency mix and customer concentration

Obligations are concentrated in defense and security-related agencies, led by the DEPT OF THE NAVY at $450.94 million across 869 awards and WASHINGTON HEADQUARTERS SERVICES (WHS) at $337.95 million across 152 awards. The DEFENSE HEALTH AGENCY, DEPT OF THE AIR FORCE, and U.S. CUSTOMS AND BORDER PROTECTION round out the top five, indicating a portfolio centered on DoD and adjacent federal missions.

Industry profile based on NAICS activity

The vendor’s award base is anchored in technical and mission-support work. The largest NAICS categories are 541715, 541330, and 541512, together accounting for the majority of reported obligations and pointing to research and development, engineering, and computer systems design services; 517110 and 541519 add communications and other IT-related work to the mix.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at $309.58 million after rising from $234.15 million in 2021 and $236.12 million in 2022. Activity then moderated to $281.76 million in 2024 and $231.35 million in 2025, while award counts remained high throughout the period, suggesting continued contract flow even as annual spend varied.

How to interpret this page

This summary is based on FPDS Query data for the last 5 years associated with CAGE 61443 and UEI CFWRL5LXXX93. Totals, counts, and averages reflect reported obligated dollars and award records within the analysis window, and agency/NAICS rollups are based on the top categories shown in the provided dataset.

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 = '61443'
        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 450,943,814.42 450.94 million 869
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 337,951,203.54 337.95 million 152
97DH DEFENSE HEALTH AGENCY (DHA) 205,693,555.93 205.69 million 155
5700 DEPT OF THE AIR FORCE 165,010,195.63 165.01 million 544
7014 U.S. CUSTOMS AND BORDER PROTECTION 56,457,305.91 56.46 million 40
7008 U.S. COAST GUARD 37,901,363.45 37.90 million 12
4732 FEDERAL ACQUISITION SERVICE 27,304,685.38 27.30 million 61
2100 DEPT OF THE ARMY 14,572,195.17 14.57 million 43
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 653,216.39 653.22 thousand 54
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 121,166.37 121.17 thousand 46

Insight

AMERICAN SYSTEMS CORPORATION’s obligations over the last 5 years are concentrated in a small number of agencies, with the DEPT OF THE NAVY accounting for $450.94 million across 869 awards and WASHINGTON HEADQUARTERS SERVICES (WHS) for $337.95 million across 152 awards. Together with DEFENSE HEALTH AGENCY and DEPT OF THE AIR FORCE, these four agencies represent the clear core of the vendor’s federal spend and award activity. Outside the top four, obligation levels drop sharply, with all remaining agencies each accounting for less than $57 million.

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 = '61443'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 450,537,694.89 450.54 million 329
541330 ENGINEERING SERVICES 379,857,028.45 379.86 million 891
541512 COMPUTER SYSTEMS DESIGN SERVICES 120,942,644.33 120.94 million 89
517110 WIRED TELECOMMUNICATIONS CARRIERS 109,327,901.72 109.33 million 339
541519 OTHER COMPUTER RELATED SERVICES 87,762,467.19 87.76 million 84
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 84,060,224.51 84.06 million 79
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 43,983,096.64 43.98 million 47
332510 HARDWARE MANUFACTURING 8,424,979.07 8.42 million 38
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 4,799,934.60 4.80 million 15
336411 AIRCRAFT MANUFACTURING 1,361,152.00 1.36 million 3

Insight

Over the last 5 years, AMERICAN SYSTEMS CORPORATION’s obligations are concentrated in technical services, led by NAICS 541715 at $450.54 million across 329 awards and NAICS 541330 at $379.86 million across 891 awards. These two codes account for the clear majority of the listed activity, indicating a procurement profile centered on R&D and engineering support. Secondary obligations are spread across computer systems, telecommunications, and related IT services, with no other NAICS exceeding $121 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 = '61443'
        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 231,349,647.18 231.35 million 325
2024 281,756,189.26 281.76 million 395
2023 309,579,563.25 309.58 million 431
2022 236,122,170.38 236.12 million 370
2021 234,147,442.88 234.15 million 477

Insight

Over the last 5 years, AMERICAN SYSTEMS CORPORATION (CAGE 61443) obligated $1.29 billion across 1,998 awards, averaging $647.1 thousand per award. Obligations were relatively steady from 2021 to 2022 at about $234.1 million to $236.1 million, increased in 2023 to $309.6 million, then declined in 2024 to $281.8 million and 2025 to $231.3 million. Award volume followed a similar pattern, peaking in 2023 at 431 awards and falling to 325 in 2025, indicating a recent contraction after a mid-period high.

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.