Geography

Texas Federal Contract Obligations (Last 10 Years)

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

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

Generated at 03/15/2026

Analysis period: Last 10 years

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

State Code
TX
State
Texas
Total Obligated
622.46 billion
622,457,585,628.40
Award Actions
2,785,642
Average Action Value
223,452.11

About Texas federal contract activity

This page summarizes last 10 years of federal contract activity associated with Texas. Based on the current FPDS Query dataset, this geography shows 622.46 billion in visible obligations across 2,785,642 award actions, with an average action value of 223,452.11. 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 10 years. The visible agency ranking is led by DEPT OF THE NAVY, with 204.95 billion in obligations, followed by DEPT OF THE ARMY. 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 10 years. The current ranking is led by LOCKHEED MARTIN CORPORATION, with 194.41 billion in obligations, followed by LOCKHEED MARTIN 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 10 years, from 2016 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 10 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 10 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 204,952,514,818.34 204.95 billion 60,191
2100 DEPT OF THE ARMY 103,192,402,952.33 103.19 billion 107,277
5700 DEPT OF THE AIR FORCE 84,560,001,693.02 84.56 billion 92,104
3600 VETERANS AFFAIRS, DEPARTMENT OF 74,826,933,446.20 74.83 billion 94,338
97AS DEFENSE LOGISTICS AGENCY 52,127,899,255.23 52.13 billion 1,972,468
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 13,300,972,763.67 13.30 billion 21,907
7014 U.S. CUSTOMS AND BORDER PROTECTION 12,913,948,899.43 12.91 billion 15,839
97JC MISSILE DEFENSE AGENCY (MDA) 12,539,873,762.51 12.54 billion 1,280
7590 ADMINISTRATION FOR CHILDREN AND FAMILIES 6,887,133,329.29 6.89 billion 249
97DH DEFENSE HEALTH AGENCY (DHA) 6,746,111,833.49 6.75 billion 7,506

Insight

Texas contract activity over the last 10 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, followed by DEPT OF THE ARMY, 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 10 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 194,412,199,323.99 194.41 billion 19,997
LOCKHEED MARTIN CORPORATION 64059 64,238,970,145.48 64.24 billion 6,512
MCKESSON CORPORATION 1MKG3 49,665,411,339.98 49.67 billion 20,475
LOCKHEED MARTIN CORPORATION 14,426,647,515.04 14.43 billion 3,053
BELL BOEING JOINT PROJECT OFFICE 3B1R2 12,905,804,445.86 12.91 billion 22,480
MCKESSON CORPORATION 0U9U0 9,079,502,691.84 9.08 billion 142,645
L-3 COMMUNICATIONS CORPORATION 05395 7,889,543,586.28 7.89 billion 3,361
DELL FEDERAL SYSTEMS L.P. 3XAU1 7,160,343,411.51 7.16 billion 5,526
RAYTHEON COMPANY 96214 6,839,309,292.60 6.84 billion 4,635
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. 05395 6,079,443,874.17 6.08 billion 1,447

Insight

Visible obligations in Texas over the last 10 years appear concentrated among a relatively small set of leading vendors. LOCKHEED MARTIN CORPORATION ranks first, followed by LOCKHEED MARTIN 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 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
336411 AIRCRAFT MANUFACTURING 213,135,430,549.64 213.14 billion 46,341
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 57,098,129,455.76 57.10 billion 4,225
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 49,892,018,911.27 49.89 billion 26,264
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 38,444,476,173.85 38.44 billion 74,214
324110 PETROLEUM REFINERIES 27,266,003,129.99 27.27 billion 335,624
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 16,522,879,922.38 16.52 billion 21,197
541330 ENGINEERING SERVICES 14,205,657,545.89 14.21 billion 24,770
561210 FACILITIES SUPPORT SERVICES 13,658,974,703.28 13.66 billion 15,608
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 10,608,816,513.58 10.61 billion 2,579
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 10,427,447,869.38 10.43 billion 10,539

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Texas over the last 10 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 10 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 182,263,559,882.37 182.26 billion 9,190
6505 DRUGS AND BIOLOGICALS 58,942,591,502.24 58.94 billion 170,512
1410 GUIDED MISSILES 51,234,598,086.57 51.23 billion 2,251
9130 LIQUID PROPELLANTS AND FUELS, PETROLEUM BASE 25,177,924,322.10 25.18 billion 331,526
J016 MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES 14,266,271,934.37 14.27 billion 8,486
1680 MISCELLANEOUS AIRCRAFT ACCESSORIES AND COMPONENTS 11,886,100,900.88 11.89 billion 24,861
J015 MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT AND AIRFRAME STRUCTURAL COMPONENTS 10,886,677,258.15 10.89 billion 8,588
Q403 MEDICAL- EVALUATION/SCREENING 10,666,504,783.03 10.67 billion 627
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 10,571,465,253.15 10.57 billion 12,961
R706 SUPPORT- MANAGEMENT: LOGISTICS SUPPORT 9,433,569,630.33 9.43 billion 3,383

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Texas over the last 10 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 10 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
2020 64,097,900,141.53 64.10 billion 302,445
2019 63,756,905,707.64 63.76 billion 238,651
2018 54,789,388,618.56 54.79 billion 296,944
2017 46,925,640,554.10 46.93 billion 243,017
2016 35,662,344,672.87 35.66 billion 219,077

Insight

The annual trend shows how obligations in Texas moved across the last 10 years, from 2016 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.