Geography

Mississippi Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Mississippi 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
MS
State
Mississippi
Total Obligated
7.54 billion
7,543,859,591.46
Award Actions
114,646
Average Action Value
65,801.33

About Mississippi federal contract activity

This page summarizes last full year of federal contract activity associated with Mississippi. Based on the current FPDS Query dataset, this geography shows 7.54 billion in visible obligations across 114,646 award actions, with an average action value of 65,801.33. 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 Mississippi 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 NAVY, with 5.69 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 Mississippi over the last full year. The current ranking is led by HUNTINGTON INGALLS INCORPORATED, with 3.41 billion in obligations, followed by HUNTINGTON INGALLS 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 Mississippi 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 = 'MS'
        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
1700 DEPT OF THE NAVY 5,691,797,886.17 5.69 billion 1,815
2100 DEPT OF THE ARMY 704,527,208.13 704.53 million 2,102
5700 DEPT OF THE AIR FORCE 250,612,499.39 250.61 million 648
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 202,793,744.74 202.79 million 628
97AS DEFENSE LOGISTICS AGENCY 159,114,522.51 159.11 million 91,626
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 156,001,671.81 156.00 million 81
3600 VETERANS AFFAIRS, DEPARTMENT OF 105,805,844.57 105.81 million 1,097
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 79,068,591.85 79.07 million 134
6925 FEDERAL HIGHWAY ADMINISTRATION 55,794,794.78 55.79 million 29
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 53,303,762.85 53.30 million 130

Insight

Mississippi 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 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 = 'MS'
        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
HUNTINGTON INGALLS INCORPORATED 34293 3,405,539,194.06 3.41 billion 747
HUNTINGTON INGALLS INC 34293 941,221,973.00 941.22 million 68
BOLLINGER MISSISSIPPI SHIPBUILDING, LLC 3BJ86 631,013,940.65 631.01 million 39
VERTEX AEROSPACE LLC 1P066 338,374,036.28 338.37 million 165
RAYTHEON COMPANY 96214 134,793,323.99 134.79 million 29
OLIN WINCHESTER LLC 83WC3 101,235,435.24 101.24 million 18
BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. 99789 97,594,660.22 97.59 million 31
NOBLE SUPPLY & LOGISTICS, LLC 1HEN9 71,207,108.15 71.21 million 80,563
SEEMANN COMPOSITES, LLC 0EXM6 66,287,738.93 66.29 million 54
M1 SUPPORT SERVICES, L.P. 3KXK1 62,747,625.50 62.75 million 18

Insight

Visible obligations in Mississippi over the last full year appear concentrated among a relatively small set of leading vendors. HUNTINGTON INGALLS INCORPORATED ranks first, followed by HUNTINGTON INGALLS 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 = 'MS'
        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
336611 SHIP BUILDING AND REPAIRING 5,026,032,208.17 5.03 billion 1,002
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 323,910,750.16 323.91 million 309
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 191,199,812.21 191.20 million 84
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 149,411,570.77 149.41 million 256
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 147,640,488.21 147.64 million 166
561210 FACILITIES SUPPORT SERVICES 127,287,630.48 127.29 million 418
332992 SMALL ARMS AMMUNITION MANUFACTURING 103,260,805.01 103.26 million 27
541512 COMPUTER SYSTEMS DESIGN SERVICES 100,027,144.40 100.03 million 113
541330 ENGINEERING SERVICES 88,041,632.85 88.04 million 246
332722 BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING 69,138,884.81 69.14 million 76,511

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Mississippi 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 = 'MS'
        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
1905 COMBAT SHIPS AND LANDING VESSELS 4,619,466,451.08 4.62 billion 758
1925 SPECIAL SERVICE VESSELS 615,528,043.39 615.53 million 21
J015 MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT AND AIRFRAME STRUCTURAL COMPONENTS 336,871,533.30 336.87 million 269
5841 RADAR EQUIPMENT, AIRBORNE 128,020,748.39 128.02 million 29
DB01 IT AND TELECOM - HIGH PERFORMANCE COMPUTING (HPC) SUPPORT SERVICES (LABOR) 122,013,812.39 122.01 million 46
1305 AMMUNITION, THROUGH 30MM 109,911,979.75 109.91 million 29
Y1JZ CONSTRUCTION OF MISCELLANEOUS BUILDINGS 83,303,161.49 83.30 million 85
Y1PZ CONSTRUCTION OF OTHER NON-BUILDING FACILITIES 69,729,285.81 69.73 million 109
Y1KF CONSTRUCTION OF DREDGING FACILITIES 56,787,485.78 56.79 million 26
Y1LB CONSTRUCTION OF HIGHWAYS, ROADS, STREETS, BRIDGES, AND RAILWAYS 54,841,641.58 54.84 million 23

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Mississippi 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 = 'MS'
        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 7,543,859,591.46 7.54 billion 114,646

Insight

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