Geography

Texas Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations in Texas for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations in Texas for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.

State Code
TX
State
Texas
Total Obligated
357.23 billion
357,225,405,933.70
Award Actions
1,485,508
Average Action Value
240,473.56

About Texas federal contract activity

This page summarizes last 5 years of federal contract activity associated with Texas. Based on the current FPDS Query dataset, this geography shows 357.23 billion in visible obligations across 1,485,508 award actions, with an average action value of 240,473.56. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand in Texas appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE NAVY, with 99.05 billion in obligations, followed by VETERANS AFFAIRS, DEPARTMENT OF. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in Texas over the last 5 years. The current ranking is led by LOCKHEED MARTIN CORPORATION, with 100.60 billion in obligations, followed by MCKESSON CORPORATION. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved in Texas across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'TX'
        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 99,052,090,436.81 99.05 billion 28,119
3600 VETERANS AFFAIRS, DEPARTMENT OF 65,725,872,804.81 65.73 billion 37,258
2100 DEPT OF THE ARMY 58,246,233,794.71 58.25 billion 45,754
5700 DEPT OF THE AIR FORCE 41,436,171,555.34 41.44 billion 45,196
97AS DEFENSE LOGISTICS AGENCY 29,083,811,888.55 29.08 billion 1,084,371
7014 U.S. CUSTOMS AND BORDER PROTECTION 11,325,949,237.53 11.33 billion 5,574
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 7,280,416,570.57 7.28 billion 11,119
7590 ADMINISTRATION FOR CHILDREN AND FAMILIES 6,887,133,329.29 6.89 billion 249
97JC MISSILE DEFENSE AGENCY (MDA) 5,357,802,626.71 5.36 billion 632
97DH DEFENSE HEALTH AGENCY (DHA) 4,609,687,892.18 4.61 billion 5,190

Insight

Texas contract activity over the last 5 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, followed by VETERANS AFFAIRS, DEPARTMENT OF, which suggests that federal demand in this geography is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'TX'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
LOCKHEED MARTIN CORPORATION 81755 100,598,128,025.40 100.60 billion 10,983
MCKESSON CORPORATION 1MKG3 47,922,469,349.67 47.92 billion 19,176
LOCKHEED MARTIN CORPORATION 64059 37,431,575,926.95 37.43 billion 3,854
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. 05395 5,891,239,590.78 5.89 billion 1,308
MCKESSON CORPORATION 0U9U0 5,758,819,366.87 5.76 billion 92,073
BELL BOEING JOINT PROJECT OFFICE 3B1R2 5,021,748,676.32 5.02 billion 8,860
BELL TEXTRON INC. 97499 4,659,393,674.83 4.66 billion 7,670
DELL FEDERAL SYSTEMS L.P. 3XAU1 4,534,644,455.57 4.53 billion 3,039
VALERO MARKETING AND SUPPLY COMPANY 1QSA0 4,431,081,867.03 4.43 billion 877
VETERANS EVALUATION SERVICES, INC. 69U26 3,755,944,537.61 3.76 billion 178

Insight

Visible obligations in Texas over the last 5 years appear concentrated among a relatively small set of leading vendors. LOCKHEED MARTIN CORPORATION ranks first, followed by MCKESSON CORPORATION, which helps define the current competitive landscape in this geography.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'TX'
        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
336411 AIRCRAFT MANUFACTURING 102,001,653,178.14 102.00 billion 16,086
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 48,061,602,152.91 48.06 billion 22,708
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 35,420,437,963.81 35.42 billion 2,392
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 18,638,311,661.59 18.64 billion 33,987
324110 PETROLEUM REFINERIES 14,834,883,378.59 14.83 billion 132,361
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 11,190,170,037.47 11.19 billion 10,316
561210 FACILITIES SUPPORT SERVICES 9,006,045,825.94 9.01 billion 7,645
621111 OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS) 8,787,414,580.23 8.79 billion 1,442
541330 ENGINEERING SERVICES 7,557,779,750.11 7.56 billion 12,332
325411 MEDICINAL AND BOTANICAL MANUFACTURING 5,743,315,533.68 5.74 billion 93,006

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Texas over the last 5 years. This helps show which federal market segments are most prominent in the state.

Top PSC Codes

SELECT
    psc_code,
    psc_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
        anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'TX'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Award Actions
1510 AIRCRAFT, FIXED WING 83,298,718,571.19 83.30 billion 3,997
6505 DRUGS AND BIOLOGICALS 53,774,409,783.76 53.77 billion 116,207
1410 GUIDED MISSILES 28,101,983,196.53 28.10 billion 1,233
9130 LIQUID PROPELLANTS AND FUELS, PETROLEUM BASE 13,757,063,013.98 13.76 billion 129,126
Q403 MEDICAL- EVALUATION/SCREENING 9,240,640,173.16 9.24 billion 465
J016 MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES 7,626,179,492.85 7.63 billion 4,531
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 5,839,683,313.44 5.84 billion 6,404
J015 MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT AND AIRFRAME STRUCTURAL COMPONENTS 5,303,122,199.21 5.30 billion 4,123
AC13 NATIONAL DEFENSE R&D SERVICES; DEPARTMENT OF DEFENSE - MILITARY; EXPERIMENTAL DEVELOPMENT 5,079,003,594.54 5.08 billion 1,005
R706 SUPPORT- MANAGEMENT: LOGISTICS SUPPORT 4,917,632,964.35 4.92 billion 1,613

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Texas over the last 5 years. This helps show which categories of federal demand are most prominent in the state.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'TX'
        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 84,319,543,187.33 84.32 billion 273,667
2024 66,528,995,538.58 66.53 billion 268,082
2023 70,819,995,040.97 70.82 billion 275,911
2022 77,910,959,225.97 77.91 billion 341,312
2021 57,645,912,940.85 57.65 billion 326,536

Insight

The annual trend shows how obligations in Texas moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.

Use FPDS Query for deeper geographic analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, 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.