Federal Agency

FEDERAL ENERGY REGULATORY COMMISSION Federal Contract Obligations (Last 10 Years)

Federal Energy Regulatory Commission procurement summary for the last 10 years, showing obligations, award volume, vendors, and NAICS patterns.

This page summarizes Federal Energy Regulatory Commission award activity over the last 10 years, totaling $976.99 million across 4,096 actions with an average action value of $238,523.79. Recent obligations have remained above $83 million annually, with 2025, 2024, and 2023 each near or above $144 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Vendor, NAICS, and annual totals are based on FPDS award actions in the analysis window and reflect obligated amounts as recorded.

Agency ID
8960
Total Obligated
976.99 million
976,993,458.20
Award Actions
4,096
Average Action Value
238,523.79

About FEDERAL ENERGY REGULATORY COMMISSION federal contract activity

Over the last 10 years, the FEDERAL ENERGY REGULATORY COMMISSION (Agency ID 8960) obligated 976.99 million across 4,096 awards, with an average award value of 238,523.79. The volume and value profile indicates a steady stream of relatively small-to-midsize awards rather than concentration in a few large obligations.

Vendor concentration and leading contractors

Vendor obligations are led by ACCENTURE FEDERAL SERVICES LLC at 245.35 million across 70 awards, followed by SRA INTERNATIONAL, INC. at 104.02 million across 26 awards and PROCENTRIX, LLC at 49.43 million across 14 awards. The remaining top vendors show meaningful award counts but lower total obligations, suggesting recurring service relationships across multiple procurement actions.

Industry profile based on NAICS activity

Contracting is concentrated in information technology-related categories, led by NAICS 541512 Computer Systems Design Services at 371.49 million across 203 awards and NAICS 541519 Other Computer Related Services at 244.77 million across 931 awards. Environmental consulting, security guard and patrol services, and institutional furniture manufacturing round out the top categories, indicating a broader support-services mix beyond core IT.

Annual contract trend over the analysis window

Annual obligations have remained elevated in the most recent years shown, from 83.37 million in 2021 to 121.30 million in 2022, 144.76 million in 2023, 150.29 million in 2024, and 151.09 million in 2025. Award counts also increased overall, peaking at 522 in 2025, which points to sustained procurement activity rather than a single-year surge.

How to interpret this page

This page summarizes FPDS obligations for Agency ID 8960 over the last 10 years using total obligated dollars, award counts, and average award value. Vendor, NAICS, and annual trend sections reflect the highest-obligation categories in the provided dataset and should be read as descriptive rankings for the stated analysis window.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '8960'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
ACCENTURE FEDERAL SERVICES LLC 245,348,726.65 245.35 million 70
SRA INTERNATIONAL, INC. 104,022,086.86 104.02 million 26
PROCENTRIX, LLC 49,434,472.18 49.43 million 14
ACCENTURE NATIONAL SECURITY SERVICES LIMITED LIABILITY COMPANY 29,855,923.03 29.86 million 41
TALU, LLC 21,012,300.55 21.01 million 52
SERVICE SOURCE, INC 19,832,283.28 19.83 million 29
REGAN TECHNOLOGIES CORPORATION 18,689,615.31 18.69 million 34
EXCELLA, INC. 17,646,331.34 17.65 million 24
CULPEPPER AND ASSOC SECURITY SERVICES INCORPORATED 16,247,485.59 16.25 million 17
WSP USA SOLUTIONS INC. 15,430,403.66 15.43 million 20

Insight

Over the last 10 years, FEDERAL ENERGY REGULATORY COMMISSION obligated $976.99 million across 4,096 awards, with an average award value of $238,523.79. Vendor obligations are concentrated at the top: ACCENTURE FEDERAL SERVICES LLC alone accounts for $245.35 million across 70 awards, and the top 10 vendors together represent a substantial share of total obligations, indicating reliance on a limited set of recurring contractors. Award counts are distributed across multiple vendors, but obligation levels remain skewed toward a small number of higher-dollar suppliers, led by ACCENTURE FEDERAL SERVICES LLC and SRA INTERNATIONAL, INC.

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__purchaserInformation__contractingOfficeAgencyID = '8960'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 371,493,834.30 371.49 million 203
541519 OTHER COMPUTER RELATED SERVICES 244,772,529.05 244.77 million 931
541620 ENVIRONMENTAL CONSULTING SERVICES 40,773,718.99 40.77 million 122
561612 SECURITY GUARDS AND PATROL SERVICES 33,750,837.99 33.75 million 64
337127 INSTITUTIONAL FURNITURE MANUFACTURING 30,927,168.55 30.93 million 69
511210 SOFTWARE PUBLISHERS 28,875,341.99 28.88 million 536
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 28,180,676.85 28.18 million 106
334111 ELECTRONIC COMPUTER MANUFACTURING 26,723,535.78 26.72 million 179
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 24,185,776.38 24.19 million 133
561499 ALL OTHER BUSINESS SUPPORT SERVICES 23,584,430.82 23.58 million 38

Insight

Over the last 10 years, FEDERAL ENERGY REGULATORY COMMISSION obligated 976.99 million across 4,096 awards, with procurement concentrated in IT and related professional services. NAICS 541512, Computer Systems Design Services, is the largest category at 371.49 million, followed by 541519, Other Computer Related Services, at 244.77 million; together they account for the majority of obligated dollars in the top NAICS set. Award activity is more dispersed than dollars, with 541519 generating 931 awards and 511210, Software Publishers, 536 awards despite relatively lower obligated amounts, indicating a mix of higher-value systems work and smaller recurring support buys.

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__purchaserInformation__contractingOfficeAgencyID = '8960'
        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 151,089,767.20 151.09 million 522
2024 150,285,109.41 150.29 million 455
2023 144,762,219.50 144.76 million 495
2022 121,297,070.73 121.30 million 482
2021 83,370,441.93 83.37 million 377
2020 71,950,347.71 71.95 million 397
2019 77,259,776.00 77.26 million 347
2018 66,483,442.40 66.48 million 350
2017 62,639,402.97 62.64 million 339
2016 47,855,880.35 47.86 million 332

Insight

Over the last 10 years, the Federal Energy Regulatory Commission obligated $976.99 million across 4,096 awards, averaging $238.5 thousand per award. Obligations generally increased over the period, rising from $47.86 million in 2016 to a peak of $151.09 million in 2025, with a strong concentration in the most recent four years: 2022 through 2025 accounted for $567.44 million, or about 58% of the 10-year total. Award volume also trended upward over time, moving from 332 awards in 2016 to 522 in 2025, indicating higher annual activity alongside higher obligation levels.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.