Federal Contractor

CACI NSS, LLC Federal Contract Obligations (Last 10 Years)

CACI NSS, LLC (CAGE 7LRZ3, UEI EELEC8QCC3N8) has recorded $2.00 billion in obligations across 1,642 federal award actions over the last 10 years.

Federal procurement records show CACI NSS, LLC receiving most of its obligated dollars from the Office of Procurement Operations, the Department of the Air Force, and the Department of Veterans Affairs. Spending is concentrated in NAICS 541519 and 541512, with annual obligations rising from $212.04 million in 2021 to $449.53 million in 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect readable procurement data for the last 10 years and may differ slightly from exact totals due to rounding.

CAGE Code
7LRZ3
UEI
EELEC8QCC3N8
Total Obligated
2.00 billion
2,003,603,148.38
Award Actions
1,642
Average Action Value
1,220,221.16

About CACI NSS, LLC federal contract activity

CACI NSS, LLC recorded $2.00 billion in obligated contract value across 1,642 awards in the last 10 years, with an average award value of $1.22 million. The profile indicates a high-volume federal contractor with materially concentrated activity across a relatively small set of awarding agencies and recurring service-oriented requirements.

Agency mix and customer concentration

Awarding activity is led by the OFFICE OF PROCUREMENT OPERATIONS at $952.44 million across 628 awards, making it the dominant customer in both dollars and count. Additional obligations are concentrated with the DEPT OF THE AIR FORCE, VETERANS AFFAIRS, DEPARTMENT OF, DEPT OF THE ARMY, and the DEFENSE HEALTH AGENCY (DHA), indicating a strong federal base with notable defense and civilian health exposure.

Industry profile based on NAICS activity

The vendor’s award base is dominated by NAICS 541519, OTHER COMPUTER RELATED SERVICES, at $1.34 billion across 1,277 awards, followed by NAICS 541512, COMPUTER SYSTEMS DESIGN SERVICES, at $658.48 million across 288 awards. Smaller obligations appear under apparel manufacturing and R&D codes, but the data show the vendor’s core work is concentrated in IT and systems-related services.

Annual contract trend over the analysis window

Annual obligations remained elevated and fairly consistent in the most recent years shown, rising from $212.04 million in 2021 to $240.86 million in 2022 and $349.47 million in 2023, then reaching $400.69 million in 2024 and $449.53 million in 2025. Award counts stayed in a narrow band from 167 to 252 over that span, suggesting steady contract throughput rather than a few unusually large outliers.

How to interpret this page

This summary is based on FPDS contract obligations associated with CACI NSS, LLC, CAGE 7LRZ3, and UEI EELEC8QCC3N8 over the last 10 years. Obligations and award counts are aggregated by vendor, agency, NAICS, and fiscal year; totals reflect obligated dollars, not ceiling value or potential contract scope.

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 = '7LRZ3'
        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
7001 OFFICE OF PROCUREMENT OPERATIONS 952,443,356.25 952.44 million 628
5700 DEPT OF THE AIR FORCE 464,671,636.52 464.67 million 89
3600 VETERANS AFFAIRS, DEPARTMENT OF 204,594,995.92 204.59 million 38
2100 DEPT OF THE ARMY 132,751,272.60 132.75 million 27
97DH DEFENSE HEALTH AGENCY (DHA) 73,947,548.49 73.95 million 39
1524 DRUG ENFORCEMENT ADMINISTRATION 41,378,708.81 41.38 million 176
12C2 FOREST SERVICE 35,442,822.51 35.44 million 114
1549 FEDERAL BUREAU OF INVESTIGATION 20,199,185.79 20.20 million 40
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 17,633,676.53 17.63 million 28
1700 DEPT OF THE NAVY 10,915,818.82 10.92 million 94

Insight

Over the last 10 years, CACI NSS, LLC has received $2.00 billion across 1,642 awards, with obligations concentrated heavily at the Office of Procurement Operations ($952.44 million, 628 awards), which accounts for nearly half of total obligated dollars. The next largest funding source is the Department of the Air Force at $464.67 million, followed by the Department of Veterans Affairs ($204.59 million) and the Department of the Army ($132.75 million), indicating a strong concentration in a small number of agencies. Outside the top four, obligated amounts drop sharply, with each remaining agency contributing less than $74 million, suggesting a long tail of smaller, more distributed activity.

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 = '7LRZ3'
        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
541519 OTHER COMPUTER RELATED SERVICES 1,336,864,617.10 1.34 billion 1,277
541512 COMPUTER SYSTEMS DESIGN SERVICES 658,479,532.26 658.48 million 288
315999 OTHER APPAREL ACCESSORIES AND OTHER APPAREL MANUFACTURING 4,356,560.00 4.36 million 74
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 3,902,439.02 3.90 million 3

Insight

Over the last 10 years, CACI NSS, LLC has received $2.00 billion across 1,642 awards, with obligations heavily concentrated in IT-related NAICS codes. NAICS 541519 (Other Computer Related Services) accounts for $1.34 billion and 1,277 awards, or roughly two-thirds of total obligated dollars, while NAICS 541512 (Computer Systems Design Services) adds $658.48 million across 288 awards, bringing the two largest NAICS codes to nearly the full funding base. The remaining NAICS codes are immaterial by comparison, with only $4.36 million in NAICS 315999 and $3.90 million in NAICS 541712, indicating a highly concentrated procurement 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '7LRZ3'
        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 449,534,313.76 449.53 million 250
2024 400,692,259.74 400.69 million 251
2023 349,470,960.57 349.47 million 252
2022 240,856,041.79 240.86 million 208
2021 212,035,615.20 212.04 million 167
2020 113,281,691.44 113.28 million 143
2019 107,822,597.19 107.82 million 137
2018 79,699,663.26 79.70 million 118
2017 50,194,141.25 50.19 million 115
2016 15,864.18 15.86 thousand 1

Insight

Over the last 10 years, CACI NSS, LLC (CAGE 7LRZ3) received $2.00 billion across 1,642 awards, averaging $1.22 million per award. Obligations are concentrated in the most recent years, rising from $50.19 million in 2017 to $449.53 million in 2025, with a sustained step-up from 2021 onward. Award volume also increased over that period, peaking at 252 awards in 2023 and remaining near 250 in 2024–2025, indicating higher obligation levels with broadly stable award counts.

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.