Federal Contractor

WESTAT, INC. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for WESTAT, INC. (CAGE 1D075, UEI NVUWAFWQ57S5) covering obligations, awards, agencies, NAICS codes, and yearly trends over the last 5 years.

WESTAT, INC. recorded $1.64 billion in obligated federal awards across 1,747 award actions in the last 5 years, with an average action value of $936,507.69. Most obligations came from the National Institutes of Health, the Department of Education, and the Agency for Healthcare Research and Quality, with work concentrated in social science research, life sciences R&D, consulting, and data processing services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable FPDS obligation data for the selected 5-year analysis window and may differ from other reporting periods or extracts.

CAGE Code
1D075
UEI
NVUWAFWQ57S5
Total Obligated
1.64 billion
1,636,078,935.44
Award Actions
1,747
Average Action Value
936,507.69

About WESTAT, INC. federal contract activity

WESTAT, INC. (CAGE 1D075, UEI NVUWAFWQ57S5) recorded $1.64 billion in obligated federal awards across 1,747 actions over the last 5 years, for an average award value of $936,507.69. The profile indicates a high-volume, research-oriented vendor with sustained engagement across multiple civilian agencies and recurring contract and assistance activity.

Agency mix and customer concentration

Obligations are concentrated in health and education-related agencies, led by the National Institutes of Health at $492.38 million across 498 awards and the Department of Education at $406.97 million across 182 awards. The Agency for Healthcare Research and Quality, CDC, and SAMHSA add another $558.50 million combined, showing a strong federal footprint in public health, behavioral health, and evidence-based program support.

Industry profile based on NAICS activity

The NAICS profile is dominated by research and analytical service categories, especially 541720 and 541715, which together account for $706.70 million. Administrative consulting and data-intensive service lines are also material, including 541611, 518210, and 541990, indicating a mix of research, program evaluation, management support, and data processing work.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $386.42 million, then remained elevated but uneven through 2025, with $378.17 million in 2024 and $343.76 million in 2023 before easing to $218.55 million in 2025 year-to-date. Award counts stayed consistently high throughout the period, ranging from 311 to 396 annually, which suggests continuing transactional activity even when obligation totals varied.

How to interpret this page

This summary is based on FPDS-observed obligations associated with WESTAT, INC. for the last 5 years, using the provided CAGE code and UEI. Agency, NAICS, and annual views are aggregated from reported award records; obligations reflect reported contract values in the selected analysis window and are not adjusted for inflation or scope differences across award types.

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 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
7529 NATIONAL INSTITUTES OF HEALTH 492,379,970.11 492.38 million 498
9100 EDUCATION, DEPARTMENT OF 406,965,370.71 406.97 million 182
7528 AGENCY FOR HEALTHCARE RESEARCH AND QUALITY 273,668,997.69 273.67 million 99
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 195,880,333.03 195.88 million 195
7522 SUBSTANCE ABUSE AND MENTAL HEALTH SERVICES ADMINISTRATION 88,954,232.06 88.95 million 46
6940 NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION 30,999,167.96 31.00 million 46
4900 NATIONAL SCIENCE FOUNDATION 20,682,227.44 20.68 million 36
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 17,172,669.84 17.17 million 46
1406 DEPARTMENTAL OFFICES 14,966,075.05 14.97 million 74
4500 EQUAL EMPLOYMENT OPPORTUNITY COMMISSION 10,546,750.17 10.55 million 23

Insight

Over the last 5 years, WESTAT, INC. received $1.64 billion across 1,747 awards, with obligations concentrated in a small set of agencies. The National Institutes of Health is the largest customer at $492.38 million across 498 awards, followed by the Department of Education at $406.97 million and the Agency for Healthcare Research and Quality at $273.67 million. Together, these three agencies account for the majority of obligated dollars, indicating a strong concentration in health and education-related civilian agencies; the remaining agencies represent a materially smaller share, with no single non-top-three agency exceeding $195.88 million.

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 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
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 421,290,771.84 421.29 million 167
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 285,406,182.60 285.41 million 279
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 225,073,084.83 225.07 million 595
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 211,614,884.69 211.61 million 77
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 199,127,014.00 199.13 million 191
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 107,968,055.28 107.97 million 56
541910 MARKETING RESEARCH AND PUBLIC OPINION POLLING 56,493,060.94 56.49 million 27
541219 OTHER ACCOUNTING SERVICES 49,909,775.71 49.91 million 48
541613 MARKETING CONSULTING SERVICES 25,414,567.36 25.41 million 70
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 21,901,017.02 21.90 million 23

Insight

Over the last 5 years, WESTAT, INC. received 1.64 billion across 1,747 awards, with obligations concentrated in research and consulting-related NAICS codes. The largest shares were in 541720 (421.29 million across 167 awards) and 541715 (285.41 million across 279 awards), indicating a strong emphasis on R&D services. Award volume was also distributed across 541611 (595 awards) and 518210 (77 awards), suggesting a mix of high-frequency administrative and data-processing work alongside higher-dollar research activity.

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 5 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
2024 378,165,632.58 378.17 million 311
2023 343,762,455.46 343.76 million 312
2022 309,188,328.52 309.19 million 368
2021 386,415,630.49 386.42 million 396

Insight

WESTAT, INC. (CAGE 1D075) obligated $1.64 billion across 1,747 awards over the last 5 years, with an average award value of $936,507.69. Obligations were relatively concentrated in 2021 through 2024, ranging from $309.19 million to $386.42 million annually, before declining to $218.55 million in 2025. Award counts remained broadly stable at 311 to 396 per year, with 2025 recording the highest count despite the lowest obligation level, indicating smaller average awards in the most recent year.

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.