Federal Agency

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

Federal Energy Regulatory Commission FPDS contract data for the last 5 years shows 650.80 million in obligations across 2,331 award actions.

This page summarizes Federal Energy Regulatory Commission procurement activity over the last five years, including total obligations, award volume, leading vendors, and dominant NAICS categories. The data shows a concentration in IT services, with annual obligations rising from 83.37 million in 2021 to 151.09 million in 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect readable FPDS totals for the selected analysis window and may differ slightly from exact-dollar calculations due to rounding.

Agency ID
8960
Total Obligated
650.80 million
650,804,608.77
Award Actions
2,331
Average Action Value
279,195.45

About FEDERAL ENERGY REGULATORY COMMISSION federal contract activity

Over the last 5 years, the Federal Energy Regulatory Commission obligated 650.80 million across 2,331 awards, for an average award value of 279,195.45. The profile indicates a procurement portfolio dominated by recurring service buys rather than a small number of very large transactions.

Vendor concentration and leading contractors

ACCENTURE FEDERAL SERVICES LLC is the clear top vendor at 237.33 million across 67 awards, accounting for more than one-third of total obligations in the period. The remaining top vendors—PROCENTRIX, LLC; EXCELLA, INC.; WSP USA SOLUTIONS INC.; and REGAN TECHNOLOGIES CORPORATION—each represent materially smaller shares, suggesting a concentrated but not exclusively single-vendor procurement base.

Industry profile based on NAICS activity

The largest obligations are concentrated in information technology and related professional services, led by NAICS 541512 Computer Systems Design Services at 255.65 million and NAICS 541519 Other Computer Related Services at 189.87 million. Additional spending appears in custom programming, environmental consulting, and institutional furniture manufacturing, indicating a mix of technical support, mission-adjacent services, and acquisition activity beyond IT.

Annual contract trend over the analysis window

Annual obligations increased from 83.37 million in 2021 to 151.09 million in 2025, with steady year-over-year growth overall. Award counts remained high throughout the period, peaking at 522 awards in 2025, which suggests continued procurement throughput alongside higher funding levels.

How to interpret this page

This page summarizes FPDS obligation and award data for the Federal Energy Regulatory Commission (Agency ID 8960) over the last 5 years. Totals, averages, vendor rankings, NAICS concentrations, and annual trends are based on obligated dollars and award counts in the selected 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 5 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 237,330,689.12 237.33 million 67
PROCENTRIX, LLC 49,434,472.18 49.43 million 14
EXCELLA, INC. 17,646,331.34 17.65 million 24
WSP USA SOLUTIONS INC. 16,468,257.23 16.47 million 18
REGAN TECHNOLOGIES CORPORATION 14,076,172.76 14.08 million 27
IMPYRIAN LLC 14,003,733.20 14.00 million 30
ZVOLVANT SOLUTIONS LLC 13,016,483.08 13.02 million 7
MINBURN TECHNOLOGY GROUP, LLC 12,635,382.91 12.64 million 11
WHITESTONE GROUP, INC., THE 12,075,905.25 12.08 million 11
ACCENTURE NATIONAL SECURITY SERVICES LIMITED LIABILITY COMPANY 11,602,786.72 11.60 million 19

Insight

Over the last 5 years, FEDERAL ENERGY REGULATORY COMMISSION obligated $650.80 million across 2,331 awards, with an average award value of $279,195.45. Vendor obligations are moderately concentrated: ACCENTURE FEDERAL SERVICES LLC accounts for $237.33 million across 67 awards, or about 36% of total obligated dollars. The remaining top vendors are much smaller, with the next largest at $49.43 million and the rest clustered between roughly $11.60 million and $17.65 million, indicating a long tail after the top supplier.

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 5 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 255,654,300.86 255.65 million 144
541519 OTHER COMPUTER RELATED SERVICES 189,874,270.84 189.87 million 599
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 25,078,584.62 25.08 million 76
541620 ENVIRONMENTAL CONSULTING SERVICES 23,744,513.19 23.74 million 65
337127 INSTITUTIONAL FURNITURE MANUFACTURING 20,132,500.19 20.13 million 51
511210 SOFTWARE PUBLISHERS 17,251,695.24 17.25 million 245
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 16,223,075.61 16.22 million 78
561612 SECURITY GUARDS AND PATROL SERVICES 15,441,540.31 15.44 million 25
561499 ALL OTHER BUSINESS SUPPORT SERVICES 12,882,419.65 12.88 million 25
561210 FACILITIES SUPPORT SERVICES 10,372,577.35 10.37 million 73

Insight

Over the last 5 years, FEDERAL ENERGY REGULATORY COMMISSION obligated $650.80 million across 2,331 awards, with spending concentrated in IT-related NAICS codes. NAICS 541512 (Computer Systems Design Services) led obligations at $255.65 million, followed by 541519 (Other Computer Related Services) at $189.87 million; together they account for about 68.5% of total obligations in the top 10 NAICS. The remaining obligations are distributed across smaller categories, including custom programming, environmental consulting, software publishing, management consulting, security, and facilities support, indicating a mix of recurring professional services and support contracts.

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 5 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

Insight

Over the last 5 years, the Federal Energy Regulatory Commission obligated $650.80 million across 2,331 awards, with an average award value of $279,195.45. Annual obligations increased steadily from $83.37 million in 2021 to about $150 million in 2024 and remained essentially level in 2025 at $151.09 million, indicating sustained funding at a higher plateau. Award counts were relatively stable between 377 and 522 per year, with the highest count in 2025, suggesting obligations are broadly distributed rather than concentrated in a small number of awards.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.