NAICS Industry

NAICS 221122 Federal Contract Obligations (Last 5 Years)

Federal procurement activity for NAICS 221122, Electric Power Distribution, totals $4.85 billion across 16,444 award actions over the last five years.

This page summarizes federal obligations and award counts for electric power distribution contracts in the last five years. Defense Logistics Agency and the Department of the Army account for the largest shares of obligated dollars, while activity is spread across agencies, utilities, and privatized power providers.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations peaked at $1.15 billion in 2025 and were lowest in 2021 at $668.21 million.

NAICS Code
221122
Industry
ELECTRIC POWER DISTRIBUTION
Total Obligated
4.85 billion
4,846,718,101.02
Award Actions
16,444
Average Action Value
294,740.82

About NAICS 221122 federal contract activity

NAICS 221122, Electric Power Distribution, accounts for 4.85 billion in obligated federal spending across 16,444 awards over the last 5 years, with an average award value of 294,740.82. The profile reflects a high-volume, utility-focused spend category tied to recurring electricity distribution needs across federal facilities and overseas locations.

Agency demand and leading federal buyers

The Defense Logistics Agency is the largest buyer in this NAICS, with 1.62 billion obligated across 2,151 awards, followed by the Department of the Army at 1.17 billion across 2,783 awards. Veterans Affairs, the Department of the Air Force, and the Federal Prison System also represent meaningful demand, indicating that electric power distribution purchases are spread across both defense and civilian operating environments.

Vendor concentration and leading contractors

Foreign Utility Consolidated Reporting is the largest vendor by obligated dollars at 454.17 million, although it appears in only 49 awards, suggesting large-value utility billing activity. Korea Electric Power Corporation, Gulf Coast Electric Cooperative, Dominion Privatization Texas, and Pacific Gas and Electric Company round out the top vendors, showing a mix of foreign, cooperative, privatized, and investor-owned utilities among the leading suppliers.

Annual contract trend over the analysis window

Annual obligations were highest in 2025 at 1.15 billion, after 961.65 million in 2024 and roughly 1.03 billion in both 2023 and 2022. Spending fell to 668.21 million in 2021, then rebounded sharply in the following years, while award counts remained consistently high and relatively stable between 2,967 and 3,476 per year.

How to interpret this page

This summary is based on FPDS obligation data for NAICS 221122 over the last 5 years and reflects awards coded to electric power distribution. Dollar totals and award counts are aggregated from the provided analysis window, and agency and vendor rankings are ordered by total obligated dollars.

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__productOrServiceInformation__principalNAICSCode = '221122'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
97AS DEFENSE LOGISTICS AGENCY 1,616,606,358.74 1.62 billion 2,151
2100 DEPT OF THE ARMY 1,172,338,415.74 1.17 billion 2,783
3600 VETERANS AFFAIRS, DEPARTMENT OF 406,729,930.28 406.73 million 782
5700 DEPT OF THE AIR FORCE 263,207,377.16 263.21 million 379
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 251,549,958.62 251.55 million 3,172
4740 PUBLIC BUILDINGS SERVICE 217,083,442.70 217.08 million 507
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 147,760,655.56 147.76 million 336
1700 DEPT OF THE NAVY 103,519,770.32 103.52 million 565
3300 SMITHSONIAN INSTITUTION 73,385,080.79 73.39 million 81
1450 BUREAU OF INDIAN AFFAIRS 56,282,087.14 56.28 million 912

Insight

Obligations under NAICS 221122 total $4.85 billion over the last 5 years, with 16,444 awards averaging $294,740.82. Spending is concentrated in a small set of agencies: the Defense Logistics Agency leads with $1.62 billion, followed by the Department of the Army at $1.17 billion; together they account for a majority of total obligated dollars. The next tier drops sharply to Veterans Affairs ($406.73 million), the Department of the Air Force ($263.21 million), and the Federal Prison System ($251.55 million), indicating a high concentration of spend among defense-related and large facility-management agencies.

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,
        anyHeavy(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__productOrServiceInformation__principalNAICSCode = '221122'
        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 CAGE Code Total Obligated Readable Award Actions
FOREIGN UTILITY CONSOLIDATED REPORTING 3JDX5 454,173,352.55 454.17 million 49
KOREA ELECTRIC POWER CORPORATION 2W62F 284,099,582.93 284.10 million 489
GULF COAST ELECTRIC COOPERATIVE, INC. 3EU42 230,629,115.67 230.63 million 124
DOMINION PRIVATIZATION TEXAS, LLC 6V7D0 183,263,696.50 183.26 million 140
PACIFIC GAS AND ELECTRIC COMPANY 3AZ95 159,888,526.99 159.89 million 486
CONSTELLATION NEWENERGY, INC. 33EG0 146,002,949.44 146.00 million 270
CITY LIGHT & POWER ABERDEEN, LLC 7UR18 134,433,894.71 134.43 million 80
CITY LIGHT & POWER, INC. 3KCT4 128,674,188.86 128.67 million 139
POTOMAC ELECTRIC POWER COMPANY 3S638 117,844,266.23 117.84 million 418
WGL ENERGY SERVICES, INC. 07ZM9 101,173,349.37 101.17 million 134

Insight

Over the last 5 years, NAICS 221122 obligated $4.85 billion across 16,444 awards, with an average award value of $294,740.82. Vendor obligations are concentrated among a small set of suppliers: the top 10 vendors account for $2.04 billion, or about 42% of total obligated amount. The largest obligations are to FOREIGN UTILITY CONSOLIDATED REPORTING ($454.17 million) and KOREA ELECTRIC POWER CORPORATION ($284.10 million), while several other vendors, including PACIFIC GAS AND ELECTRIC COMPANY and POTOMAC ELECTRIC POWER COMPANY, also show high award counts, indicating a mix of large-dollar and recurring utility procurement activity.

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__productOrServiceInformation__principalNAICSCode = '221122'
        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 1,151,718,053.92 1.15 billion 3,476
2024 961,650,417.76 961.65 million 2,967
2023 1,032,035,021.60 1.03 billion 3,369
2022 1,033,105,598.16 1.03 billion 3,344
2021 668,209,009.58 668.21 million 3,288

Insight

NAICS 221122 obligated dollars totaled $4.85 billion across 16,444 awards over the last 5 years, averaging $294,740.82 per award. Annual obligations were relatively stable from 2022 through 2025 at about $0.96 billion to $1.15 billion, following a lower level in 2021 of $668.21 million. Award counts were also consistent, ranging from 2,967 to 3,476 per year, indicating a broadly distributed obligation pattern rather than heavy concentration in a single year.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, and annual trends.

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