Federal Contractor

SRA INTERNATIONAL, INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for SRA INTERNATIONAL, INC. (CAGE 6R517, UEI NYM8TAUFLXP3) covering obligations, awards, agencies, NAICS codes, and year-over-year activity over the last 10 years.

SRA INTERNATIONAL, INC. recorded $4.84 billion in obligated federal spending across 6,179 award actions in the last 10 years, with an average action value of $782,935.75. Activity is concentrated in computer systems design services and is led by the Federal Acquisition Service, the Department of Veterans Affairs, and CMS.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual values include negative obligations in 2024 and 2025, so year totals may reflect de-obligations or contract adjustments rather than new spending.

CAGE Code
6R517
UEI
NYM8TAUFLXP3
Total Obligated
4.84 billion
4,837,760,055.91
Award Actions
6,179
Average Action Value
782,935.75

About SRA INTERNATIONAL, INC. federal contract activity

SRA INTERNATIONAL, INC. (CAGE 6R517, UEI NYM8TAUFLXP3) recorded 4.84 billion in total obligated dollars across 6,179 awards over the last 10 years, for an average award value of 782,935.75. The obligation base is heavily concentrated in a relatively small set of large contracts and task orders, indicating sustained federal demand rather than a broad, low-value transaction pattern.

Agency mix and customer concentration

The Federal Acquisition Service is the largest funding source at 795.19 million across 216 awards, followed by the Department of Veterans Affairs at 543.60 million and the Centers for Medicare and Medicaid Services at 480.39 million. Additional significant demand comes from the Department of the Navy and the National Institutes of Health, showing a mix of civilian, defense, and health-related agency relationships.

Industry profile based on NAICS activity

The profile is dominated by NAICS 541512, Computer Systems Design Services, which accounts for 3.78 billion and 2,360 awards, making it the clear core of the vendor’s federal business. The next largest categories are Engineering Services, Custom Computer Programming Services, Administrative Management and General Management Consulting Services, and Other Scientific and Technical Consulting Services, which together indicate a broader portfolio centered on IT, systems engineering, and advisory support.

Annual contract trend over the analysis window

Recent annual obligations show volatility and a sharp decline from the 2021 peak of 432.70 million across 718 awards to 40.45 million in 2022 and single-digit millions in 2023 through 2025. The negative obligation values in 2024 and 2025 suggest deobligations or downward contract adjustments in those years rather than new net growth.

How to interpret this page

This analysis uses FPDS award data for the last 10 years and summarizes obligations, award counts, and concentration by agency and NAICS code. Annual trend figures reflect net obligated dollars by fiscal year and may include negative values when deobligations exceed new obligations in a period.

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 = '6R517'
        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
4732 FEDERAL ACQUISITION SERVICE 795,191,729.84 795.19 million 216
3600 VETERANS AFFAIRS, DEPARTMENT OF 543,595,775.59 543.60 million 183
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 480,388,020.02 480.39 million 105
1700 DEPT OF THE NAVY 389,035,321.20 389.04 million 349
7529 NATIONAL INSTITUTES OF HEALTH 366,405,137.29 366.41 million 407
1900 STATE, DEPARTMENT OF 228,468,366.92 228.47 million 51
5000 SECURITIES AND EXCHANGE COMMISSION 208,031,366.36 208.03 million 42
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 175,876,380.40 175.88 million 93
2100 DEPT OF THE ARMY 136,922,992.39 136.92 million 808
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 131,619,330.57 131.62 million 261

Insight

Over the last 10 years, SRA INTERNATIONAL, INC. recorded $4.84 billion across 6,179 awards, with obligations concentrated among a small set of agencies. The Federal Acquisition Service is the largest customer at $795.19 million, followed by the Department of Veterans Affairs ($543.60 million) and CMS ($480.39 million), together accounting for a significant share of total obligated value. Award volume is more distributed than dollars, with the Department of the Army (808 awards) and National Institutes of Health (407 awards) generating relatively high counts but lower obligated totals than the top dollar agencies.

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 = '6R517'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 3,778,012,320.87 3.78 billion 2,360
541330 ENGINEERING SERVICES 303,686,250.66 303.69 million 664
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 276,487,618.69 276.49 million 268
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 151,484,851.15 151.48 million 337
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 109,439,673.32 109.44 million 723
511210 SOFTWARE PUBLISHERS 38,310,952.03 38.31 million 85
334512 AUTOMATIC ENVIRONMENTAL CONTROL MANUFACTURING FOR RESIDENTIAL, COMMERCIAL, AND APPLIANCE USE 36,923,916.63 36.92 million 75
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 32,231,570.03 32.23 million 34
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 31,757,075.15 31.76 million 159
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 30,041,720.04 30.04 million 8

Insight

SRA INTERNATIONAL, INC. shows a strong concentration in NAICS 541512, Computer Systems Design Services, which accounts for $3.78 billion of the $4.84 billion obligated over the last 10 years, or roughly 78% of total obligated dollars across 2,360 awards. The remaining obligations are distributed across engineering, custom programming, consulting, and related IT/service categories, each well below $0.31 billion, indicating a secondary mix of adjacent technical and professional services rather than a broad revenue base. Award volume is more dispersed than dollar value, suggesting a large number of smaller awards outside the dominant NAICS and a procurement profile centered on IT systems work.

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 = '6R517'
        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 -3,723,103.95 -3.72 million 23
2024 -4,748,045.13 -4.75 million 37
2023 7,544,403.56 7.54 million 45
2022 40,454,801.14 40.45 million 155
2021 432,703,209.53 432.70 million 718
2020 800,460,507.76 800.46 million 1,007
2019 946,288,171.79 946.29 million 1,103
2018 1,179,085,261.99 1.18 billion 1,350
2017 1,213,245,083.37 1.21 billion 1,485
2016 226,449,765.85 226.45 million 256

Insight

SRA INTERNATIONAL, INC. (CAGE 6R517) obligated $4.84 billion across 6,179 awards over the last 10 years, with activity highly concentrated in FY2017-FY2020, when annual obligations ranged from $800.46 million to $1.21 billion and award counts ranged from 1,007 to 1,485. Obligations then declined sharply in FY2021 to $432.70 million and FY2022 to $40.45 million, followed by much lower levels in FY2023 at $7.54 million. FY2024 and FY2025 posted negative obligations of $4.75 million and $3.72 million, indicating downward adjustments rather than new net funding in those 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.