Federal Contractor

GEORGIA TECH APPLIED RESEARCH CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for GEORGIA TECH APPLIED RESEARCH CORPORATION, CAGE 1FEZ4, UEI L3G5SBQ2PLK5, covering awards over the last 10 years.

GEORGIA TECH APPLIED RESEARCH CORPORATION recorded 7,546 award actions and $4.63 billion in obligated value over the last 10 years, with an average action value of $614,146.67. Most obligations came from the Department of the Air Force and the Department of the Army, and the largest NAICS activity was research and development in the physical, engineering, and life sciences.

Generated at 03/21/2026

Analysis period: Last 10 years

Values reflect the selected 10-year analysis window and may include multiple award actions tied to the same underlying contract or order.

CAGE Code
1FEZ4
UEI
L3G5SBQ2PLK5
Total Obligated
4.63 billion
4,634,350,774.12
Award Actions
7,546
Average Action Value
614,146.67

About GEORGIA TECH APPLIED RESEARCH CORPORATION federal contract activity

GEORGIA TECH APPLIED RESEARCH CORPORATION recorded $4.63 billion in obligated FPDS awards across 7,546 actions over the last 10 years, for an average award value of $614,146.67. The entity is heavily tied to federal research and defense-related procurement, with award volume and dollars concentrated in a relatively small set of agencies and technical NAICS categories.

Agency mix and customer concentration

The Department of the Air Force is the largest customer by obligated dollars at $2.42 billion across 2,846 awards, followed by the Department of the Army at $1.59 billion across 3,096 awards. Together, those two agencies account for the clear majority of obligations, while the Navy, Missile Defense Agency, and DISA represent smaller but still material portions of the portfolio, indicating a strong defense mission focus.

Industry profile based on NAICS activity

The vendor’s award base is dominated by research and development work, led by NAICS 541715 at $2.77 billion and 4,083 awards, followed by NAICS 541712 at $757.91 million and 2,039 awards. Engineering services under NAICS 541330 adds another $708.22 million, while the remaining top categories are comparatively narrow technical manufacturing codes, reinforcing a profile centered on applied science, systems engineering, and defense-technical support.

Annual contract trend over the analysis window

Annual obligations in the visible recent years remain elevated but uneven, ranging from $445.43 million in 2025 to a high of $686.81 million in 2021. Award counts also stayed high across the period, with 675 to 1,071 actions per year, suggesting sustained procurement activity rather than isolated spikes.

How to interpret this page

This summary is based on FPDS obligation data for the last 10 years using the vendor identifiers provided: CAGE 1FEZ4 and UEI L3G5SBQ2PLK5. Agency, NAICS, and annual figures reflect obligated dollars and award counts from the supplied analysis window; no additional sources or assumptions were used.

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 = '1FEZ4'
        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,415,852,762.64 2.42 billion 2,846
2100 DEPT OF THE ARMY 1,585,888,532.55 1.59 billion 3,096
1700 DEPT OF THE NAVY 246,091,226.93 246.09 million 533
97JC MISSILE DEFENSE AGENCY (MDA) 183,622,946.04 183.62 million 696
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 104,922,577.14 104.92 million 69
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 45,005,979.26 45.01 million 96
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 40,446,846.37 40.45 million 90
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 3,490,810.00 3.49 million 12
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 2,636,283.68 2.64 million 51
7001 OFFICE OF PROCUREMENT OPERATIONS 2,289,258.65 2.29 million 7

Insight

Over the last 10 years, GEORGIA TECH APPLIED RESEARCH CORPORATION’s obligations are highly concentrated in DoD agencies, led by the DEPT OF THE AIR FORCE at $2.42 billion across 2,846 awards and the DEPT OF THE ARMY at $1.59 billion across 3,096 awards. These two agencies account for the vast majority of the vendor’s $4.63 billion in total obligations and 7,546 awards, indicating a strong dependence on Air Force and Army demand. Secondary activity is materially smaller, with the DEPT OF THE NAVY, MDA, DISA, and DARPA each contributing under $250 million, and all remaining agencies representing comparatively limited obligation volume.

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 = '1FEZ4'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 2,772,021,624.40 2.77 billion 4,083
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 757,907,279.53 757.91 million 2,039
541330 ENGINEERING SERVICES 708,220,555.06 708.22 million 1,004
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 133,603,127.77 133.60 million 88
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 64,028,951.86 64.03 million 35
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 62,764,029.79 62.76 million 36
928110 NATIONAL SECURITY 56,837,173.12 56.84 million 137
541519 OTHER COMPUTER RELATED SERVICES 42,158,547.35 42.16 million 33
611310 COLLEGES, UNIVERSITIES, AND PROFESSIONAL SCHOOLS 31,144,548.64 31.14 million 30
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 1,875,927.24 1.88 million 7

Insight

GEORGIA TECH APPLIED RESEARCH CORPORATION’s obligations over the last 10 years are highly concentrated in R&D-related NAICS codes, led by 541715 at $2.77 billion across 4,083 awards and 541712 at $757.91 million across 2,039 awards. Engineering services (541330) is the third-largest category at $708.22 million and 1,004 awards, indicating a broader but still research- and technical services-oriented portfolio. The remaining top NAICS codes are materially smaller and spread across manufacturing, computer services, national security, and higher education, with no single non-R&D category approaching the dominant share of obligations.

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 = '1FEZ4'
        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 445,427,596.90 445.43 million 675
2024 485,653,557.83 485.65 million 784
2023 685,305,404.69 685.31 million 931
2022 559,252,247.62 559.25 million 987
2021 686,807,307.87 686.81 million 1,071
2020 555,637,093.67 555.64 million 971
2019 492,394,065.55 492.39 million 675
2018 407,976,461.66 407.98 million 749
2017 312,564,729.77 312.56 million 644
2016 3,332,308.56 3.33 million 59

Insight

Over the last 10 years, GEORGIA TECH APPLIED RESEARCH CORPORATION (CAGE 1FEZ4) recorded $4.63 billion in obligated funding across 7,546 awards, with an average award value of $614.1K. Obligations were highly concentrated in the most recent eight years, rising from $3.33 million in 2016 to a range of roughly $312.6 million to $686.8 million annually from 2017 through 2025. Peak annual obligations occurred in 2021 ($686.8 million) and 2023 ($685.3 million), followed by a decline in 2024 and 2025, though both years remained at elevated levels relative to 2017-2020. Award volume generally tracked obligation levels, reaching a high of 1,071 awards in 2021 and remaining above 675 awards in each year from 2019 through 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.