Geography

Oklahoma Federal Contract Obligations (Last Year)

This page summarizes federal contract obligations in Oklahoma for last full year, including award volume and market trend context.

Use this page to review federal contract obligations in Oklahoma for last full year. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last full year

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

State Code
OK
State
Oklahoma
Total Obligated
6.46 billion
6,459,012,755.85
Award Actions
30,491
Average Action Value
211,833.41

About Oklahoma federal contract activity

This page summarizes last full year of federal contract activity associated with Oklahoma. Based on the current FPDS Query dataset, this geography shows 6.46 billion in visible obligations across 30,491 award actions, with an average action value of 211,833.41. 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 Oklahoma appears concentrated among a relatively small group of federal buyers over the last full year. The visible agency ranking is led by DEPT OF THE AIR FORCE, with 2.71 billion in obligations, followed by DEFENSE LOGISTICS AGENCY. 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 Oklahoma over the last full year. The current ranking is led by BOEING COMPANY, THE, with 1.29 billion in obligations, followed by THE BOEING COMPANY. 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 Oklahoma across the last full year, from 2025 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 full year. 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 = 'OK'
        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
5700 DEPT OF THE AIR FORCE 2,714,824,917.63 2.71 billion 3,094
97AS DEFENSE LOGISTICS AGENCY 940,741,755.75 940.74 million 14,718
2100 DEPT OF THE ARMY 909,978,302.00 909.98 million 2,273
6920 FEDERAL AVIATION ADMINISTRATION 527,661,729.59 527.66 million 2,348
1700 DEPT OF THE NAVY 279,819,272.02 279.82 million 350
7527 INDIAN HEALTH SERVICE 241,406,439.63 241.41 million 2,116
3600 VETERANS AFFAIRS, DEPARTMENT OF 191,581,177.50 191.58 million 966
4732 FEDERAL ACQUISITION SERVICE 139,393,285.04 139.39 million 1,635
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 47,794,830.00 47.79 million 1
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 43,963,119.90 43.96 million 175

Insight

Oklahoma contract activity over the last full year appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE AIR FORCE, followed by DEFENSE LOGISTICS AGENCY, 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 = 'OK'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
BOEING COMPANY, THE 1N929 1,286,020,844.58 1.29 billion 503
THE BOEING COMPANY 0PXV4 668,441,000.78 668.44 million 36
BOEING COMPANY, THE 82918 288,518,381.96 288.52 million 164
BL HARBERT INTERNATIONAL LLC 1NRU1 227,627,901.00 227.63 million 1
THE BOEING COMPANY 1N929 190,218,163.34 190.22 million 182
VERTEX AEROSPACE LLC 1P066 118,309,904.02 118.31 million 15
HARPER CONSTRUCTION COMPANY, INC. 1V0E0 113,550,520.89 113.55 million 16
AMENTUM SERVICES, INC. 5W3V7 78,511,793.49 78.51 million 17
MCKESSON CORPORATION 1MKG3 74,886,131.53 74.89 million 44
BOOZ ALLEN HAMILTON INC. 17038 73,576,176.93 73.58 million 63

Insight

Visible obligations in Oklahoma over the last full year appear concentrated among a relatively small set of leading vendors. BOEING COMPANY, THE ranks first, followed by THE BOEING COMPANY, 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 = 'OK'
        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
336411 AIRCRAFT MANUFACTURING 1,061,588,995.28 1.06 billion 345
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 761,902,912.40 761.90 million 594
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 673,205,856.04 673.21 million 82
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 587,415,724.90 587.42 million 2,490
541330 ENGINEERING SERVICES 561,036,447.13 561.04 million 1,128
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 344,994,598.60 344.99 million 324
561210 FACILITIES SUPPORT SERVICES 237,171,376.58 237.17 million 531
541512 COMPUTER SYSTEMS DESIGN SERVICES 145,156,044.87 145.16 million 460
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 124,209,835.83 124.21 million 41
541519 OTHER COMPUTER RELATED SERVICES 96,456,559.41 96.46 million 381

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Oklahoma over the last full year. 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 = 'OK'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
1560 AIRFRAME STRUCTURAL COMPONENTS 1,173,070,588.29 1.17 billion 1,850
J015 MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT AND AIRFRAME STRUCTURAL COMPONENTS 723,414,268.98 723.41 million 463
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 553,303,380.60 553.30 million 966
Z2AZ REPAIR OR ALTERATION OF OTHER ADMINISTRATIVE FACILITIES AND SERVICE BUILDINGS 237,344,911.33 237.34 million 42
1510 AIRCRAFT, FIXED WING 222,705,101.20 222.71 million 30
6505 DRUGS AND BIOLOGICALS 140,181,393.55 140.18 million 77
R499 SUPPORT- PROFESSIONAL: OTHER 113,056,199.76 113.06 million 506
K016 MODIFICATION OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES 112,908,548.39 112.91 million 32
Y1BZ CONSTRUCTION OF OTHER AIRFIELD STRUCTURES 111,468,077.96 111.47 million 24
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT 97,960,527.17 97.96 million 107

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Oklahoma over the last full year. 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 = 'OK'
        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 6,459,012,755.85 6.46 billion 30,491

Insight

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