Federal Contractor

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

Federal procurement profile for SRA INTERNATIONAL, INC. (CAGE 6R517, UEI NYM8TAUFLXP3) covering obligations, award counts, agencies, and NAICS activity over the last 5 years.

SRA INTERNATIONAL, INC. recorded 978 award actions and $472.23 million in obligated dollars across the last 5 years, with an average action value of $482,854.05. The largest share of obligations came from the Department of the Navy, CMS, and the Federal Acquisition Service, while most spending aligned to computer systems design and custom programming services.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual totals include negative obligations in 2024 and 2025, which reflect downward adjustments in the underlying FPDS data.

CAGE Code
6R517
UEI
NYM8TAUFLXP3
Total Obligated
472.23 million
472,231,265.15
Award Actions
978
Average Action Value
482,854.05

About SRA INTERNATIONAL, INC. federal contract activity

SRA INTERNATIONAL, INC. (CAGE 6R517, UEI NYM8TAUFLXP3) recorded 472.23 million in obligated dollars across 978 awards over the last 5 years, for an average award value of 482,854.05. The profile indicates a large volume of relatively modest transactions alongside a small number of materially larger obligations.

Agency mix and customer concentration

Obligations are concentrated in a mixed federal customer base led by the Department of the Navy at 101.15 million across 68 awards, followed by CMS at 81.10 million across 9 awards and the Federal Acquisition Service at 71.22 million across 29 awards. Additional material activity with the Department of State and NIH suggests a client mix spanning defense, health, civilian acquisition support, and scientific programs.

Industry profile based on NAICS activity

The dominant NAICS code is 541512, Computer Systems Design Services, at 300.69 million and 288 awards, indicating that systems integration and IT services anchor the vendor’s federal work. Secondary concentrations in 541511, 541330, 541690, and 511210 show a broader technical portfolio that includes custom software, engineering, scientific consulting, and software publishing.

Annual contract trend over the analysis window

Award activity was heavily front-loaded in 2021, when the vendor obligated 432.70 million across 718 awards. Activity fell sharply in 2022 to 40.45 million, remained positive in 2023 at 7.54 million, and then turned negative in 2024 and 2025, indicating net de-obligations or closeout adjustments in the most recent years.

How to interpret this page

This summary reflects FPDS-observed obligations associated with CAGE 6R517 and UEI NYM8TAUFLXP3 over the last 5 years. Totals, counts, and averages are based on the provided aggregation fields; annual and segment figures may include negative obligations where FPDS records de-obligations or modifications that reduce net obligated value.

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 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
1700 DEPT OF THE NAVY 101,154,052.52 101.15 million 68
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 81,103,778.60 81.10 million 9
4732 FEDERAL ACQUISITION SERVICE 71,223,571.46 71.22 million 29
1900 STATE, DEPARTMENT OF 36,979,719.92 36.98 million 6
7529 NATIONAL INSTITUTES OF HEALTH 33,785,658.75 33.79 million 40
2100 DEPT OF THE ARMY 22,024,607.41 22.02 million 177
9100 EDUCATION, DEPARTMENT OF 21,760,157.45 21.76 million 7
5700 DEPT OF THE AIR FORCE 20,718,094.00 20.72 million 38
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 14,217,523.67 14.22 million 53
6800 ENVIRONMENTAL PROTECTION AGENCY 13,868,796.13 13.87 million 217

Insight

Over the last 5 years, SRA INTERNATIONAL, INC. obligated 472.23 million across 978 awards, with spending concentrated in a small set of agencies. The Department of the Navy is the largest customer at 101.15 million across 68 awards, followed by CMS at 81.10 million and the Federal Acquisition Service at 71.22 million, indicating a mix of high-dollar, lower-volume awards and broader transaction activity. Additional obligations are spread across civilian and defense agencies, with the Department of the Army and EPA standing out for higher award counts relative to obligated dollars, which suggests more fragmented procurement relationships outside the top spenders.

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 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 300,689,851.71 300.69 million 288
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 93,075,914.99 93.08 million 73
541330 ENGINEERING SERVICES 35,088,492.43 35.09 million 134
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 21,179,839.45 21.18 million 178
511210 SOFTWARE PUBLISHERS 17,356,485.27 17.36 million 29
541620 ENVIRONMENTAL CONSULTING SERVICES 4,416,950.18 4.42 million 90
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 2,161,597.70 2.16 million 32
541519 OTHER COMPUTER RELATED SERVICES 1,843,352.62 1.84 million 60
334111 ELECTRONIC COMPUTER MANUFACTURING 916,542.94 916.54 thousand 9
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 0.00 0.00 20

Insight

Over the last 5 years, SRA INTERNATIONAL, INC. (CAGE 6R517) has obligated $472.23 million across 978 awards, with spending concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $300.69 million across 288 awards. The next largest obligations are in 541511, Custom Computer Programming Services ($93.08 million; 73 awards), and 541330, Engineering Services ($35.09 million; 134 awards), indicating a strong IT and technical services profile. Award activity is broader than obligation concentration, with meaningful counts also in 541690 and 541620, but those categories carry relatively lower dollar value.

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

Insight

SRA INTERNATIONAL, INC. shows a pronounced concentration of obligations in 2021, with $432.70 million across 718 awards, accounting for the vast majority of the 5-year total of $472.23 million. Obligations declined sharply in 2022 to $40.45 million and 155 awards, then fell further in 2023 to $7.54 million across 45 awards. The most recent two years are negative, with -$4.75 million in 2024 and -$3.72 million in 2025, indicating deobligations or funding reductions and a materially lower current obligation profile.

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.