Geography

Georgia Federal Contract Obligations (Last Year)

This page summarizes federal contract obligations in Georgia for last full year, including award volume and market trend context.

Use this page to review federal contract obligations in Georgia for last full year. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last full year

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last full year analysis window.

State Code
GA
State
Georgia
Total Obligated
10.83 billion
10,830,083,751.60
Award Actions
117,558
Average Action Value
92,125.45

About Georgia federal contract activity

This page summarizes last full year of federal contract activity associated with Georgia. Based on the current FPDS Query dataset, this geography shows 10.83 billion in visible obligations across 117,558 award actions, with an average action value of 92,125.45. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand in Georgia appears concentrated among a relatively small group of federal buyers over the last full year. The visible agency ranking is led by DEPT OF THE AIR FORCE, with 4.12 billion in obligations, followed by DEPT OF THE ARMY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in Georgia over the last full year. The current ranking is led by LOCKHEED MARTIN CORPORATION, with 2.61 billion in obligations, followed by GEORGIA TECH APPLIED RESEARCH CORPORATION. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved in Georgia across the last full year, from 2025 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last full year. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'GA'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 4,124,764,019.46 4.12 billion 3,241
2100 DEPT OF THE ARMY 1,839,159,292.72 1.84 billion 4,735
97AS DEFENSE LOGISTICS AGENCY 763,929,152.98 763.93 million 52,373
1700 DEPT OF THE NAVY 763,590,928.67 763.59 million 2,186
4732 FEDERAL ACQUISITION SERVICE 707,770,352.38 707.77 million 41,408
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 590,715,918.37 590.72 million 1,337
3600 VETERANS AFFAIRS, DEPARTMENT OF 325,463,548.90 325.46 million 2,456
9776 USTRANSCOM 246,510,450.19 246.51 million 79
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 179,064,772.51 179.06 million 1,213
12K2 AGRICULTURAL MARKETING SERVICE 160,862,491.20 160.86 million 210

Insight

Georgia contract activity over the last full year appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE AIR FORCE, followed by DEPT OF THE ARMY, which suggests that federal demand in this geography is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'GA'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
LOCKHEED MARTIN CORPORATION 98897 2,614,317,176.62 2.61 billion 458
GEORGIA TECH APPLIED RESEARCH CORPORATION 1FEZ4 422,152,346.23 422.15 million 601
INTERNATIONAL AUTO LOGISTICS, LLC 6TVH1 221,378,471.12 221.38 million 13
ACC CONSTRUCTION CO, INC 0FZ73 216,963,385.62 216.96 million 9
BOOZ ALLEN HAMILTON INC. 17038 190,047,433.25 190.05 million 31
PERATON INC. 0HD54 178,589,974.79 178.59 million 50
ECC INTERNATIONAL, LLC 4Y4J6 145,352,509.64 145.35 million 10
ECI DEFENSE GROUP, INC. 4BJ65 126,356,077.31 126.36 million 2,530
CACI, INC. - FEDERAL 1QU78 120,737,275.04 120.74 million 10
GULFSTREAM AEROSPACE CORPORATION 59734 110,907,168.40 110.91 million 129

Insight

Visible obligations in Georgia over the last full year appear concentrated among a relatively small set of leading vendors. LOCKHEED MARTIN CORPORATION ranks first, followed by GEORGIA TECH APPLIED RESEARCH CORPORATION, which helps define the current competitive landscape in this geography.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'GA'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 2,634,131,603.75 2.63 billion 545
541330 ENGINEERING SERVICES 1,002,306,901.08 1.00 billion 1,285
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 872,070,951.65 872.07 million 1,084
561210 FACILITIES SUPPORT SERVICES 642,979,417.00 642.98 million 916
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 524,775,719.66 524.78 million 883
541512 COMPUTER SYSTEMS DESIGN SERVICES 491,057,971.66 491.06 million 312
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 222,361,302.14 222.36 million 2,512
488999 ALL OTHER SUPPORT ACTIVITIES FOR TRANSPORTATION 221,378,471.12 221.38 million 13
541519 OTHER COMPUTER RELATED SERVICES 199,205,805.05 199.21 million 660
333120 CONSTRUCTION MACHINERY MANUFACTURING 149,432,314.99 149.43 million 593

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Georgia over the last full year. This helps show which federal market segments are most prominent in the state.

Top PSC Codes

SELECT
    psc_code,
    psc_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
        anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'GA'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Award Actions
1510 AIRCRAFT, FIXED WING 2,338,657,430.09 2.34 billion 169
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 768,707,090.30 768.71 million 654
R499 SUPPORT- PROFESSIONAL: OTHER 570,161,062.27 570.16 million 1,055
Y1JZ CONSTRUCTION OF MISCELLANEOUS BUILDINGS 380,599,479.22 380.60 million 93
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT 293,914,009.11 293.91 million 269
V119 TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: OTHER 221,643,387.03 221.64 million 22
DF01 IT AND TELECOM - IT MANAGEMENT SUPPORT SERVICES (LABOR) 196,060,893.20 196.06 million 44
8905 MEAT, POULTRY, AND FISH 181,098,114.27 181.10 million 3,745
J015 MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT AND AIRFRAME STRUCTURAL COMPONENTS 179,751,696.63 179.75 million 346
AJ11 GENERAL SCIENCE AND TECHNOLOGY R&D SERVICES; GENERAL SCIENCE AND TECHNOLOGY; BASIC RESEARCH 167,275,294.52 167.28 million 323

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Georgia over the last full year. This helps show which categories of federal demand are most prominent in the state.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'GA'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 10,830,083,751.60 10.83 billion 117,558

Insight

The annual trend shows how obligations in Georgia moved across the last full year, from 2025 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.

Use FPDS Query for deeper geographic analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.