CSRA LLC (CAGE 7C146, UEI VSFCW25ZAE49) received 68.15 million in obligated federal awards over 18 award actions in the last full year, for an average action value of 3.79 million. Activity was concentrated in the Department of the Air Force and the Federal Acquisition Service, with most obligations tied to NAICS 541511, Custom Computer Programming Services.
Federal Contractor
CSRA LLC Federal Contract Obligations (Last Year)
CSRA LLC recorded 68.15 million in obligated federal awards across 18 actions in the last full year, led by the Department of the Air Force and the Federal Acquisition Service.
Totals reflect obligated dollars in the selected analysis window; line items may include deobligations, which can produce negative values in agency and NAICS rollups.
About CSRA LLC federal contract activity
CSRA LLC obligated 68.15 million across 18 awards in the last full year, for an average award value of 3.79 million. The award profile is highly concentrated, with most of the obligation volume tied to a small number of transactions and a dominant share flowing through a single agency.
Agency mix and customer concentration
The DEPT OF THE AIR FORCE accounted for 46.32 million across 1 award, making it the primary spending source for this vendor. The FEDERAL ACQUISITION SERVICE added 23.36 million across 6 awards, while the remaining agencies were immaterial by value, including one with 1,000 in obligations, one with no obligated dollars, and one with a small negative adjustment.
Industry profile based on NAICS activity
The vendor’s obligations are centered on NAICS 541511, Custom Computer Programming Services, at 69.66 million across 8 awards. Other NAICS codes were either small negative adjustments or deobligations, including 541513, 541519, 541690, and 611430, indicating that the year’s net activity was overwhelmingly driven by software and related IT services.
Annual contract trend over the analysis window
The annual trend shows 2025 as the full-year reporting period, with total obligations of 68.15 million across 18 awards. With only one year in the provided window, the data supports a snapshot analysis rather than a year-over-year comparison. The mix of positive obligations and negative adjustments suggests net activity was reduced slightly in certain lower-value categories while overall spend remained substantial.
How to interpret this page
This summary is based on FPDS award records associated with CAGE 7C146 and UEI VSFCW25ZAE49 for the last full year. Totals reflect obligated dollars as provided, including negative values where FPDS records indicate deobligations or adjustments. Agency, NAICS, and trend sections are derived from the supplied aggregation fields without adding information not present in the source data.
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 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 | 46,318,760.00 | 46.32 million | 1 |
| 4732 | FEDERAL ACQUISITION SERVICE | 23,360,657.69 | 23.36 million | 6 |
| 7001 | OFFICE OF PROCUREMENT OPERATIONS | 1,000.00 | 1.00 thousand | 2 |
| 7003 | U.S. CITIZENSHIP AND IMMIGRATION SERVICES | 0.00 | 0.00 | 2 |
| 97JC | MISSILE DEFENSE AGENCY (MDA) | -8.77 | -8.77 | 1 |
| 9761 | DEFENSE THREAT REDUCTION AGENCY (DTRA) | -11,228.77 | -11.23 thousand | 1 |
| 7570 | OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) | -16,331.75 | -16.33 thousand | 1 |
| 7014 | U.S. CUSTOMS AND BORDER PROTECTION | -141,514.65 | -141.51 thousand | 2 |
| 7013 | TRANSPORTATION SECURITY ADMINISTRATION | -235,057.32 | -235.06 thousand | 1 |
| 1700 | DEPT OF THE NAVY | -1,122,098.24 | -1.12 million | 1 |
Insight
CSRA LLC’s obligations in the last full year were highly concentrated: the Department of the Air Force accounted for 46.32 million of 68.15 million total obligated, or roughly 68%, on a single award. The next largest recipient, the Federal Acquisition Service, obligated 23.36 million across 6 awards, bringing the top two agencies to about 102% of positive obligations before offsets. Remaining agencies were immaterial by comparison and included several negative obligations and zero-dollar activity, indicating post-award adjustments or deobligations across a broader but low-value distribution.
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 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 |
|---|---|---|---|---|
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | 69,663,085.94 | 69.66 million | 8 |
| 611430 | PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING | -8.77 | -8.77 | 1 |
| 541690 | OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES | -11,228.77 | -11.23 thousand | 1 |
| 541519 | OTHER COMPUTER RELATED SERVICES | -141,514.65 | -141.51 thousand | 2 |
| 541513 | COMPUTER FACILITIES MANAGEMENT SERVICES | -1,356,155.56 | -1.36 million | 6 |
Insight
CSRA LLC’s last full year obligations are concentrated in NAICS 541511, Custom Computer Programming Services, which accounts for 69.66 million across 8 awards and exceeds the vendor’s reported total obligated amount of 68.15 million for the period. The remaining NAICS categories are materially smaller and include several negative obligated amounts, most notably 541513 at -1.36 million across 6 awards, indicating downward adjustment or deobligation activity in that line. Overall, the profile is heavily concentrated in computer programming services, with secondary activity spread across related IT and consulting codes at minimal or negative net obligation levels.
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 1 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 |
Insight
For the last full year, CSRA LLC (CAGE 7C146) recorded $68.15 million in total obligated value across 18 awards, for an average award value of $3.79 million. The annual activity is concentrated in a single year in the 1-year window, so no intra-period trend can be observed from this view. The award profile indicates moderate distribution across multiple actions rather than reliance on a single obligation.
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.