Geography

Indiana Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Indiana 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
IN
State
Indiana
Total Obligated
6.50 billion
6,503,487,757.11
Award Actions
32,939
Average Action Value
197,440.35

About Indiana federal contract activity

This page summarizes last full year of federal contract activity associated with Indiana. Based on the current FPDS Query dataset, this geography shows 6.50 billion in visible obligations across 32,939 award actions, with an average action value of 197,440.35. 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 Indiana 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 1.81 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 Indiana over the last full year. The current ranking is led by ROLLS-ROYCE CORPORATION, with 1.33 billion in obligations, followed by AM GENERAL 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 Indiana 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 = 'IN'
        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 1,809,194,831.67 1.81 billion 3,450
2100 DEPT OF THE ARMY 1,578,580,935.73 1.58 billion 1,111
5700 DEPT OF THE AIR FORCE 1,255,168,774.55 1.26 billion 822
97AS DEFENSE LOGISTICS AGENCY 524,725,465.90 524.73 million 14,454
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 282,228,336.17 282.23 million 42
4740 PUBLIC BUILDINGS SERVICE 251,554,365.17 251.55 million 255
3600 VETERANS AFFAIRS, DEPARTMENT OF 207,685,329.69 207.69 million 1,745
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 128,748,315.68 128.75 million 263
12K2 AGRICULTURAL MARKETING SERVICE 96,190,950.90 96.19 million 243
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 68,833,748.28 68.83 million 1,594

Insight

Indiana 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 = 'IN'
        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
ROLLS-ROYCE CORPORATION 63005 1,330,516,114.32 1.33 billion 702
AM GENERAL LLC 0H3G6 1,052,132,452.40 1.05 billion 132
UNDERSEA SENSOR SYSTEMS, INC. 1JGV5 396,346,106.84 396.35 million 20
NATIONAL GOVERNMENT SERVICES, INC. 3NKX7 281,797,507.17 281.80 million 39
VERTEX MODERNIZATION AND SUSTAINMENT LLC 96JA0 260,364,827.53 260.36 million 151
AMERESCO, INC. 1R5J7 217,262,240.00 217.26 million 2
CACI, INC. - FEDERAL 1QU78 177,335,835.72 177.34 million 67
CUMMINS INC. 15434 154,368,784.85 154.37 million 14
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 142,964,458.71 142.96 million 236
AMERIQUAL GROUP, LLC 08KA0 131,922,401.80 131.92 million 27

Insight

Visible obligations in Indiana over the last full year appear concentrated among a relatively small set of leading vendors. ROLLS-ROYCE CORPORATION ranks first, followed by AM GENERAL 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 = 'IN'
        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
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 1,211,502,325.37 1.21 billion 569
541330 ENGINEERING SERVICES 684,207,839.55 684.21 million 845
336212 TRUCK TRAILER MANUFACTURING 652,413,014.69 652.41 million 66
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 434,787,925.01 434.79 million 220
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 432,523,999.53 432.52 million 120
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 402,180,829.53 402.18 million 554
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 204,781,933.00 204.78 million 25
311421 FRUIT AND VEGETABLE CANNING 196,606,350.29 196.61 million 159
561990 ALL OTHER SUPPORT SERVICES 187,330,073.22 187.33 million 42
333618 OTHER ENGINE EQUIPMENT MANUFACTURING 162,163,159.84 162.16 million 134

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Indiana 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 = 'IN'
        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
2320 TRUCKS AND TRUCK TRACTORS, WHEELED 1,015,893,532.38 1.02 billion 73
2840 GAS TURBINES AND JET ENGINES, AIRCRAFT, PRIME MOVING; AND COMPONENTS 580,944,766.74 580.94 million 212
5845 UNDERWATER SOUND EQUIPMENT 395,205,344.70 395.21 million 57
J028 MAINT/REPAIR/REBUILD OF EQUIPMENT- ENGINES, TURBINES, AND COMPONENTS 383,066,998.16 383.07 million 85
AC32 NATIONAL DEFENSE R&D SERVICES; DEFENSE-RELATED ACTIVITIES; APPLIED RESEARCH 362,395,076.54 362.40 million 312
J010 MAINT/REPAIR/REBUILD OF EQUIPMENT- WEAPONS 289,648,508.94 289.65 million 40
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 278,686,803.55 278.69 million 516
B540 SPECIAL STUDIES/ANALYSIS- BUILDING TECHNOLOGY 217,262,240.00 217.26 million 2
G007 SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS 204,781,933.00 204.78 million 25
8970 COMPOSITE FOOD PACKAGES 166,026,673.21 166.03 million 282

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Indiana 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 = 'IN'
        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,503,487,757.11 6.50 billion 32,939

Insight

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