Federal Contractor

CSRA LLC Federal Contract Obligations (Last 10 Years)

CSRA LLC is a federal procurement vendor with 3,522 award actions and $4.18 billion obligated across the last 10 years.

CSRA LLC, CAGE 52939 and UEI Z2L7LVNEAPC3, has received $4,179,226,582.62 in federal obligations over the last 10 years. Its awards are concentrated in the Department of State, Department of the Army, and Department of the Navy, with most spending in computer facilities management and computer systems design services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS obligations for the last 10 years and may differ from totals on agency or contract-specific pages due to rounding and reporting updates.

CAGE Code
52939
UEI
Z2L7LVNEAPC3
Total Obligated
4.18 billion
4,179,226,582.62
Award Actions
3,522
Average Action Value
1,186,606.07

About CSRA LLC federal contract activity

CSRA LLC (CAGE 52939, UEI Z2L7LVNEAPC3) recorded 3,522 FPDS awards totaling $4.18 billion over the last 10 years, with an average award value of $1.19 million. The award base is sizable and moderately fragmented, indicating recurring federal demand across multiple procurement vehicles rather than reliance on a small number of large obligations.

Agency mix and customer concentration

Obligations are concentrated in civilian and defense buyers, led by the Department of State at $1.37 billion across 480 awards, followed by the Department of the Army at $855.29 million across 631 awards and the Department of the Navy at $420.74 million across 768 awards. The Transportation Security Administration and NOAA add meaningful but smaller totals, suggesting the vendor serves both mission support and enterprise IT needs across a mixed agency portfolio.

Industry profile based on NAICS activity

The NAICS profile is dominated by IT operations and systems work. Computer Facilities Management Services (541513) leads at $1.47 billion, followed by Computer Systems Design Services (541512) at $1.08 billion; together they account for the largest share of obligations and indicate a core focus on managed IT and systems integration. Smaller but still material awards appear in support services, hosting/data processing, and other computer-related services, showing adjacent scope beyond core systems work.

Annual contract trend over the analysis window

Recent annual obligations show a pronounced decline from the 2021 peak of $629.60 million to $295.35 million in 2022, then to $252.43 million in 2023 and below $100 million in 2024 and 2025 year-to-date. Award counts also fell over the same period, which is consistent with a shrinking pipeline or contract transition rather than isolated award volatility.

How to interpret this page

This summary is based on FPDS obligations associated with CSRA LLC, using the provided CAGE code 52939 and UEI Z2L7LVNEAPC3 over the last 10 years. Agency, NAICS, and annual figures are ranked by total obligated dollars and reflect only the supplied dataset; no external records or unprovided contract details were used.

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 = '52939'
        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
1900 STATE, DEPARTMENT OF 1,371,344,829.49 1.37 billion 480
2100 DEPT OF THE ARMY 855,287,206.50 855.29 million 631
1700 DEPT OF THE NAVY 420,741,063.61 420.74 million 768
7013 TRANSPORTATION SECURITY ADMINISTRATION 239,343,002.48 239.34 million 28
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 194,959,433.84 194.96 million 77
4732 FEDERAL ACQUISITION SERVICE 171,547,336.94 171.55 million 175
7001 OFFICE OF PROCUREMENT OPERATIONS 169,655,138.21 169.66 million 59
6920 FEDERAL AVIATION ADMINISTRATION 139,410,287.96 139.41 million 215
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 114,678,184.66 114.68 million 100
3600 VETERANS AFFAIRS, DEPARTMENT OF 112,435,412.79 112.44 million 18

Insight

Over the last 10 years, CSRA LLC’s obligations are concentrated at a small number of civilian and defense agencies, led by the Department of State at $1.37 billion across 480 awards and the Department of the Army at $855.29 million across 631 awards. The top 10 agencies account for most of the vendor’s recorded obligations in this window, with the Department of the Navy adding $420.74 million across 768 awards and TSA contributing $239.34 million across only 28 awards, indicating materially different award patterns by agency. Other significant recipients include NOAA, the Federal Acquisition Service, the Office of Procurement Operations, FAA, DISA, and VA, each below $200 million. Overall, the vendor’s obligations appear diversified across multiple agencies, but spending is still materially weighted toward a few high-dollar relationships.

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 = '52939'
        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
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 1,472,350,110.11 1.47 billion 921
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,077,362,926.86 1.08 billion 1,128
561990 ALL OTHER SUPPORT SERVICES 643,100,242.00 643.10 million 49
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 356,754,027.20 356.75 million 76
541519 OTHER COMPUTER RELATED SERVICES 197,187,562.46 197.19 million 342
541330 ENGINEERING SERVICES 160,848,513.57 160.85 million 501
511130 BOOK PUBLISHERS 133,381,334.68 133.38 million 31
517110 WIRED TELECOMMUNICATIONS CARRIERS 46,131,038.82 46.13 million 72
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 25,848,453.11 25.85 million 76
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 23,889,806.41 23.89 million 112

Insight

Over the last 10 years, CSRA LLC’s obligations are concentrated in IT-related NAICS codes, led by 541513 Computer Facilities Management Services ($1.47B; 921 awards) and 541512 Computer Systems Design Services ($1.08B; 1,128 awards), which together account for the majority of reported spend. A secondary tier includes 561990 All Other Support Services ($643.10M) and 518210 Data Processing, Hosting, and Related Services ($356.75M), indicating support and hosting activities alongside core systems work. Remaining obligations are more dispersed across smaller NAICS codes, with no other category exceeding $200M.

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 = '52939'
        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 80,281,802.29 80.28 million 55
2024 98,870,348.94 98.87 million 78
2023 252,432,188.11 252.43 million 96
2022 295,350,742.82 295.35 million 143
2021 629,601,929.22 629.60 million 489
2020 628,475,799.59 628.48 million 539
2019 630,006,151.33 630.01 million 610
2018 842,814,908.24 842.81 million 668
2017 555,878,440.23 555.88 million 666
2016 165,514,271.85 165.51 million 178

Insight

CSRA LLC (CAGE 52939) received $4.18 billion across 3,522 awards over the last 10 years, with average award value of about $1.19 million. Obligations were concentrated in the middle of the period, peaking in 2018 at $842.81 million and remaining above $555.88 million from 2017 through 2021, while award volume also peaked during that span. Since 2022, both obligated dollars and award counts have declined materially, falling to $80.28 million and 55 awards in 2025, indicating a clear downward trend 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.