CACI NSS, LLC’s federal activity in the last full year was concentrated in the Department of the Air Force and the Office of Procurement Operations, which together accounted for most of the obligated dollars. The vendor’s work was primarily aligned to NAICS 541519 and 541512, indicating computer-related and systems design services.
Federal Contractor
CACI NSS, LLC Federal Contract Obligations (Last Year)
CACI NSS, LLC (CAGE 7LRZ3, UEI EELEC8QCC3N8) received 449.53 million in federal obligations across 250 award actions in the last full year.
Totals reflect the last full year and are based on obligations captured in FPDS Query data, with agency and NAICS figures shown by obligated amount and action count.
About CACI NSS, LLC federal contract activity
CACI NSS, LLC (CAGE 7LRZ3, UEI EELEC8QCC3N8) recorded 250 awards totaling $449.53 million in the last full year, for an average award value of $1.80 million. The obligation profile indicates a sizable federal footprint concentrated in a relatively small number of higher-value actions.
Agency mix and customer concentration
Obligations were led by the Department of the Air Force at $195.33 million across 46 awards, followed by the Office of Procurement Operations at $184.32 million across 101 awards. The Department of Veterans Affairs contributed another $54.68 million, while the Forest Service and FEMA represented smaller shares of total activity.
Industry profile based on NAICS activity
Procurement activity was concentrated in NAICS 541519, Other Computer Related Services, which accounted for $254.20 million across 204 awards. NAICS 541512, Computer Systems Design Services, added $195.33 million across 46 awards, making the company’s award base heavily centered on IT and systems support work.
Annual contract trend over the analysis window
The annual trend shows all observed obligations and awards in 2025, with $449.53 million across 250 awards. Because the analysis window is limited to the last full year, the trend reflects a single annual observation rather than a multi-year sequence.
How to interpret this page
This summary is based on FPDS award records for the specified vendor, filtered to the last full year and aggregated by obligated dollars, award count, agency, and NAICS code. Amounts are reported as obligated values; agency and NAICS concentrations are ranked by total obligations within the analysis window.
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 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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 195,329,952.55 | 195.33 million | 46 |
| 7001 | OFFICE OF PROCUREMENT OPERATIONS | 184,322,902.82 | 184.32 million | 101 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 54,683,607.69 | 54.68 million | 4 |
| 12C2 | FOREST SERVICE | 2,828,039.53 | 2.83 million | 9 |
| 7022 | FEDERAL EMERGENCY MANAGEMENT AGENCY | 2,778,314.80 | 2.78 million | 8 |
| 8600 | HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF | 2,247,832.00 | 2.25 million | 4 |
| 1700 | DEPT OF THE NAVY | 1,845,472.67 | 1.85 million | 6 |
| 1549 | FEDERAL BUREAU OF INVESTIGATION | 1,622,252.48 | 1.62 million | 6 |
| 8800 | NATIONAL ARCHIVES AND RECORDS ADMINISTRATION | 1,405,479.55 | 1.41 million | 5 |
| 12H2 | AGRICULTURAL RESEARCH SERVICE | 1,106,280.18 | 1.11 million | 9 |
Insight
CACI NSS, LLC’s last full year obligations were concentrated in two agencies: the Department of the Air Force and the Office of Procurement Operations accounted for $379.65 million, or about 84% of the $449.53 million obligated across 250 awards. The Office of Procurement Operations led by award count with 101 awards versus 46 for the Department of the Air Force, indicating a more fragmented transaction pattern at that agency. Veterans Affairs was a distant third at $54.68 million, while the remaining agencies each represented less than $3 million, reflecting a steep drop-off beyond the top three 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 = '7LRZ3'
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 |
|---|---|---|---|---|
| 541519 | OTHER COMPUTER RELATED SERVICES | 254,204,361.21 | 254.20 million | 204 |
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | 195,329,952.55 | 195.33 million | 46 |
Insight
Over the last full year, CACI NSS, LLC obligated $449.53 million across 250 awards, with obligations concentrated in two NAICS codes. NAICS 541519, Other Computer Related Services, accounted for $254.20 million across 204 awards, or about 56.6% of total obligated value. NAICS 541512, Computer Systems Design Services, accounted for $195.33 million across 46 awards, or about 43.4% of total obligated value, indicating the vendor’s activity is focused almost entirely in these two IT services categories.
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 1 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 |
Insight
Over the last full year, CACI NSS, LLC (CAGE 7LRZ3) recorded $449.53 million in obligated value across 250 awards, for an average award value of about $1.80 million. With the available 1-year window showing activity in a single year, the annual trend reflects a concentrated level of obligation rather than a multi-year pattern. The volume of awards indicates distributed procurement activity, while the obligated value suggests a mix that includes both smaller awards and larger obligations.
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.