Federal Contractor

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

CACI TECHNOLOGIES, INC. is a federal contractor with 2,315 recorded award actions and $1.37 billion obligated over the last 5 years.

CACI TECHNOLOGIES, INC. (CAGE 8D014, UEI NGEEG7KP11V4) recorded $1,367,208,031.34 in obligated contract value across 2,315 award actions in the last 5 years. Most of that activity was with the Department of the Army, followed by the Department of the Navy and the Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last 5 years

Agency and NAICS totals may include small negative or zero values from data corrections, and annual totals reflect the selected 5-year analysis window.

CAGE Code
8D014
UEI
NGEEG7KP11V4
Total Obligated
1.37 billion
1,367,208,031.34
Award Actions
2,315
Average Action Value
590,586.62

About CACI TECHNOLOGIES, INC. federal contract activity

CACI TECHNOLOGIES, INC. recorded 2,315 awards totaling $1.37 billion over the last 5 years, with an average award value of $590,586.62. The vendor’s obligation profile is heavily concentrated in federal defense contracting, indicating sustained demand for mission support, engineering, and research-oriented services.

Agency mix and customer concentration

The DEPT OF THE ARMY is the primary customer, accounting for $1.09 billion across 1,418 awards, or the clear majority of total obligations. The DEPT OF THE NAVY is the second-largest agency at $257.87 million and 779 awards, while the DEPT OF THE AIR FORCE contributes a much smaller but still material $18.35 million across 103 awards. Non-defense agencies are negligible in this window, with only de minimis or negative obligation values in the remaining agencies shown.

Industry profile based on NAICS activity

Obligations are led by NAICS 541715, which totals $1.05 billion across 869 awards and dominates the vendor’s portfolio. Engineering services under NAICS 541330 is the next largest category at $231.50 million and 1,024 awards, followed by custom computer programming services at $53.69 million and 160 awards. The mix indicates a strong emphasis on applied R&D, engineering, and software-intensive support rather than broad commodity procurement.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $405.65 million, following a lower 2023 level of $222.14 million. The period shows a meaningful rebound in 2024 and continued strong activity in 2025 at $270.30 million, after similar volumes in 2021 and 2022. Award counts remain consistently high across the full window, suggesting a recurring contract base with moderate year-to-year variability in dollar volume.

How to interpret this page

This summary uses FPDS award records associated with CACI TECHNOLOGIES, INC. as identified by CAGE code 8D014 and UEI NGEEG7KP11V4 over the last 5 years. Totals, counts, and rankings reflect obligated dollars and award counts in the provided dataset; negative or near-zero values are presented as recorded. NAICS and agency classifications are based on the top categories supplied in the analysis inputs.

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 5 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 1,091,880,367.29 1.09 billion 1,418
1700 DEPT OF THE NAVY 257,872,844.52 257.87 million 779
5700 DEPT OF THE AIR FORCE 18,350,935.00 18.35 million 103
2001 DEPARTMENTAL OFFICES -0.04 -0.04 2
7008 U.S. COAST GUARD -36,283.10 -36.28 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -414,105.72 -414.11 thousand 7
4732 FEDERAL ACQUISITION SERVICE -445,726.61 -445.73 thousand 5

Insight

Over the last 5 years, CACI TECHNOLOGIES, INC. received $1.37 billion across 2,315 awards, with obligations heavily concentrated at the DEPT OF THE ARMY, which accounted for $1.09 billion and 1,418 awards. The DEPT OF THE NAVY was the second-largest customer at $257.87 million across 779 awards, while the DEPT OF THE AIR FORCE contributed a comparatively small $18.35 million across 103 awards. The remaining agencies represent minimal activity and include several small negative obligation values, indicating only marginal adjustments relative to the firm’s total portfolio.

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 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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,052,179,988.67 1.05 billion 869
541330 ENGINEERING SERVICES 231,503,094.34 231.50 million 1,024
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 53,688,737.88 53.69 million 160
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 30,068,616.45 30.07 million 253
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 0.00 0.00 1
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES -36,283.14 -36.28 thousand 3
561210 FACILITIES SUPPORT SERVICES -196,122.86 -196.12 thousand 5

Insight

Over the last 5 years, CACI TECHNOLOGIES, INC. obligated $1.37 billion across 2,315 awards, with spending concentrated in R&D and engineering-related NAICS. NAICS 541715 accounts for the largest share at $1.05 billion across 869 awards, followed by 541330 at $231.50 million across 1,024 awards; together these two categories represent the dominant portion of total obligations. Smaller amounts are distributed across custom programming and related R&D codes, while 541611 and 561210 show minor negative obligations, indicating limited deobligation activity.

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 5 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

Insight

Over the last 5 years, CACI TECHNOLOGIES, INC. received $1.37 billion across 2,315 awards, averaging $590.6 thousand per award. Obligations peaked in 2024 at $405.65 million, then declined to $270.30 million in 2025, while prior years remained in a narrower range of roughly $221.70 million to $247.42 million. Award volume followed a downward pattern from 628 in 2021 to 318 in 2025, indicating a shift toward fewer awards with variable annual obligation levels.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.