Federal Contractor

CSRA LLC Federal Contract Obligations (Last 5 Years)

CSRA LLC (CAGE 7C146, UEI VSFCW25ZAE49) received 644 federal award actions totaling $806.67 million over the last 5 years.

CSRA LLC's obligations are concentrated in custom computer programming services, which account for $663.61 million across 236 actions, followed by engineering services and computer facilities management services. The largest agency totals are with FEMA, the Federal Acquisition Service, and CMS, while 2021 represents the peak funding year in the period reviewed.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect readable and exact obligated totals in the last 5 years and may vary by transaction timing, action type, and FPDS reporting updates.

CAGE Code
7C146
UEI
VSFCW25ZAE49
Total Obligated
806.67 million
806,667,985.27
Award Actions
644
Average Action Value
1,252,590.03

About CSRA LLC federal contract activity

CSRA LLC recorded 806.67 million in obligated spending across 644 awards over the last 5 years, with an average award value of 1.25 million. Activity is concentrated in a relatively small number of awards with several large obligations, indicating a mix of task-level and larger program support work. The vendor is identified in this analysis by CAGE 7C146 and UEI VSFCW25ZAE49.

Agency mix and customer concentration

Obligations are led by the Federal Emergency Management Agency at 221.31 million, followed closely by the Federal Acquisition Service at 208.23 million and the Centers for Medicare and Medicaid Services at 196.74 million. These three agencies account for the majority of observed spending and suggest strong penetration in civilian IT and mission-support environments. Additional spending appears across the Office of Procurement Operations and the Department of the Air Force, but at materially lower levels.

Industry profile based on NAICS activity

The vendor’s spend is heavily concentrated in NAICS 541511, Custom Computer Programming Services, at 663.61 million across 236 awards, making software development the clear core of the portfolio. Smaller but meaningful activity appears in Engineering Services, Computer Facilities Management Services, Administrative Management and General Management Consulting Services, and Computer Systems Design Services. Overall, the mix points to a primarily IT services profile with adjacent systems, operations, and advisory work.

Annual contract trend over the analysis window

Annual obligations were highly uneven, with 2021 dominating the period at 651.93 million across 352 awards. Spending then fell sharply in 2022 to 14.09 million, recovered modestly in 2023 and 2024, and rose further in 2025 to 68.15 million. The pattern indicates that the vendor’s recent activity is much lower than the 2021 peak, though still active across multiple years.

How to interpret this page

This summary is based on FPDS-observed awards associated with CSRA LLC over the last 5 years, using the supplied CAGE code and UEI for vendor identification. Obligated amounts, award counts, agency concentration, NAICS mix, and annual trend are calculated from the provided analysis window and rounded values. This page reflects procurement records only and does not infer performance, subcontracting, or revenue outside FPDS.

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 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
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 221,314,866.16 221.31 million 8
4732 FEDERAL ACQUISITION SERVICE 208,232,343.99 208.23 million 165
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 196,739,593.00 196.74 million 15
7001 OFFICE OF PROCUREMENT OPERATIONS 50,737,610.83 50.74 million 173
5700 DEPT OF THE AIR FORCE 46,318,760.00 46.32 million 1
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 22,079,571.12 22.08 million 15
1700 DEPT OF THE NAVY 15,922,573.16 15.92 million 25
1301 OFFICE OF THE SECRETARY 11,330,112.36 11.33 million 41
7529 NATIONAL INSTITUTES OF HEALTH 8,902,573.02 8.90 million 5
2100 DEPT OF THE ARMY 6,579,429.91 6.58 million 9

Insight

Over the last 5 years, CSRA LLC received $806.67 million across 644 awards, with obligations concentrated in a small set of agencies. FEMA is the largest obligating agency at $221.31 million, followed closely by the Federal Acquisition Service at $208.23 million and CMS at $196.74 million; together, these three account for roughly 77% of total obligations. Award volume is more distributed than dollars, led by Office of Procurement Operations (173 awards) and Federal Acquisition Service (165 awards), indicating a mix of high-dollar, low-count awards and smaller, more frequent transactions across the portfolio.

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 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
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 663,606,770.53 663.61 million 236
541330 ENGINEERING SERVICES 57,489,596.21 57.49 million 32
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 51,725,514.83 51.73 million 200
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 21,794,118.84 21.79 million 23
541512 COMPUTER SYSTEMS DESIGN SERVICES 18,216,146.41 18.22 million 30
541618 OTHER MANAGEMENT CONSULTING SERVICES 960,062.15 960.06 thousand 4
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 758,421.93 758.42 thousand 5
541620 ENVIRONMENTAL CONSULTING SERVICES 329,495.13 329.50 thousand 8
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES -27,443.26 -27.44 thousand 2
541519 OTHER COMPUTER RELATED SERVICES -181,588.38 -181.59 thousand 7

Insight

CSRA LLC’s obligations over the last 5 years are highly concentrated in NAICS 541511, Custom Computer Programming Services, which accounts for $663.61 million across 236 awards, or the clear majority of the vendor’s $806.67 million in total obligations. The next largest NAICS, 541330 Engineering Services, is substantially smaller at $57.49 million, followed by 541513 Computer Facilities Management Services at $51.73 million; together these top three categories account for most of the vendor’s obligated value. Award volume is more dispersed than dollars, with 541513 posting 200 awards but far less obligated value than 541511, indicating a high concentration of spend in software/programming work. Smaller obligations across consulting, systems design, and other NAICS are marginal by comparison, with two NAICS showing slight negative obligations.

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

Insight

CSRA LLC’s 5-year obligated dollars are highly concentrated in 2021, which accounts for 651.93 million of the 806.67 million total, or roughly 81 percent. After that peak, annual obligations dropped sharply and remained materially lower in 2022 through 2025, ranging from 14.09 million to 68.15 million. Award activity is more distributed than dollars, with 352 of 644 awards in 2021 and smaller award counts in each subsequent year, indicating a significant post-2021 reduction in both obligation volume and contract throughput.

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.