Federal Contractor

CGI FEDERAL INC. Federal Contract Obligations (Last 10 Years)

CGI FEDERAL INC. (CAGE 3YVK7, UEI TRKEP1HEBNS5) has 7,814 recorded award actions and $9.39 billion obligated across the last 10 years.

This vendor page summarizes federal procurement activity for CGI FEDERAL INC. over the last 10 years, including obligations, award volume, agencies, NAICS codes, and annual trends. The company’s largest obligations came from the Department of State, Federal Acquisition Service, and Offices, Boards and Divisions.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect obligated dollars in the provided analysis window and may include multiple award actions across the same contract or order.

CAGE Code
3YVK7
UEI
TRKEP1HEBNS5
Total Obligated
9.39 billion
9,386,238,409.86
Award Actions
7,814
Average Action Value
1,201,207.88

About CGI FEDERAL INC. federal contract activity

CGI FEDERAL INC. has received 7,814 awards totaling $9.39 billion over the last 10 years, with an average award value of $1.20 million. The profile indicates a high-volume federal contractor with substantial recurring obligations across civilian and defense-adjacent agencies.

Agency mix and customer concentration

Obligations are concentrated in a small set of agencies, led by the Department of State at $2.83 billion across 1,383 awards. The Federal Acquisition Service, Offices, Boards and Divisions, Centers for Medicare and Medicaid Services, and the Department of Veterans Affairs together account for a large share of additional activity, indicating broad but still concentrated customer diversity.

Industry profile based on NAICS activity

The contract base is dominated by IT and related support services. NAICS 541512, 541519, and 541513 together represent the largest share of obligated dollars and awards, showing a portfolio centered on systems design, computer-related services, and facilities management, with secondary activity in support services such as NAICS 561210 and 561990.

Annual contract trend over the analysis window

Recent yearly obligations have stayed above $1.0 billion, with a peak in 2024 at $1.29 billion followed by $1.01 billion in 2025. Award counts remain consistently high across 2021 through 2025, suggesting stable procurement demand even as annual obligated dollars fluctuate.

How to interpret this page

This summary is based on FPDS-observed obligations and award counts for CGI FEDERAL INC., matched to CAGE 3YVK7 and UEI TRKEP1HEBNS5, and limited to the last 10 years. Agency, NAICS, and annual trend sections reflect the provided top-line aggregates only and do not infer activity outside the reported 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 = '3YVK7'
        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
1900 STATE, DEPARTMENT OF 2,832,344,507.76 2.83 billion 1,383
4732 FEDERAL ACQUISITION SERVICE 1,162,579,928.74 1.16 billion 416
1501 OFFICES, BOARDS AND DIVISIONS 1,085,251,569.56 1.09 billion 888
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 889,945,268.82 889.95 million 287
3600 VETERANS AFFAIRS, DEPARTMENT OF 815,987,488.34 815.99 million 78
1700 DEPT OF THE NAVY 236,569,628.50 236.57 million 528
1344 US PATENT AND TRADEMARK OFFICE 227,552,108.72 227.55 million 277
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 218,535,916.63 218.54 million 215
1406 DEPARTMENTAL OFFICES 218,491,050.11 218.49 million 248
2800 SOCIAL SECURITY ADMINISTRATION 216,025,212.71 216.03 million 24

Insight

Over the last 10 years, CGI FEDERAL INC. received $9.39 billion across 7,814 awards, with obligations concentrated in a small set of agencies. The Department of State is the largest customer at $2.83 billion and 1,383 awards, followed by the Federal Acquisition Service at $1.16 billion and Offices, Boards and Divisions at $1.09 billion; together these three account for roughly half of total obligated dollars. The remaining top agencies are more dispersed, with several in the $200 million to $900 million range, indicating a broad but still top-heavy federal customer base.

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 = '3YVK7'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 3,283,050,338.22 3.28 billion 1,810
541519 OTHER COMPUTER RELATED SERVICES 2,591,212,674.18 2.59 billion 3,027
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 1,952,691,280.40 1.95 billion 921
561210 FACILITIES SUPPORT SERVICES 552,334,542.32 552.33 million 291
561990 ALL OTHER SUPPORT SERVICES 407,233,413.52 407.23 million 56
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 177,121,256.57 177.12 million 286
541330 ENGINEERING SERVICES 157,642,043.58 157.64 million 439
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 103,618,941.84 103.62 million 52
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 64,507,853.71 64.51 million 177
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 46,905,923.01 46.91 million 152

Insight

CGI FEDERAL INC.’s obligations over the last 10 years are concentrated in IT and systems support NAICS codes, led by 541512 Computer Systems Design Services ($3.28 billion; 1,810 awards), 541519 Other Computer Related Services ($2.59 billion; 3,027 awards), and 541513 Computer Facilities Management Services ($1.95 billion; 921 awards). These three categories account for the large majority of the vendor’s $9.39 billion total obligated value, indicating a strong focus on federal information technology services. Secondary activity is spread across support and engineering codes, including 561210, 561990, 541511, and 541330, but each is materially smaller than the top three categories.

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 = '3YVK7'
        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 1,012,019,215.32 1.01 billion 914
2024 1,294,219,021.81 1.29 billion 860
2023 1,210,604,683.02 1.21 billion 826
2022 1,106,989,987.11 1.11 billion 883
2021 1,117,290,505.89 1.12 billion 876
2020 972,308,181.85 972.31 million 944
2019 930,813,513.46 930.81 million 761
2018 837,951,578.19 837.95 million 792
2017 764,488,467.86 764.49 million 773
2016 139,553,255.35 139.55 million 185

Insight

Over the last 10 years, CGI FEDERAL INC. recorded $9.39 billion in obligations across 7,814 awards, averaging about $1.20 million per award. Obligations are concentrated in the most recent years, with 2021–2025 accounting for the highest annual volumes and 2024 peaking at $1.29 billion; 2025 remains above $1.0 billion through the current period. Earlier years were materially lower, especially 2016 at $139.55 million, indicating a sustained upward shift in obligated value and award activity over time.

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.