Federal Contractor

CSRA LLC Federal Contract Obligations (Last 10 Years)

CSRA LLC (CAGE 7C146, UEI VSFCW25ZAE49) has received $3.66 billion in obligations across 2,714 award actions over the last 10 years.

CSRA LLC’s federal contract history is concentrated in IT operations, software development, and engineering support, with the largest obligations in NAICS 541513 Computer Facilities Management Services and 541511 Custom Computer Programming Services. The vendor’s biggest agency customers include the Office of Procurement Operations, Federal Acquisition Service, and Centers for Medicare and Medicaid Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of readable FPDS obligation data and may differ from totals in other reporting systems due to timing and record updates.

CAGE Code
7C146
UEI
VSFCW25ZAE49
Total Obligated
3.66 billion
3,656,654,770.89
Award Actions
2,714
Average Action Value
1,347,330.42

About CSRA LLC federal contract activity

CSRA LLC, identified by CAGE 7C146 and UEI VSFCW25ZAE49, received $3.66 billion across 2,714 awards over the last 10 years, for an average award value of $1.35 million. The volume and value profile indicate a large federal services vendor with steady contract activity across multiple agencies and requirement types.

Agency mix and customer concentration

Obligations are concentrated in a small set of federal buyers, led by the Office of Procurement Operations at $855.59 million across 740 awards and the Federal Acquisition Service at $751.09 million across 273 awards. Additional significant demand came from CMS, FEMA, and the Department of State, showing a mix of procurement, civilian mission support, emergency response, and diplomatic-related buying channels.

Industry profile based on NAICS activity

The portfolio is anchored by IT and technical support work. The largest NAICS categories are Computer Facilities Management Services (541513) at $1.16 billion, Custom Computer Programming Services (541511) at $1.03 billion, and Engineering Services (541330) at $638.82 million, with smaller but material activity in Investigation Services and All Other Information Services.

Annual contract trend over the analysis window

Recent annual obligations are materially lower than the broader 10-year total, with $68.15 million in 2025, $35.55 million in 2024, $36.95 million in 2023, and $14.09 million in 2022. The 2021 peak of $651.93 million across 352 awards suggests a pronounced spike in obligations followed by a lower run-rate in subsequent years.

How to interpret this page

This page summarizes FPDS-observed obligations tied to CAGE 7C146 and UEI VSFCW25ZAE49 over the last 10 years. Agency, NAICS, and annual trends are based on obligated dollars and award counts in the provided dataset; no unprovided contract-level attributes or performance assessments are inferred.

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 = '7C146'
        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 855,590,870.07 855.59 million 740
4732 FEDERAL ACQUISITION SERVICE 751,087,341.91 751.09 million 273
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 319,860,740.00 319.86 million 34
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 319,029,511.34 319.03 million 31
1900 STATE, DEPARTMENT OF 195,352,829.88 195.35 million 131
2400 OFFICE OF PERSONNEL MANAGEMENT 188,467,236.75 188.47 million 31
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 171,929,998.97 171.93 million 94
7014 U.S. CUSTOMS AND BORDER PROTECTION 163,496,689.35 163.50 million 183
1301 OFFICE OF THE SECRETARY 124,054,649.74 124.05 million 119
1700 DEPT OF THE NAVY 117,186,642.57 117.19 million 147

Insight

CSRA LLC’s obligations over the last 10 years are concentrated in a small set of civilian agencies, led by the Office of Procurement Operations at $855.59 million across 740 awards and the Federal Acquisition Service at $751.09 million across 273 awards. These two agencies account for roughly 44% of the vendor’s $3.66 billion in total obligations, indicating a strong reliance on a limited number of buying organizations. The remaining top agencies are more dispersed, with several receiving between about $117 million and $320 million, suggesting a broader but thinner distribution outside the top two customers.

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 = '7C146'
        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,160,616,514.19 1.16 billion 1,031
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 1,027,127,614.48 1.03 billion 481
541330 ENGINEERING SERVICES 638,819,903.13 638.82 million 177
561611 INVESTIGATION SERVICES 188,467,236.75 188.47 million 31
519190 ALL OTHER INFORMATION SERVICES 181,301,541.83 181.30 million 52
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 105,277,363.91 105.28 million 130
541512 COMPUTER SYSTEMS DESIGN SERVICES 104,412,870.27 104.41 million 160
541519 OTHER COMPUTER RELATED SERVICES 102,282,302.77 102.28 million 155
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 91,033,823.92 91.03 million 114
541620 ENVIRONMENTAL CONSULTING SERVICES 33,092,866.06 33.09 million 142

Insight

Over the last 10 years, CSRA LLC’s obligations are concentrated in IT-related NAICS codes, led by 541513 Computer Facilities Management Services at $1.16 billion across 1,031 awards and 541511 Custom Computer Programming Services at $1.03 billion across 481 awards. These two NAICS codes account for the majority of the vendor’s obligated dollars in the period, with 541330 Engineering Services providing a third major concentration at $638.82 million across 177 awards. Remaining obligations are distributed across smaller, more fragmented categories, including Investigation Services, All Other Information Services, and several consulting and systems-related NAICS codes, each well below $200 million.

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 = '7C146'
        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 68,154,178.19 68.15 million 18
2024 35,547,301.59 35.55 million 79
2023 36,945,201.63 36.95 million 72
2022 14,094,978.06 14.09 million 123
2021 651,926,325.80 651.93 million 352
2020 637,553,336.30 637.55 million 452
2019 604,560,719.41 604.56 million 458
2018 698,374,787.39 698.37 million 495
2017 704,264,646.76 704.26 million 551
2016 205,233,295.76 205.23 million 114

Insight

CSRA LLC (CAGE 7C146) obligated $3.66 billion across 2,714 awards over the last 10 years, with an average award value of about $1.35 million. Obligations were highly concentrated in 2017–2021, when annual totals ranged from $604.56 million to $704.26 million, including a peak of $704.26 million in 2017; award counts were also highest in this period, reaching 551 in 2017. After 2021, obligations declined sharply to $14.09 million in 2022, then remained comparatively low in 2023–2025, although 2025 shows a partial rebound to $68.15 million on 18 awards.

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.