Federal Agency

GAO, EXCEPT COMPTROLLER GENERAL Federal Contract Obligations (Last 5 Years)

GAO, EXCEPT COMPTROLLER GENERAL procurement activity overview for the last five years, showing obligations, award volume, vendors, and NAICS patterns.

Over the last five years, GAO, EXCEPT COMPTROLLER GENERAL (Agency ID 0559) recorded $586.50 million in obligated contract actions across 3,130 awards, for an average action value of $187,381.17. Annual obligations ranged from $109.78 million in 2023 to $125.80 million in 2022, with 2025 at $119.46 million across 687 actions.

Generated at 03/21/2026

Analysis period: Last 5 years

Vendor, NAICS, and annual totals reflect the provided analysis window and may include rounding in readable values.

Agency ID
0559
Total Obligated
586.50 million
586,503,087.36
Award Actions
3,130
Average Action Value
187,381.17

About GAO, EXCEPT COMPTROLLER GENERAL federal contract activity

GAO, EXCEPT COMPTROLLER GENERAL (Agency ID 0559) obligated $586.50 million across 3,130 awards over the last 5 years, with an average award value of $187,381.17. This award profile indicates a moderately distributed procurement base with sustained recurring activity rather than a small number of very large awards.

Vendor concentration and leading contractors

Spending is concentrated among a small group of vendors, led by ADVANCED TECHNOLOGY SYSTEMS INC. at $110.99 million across 63 awards. EMCOR GOVERNMENT SERVICES, INC. follows with $87.92 million across 466 awards, while FOUR POINTS TECHNOLOGY, L.L.C., LUMEN TECHNOLOGIES GOVERNMENT SOLUTIONS, INC., and AMERICAN SECURITY PROGRAMS, IN also represent significant recurring obligations.

Industry profile based on NAICS activity

The largest obligations are in IT and support services, led by NAICS 541512 Computer Systems Design Services at $146.96 million and NAICS 541519 Other Computer Related Services at $115.37 million. Facilities and mission-support functions are also material, including NAICS 561210 Facilities Support Services at $91.22 million and NAICS 561612 Security Guards and Patrol Services at $32.23 million, alongside wired telecommunications at $32.99 million.

Annual contract trend over the analysis window

Annual obligations remained relatively stable within a narrow band over the period, ranging from $109.78 million in 2023 to $125.80 million in 2022. Award volume increased from 552 in 2021 to 687 in 2025, suggesting higher transaction activity even as obligated dollars fluctuated modestly year to year.

How to interpret this page

This summary is based on FPDS award records for Agency ID 0559 over the last 5 years and reflects obligated dollars and award counts reported in the query window. Vendor and NAICS rankings are ordered by total obligated amount, and annual trend figures show obligations and award counts by fiscal year within the same period.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '0559'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
ADVANCED TECHNOLOGY SYSTEMS INC. 110,990,328.39 110.99 million 63
EMCOR GOVERNMENT SERVICES, INC. 87,916,988.21 87.92 million 466
FOUR POINTS TECHNOLOGY, L.L.C. 50,167,515.99 50.17 million 67
LUMEN TECHNOLOGIES GOVERNMENT SOLUTIONS, INC. 25,941,735.00 25.94 million 20
AMERICAN SECURITY PROGRAMS, IN 25,367,733.01 25.37 million 24
INSIGHT PUBLIC SECTOR, INC. 20,617,114.42 20.62 million 19
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 14,544,169.83 14.54 million 7
SALIENT CRGT, INC. 12,393,271.30 12.39 million 23
JAMES G DAVIS CONSTRUCTION CORP 12,252,206.17 12.25 million 14
CGI FEDERAL INC. 9,680,217.14 9.68 million 13

Insight

Over the last 5 years, GAO, EXCEPT COMPTROLLER GENERAL obligated $586.50 million across 3,130 awards, with an average award value of $187,381. Top vendor obligations are moderately concentrated: the leading vendor, ADVANCED TECHNOLOGY SYSTEMS INC., accounted for $110.99 million, or about 18.9% of total obligations. The top 10 vendors together represent about 51.4% of obligated dollars, indicating a meaningful but not exclusive reliance on a relatively small vendor set. Award volume is more dispersed than dollars, with EMCOR GOVERNMENT SERVICES, INC. receiving 466 awards but less than 15% of total obligations.

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__purchaserInformation__contractingOfficeAgencyID = '0559'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 146,955,466.22 146.96 million 122
541519 OTHER COMPUTER RELATED SERVICES 115,371,735.52 115.37 million 417
561210 FACILITIES SUPPORT SERVICES 91,223,315.36 91.22 million 553
517110 WIRED TELECOMMUNICATIONS CARRIERS 32,994,302.59 32.99 million 47
561612 SECURITY GUARDS AND PATROL SERVICES 32,225,453.91 32.23 million 34
511210 SOFTWARE PUBLISHERS 29,292,841.02 29.29 million 100
519190 ALL OTHER INFORMATION SERVICES 19,994,496.83 19.99 million 122
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 19,071,745.10 19.07 million 31
541330 ENGINEERING SERVICES 18,852,954.69 18.85 million 200
611710 EDUCATIONAL SUPPORT SERVICES 10,960,158.22 10.96 million 34

Insight

Over the last 5 years, GAO obligated $586.50 million across 3,130 awards, with spending concentrated in IT-related NAICS codes. Computer Systems Design Services (541512) is the largest category at $146.96 million, followed by Other Computer Related Services (541519) at $115.37 million; together they account for about 45% of total obligations. Facilities Support Services (561210) is the next largest category at $91.22 million, while the remaining top NAICS codes are individually below $33.00 million, indicating a broad but IT-heavy spend profile.

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__purchaserInformation__contractingOfficeAgencyID = '0559'
        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 119,455,151.79 119.46 million 687
2024 117,011,919.84 117.01 million 631
2023 109,779,830.14 109.78 million 611
2022 125,797,560.84 125.80 million 649
2021 114,458,624.75 114.46 million 552

Insight

Over the last 5 years, GAO, Except Comptroller General obligated $586.50 million across 3,130 awards, with an average award value of $187,381. Obligation levels were relatively stable year to year, ranging from a low of $109.78 million in 2023 to a high of $125.80 million in 2022, indicating no major volatility in annual spending. Award volume followed a similar pattern, with the highest count in 2025 (687) and the lowest in 2021 (552), suggesting a modest upward shift in transaction volume in the most recent years.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

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