Federal Contractor

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

CACI NSS, INC. is a federal vendor page summarizing 5 years of FPDS obligations for CAGE 3HNV7 and UEI GS59ABNVD6N7.

Over the last 5 years, CACI NSS, INC. recorded $2,752,319,838.65 across 925 award actions, with an average action value of $2,975,480.90. The largest share of obligations came from the Federal Acquisition Service, the Department of the Air Force, and the Defense Threat Reduction Agency.

Generated at 03/21/2026

Analysis period: Last 5 years

This analysis reflects obligated amounts and award counts in FPDS for the last 5 years and may change as records are updated.

CAGE Code
3HNV7
UEI
GS59ABNVD6N7
Total Obligated
2.75 billion
2,752,319,838.65
Award Actions
925
Average Action Value
2,975,480.90

About CACI NSS, INC. federal contract activity

CACI NSS, INC. (CAGE 3HNV7, UEI GS59ABNVD6N7) recorded $2.75 billion in obligated federal awards across 925 awards over the last 5 years, with an average award value of $2.98 million. The award profile indicates a large-volume, mid-to-high dollar contracting base rather than dependence on a small number of exceptionally large transactions.

Agency mix and customer concentration

Obligations are concentrated in a small set of federal buyers, led by the Federal Acquisition Service at $1.49 billion across 345 awards and the Department of the Air Force at $691.89 million across 272 awards. Defense Threat Reduction Agency, U.S. Immigration and Customs Enforcement, and the Department of State round out the top five, showing a customer mix spanning civilian, homeland security, and defense organizations.

Industry profile based on NAICS activity

The vendor’s work is dominated by NAICS 541330, Engineering Services, which accounts for $2.01 billion and 531 awards, making it the clear core of the portfolio. Secondary activity appears in telecommunications and IT services, especially NAICS 517110, Wired Telecommunications Carriers, followed by computer systems design, custom programming, and other professional, scientific, and technical services.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at $692.85 million, then declined to $506.94 million in 2024 and $440.81 million in 2025. Award counts also fell from 261 in 2021 to 125 in 2025, indicating a downward shift in both volume and spend after the 2023 high point.

How to interpret this page

This summary uses FPDS award records associated with CACI NSS, INC. and the identifiers provided for the last 5 years. Dollar amounts reflect obligated value only, and the analysis is limited to the supplied aggregates for overview, top agencies, top NAICS codes, and annual trend.

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 = '3HNV7'
        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
4732 FEDERAL ACQUISITION SERVICE 1,488,920,704.36 1.49 billion 345
5700 DEPT OF THE AIR FORCE 691,891,861.72 691.89 million 272
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 305,065,185.06 305.07 million 32
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 102,525,835.84 102.53 million 33
1900 STATE, DEPARTMENT OF 101,268,784.74 101.27 million 57
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 32,571,520.43 32.57 million 39
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 24,994,990.49 24.99 million 25
97DH DEFENSE HEALTH AGENCY (DHA) 8,287,751.87 8.29 million 5
7522 SUBSTANCE ABUSE AND MENTAL HEALTH SERVICES ADMINISTRATION 5,304,380.65 5.30 million 4
7014 U.S. CUSTOMS AND BORDER PROTECTION 2,785,234.77 2.79 million 10

Insight

CACI NSS, INC.’s obligations over the last 5 years are concentrated in a small set of agencies, led by the Federal Acquisition Service at $1.49 billion across 345 awards, followed by the Department of the Air Force at $691.89 million across 272 awards. These two agencies account for the majority of the vendor’s $2.75 billion total obligations, indicating a strong reliance on a limited number of buying organizations. The remaining agencies are materially smaller in spend, with only DTRA exceeding $300 million; most others range from about $2.79 million to $102.53 million, suggesting a long tail of lower-volume 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 = '3HNV7'
        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
541330 ENGINEERING SERVICES 2,010,844,380.73 2.01 billion 531
517110 WIRED TELECOMMUNICATIONS CARRIERS 553,150,525.58 553.15 million 71
541512 COMPUTER SYSTEMS DESIGN SERVICES 92,535,835.30 92.54 million 140
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 41,361,815.80 41.36 million 42
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 34,932,819.98 34.93 million 47
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 20,146,807.67 20.15 million 57
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 2,785,234.77 2.79 million 10
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS -28,275.88 -28.28 thousand 1
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING -198,610.00 -198.61 thousand 2
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES -253,399.15 -253.40 thousand 1

Insight

Over the last 5 years, CACI NSS, INC. has obligated $2.75 billion across 925 awards, with spend heavily concentrated in NAICS 541330 Engineering Services, which accounts for $2.01 billion and 531 awards. The next-largest NAICS, 517110 Wired Telecommunications Carriers, totals $553.15 million across 71 awards, indicating a strong secondary concentration but a substantial drop from the top category. The remaining NAICS codes are materially smaller, with 541512, 541511, and 541990 together adding less than $170 million, and several minor categories showing negative obligated values, suggesting limited adjustments or deobligations within the period.

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 = '3HNV7'
        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 440,812,795.42 440.81 million 125
2024 506,944,512.53 506.94 million 133
2023 692,850,577.61 692.85 million 194
2022 608,945,837.69 608.95 million 212
2021 502,766,115.40 502.77 million 261

Insight

Over the last 5 years, CACI NSS, INC. received $2.75 billion across 925 awards, averaging about $2.98 million per award. Obligations peaked in 2023 at $692.85 million and then declined to $506.94 million in 2024 and $440.81 million in 2025, indicating a recent downward shift after a high point in the middle of the period. Award counts were highest in 2021 at 261 and fell to 125 in 2025, suggesting fewer awards have been carrying comparatively larger dollar volume in recent 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.