Geography

Louisiana Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Louisiana 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
LA
State
Louisiana
Total Obligated
5.55 billion
5,551,729,533.77
Award Actions
34,913
Average Action Value
159,016.11

About Louisiana federal contract activity

This page summarizes last full year of federal contract activity associated with Louisiana. Based on the current FPDS Query dataset, this geography shows 5.55 billion in visible obligations across 34,913 award actions, with an average action value of 159,016.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 Louisiana 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 ARMY, with 1.27 billion in obligations, followed by U.S. COAST GUARD. 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 Louisiana over the last full year. The current ranking is led by BOLLINGER SHIPYARDS LOCKPORT, L.L.C., with 1.11 billion in obligations, followed by TEXTRON SYSTEMS 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 Louisiana 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 = 'LA'
        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
2100 DEPT OF THE ARMY 1,273,350,998.01 1.27 billion 1,818
7008 U.S. COAST GUARD 1,132,923,919.68 1.13 billion 479
1700 DEPT OF THE NAVY 1,090,297,014.25 1.09 billion 597
97AS DEFENSE LOGISTICS AGENCY 451,256,296.70 451.26 million 24,176
8900 ENERGY, DEPARTMENT OF 407,407,451.64 407.41 million 131
5700 DEPT OF THE AIR FORCE 228,109,082.33 228.11 million 668
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 168,763,046.94 168.76 million 153
12K2 AGRICULTURAL MARKETING SERVICE 160,101,354.10 160.10 million 98
3600 VETERANS AFFAIRS, DEPARTMENT OF 116,170,684.30 116.17 million 1,131
7001 OFFICE OF PROCUREMENT OPERATIONS 68,558,138.49 68.56 million 64

Insight

Louisiana 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 ARMY, followed by U.S. COAST GUARD, 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 = 'LA'
        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
BOLLINGER SHIPYARDS LOCKPORT, L.L.C. 64513 1,111,810,469.61 1.11 billion 44
TEXTRON SYSTEMS CORPORATION 50079 476,412,285.00 476.41 million 8
STRATEGIC STORAGE PARTNERS, LLC. 9MR71 261,499,992.00 261.50 million 5
TEXTRON SYSTEMS CORP 50079 163,380,117.65 163.38 million 2
PLACID REFINING COMPANY LLC 4HGA4 162,899,573.20 162.90 million 54
FLUOR FEDERAL PETROLEUM OPERATIONS, LLC 6RT19 136,500,039.00 136.50 million 17
NOVA SPACE SOLUTIONS, LLC 9WFY1 131,994,679.81 131.99 million 48
MANSON CONSTRUCTION CO 0FCP9 94,242,943.88 94.24 million 27
WEEKS MARINE, INC. 1RHV3 89,308,911.47 89.31 million 30
BL HARBERT INTERNATIONAL LLC 1NRU1 87,860,946.16 87.86 million 13

Insight

Visible obligations in Louisiana over the last full year appear concentrated among a relatively small set of leading vendors. BOLLINGER SHIPYARDS LOCKPORT, L.L.C. ranks first, followed by TEXTRON SYSTEMS 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 = 'LA'
        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 1,858,251,191.80 1.86 billion 263
561210 FACILITIES SUPPORT SERVICES 633,579,818.31 633.58 million 298
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 583,068,725.49 583.07 million 351
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 215,507,948.70 215.51 million 436
324110 PETROLEUM REFINERIES 180,224,567.20 180.22 million 4,813
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 163,387,418.24 163.39 million 8
483111 DEEP SEA FREIGHT TRANSPORTATION 93,290,026.13 93.29 million 285
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 90,691,054.33 90.69 million 141
611699 ALL OTHER MISCELLANEOUS SCHOOLS AND INSTRUCTION 84,054,847.10 84.05 million 18
541330 ENGINEERING SERVICES 79,066,801.47 79.07 million 466

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Louisiana 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 = 'LA'
        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
1925 SPECIAL SERVICE VESSELS 986,315,468.00 986.32 million 14
1905 COMBAT SHIPS AND LANDING VESSELS 640,781,812.42 640.78 million 65
R799 SUPPORT- MANAGEMENT: OTHER 407,977,203.52 407.98 million 50
Y1KF CONSTRUCTION OF DREDGING FACILITIES 268,911,204.90 268.91 million 110
Y1PZ CONSTRUCTION OF OTHER NON-BUILDING FACILITIES 259,277,662.69 259.28 million 183
9130 LIQUID PROPELLANTS AND FUELS, PETROLEUM BASE 176,566,939.37 176.57 million 4,785
2355 COMBAT, ASSAULT, AND TACTICAL VEHICLES, WHEELED 163,378,441.00 163.38 million 1
M1JZ OPERATION OF MISCELLANEOUS BUILDINGS 132,643,111.11 132.64 million 53
1940 SMALL CRAFT 122,588,133.91 122.59 million 68
U013 EDUCATION/TRAINING- COMBAT 84,081,397.10 84.08 million 15

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Louisiana 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 = 'LA'
        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 5,551,729,533.77 5.55 billion 34,913

Insight

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