Geography

Rhode Island Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Rhode Island 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
RI
State
Rhode Island
Total Obligated
892.29 million
892,289,908.83
Award Actions
6,793
Average Action Value
131,354.32

About Rhode Island federal contract activity

This page summarizes last full year of federal contract activity associated with Rhode Island. Based on the current FPDS Query dataset, this geography shows 892.29 million in visible obligations across 6,793 award actions, with an average action value of 131,354.32. 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 Rhode Island 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 651.17 million in obligations, followed by VETERANS AFFAIRS, 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 Rhode Island over the last full year. The current ranking is led by SEACORP, LLC, with 91.29 million in obligations, followed by RITE-SOLUTIONS, 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 Rhode Island 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 = 'RI'
        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 651,174,286.56 651.17 million 1,842
3600 VETERANS AFFAIRS, DEPARTMENT OF 73,264,389.79 73.26 million 444
97AS DEFENSE LOGISTICS AGENCY 37,093,021.14 37.09 million 770
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 36,803,584.00 36.80 million 23
5700 DEPT OF THE AIR FORCE 25,192,836.15 25.19 million 47
2100 DEPT OF THE ARMY 20,687,827.05 20.69 million 178
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 12,033,781.34 12.03 million 15
7008 U.S. COAST GUARD 10,845,379.13 10.85 million 135
4732 FEDERAL ACQUISITION SERVICE 10,300,411.90 10.30 million 2,519
2044 UNITED STATES MINT 8,846,953.41 8.85 million 49

Insight

Rhode Island 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 VETERANS AFFAIRS, 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 = 'RI'
        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
SEACORP, LLC 2V276 91,292,792.40 91.29 million 106
RITE-SOLUTIONS, INC. 1PSA3 63,747,870.88 63.75 million 63
MCLAUGHLIN RESEARCH CORPORATION 3A051 40,794,336.52 40.79 million 92
EDESIA, INC. 5V1M0 36,803,584.00 36.80 million 23
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 33,113,444.64 33.11 million 49
RAYTHEON COMPANY 94404 32,866,535.40 32.87 million 75
PURVIS SYSTEMS INCORPORATED 2N954 28,524,786.07 28.52 million 70
CACI, INC. - FEDERAL 1QU78 23,185,262.51 23.19 million 22
MIKEL, INC. 5A6D6 22,813,868.90 22.81 million 49
IMPERIAL CONSTRUCTION & ELECTRIC INC. 46XM3 21,386,000.00 21.39 million 1

Insight

Visible obligations in Rhode Island over the last full year appear concentrated among a relatively small set of leading vendors. SEACORP, LLC ranks first, followed by RITE-SOLUTIONS, 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 = 'RI'
        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
541330 ENGINEERING SERVICES 379,556,996.76 379.56 million 812
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 65,636,806.97 65.64 million 157
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 57,534,106.16 57.53 million 134
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 50,075,774.71 50.08 million 106
311340 NONCHOCOLATE CONFECTIONERY MANUFACTURING 36,803,584.00 36.80 million 23
336999 ALL OTHER TRANSPORTATION EQUIPMENT MANUFACTURING 21,893,164.75 21.89 million 29
237130 POWER AND COMMUNICATION LINE AND RELATED STRUCTURES CONSTRUCTION 16,936,068.11 16.94 million 13
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 14,776,753.37 14.78 million 32
339112 SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING 14,217,106.29 14.22 million 33
611710 EDUCATIONAL SUPPORT SERVICES 14,171,523.88 14.17 million 85

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Rhode Island 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 = 'RI'
        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
AC33 NATIONAL DEFENSE R&D SERVICES; DEFENSE-RELATED ACTIVITIES; EXPERIMENTAL DEVELOPMENT 158,090,568.03 158.09 million 213
AC13 NATIONAL DEFENSE R&D SERVICES; DEPARTMENT OF DEFENSE - MILITARY; EXPERIMENTAL DEVELOPMENT 60,538,052.74 60.54 million 68
8945 FOOD, OILS AND FATS 37,037,365.50 37.04 million 31
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 33,159,860.30 33.16 million 122
AC32 NATIONAL DEFENSE R&D SERVICES; DEFENSE-RELATED ACTIVITIES; APPLIED RESEARCH 30,979,056.27 30.98 million 49
C219 ARCHITECT AND ENGINEERING- GENERAL: OTHER 27,490,971.17 27.49 million 111
J066 MAINT/REPAIR/REBUILD OF EQUIPMENT- INSTRUMENTS AND LABORATORY EQUIPMENT 24,248,752.45 24.25 million 37
J020 MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIP AND MARINE EQUIPMENT 24,114,321.42 24.11 million 28
Y1DA CONSTRUCTION OF HOSPITALS AND INFIRMARIES 21,692,620.00 21.69 million 5
5845 UNDERWATER SOUND EQUIPMENT 20,163,752.34 20.16 million 50

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Rhode Island 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 = 'RI'
        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 892,289,908.83 892.29 million 6,793

Insight

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