Federal Contractor

CACI NSS, INC. Federal Contract Obligations (Last Year)

CACI NSS, INC. (CAGE 3HNV7, UEI GS59ABNVD6N7) received 440.81 million across 125 award actions in the last full year.

Most of the vendor's obligations came through the Federal Acquisition Service at 275.74 million, followed by the Defense Threat Reduction Agency, the Department of the Air Force, the Department of State, and U.S. Immigration and Customs Enforcement. By NAICS, Engineering Services accounted for 392.63 million of obligations and 98 actions, making it the clear lead category.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and may include negative obligations in some NAICS groupings from deobligations or adjustments.

CAGE Code
3HNV7
UEI
GS59ABNVD6N7
Total Obligated
440.81 million
440,812,795.42
Award Actions
125
Average Action Value
3,526,502.36

About CACI NSS, INC. federal contract activity

CACI NSS, INC. (CAGE 3HNV7, UEI GS59ABNVD6N7) recorded $440.81 million in obligated federal spending across 125 awards in the last full year, for an average award value of $3.53 million. The profile reflects a high-volume, services-heavy vendor with spending concentrated in a small set of agencies and NAICS categories.

Agency mix and customer concentration

The Federal Acquisition Service accounted for the largest share of obligations at $275.74 million across 52 awards, followed by the Defense Threat Reduction Agency at $70.79 million across 7 awards and the Department of the Air Force at $54.57 million across 38 awards. Smaller but still material activity came from the Department of State and U.S. Immigration and Customs Enforcement, indicating a customer base spanning civilian, defense, and law enforcement buyers.

Industry profile based on NAICS activity

Obligations were dominated by NAICS 541330 Engineering Services, which represented $392.63 million across 98 awards and comprised the clear core of the vendor’s federal work. Secondary activity was concentrated in NAICS 517110 Wired Telecommunications Carriers and NAICS 541512 Computer Systems Design Services, while the negative totals in NAICS 561621 and 541511 indicate downward adjustments or deobligations in those categories.

Annual contract trend over the analysis window

The annual trend shows $440.81 million obligated in 2025 across 125 awards, which serves as the full-year benchmark for this analysis window. With only one annual point provided, the dataset supports a level view of activity rather than a year-over-year growth assessment.

How to interpret this page

This summary is based on FPDS award records for the last full year and uses obligated dollars, award counts, and category totals as provided. Negative obligations are preserved as reported in the source data and may reflect modifications, cancellations, or deobligations rather than new award volume.

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 1 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 275,735,996.54 275.74 million 52
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 70,794,216.85 70.79 million 7
5700 DEPT OF THE AIR FORCE 54,570,999.65 54.57 million 38
1900 STATE, DEPARTMENT OF 20,033,416.98 20.03 million 9
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 16,174,102.80 16.17 million 7
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 4,163,772.38 4.16 million 2
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 1,057,951.04 1.06 million 1
7522 SUBSTANCE ABUSE AND MENTAL HEALTH SERVICES ADMINISTRATION 379,843.86 379.84 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -271,536.42 -271.54 thousand 5
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) -1,825,968.26 -1.83 million 2

Insight

Over the last full year, CACI NSS, INC. (CAGE 3HNV7) obligated $440.81 million across 125 awards, with spend concentrated at the Federal Acquisition Service, which accounted for $275.74 million and 52 awards. The next largest obligations were at DTRA ($70.79 million, 7 awards) and the Department of the Air Force ($54.57 million, 38 awards), indicating a strong federal acquisition and defense-oriented revenue base. Remaining agencies each represented comparatively small portions of total obligations, and two agencies reported negative obligated amounts, suggesting some deobligation activity in the period.

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 1 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 392,629,739.16 392.63 million 98
517110 WIRED TELECOMMUNICATIONS CARRIERS 29,823,009.00 29.82 million 7
541512 COMPUTER SYSTEMS DESIGN SERVICES 21,471,211.88 21.47 million 12
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) -93,193.46 -93.19 thousand 4
541511 CUSTOM COMPUTER PROGRAMMING SERVICES -1,192,002.90 -1.19 million 2
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES -1,825,968.26 -1.83 million 2

Insight

CACI NSS, INC. shows strong concentration in NAICS 541330, Engineering Services, which accounts for 392.63 million of 440.81 million obligated, or roughly 89% of last full year obligations, across 98 of 125 awards. The remaining obligations are distributed primarily across NAICS 517110 and 541512, at 29.82 million and 21.47 million respectively, indicating a secondary mix of telecommunications and IT-related work. Minor negative obligations in 561621, 541511, and 541990 reduce net totals slightly but do not materially change the overall concentration pattern.

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

Insight

Over the last full year, CACI NSS, INC. (CAGE 3HNV7) recorded $440.81 million in obligated awards across 125 awards, averaging $3.53 million per award. The obligation base is fully concentrated in a single year within the 1-year window, so no year-over-year trend can be assessed from the provided data. The volume of awards relative to total dollars suggests a mix of award sizes, but the available data do not support further distribution analysis.

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