Federal Agency

FEDERAL ENERGY REGULATORY COMMISSION Federal Contract Obligations (Last Year)

Federal Energy Regulatory Commission procurement activity for the last full year totaled $151.09 million across 522 award actions.

This page summarizes Federal Energy Regulatory Commission (Agency ID 8960) obligations, award volume, major vendors, and leading NAICS categories for the last full year. The data show a concentration in IT and systems work, led by computer systems design and related services.

Generated at 03/21/2026

Analysis period: Last full year

Values reflect the provided FPDS analysis window and may differ slightly from underlying transaction detail due to rounding.

Agency ID
8960
Total Obligated
151.09 million
151,089,767.20
Award Actions
522
Average Action Value
289,443.99

About FEDERAL ENERGY REGULATORY COMMISSION federal contract activity

In the last full year, the Federal Energy Regulatory Commission obligated $151.09 million across 522 awards, for an average award value of $289,443.99. The obligation profile indicates a large number of relatively modest transactions alongside a smaller set of higher-value awards.

Vendor concentration and leading contractors

ACCENTURE FEDERAL SERVICES LLC was the dominant vendor, accounting for $60.16 million across 14 awards, or roughly two-fifths of the agency’s total obligations. The remaining top vendors—PROCENTRIX, LLC; ZVOLVANT SOLUTIONS LLC; IMPYRIAN LLC; and MINBURN TECHNOLOGY GROUP, LLC—each received materially smaller shares, suggesting a concentrated but not exclusive vendor base.

Industry profile based on NAICS activity

The agency’s spending was led by IT and related support categories. NAICS 541512, Computer Systems Design Services, ranked first at $66.13 million, followed by 541519, Other Computer Related Services, at $42.50 million, and 541511, Custom Computer Programming Services, at $11.50 million; environmental consulting and security services also appeared among the top categories.

Annual contract trend over the analysis window

Annual activity for 2025 totaled $151.09 million across 522 awards. Because only one annual point is provided in the analysis window, this view supports a baseline assessment of current-year spending but does not show year-over-year change.

How to interpret this page

This summary is based on FPDS obligations recorded for the Federal Energy Regulatory Commission (Agency ID 8960) over the last full year. Vendor, NAICS, and annual trend rankings are derived from total obligated dollars and award counts in the provided dataset; values are rounded as presented.

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 1 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 60,158,056.60 60.16 million 14
PROCENTRIX, LLC 9,660,407.26 9.66 million 5
ZVOLVANT SOLUTIONS LLC 7,028,653.48 7.03 million 3
IMPYRIAN LLC 6,688,837.93 6.69 million 10
MINBURN TECHNOLOGY GROUP, LLC 6,671,099.90 6.67 million 7
WSP USA SOLUTIONS INC. 5,274,019.20 5.27 million 4
EXCELLA, INC. 4,782,665.52 4.78 million 8
WHITESTONE GROUP, INC., THE 3,165,078.14 3.17 million 5
RED RIVER TECHNOLOGY LLC 2,882,759.78 2.88 million 6
SERVICESOURCE INC 2,585,645.00 2.59 million 3

Insight

Over the last full year, FEDERAL ENERGY REGULATORY COMMISSION obligated $151.09 million across 522 awards, averaging $289,443.99 per award. Top vendor obligations are moderately concentrated: ACCENTURE FEDERAL SERVICES LLC alone accounts for $60.16 million across 14 awards, or about 40% of total obligations, while the next nine vendors each range from $2.59 million to $9.66 million. The remaining top vendors are distributed across relatively small award counts, indicating spend is driven by a small number of higher-dollar vendors rather than a broad, evenly dispersed vendor base.

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 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 66,126,439.49 66.13 million 32
541519 OTHER COMPUTER RELATED SERVICES 42,498,877.96 42.50 million 122
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 11,498,654.46 11.50 million 27
541620 ENVIRONMENTAL CONSULTING SERVICES 6,902,731.94 6.90 million 26
561612 SECURITY GUARDS AND PATROL SERVICES 3,165,078.14 3.17 million 5
511210 SOFTWARE PUBLISHERS 3,068,008.97 3.07 million 39
561499 ALL OTHER BUSINESS SUPPORT SERVICES 2,993,511.20 2.99 million 4
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 2,853,950.48 2.85 million 12
337127 INSTITUTIONAL FURNITURE MANUFACTURING 2,054,631.41 2.05 million 10
334111 ELECTRONIC COMPUTER MANUFACTURING 1,757,883.89 1.76 million 16

Insight

Over the last full year, FEDERAL ENERGY REGULATORY COMMISSION obligated $151.09 million across 522 awards, with spending concentrated in IT-related NAICS codes. NAICS 541512 (Computer Systems Design Services) led at $66.13 million, followed by 541519 (Other Computer Related Services) at $42.50 million; together these two categories accounted for about 72% of total obligations. The remaining top NAICS categories were materially smaller and more diffuse, with only Environmental Consulting Services and several support/service codes exceeding $2 million each.

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

Insight

For the last full year, the Federal Energy Regulatory Commission obligated $151.09 million across 522 awards, for an average award value of $289,443.99. The annual data provided covers a single year, so it supports a snapshot of obligation volume and award distribution rather than a multi-year trend. Given the award count relative to total obligated dollars, obligations appear dispersed across a moderately large number of awards rather than concentrated in a small number of high-value actions.

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