Federal Agency

UNIFORMED SERVICES UNIVERSITY OF THE HEALTH SCIENCES (USUHS) Federal Contract Obligations (Last 10 Years)

USUHS procurement data for the last 10 years shows 3,685 award actions totaling $449.58 million across research, IT, education, and support services.

Uniformed Services University of the Health Sciences (USUHS), agency ID 97HW, obligated $449,575,574.62 over the last 10 years through 3,685 award actions, for an average action value of $122,001.51. Spending is led by computer systems design services and concentrated with vendors such as CDW Government LLC, D7, LLC, The Informatics Applications Group, Inc., The Henry M. Jackson Foundation for the Advancement of Military Medicine, Inc., and George Mason University.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the provided 10-year analysis window and use obligated amounts reported for USUHS award actions, with yearly detail available through 2025.

Agency ID
97HW
Total Obligated
449.58 million
449,575,574.62
Award Actions
3,685
Average Action Value
122,001.51

About UNIFORMED SERVICES UNIVERSITY OF THE HEALTH SCIENCES (USUHS) federal contract activity

Over the last 10 years, the Uniformed Services University of the Health Sciences (USUHS) recorded $449.58 million in obligated contract spending across 3,685 awards, for an average award value of $122,001.51. The profile reflects a large number of relatively small-to-mid-sized actions rather than a few very large obligations.

Vendor concentration and leading contractors

USUHS’s vendor base is led by CDW GOVERNMENT LLC at $48.34 million across 88 awards, followed by D7, LLC at $29.83 million and THE HENRY M. JACKSON FOUNDATION FOR THE ADVANCEMENT OF MILITARY MEDICINE, INC. at $27.82 million. GEORGE MASON UNIVERSITY and THE INFORMATICS APPLICATIONS GROUP, INC. also appear among the top recipients, indicating a mix of technology, research, and institutional support spending.

Industry profile based on NAICS activity

The largest NAICS category is 541512, Computer Systems Design Services, with $101.91 million across 96 awards, making information technology the dominant spending area. Other major categories include 541990, 611310, 561720, and 541519, showing a portfolio that extends beyond IT into professional services, higher education, facilities support, and related technical services.

Annual contract trend over the analysis window

Annual obligations in the provided recent years remained in the $40 million to $54 million range, with 2025 at $53.83 million across 238 awards and 2024 at $48.98 million across 331 awards. The sequence from 2021 through 2025 shows sustained spending without a sharp structural break, and award counts fluctuated more than obligated dollars.

How to interpret this page

This summary is based on FPDS Query data for USUHS (Agency ID 97HW) over the last 10 years, using obligated dollars and award counts as reported in the analysis window. Vendor, NAICS, and annual trend observations reflect the highest-ranked categories in the supplied outputs and should be interpreted as concentration indicators within the full dataset.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '97HW'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
CDW GOVERNMENT LLC 48,341,774.46 48.34 million 88
D7, LLC 29,832,491.64 29.83 million 9
INFORMATICS APPLICATIONS GROUP, INC., THE 28,586,918.16 28.59 million 24
HENRY M. JACKSON FOUNDATION FOR THE ADVANCEMENT OF MILITARY MEDICINE, INC., THE 27,818,171.56 27.82 million 47
GEORGE MASON UNIVERSITY 19,999,535.78 20.00 million 29
ANGAYUT, LLC 17,404,828.32 17.40 million 251
INFUSED SOLUTIONS, LLC 13,485,080.20 13.49 million 510
C2 ALASKA, LLC 11,754,827.87 11.75 million 21
REST EASY LLC 11,175,727.87 11.18 million 12
MECHDYNE CORPORATION 10,679,378.98 10.68 million 4

Insight

Over the last 10 years, USUHS obligated $449.58 million across 3,685 awards, with an average award value of $122,001.51, indicating a broadly distributed procurement profile rather than reliance on a single vendor. The top 10 vendors account for $231.21 million, or about 51.4% of total obligations, showing moderate concentration among a limited set of suppliers. CDW Government LLC is the largest vendor at $48.34 million across 88 awards, while Infused Solutions, LLC issued the highest award count among the top vendors at 510 awards for $13.49 million, suggesting a mix of high-dollar and high-frequency relationships.

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__purchaserInformation__contractingOfficeAgencyID = '97HW'
        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 101,912,333.64 101.91 million 96
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 25,916,599.63 25.92 million 343
611310 COLLEGES, UNIVERSITIES, AND PROFESSIONAL SCHOOLS 20,357,202.12 20.36 million 40
561720 JANITORIAL SERVICES 19,954,936.29 19.95 million 20
541519 OTHER COMPUTER RELATED SERVICES 19,649,858.20 19.65 million 163
334516 ANALYTICAL LABORATORY INSTRUMENT MANUFACTURING 18,308,718.13 18.31 million 192
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 15,690,868.73 15.69 million 41
334111 ELECTRONIC COMPUTER MANUFACTURING 15,017,536.93 15.02 million 66
561320 TEMPORARY HELP SERVICES 13,515,080.20 13.52 million 512
561612 SECURITY GUARDS AND PATROL SERVICES 13,481,162.11 13.48 million 16

Insight

Over the last 10 years, USUHS obligated $449.58 million across 3,685 awards, with spending concentrated in a few NAICS codes but still spread across research, IT, facilities, and support services. NAICS 541512, Computer Systems Design Services, is the largest category at $101.91 million, or about 23% of total obligations, indicating a significant IT/services footprint. The next largest categories—541990, 611310, 561720, and 541519—each range from about $19.65 million to $25.92 million, while 561320 Temporary Help Services has the highest award count among the top NAICS codes at 512, suggesting a high-volume, lower-value procurement pattern in some service areas.

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__purchaserInformation__contractingOfficeAgencyID = '97HW'
        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 53,832,342.48 53.83 million 238
2024 48,983,518.10 48.98 million 331
2023 47,464,948.55 47.46 million 246
2022 42,410,089.30 42.41 million 231
2021 40,951,291.67 40.95 million 233
2020 45,300,426.98 45.30 million 297
2019 37,168,477.99 37.17 million 341
2018 50,244,095.63 50.24 million 540
2017 37,543,102.73 37.54 million 583
2016 45,677,281.19 45.68 million 645

Insight

Over the last 10 years, USUHS obligated $449.58 million across 3,685 awards, with an average award value of $122,001.51. Obligations were relatively stable, generally ranging from $37.17 million to $53.83 million annually, with a recent increase from $40.95 million in 2021 to $53.83 million in 2025. Award volume was highest in 2016 and declined in recent years, from 645 awards in 2016 to 238 in 2025, indicating a shift toward fewer, larger obligations relative to earlier years.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.