Federal Contractor

CACI TECHNOLOGIES, INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for CACI TECHNOLOGIES, INC. (CAGE 8D014, UEI NGEEG7KP11V4) covering obligations, agencies, NAICS mix, and annual trends over the last 10 years.

CACI TECHNOLOGIES, INC. recorded $3.32 billion in obligated federal awards across 5,955 actions in the last 10 years, with an average action value of $557,214.75. Most obligations came from the Department of the Army and Department of the Navy, and the largest NAICS categories were engineering services and applied research and development.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable procurement records in the stated 10-year analysis window and may not include unformatted or excluded entries.

CAGE Code
8D014
UEI
NGEEG7KP11V4
Total Obligated
3.32 billion
3,318,213,868.82
Award Actions
5,955
Average Action Value
557,214.75

About CACI TECHNOLOGIES, INC. federal contract activity

CACI TECHNOLOGIES, INC. (CAGE 8D014, UEI NGEEG7KP11V4) recorded 5,955 FPDS awards over the last 10 years, with total obligations of $3.32 billion and an average award value of $557,214.75. The volume and dollar profile indicate a high-activity supplier with a substantial mix of smaller awards and larger task or delivery order obligations.

Agency mix and customer concentration

Obligations are heavily concentrated in the Department of the Army, which accounts for $2.32 billion across 3,401 awards, followed by the Department of the Navy with $906.48 million across 2,067 awards. The remaining mix is materially smaller, led by the Federal Acquisition Service and Department of the Air Force, while the U.S. Coast Guard represents only a marginal share of spend.

Industry profile based on NAICS activity

The vendor’s obligations are centered in engineering and technical R&D work. NAICS 541330 Engineering Services is the largest category at $1.52 billion, followed by NAICS 541715 and 541712 for research and development in the physical, engineering, and life sciences; custom computer programming services (541511) and other professional, scientific, and technical services (541990) are secondary lines of business.

Annual contract trend over the analysis window

Recent annual obligations remain elevated but uneven, ranging from $221.70 million in 2022 to a peak of $405.65 million in 2024. Activity in 2025 through the current period is already at $270.30 million, which suggests sustained demand after the 2024 high, even as award counts fluctuate year to year.

How to interpret this page

This summary is based on FPDS obligation and award records associated with CACI TECHNOLOGIES, INC. using the provided CAGE code and UEI over the last 10 years. Agency, NAICS, and annual trend sections reflect only the supplied aggregated totals and counts; no outside sources or unstated 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 = '8D014'
        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
2100 DEPT OF THE ARMY 2,316,244,480.40 2.32 billion 3,401
1700 DEPT OF THE NAVY 906,479,102.18 906.48 million 2,067
4732 FEDERAL ACQUISITION SERVICE 57,507,375.94 57.51 million 238
5700 DEPT OF THE AIR FORCE 39,376,121.00 39.38 million 180
7008 U.S. COAST GUARD 996,529.90 996.53 thousand 4
1549 FEDERAL BUREAU OF INVESTIGATION 705,482.00 705.48 thousand 1
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 13,289.33 13.29 thousand 2
2001 DEPARTMENTAL OFFICES -0.04 -0.04 3
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -3,108,511.89 -3.11 million 59

Insight

Over the last 10 years, CACI Technologies, Inc. received 3.32 billion across 5,955 awards, with obligations heavily concentrated in the Department of the Army and Department of the Navy. The Army accounted for 2.32 billion and 3,401 awards, and the Navy added 906.48 million across 2,067 awards, meaning these two agencies represent the clear majority of both obligated dollars and award activity. All other agencies were comparatively small in dollar value, with Federal Acquisition Service and the Department of the Air Force providing limited additional obligations, while DCMA and a few other agencies recorded minor negative or near-zero amounts.

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 = '8D014'
        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
541330 ENGINEERING SERVICES 1,520,944,317.62 1.52 billion 3,558
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,121,285,796.08 1.12 billion 956
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 301,141,606.35 301.14 million 895
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 196,722,809.66 196.72 million 423
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 160,621,871.08 160.62 million 63
561210 FACILITIES SUPPORT SERVICES 15,692,956.17 15.69 million 41
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 996,529.86 996.53 thousand 11
561499 ALL OTHER BUSINESS SUPPORT SERVICES 705,482.00 705.48 thousand 1
541930 TRANSLATION AND INTERPRETATION SERVICES 100,000.00 100.00 thousand 1
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 2,500.00 2.50 thousand 2

Insight

CACI TECHNOLOGIES, INC. has $3.32 billion obligated across 5,955 awards over the last 10 years, with activity concentrated in engineering and R&D-related NAICS codes. NAICS 541330, Engineering Services, is the largest category at $1.52 billion across 3,558 awards, followed by 541715 at $1.12 billion across 956 awards and 541712 at $301.14 million across 895 awards. These three NAICS codes account for the vast majority of obligated dollars, indicating a procurement profile centered on technical services and research support, while the remaining NAICS codes represent comparatively small, dispersed portions of total funding.

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 = '8D014'
        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 270,304,691.56 270.30 million 318
2024 405,648,531.51 405.65 million 437
2023 222,137,776.52 222.14 million 424
2022 221,697,325.65 221.70 million 508
2021 247,419,706.10 247.42 million 628
2020 282,979,823.51 282.98 million 759
2019 369,598,392.08 369.60 million 742
2018 574,177,313.85 574.18 million 1,016
2017 660,930,942.63 660.93 million 1,024
2016 63,319,365.41 63.32 million 99

Insight

Over the last 10 years, CACI TECHNOLOGIES, INC. (CAGE 8D014) received $3.32 billion across 5,955 awards, averaging $557.2K per award. Obligations are concentrated in the middle of the period, with peaks in 2017 ($660.93M, 1,024 awards) and 2018 ($574.18M, 1,016 awards), followed by a general decline through 2023 ($222.14M) before increasing in 2024 ($405.65M) and remaining elevated in 2025 ($270.30M year-to-date/recorded). Award volume follows a similar pattern, with the highest counts in 2017-2020 and lower counts in 2023-2025, indicating reduced transaction volume relative to the earlier peak years.

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.