Federal Contractor

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

FPDS procurement profile for CACI, INC. - FEDERAL (CAGE 1QU78, UEI N3PBJAVNKF61) covering the last 10 years of federal awards.

CACI, INC. - FEDERAL has 7,872 reported award actions with $15.50 billion obligated over the last 10 years, for an average action value of $1,969,304.16. Most obligations are concentrated with the Federal Acquisition Service, the Department of the Navy, and the Department of the Air Force, with major activity in computer systems design, engineering, and R&D services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS obligations for the selected 10-year window and may differ from exact system calculations due to rounding.

CAGE Code
1QU78
UEI
N3PBJAVNKF61
Total Obligated
15.50 billion
15,502,362,357.19
Award Actions
7,872
Average Action Value
1,969,304.16

About CACI, INC. - FEDERAL federal contract activity

CACI, INC. - FEDERAL (CAGE 1QU78, UEI N3PBJAVNKF61) recorded $15.50 billion in obligated contract value across 7,872 awards over the last 10 years, with an average award value of $1,969,304.16. The portfolio is large and moderately distributed across a high award count, indicating sustained federal use across multiple procurement channels and requirements.

Agency mix and customer concentration

Obligations are heavily concentrated in the Federal Acquisition Service at $7.16 billion across 1,216 awards, making it the dominant buying organization in the profile. The next largest buyers are the Department of the Navy at $2.68 billion and the Department of the Air Force at $2.39 billion, followed by DCSA and U.S. Customs and Border Protection, which together add meaningful but much smaller shares. This mix shows a strong federal civilian procurement base alongside substantial defense demand.

Industry profile based on NAICS activity

The largest NAICS category is 541512 Computer Systems Design Services at $6.58 billion, followed by 541330 Engineering Services at $3.18 billion. R&D-related work is also material, with 541712 and 541715 together accounting for $3.26 billion, while 561611 Investigation and Personal Background Check Services adds another $722.92 million. Overall, the mix points to a portfolio centered on systems design, engineering, technical R&D, and security-related services.

Annual contract trend over the analysis window

Annual obligations have increased over the most recent years shown, rising from $1.38 billion in 2021 to $1.76 billion in 2022, $2.44 billion in 2023, $2.81 billion in 2024, and $3.26 billion in 2025. Award counts stayed elevated as well, ranging from 825 to 1,270 in those years, suggesting broad continuing demand rather than reliance on a small number of large awards. The pattern indicates accelerating spending in the later part of the analysis window.

How to interpret this page

This summary is based on FPDS-observed obligations associated with CACI, INC. - FEDERAL using the supplied CAGE code and UEI over the last 10 years. Agency, NAICS, and annual trend views reflect awarded obligations and award counts only; values are not adjusted for inflation and do not imply contract performance status or future award likelihood. The figures should be read as a procurement history snapshot, not a measure of total corporate revenue or backlog.

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 = '1QU78'
        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
4732 FEDERAL ACQUISITION SERVICE 7,156,008,208.37 7.16 billion 1,216
1700 DEPT OF THE NAVY 2,678,627,258.65 2.68 billion 2,927
5700 DEPT OF THE AIR FORCE 2,391,772,977.28 2.39 billion 1,473
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 599,095,406.45 599.10 million 25
7014 U.S. CUSTOMS AND BORDER PROTECTION 598,258,471.39 598.26 million 120
2100 DEPT OF THE ARMY 322,320,601.03 322.32 million 411
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 217,872,805.44 217.87 million 152
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 203,612,803.20 203.61 million 100
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 171,469,620.42 171.47 million 62
1406 DEPARTMENTAL OFFICES 167,127,912.94 167.13 million 230

Insight

Over the last 10 years, CACI, INC. - FEDERAL has obligated $15.50 billion across 7,872 awards, with spending concentrated in a small number of agencies. The Federal Acquisition Service is the largest customer at $7.16 billion, accounting for nearly half of total obligations, followed by the Department of the Navy at $2.68 billion and the Department of the Air Force at $2.39 billion. After these three agencies, obligations drop sharply, with no other agency above $600 million, indicating a heavy reliance on a limited set of major buyers.

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 = '1QU78'
        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 6,576,099,319.73 6.58 billion 1,697
541330 ENGINEERING SERVICES 3,179,305,083.51 3.18 billion 2,947
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 2,057,629,010.20 2.06 billion 546
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,201,693,656.98 1.20 billion 904
561611 INVESTIGATION AND PERSONAL BACKGROUND CHECK SERVICES 722,919,587.53 722.92 million 88
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 433,517,767.70 433.52 million 193
541519 OTHER COMPUTER RELATED SERVICES 422,001,688.23 422.00 million 500
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 416,507,128.85 416.51 million 319
517111 WIRED TELECOMMUNICATIONS CARRIERS 208,427,104.00 208.43 million 10
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 144,875,138.63 144.88 million 295

Insight

Over the last 10 years, CACI, INC. - FEDERAL’s obligations are concentrated in a small number of professional, technical, and R&D NAICS, led by 541512 Computer Systems Design Services at $6.58 billion across 1,697 awards and 541330 Engineering Services at $3.18 billion across 2,947 awards. The next two NAICS, 541712 and 541715, add another $3.26 billion, indicating a substantial share of spending in science and engineering R&D activities. Lower-volume but notable obligations also appear in 561611 Background Check Services and several adjacent IT and consulting codes, showing a broad but still specialized award profile centered on technical services.

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 = '1QU78'
        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 3,258,838,219.35 3.26 billion 1,233
2024 2,810,582,159.68 2.81 billion 1,270
2023 2,436,487,197.41 2.44 billion 1,071
2022 1,763,090,450.91 1.76 billion 896
2021 1,377,546,059.27 1.38 billion 825
2020 1,457,844,282.14 1.46 billion 816
2019 1,164,166,614.82 1.16 billion 664
2018 711,158,762.32 711.16 million 478
2017 509,911,950.32 509.91 million 601
2016 12,736,660.97 12.74 million 18

Insight

CACI, INC. - FEDERAL (CAGE 1QU78) shows a strong upward obligation trend over the last 10 years, rising from $12.74 million in 2016 to $3.26 billion in 2025. Obligations are concentrated in the most recent four years, with 2022-2025 accounting for the majority of the period total, including sustained annual levels above $1.7 billion since 2022. Award activity also expanded over time, increasing from 18 awards in 2016 to 1,233 in 2025, indicating both higher volume and larger-dollar awards in the recent period.

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.