Use this page to review federal contract obligations in South Carolina for last full year. The analysis is based on FPDS award-action data.
Geography
South Carolina Federal Contract Obligations (Last Year)
This page summarizes federal contract obligations in South Carolina for last full year, 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 full year analysis window.
About South Carolina federal contract activity
This page summarizes last full year of federal contract activity associated with South Carolina. Based on the current FPDS Query dataset, this geography shows 8.44 billion in visible obligations across 52,499 award actions, with an average action value of 160,755.83. 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 South Carolina appears concentrated among a relatively small group of federal buyers over the last full year. The visible agency ranking is led by ENERGY, DEPARTMENT OF, with 3.99 billion in obligations, followed by DEPT OF THE NAVY. 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 South Carolina over the last full year. The current ranking is led by SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC, with 2.38 billion in obligations, followed by SAVANNAH RIVER MISSION COMPLETION, 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 South Carolina 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 = 'SC'
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 |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | 3,986,358,845.94 | 3.99 billion | 387 |
| 1700 | DEPT OF THE NAVY | 1,764,693,735.93 | 1.76 billion | 2,560 |
| 7530 | CENTERS FOR MEDICARE AND MEDICAID SERVICES | 552,425,680.47 | 552.43 million | 65 |
| 2100 | DEPT OF THE ARMY | 504,271,632.55 | 504.27 million | 1,263 |
| 97AS | DEFENSE LOGISTICS AGENCY | 469,921,274.70 | 469.92 million | 41,609 |
| 5700 | DEPT OF THE AIR FORCE | 397,962,704.03 | 397.96 million | 1,015 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 312,577,055.68 | 312.58 million | 1,641 |
| 1900 | STATE, DEPARTMENT OF | 86,955,922.28 | 86.96 million | 374 |
| 12K2 | AGRICULTURAL MARKETING SERVICE | 77,198,589.93 | 77.20 million | 94 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 71,467,091.94 | 71.47 million | 70 |
Insight
South Carolina contract activity over the last full year appears concentrated among a relatively small group of buying agencies. The visible ranking is led by ENERGY, DEPARTMENT OF, followed by DEPT OF THE NAVY, 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 = 'SC'
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 |
|---|---|---|---|---|
| SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC | 4SZE8 | 2,382,391,680.03 | 2.38 billion | 31 |
| SAVANNAH RIVER MISSION COMPLETION, LLC | 8KB44 | 1,233,811,148.20 | 1.23 billion | 61 |
| PALMETTO GBA, LLC | 3EYS4 | 351,830,833.16 | 351.83 million | 54 |
| BATTELLE SAVANNAH RIVER ALLIANCE, LLC | 8L9R0 | 316,884,474.93 | 316.88 million | 30 |
| AMENTUM SERVICES, INC. | 5W3V7 | 286,676,955.31 | 286.68 million | 34 |
| COMPANION DATA SERVICES, LLC | 8ADG0 | 211,144,508.83 | 211.14 million | 12 |
| SCIENTIFIC RESEARCH CORPORATION | 0D5A6 | 189,418,587.19 | 189.42 million | 164 |
| DETYENS SHIPYARDS INC | 4D428 | 159,867,075.73 | 159.87 million | 119 |
| SO-PAK-CO, INC. | 6D623 | 149,575,544.99 | 149.58 million | 32 |
| SCIENCE APPLICATIONS INTERNATIONAL CORPORATION | 6XWA8 | 134,758,046.59 | 134.76 million | 153 |
Insight
Visible obligations in South Carolina over the last full year appear concentrated among a relatively small set of leading vendors. SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC ranks first, followed by SAVANNAH RIVER MISSION COMPLETION, 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 = 'SC'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 2,620,104,871.78 | 2.62 billion | 682 |
| 562910 | REMEDIATION SERVICES | 1,268,340,903.80 | 1.27 billion | 237 |
| 541330 | ENGINEERING SERVICES | 1,159,743,546.32 | 1.16 billion | 1,228 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 405,443,253.06 | 405.44 million | 224 |
| 236220 | COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION | 318,413,145.90 | 318.41 million | 673 |
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | 300,136,220.00 | 300.14 million | 26 |
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | 253,666,589.07 | 253.67 million | 56 |
| 336611 | SHIP BUILDING AND REPAIRING | 208,004,757.98 | 208.00 million | 373 |
| 311421 | FRUIT AND VEGETABLE CANNING | 158,987,690.40 | 158.99 million | 70 |
| 541519 | OTHER COMPUTER RELATED SERVICES | 157,964,905.63 | 157.96 million | 491 |
Insight
The top-NAICS table highlights the industries with the largest visible obligations in South Carolina 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 = 'SC'
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 |
|---|---|---|---|---|
| M159 | OPER OF GOVT OTHER INDUSTRIAL BLDG | 2,382,391,680.03 | 2.38 billion | 31 |
| R499 | SUPPORT- PROFESSIONAL: OTHER | 1,302,724,250.51 | 1.30 billion | 264 |
| R425 | SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL | 765,985,102.99 | 765.99 million | 723 |
| AJ12 | GENERAL SCIENCE AND TECHNOLOGY R&D SERVICES; GENERAL SCIENCE AND TECHNOLOGY; APPLIED RESEARCH | 318,352,463.74 | 318.35 million | 34 |
| G007 | SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS | 318,250,937.02 | 318.25 million | 34 |
| DC10 | IT AND TELECOM - DATA CENTER AS A SERVICE | 219,346,198.84 | 219.35 million | 16 |
| 8970 | COMPOSITE FOOD PACKAGES | 167,996,820.11 | 168.00 million | 731 |
| J998 | NON-NUCLEAR SHIP REPAIR (EAST) | 149,936,136.51 | 149.94 million | 216 |
| R604 | SUPPORT- ADMINISTRATIVE: MAILING/DISTRIBUTION | 135,364,967.51 | 135.36 million | 31 |
| 8905 | MEAT, POULTRY, AND FISH | 96,379,490.91 | 96.38 million | 2,536 |
Insight
The top-PSC table highlights the product and service codes with the largest visible obligations in South Carolina 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 = 'SC'
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 | 8,439,520,574.82 | 8.44 billion | 52,499 |
Insight
The annual trend shows how obligations in South Carolina 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.