Geography

Missouri Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Missouri 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
MO
State
Missouri
Total Obligated
13.16 billion
13,158,918,224.36
Award Actions
125,637
Average Action Value
104,737.60

About Missouri federal contract activity

This page summarizes last full year of federal contract activity associated with Missouri. Based on the current FPDS Query dataset, this geography shows 13.16 billion in visible obligations across 125,637 award actions, with an average action value of 104,737.60. 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 Missouri 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 4.30 billion in obligations, followed by ENERGY, 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 Missouri over the last full year. The current ranking is led by BOEING COMPANY, THE, with 4.01 billion in obligations, followed by HONEYWELL INTERNATIONAL INC.. 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 Missouri 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 = 'MO'
        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 4,302,795,700.93 4.30 billion 1,436
8900 ENERGY, DEPARTMENT OF 2,267,496,817.59 2.27 billion 76
1700 DEPT OF THE NAVY 2,211,228,496.24 2.21 billion 1,366
2100 DEPT OF THE ARMY 1,810,995,355.20 1.81 billion 2,593
97AS DEFENSE LOGISTICS AGENCY 736,459,028.32 736.46 million 27,565
97DH DEFENSE HEALTH AGENCY (DHA) 472,262,399.07 472.26 million 78
3600 VETERANS AFFAIRS, DEPARTMENT OF 275,727,009.24 275.73 million 1,663
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 184,504,952.10 184.50 million 97
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 105,390,136.29 105.39 million 48
1205 USDA, DEPARTMENTAL ADMINISTRATION 101,722,741.24 101.72 million 282

Insight

Missouri 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 ENERGY, 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 = 'MO'
        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 76301 4,007,362,699.53 4.01 billion 1,035
HONEYWELL INTERNATIONAL INC. 14061 2,263,010,398.19 2.26 billion 38
THE BOEING COMPANY 76301 1,071,381,671.11 1.07 billion 219
OLIN WINCHESTER, LLC 8EUA5 911,155,915.39 911.16 million 47
BOEING COMPANY, THE 0PXV4 905,331,252.38 905.33 million 1,821
THE BOEING COMPANY 0PXV4 626,654,363.98 626.65 million 2,699
EXPRESS SCRIPTS, INC. 1WPW1 323,763,689.16 323.76 million 40
WORLD WIDE TECHNOLOGY, LLC 0MNV1 264,888,863.35 264.89 million 196
DRS SUSTAINMENT SYSTEMS, INC. 98255 228,338,572.08 228.34 million 91
EVERNORTH FEDERAL SERVICES INC 0Q6S3 145,091,872.38 145.09 million 8

Insight

Visible obligations in Missouri over the last full year appear concentrated among a relatively small set of leading vendors. BOEING COMPANY, THE ranks first, followed by HONEYWELL INTERNATIONAL INC., 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 = 'MO'
        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 3,039,858,904.48 3.04 billion 613
561210 FACILITIES SUPPORT SERVICES 2,408,793,422.89 2.41 billion 364
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,312,553,615.43 1.31 billion 4,024
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 1,017,948,111.65 1.02 billion 365
332992 SMALL ARMS AMMUNITION MANUFACTURING 911,225,941.21 911.23 million 57
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 883,490,336.47 883.49 million 162
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 468,699,993.35 468.70 million 45
541519 OTHER COMPUTER RELATED SERVICES 313,191,794.43 313.19 million 589
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 246,018,835.56 246.02 million 553
541330 ENGINEERING SERVICES 244,291,484.33 244.29 million 641

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Missouri 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 = 'MO'
        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
1510 AIRCRAFT, FIXED WING 2,822,324,418.90 2.82 billion 316
M1JZ OPERATION OF MISCELLANEOUS BUILDINGS 2,263,010,398.19 2.26 billion 38
1325 BOMBS 861,784,080.60 861.78 million 100
1410 GUIDED MISSILES 740,298,033.67 740.30 million 186
1305 AMMUNITION, THROUGH 30MM 715,814,285.61 715.81 million 48
1680 MISCELLANEOUS AIRCRAFT ACCESSORIES AND COMPONENTS 529,680,620.17 529.68 million 523
1560 AIRFRAME STRUCTURAL COMPONENTS 513,510,180.17 513.51 million 1,630
Q201 MEDICAL- MANAGED HEALTHCARE 482,576,709.22 482.58 million 164
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 252,979,371.47 252.98 million 289
DA10 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SOFTWARE AS A SERVICE 199,856,021.82 199.86 million 96

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Missouri 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 = 'MO'
        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 13,158,918,224.36 13.16 billion 125,637

Insight

The annual trend shows how obligations in Missouri 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.