Use this page to review federal contract obligations in Mississippi for last 10 years. The analysis is based on FPDS award-action data.
Geography
Mississippi Federal Contract Obligations (Last 10 Years)
This page summarizes federal contract obligations in Mississippi for last 10 years, including award volume and market trend context.
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.
About Mississippi federal contract activity
This page summarizes last 10 years of federal contract activity associated with Mississippi. Based on the current FPDS Query dataset, this geography shows 65.11 billion in visible obligations across 521,831 award actions, with an average action value of 124,764.85. 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 10 years. The visible agency ranking is led by DEPT OF THE NAVY, with 39.41 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 10 years. The current ranking is led by HUNTINGTON INGALLS INCORPORATED, with 30.32 billion in obligations, followed by L-3 COMMUNICATIONS VERTEX AEROSPACE LLC. 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 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 = 'MS'
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 | 39,406,784,352.68 | 39.41 billion | 17,636 |
| 2100 | DEPT OF THE ARMY | 6,978,775,799.31 | 6.98 billion | 23,963 |
| 5700 | DEPT OF THE AIR FORCE | 4,441,280,017.96 | 4.44 billion | 8,171 |
| 8000 | NATIONAL AERONAUTICS AND SPACE ADMINISTRATION | 3,103,748,549.37 | 3.10 billion | 7,108 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 2,213,638,766.84 | 2.21 billion | 4,822 |
| 7008 | U.S. COAST GUARD | 1,668,642,450.04 | 1.67 billion | 1,422 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 1,194,706,455.89 | 1.19 billion | 12,794 |
| 97AS | DEFENSE LOGISTICS AGENCY | 1,054,615,452.93 | 1.05 billion | 320,348 |
| 97ZS | U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) | 916,477,367.33 | 916.48 million | 791 |
| 1330 | NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION | 364,517,839.94 | 364.52 million | 1,946 |
Insight
Mississippi 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 = '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 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 |
|---|---|---|---|---|
| HUNTINGTON INGALLS INCORPORATED | 34293 | 30,323,265,653.88 | 30.32 billion | 6,778 |
| L-3 COMMUNICATIONS VERTEX AEROSPACE LLC | 1P066 | 3,894,224,804.29 | 3.89 billion | 5,185 |
| HUNTINGTON INGALLS INCORPORATED | 3,288,067,813.99 | 3.29 billion | 557 | |
| VT HALTER MARINE, INC. | 3BJ86 | 1,887,300,959.74 | 1.89 billion | 180 |
| HUNTINGTON INGALLS INC | 34293 | 1,693,985,510.00 | 1.69 billion | 87 |
| SYNCOM SPACE SERVICES LLC | 75X31 | 1,559,754,888.62 | 1.56 billion | 1,597 |
| VERTEX AEROSPACE LLC | 1P066 | 1,180,507,105.46 | 1.18 billion | 725 |
| RAYTHEON COMPANY | 96214 | 752,608,187.28 | 752.61 million | 161 |
| BOLLINGER MISSISSIPPI SHIPBUILDING, LLC | 3BJ86 | 638,613,964.99 | 638.61 million | 94 |
| L-3 COMMUNICATIONS VERTEX AEROSPACE LLC | 508,933,066.42 | 508.93 million | 368 |
Insight
Visible obligations in Mississippi over the last 10 years appear concentrated among a relatively small set of leading vendors. HUNTINGTON INGALLS INCORPORATED ranks first, followed by L-3 COMMUNICATIONS VERTEX AEROSPACE LLC, 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 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 |
|---|---|---|---|---|
| 336611 | SHIP BUILDING AND REPAIRING | 38,265,278,358.45 | 38.27 billion | 8,656 |
| 488190 | OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION | 6,097,417,382.26 | 6.10 billion | 7,039 |
| 561210 | FACILITIES SUPPORT SERVICES | 2,296,145,346.02 | 2.30 billion | 3,814 |
| 237990 | OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION | 1,477,966,598.91 | 1.48 billion | 1,734 |
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | 1,349,234,174.73 | 1.35 billion | 1,590 |
| 236220 | COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION | 1,188,954,437.12 | 1.19 billion | 3,410 |
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 916,571,755.94 | 916.57 million | 617 |
| 332992 | SMALL ARMS AMMUNITION MANUFACTURING | 867,734,300.85 | 867.73 million | 366 |
| 541330 | ENGINEERING SERVICES | 700,171,704.52 | 700.17 million | 2,865 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 625,642,754.36 | 625.64 million | 1,340 |
Insight
The top-NAICS table highlights the industries with the largest visible obligations in Mississippi 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 = 'MS'
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 |
|---|---|---|---|---|
| 1905 | COMBAT SHIPS AND LANDING VESSELS | 32,234,384,643.06 | 32.23 billion | 5,207 |
| J015 | MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT AND AIRFRAME STRUCTURAL COMPONENTS | 5,029,976,387.16 | 5.03 billion | 5,541 |
| 1925 | SPECIAL SERVICE VESSELS | 2,130,064,449.79 | 2.13 billion | 134 |
| 1990 | MISCELLANEOUS VESSELS | 1,604,343,453.04 | 1.60 billion | 344 |
| M1HB | OPERATION OF GOVERNMENT-OWNED GOVERNMENT-OPERATED (GOGO) R&D FACILITIES | 1,559,767,175.45 | 1.56 billion | 1,593 |
| K019 | MODIFICATION OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS | 922,216,866.71 | 922.22 million | 1,122 |
| 1305 | AMMUNITION, THROUGH 30MM | 874,246,820.24 | 874.25 million | 347 |
| J010 | MAINT/REPAIR/REBUILD OF EQUIPMENT- WEAPONS | 802,037,725.39 | 802.04 million | 1,033 |
| D301 | IT AND TELECOM- FACILITY OPERATION AND MAINTENANCE | 782,288,880.36 | 782.29 million | 515 |
| Y1PZ | CONSTRUCTION OF OTHER NON-BUILDING FACILITIES | 730,092,341.81 | 730.09 million | 1,081 |
Insight
The top-PSC table highlights the product and service codes with the largest visible obligations in Mississippi 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 = 'MS'
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 | 7,543,859,591.46 | 7.54 billion | 114,646 |
| 2024 | 6,426,455,829.88 | 6.43 billion | 108,713 |
| 2023 | 8,952,059,759.78 | 8.95 billion | 75,228 |
| 2022 | 4,114,447,412.72 | 4.11 billion | 26,801 |
| 2021 | 5,823,653,170.55 | 5.82 billion | 33,168 |
| 2020 | 6,705,307,003.08 | 6.71 billion | 40,079 |
| 2019 | 5,383,781,584.71 | 5.38 billion | 35,695 |
| 2018 | 9,675,913,164.15 | 9.68 billion | 33,933 |
| 2017 | 4,921,593,127.24 | 4.92 billion | 26,334 |
| 2016 | 5,559,098,359.86 | 5.56 billion | 27,234 |
Insight
The annual trend shows how obligations in Mississippi 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.