Federal Contractor

SOUTHWEST RESEARCH INSTITUTE Federal Contract Obligations (Last Year)

Federal procurement profile for SOUTHWEST RESEARCH INSTITUTE (CAGE 26401, UEI PB11V1KH3KV4) covering its last full year of obligations, award volume, and agency and NAICS concentration.

In the last full year, SOUTHWEST RESEARCH INSTITUTE received 661 award actions totaling $296.87 million, for an average action value of $449,122.98. NASA accounted for the largest share of obligations, followed by the Department of the Air Force, while most spending fell under research and development and engineering-related NAICS codes.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and use obligated dollars as reported in the underlying procurement records.

CAGE Code
26401
UEI
PB11V1KH3KV4
Total Obligated
296.87 million
296,870,293.34
Award Actions
661
Average Action Value
449,122.98

About SOUTHWEST RESEARCH INSTITUTE federal contract activity

SOUTHWEST RESEARCH INSTITUTE recorded $296.87 million in obligated contract value across 661 awards in the last full year, for an average award value of $449,122.98. The vendor’s activity is broad but concentrated in technical research and engineering support, indicating a consistent role as a science-and-technology services provider across federal customers.

Agency mix and customer concentration

NASA was the largest funding source at $147.18 million across 315 awards, representing just under half of total obligated value. The next largest customers were the Department of the Air Force at $80.85 million, DTRA at $17.20 million, the Department of the Navy at $16.90 million, and DARPA at $15.44 million, showing a strong defense and space agency concentration with relatively high award dispersion.

Industry profile based on NAICS activity

NAICS 541715 dominated the profile with $100.78 million across 203 awards, followed by 541330 Engineering Services at $65.50 million across 76 awards. Additional material activity appeared in 336414 Guided Missile and Space Vehicle Manufacturing, 541710 R&D in the physical, engineering, and life sciences, and 334111 Electronic Computer Manufacturing, reinforcing a portfolio centered on research, systems engineering, and aerospace-related technical work.

Annual contract trend over the analysis window

The annual trend shows all observed obligations in 2025, totaling $296.87 million across 661 awards. With only one year in the window, the data support a point-in-time profile rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS-awarded obligations associated with CAGE code 26401 and UEI PB11V1KH3KV4 during the last full year. Agency and NAICS sections are ranked by total obligated value, and award counts reflect the number of reported awards in the analysis window.

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 = '26401'
        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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 147,183,553.90 147.18 million 315
5700 DEPT OF THE AIR FORCE 80,848,013.80 80.85 million 102
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 17,195,612.62 17.20 million 53
1700 DEPT OF THE NAVY 16,895,491.84 16.90 million 48
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 15,444,575.00 15.44 million 9
8900 ENERGY, DEPARTMENT OF 9,599,796.97 9.60 million 12
97AS DEFENSE LOGISTICS AGENCY 4,343,444.56 4.34 million 11
3100 NUCLEAR REGULATORY COMMISSION 2,072,127.58 2.07 million 49
2100 DEPT OF THE ARMY 1,535,355.04 1.54 million 15
2041 BUREAU OF ENGRAVING AND PRINTING 849,148.00 849.15 thousand 2

Insight

Over the last full year, SOUTHWEST RESEARCH INSTITUTE received $296.87 million across 661 awards, with obligations concentrated in a small number of agencies. NASA was the dominant customer at $147.18 million and 315 awards, followed by the Department of the Air Force at $80.85 million and 102 awards; together, these two agencies accounted for most of the vendor’s obligated dollars in the period. The next tier of agencies—DTRA, the Department of the Navy, DARPA, and DOE—contributed materially smaller but still meaningful shares, indicating a diversified federal portfolio with a strong concentration in the space and defense sectors.

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 = '26401'
        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) 100,779,048.86 100.78 million 203
541330 ENGINEERING SERVICES 65,500,712.36 65.50 million 76
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 38,287,314.65 38.29 million 38
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 13,714,789.00 13.71 million 11
334111 ELECTRONIC COMPUTER MANUFACTURING 9,993,356.00 9.99 million 2
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 4,491,443.97 4.49 million 11
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 3,531,154.35 3.53 million 11
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 3,058,877.72 3.06 million 4
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 2,491,805.00 2.49 million 11
334516 ANALYTICAL LABORATORY INSTRUMENT MANUFACTURING 1,780,376.99 1.78 million 4

Insight

Over the last full year, SOUTHWEST RESEARCH INSTITUTE’s obligations were concentrated in NAICS 541715, which accounted for $100.78 million across 203 awards, or roughly one-third of total obligated dollars. The next largest shares were NAICS 541330 at $65.50 million across 76 awards and NAICS 336414 at $38.29 million across 38 awards, indicating a strong emphasis on R&D and engineering-related work with some manufacturing support. The remaining top NAICS codes were materially smaller and more fragmented, with no single category outside the top three approaching the leading obligation levels.

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 = '26401'
        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 296,870,293.34 296.87 million 661

Insight

Over the last full year, SOUTHWEST RESEARCH INSTITUTE (CAGE 26401) recorded $296.87 million in obligated awards across 661 actions, for an average award value of $449,122.98. The annual activity is concentrated entirely in 2025 within the 1-year window, indicating a single-period obligation profile rather than a multi-year trend. This level of obligation across a relatively high award count suggests broad distribution of funding across numerous awards rather than reliance on a small number of very large actions.

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.