Federal Contractor

WESTAT, INC. Federal Contract Obligations (Last Year)

WESTAT, INC. (CAGE 1D075, UEI NVUWAFWQ57S5) received 360 award actions totaling $218.55 million in the last full year.

WESTAT, INC. recorded $218,546,888.39 in obligated federal awards across 360 actions during the last full year, for an average action value of $607,074.68. The largest share of obligations came from the National Institutes of Health, the Agency for Healthcare Research and Quality, and the Department of Education.

Generated at 03/21/2026

Analysis period: Last full year

Totals and rankings reflect FPDS-observed obligations for the selected analysis window and may change as records are updated.

CAGE Code
1D075
UEI
NVUWAFWQ57S5
Total Obligated
218.55 million
218,546,888.39
Award Actions
360
Average Action Value
607,074.68

About WESTAT, INC. federal contract activity

WESTAT, INC. (CAGE 1D075, UEI NVUWAFWQ57S5) recorded $218.55 million in obligations across 360 awards during the last full year, for an average award value of $607,074.68. The profile reflects a high-volume federal supplier with activity concentrated in research, evaluation, and data-driven services.

Agency mix and customer concentration

Obligations were led by the National Institutes of Health at $90.25 million across 85 awards, followed by the Agency for Healthcare Research and Quality at $67.10 million across 29 awards and the Department of Education at $48.29 million across 37 awards. Smaller but still material activity came from the Centers for Disease Control and Prevention and the National Highway Traffic Safety Administration, indicating a customer base anchored in health, education, and applied policy research.

Industry profile based on NAICS activity

The largest NAICS category was 541715, Research and Development in the Physical, Engineering, and Life Sciences, at $80.81 million across 65 awards, with 541720, Research and Development in the Social Sciences and Humanities, close behind at $57.80 million across 43 awards. Additional obligations were recorded under 541910 for marketing research and public opinion polling, 518210 for computing infrastructure and data processing services, and 541990 for other professional, scientific, and technical services, showing a mix of research, survey, analytics, and supporting data services.

Annual contract trend over the analysis window

The annual trend shows $218.55 million obligated in 2025 across 360 awards, establishing the full-year baseline for this review period. With only one year in scope, the data support an activity snapshot rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS-observed obligations for the vendor tied to CAGE 1D075 and UEI NVUWAFWQ57S5 over the last full year. Agency and NAICS rankings are ordered by total obligated dollars within the analysis window; award counts and average award value are calculated from the provided FPDS totals.

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 = '1D075'
        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
7529 NATIONAL INSTITUTES OF HEALTH 90,249,520.99 90.25 million 85
7528 AGENCY FOR HEALTHCARE RESEARCH AND QUALITY 67,100,782.46 67.10 million 29
9100 EDUCATION, DEPARTMENT OF 48,294,444.36 48.29 million 37
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 9,252,795.61 9.25 million 24
6940 NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION 7,629,416.00 7.63 million 13
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 7,025,066.89 7.03 million 5
7522 SUBSTANCE ABUSE AND MENTAL HEALTH SERVICES ADMINISTRATION 6,654,307.00 6.65 million 10
97DH DEFENSE HEALTH AGENCY (DHA) 3,545,830.75 3.55 million 2
4900 NATIONAL SCIENCE FOUNDATION 3,393,201.40 3.39 million 11
4500 EQUAL EMPLOYMENT OPPORTUNITY COMMISSION 1,403,913.17 1.40 million 4

Insight

Westat, Inc.’s obligations were concentrated among a small number of civilian health and education agencies in the last full year, with the National Institutes of Health accounting for $90.25 million across 85 awards and the Agency for Healthcare Research and Quality for $67.10 million across 29 awards. The top three agencies, including the Department of Education at $48.29 million, represented the majority of the vendor’s $218.55 million in total obligations, indicating a strong dependence on a limited set of customers. Remaining obligations were distributed across smaller awards from CDC, NHTSA, CMS, SAMHSA, DHA, NSF, and EEOC, each at materially lower funding levels.

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 = '1D075'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 80,807,136.44 80.81 million 65
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 57,801,811.92 57.80 million 43
541910 MARKETING RESEARCH AND PUBLIC OPINION POLLING 33,776,389.00 33.78 million 7
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 28,306,879.46 28.31 million 17
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 6,620,442.37 6.62 million 23
541219 OTHER ACCOUNTING SERVICES 6,381,380.38 6.38 million 10
541711 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY 3,466,112.22 3.47 million 3
541613 MARKETING CONSULTING SERVICES 1,319,210.91 1.32 million 15
541519 OTHER COMPUTER RELATED SERVICES 1,180,520.58 1.18 million 2
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 822,292.00 822.29 thousand 1

Insight

WESTAT, INC. activity is concentrated in research and development NAICS, led by 541715 at $80.81 million across 65 awards and 541720 at $57.80 million across 43 awards. Together, these two codes account for the majority of the vendor’s FY1 obligations in this view, with additional spend in 541910 ($33.78 million) and 518210 ($28.31 million), indicating a broader portfolio that still centers on research, survey, and data-related services. Lower-obligated NAICS categories are more fragmented, with several codes receiving relatively small award counts and dollar values compared with the top categories.

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 = '1D075'
        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 218,546,888.39 218.55 million 360

Insight

Over the last full year, WESTAT, INC. (CAGE 1D075) obligated $218.55 million across 360 awards, for an average award value of about $607.1K. With only one annual data point in the 1-year window, no year-over-year trend can be assessed; this period reflects the vendor’s total annual procurement activity rather than a multi-year pattern. The volume of awards indicates a relatively broad distribution of obligations across multiple actions rather than reliance on a small number of awards.

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.