OFF THE GRID: United States and West Carroll Parish, Louisiana Power Outage Tracker (2025)

  1. Data Central
  2. Power Outages

Search

As severe weather or blizzards threaten, this database aggregates power outage information from more than 1,000 companies nationwide. It will automatically update every 15 minutes.

Power outages in last 72 hours

View the map as of

% of Power Outages

More than 80%

75-80%

70-75%

65-70%

60-65%

55-60%

50-55%

45-50%

40-45%

35-40%

30-35%

25-30%

20-25%

15-20%

10-15%

Less than 10%

0%

% of Power Outages

100%

Source: Utility companies' power outage maps

To provide our community with important public safety information, the The Town Talk is making this page free to read. To support important local journalism like this, please consider becoming a digital subscriber.

Power outages in Louisiana

Area% of power outageNumber of outages reportedNumber of customers tracked
Louisiana0.11,9442,247,521
Tangipahoa Parish, LA1.396272,072
Sabine Parish, LA0.23619,020
St. Helena Parish, LA0.2117,083
Washington Parish, LA0.24025,180
Caddo Parish, LA0.1155119,180
Jefferson Parish, LA0.1253211,187
Livingston Parish, LA0.14571,854
Orleans Parish, LA0.1179195,402
St. Tammany Parish, LA0.1202138,885
Ascension Parish, LA0.0159,810
Avoyelles Parish, LA0.0222,116
Beauregard Parish, LA0.0120,633
Calcasieu Parish, LA0.01101,201
Caldwell Parish, LA0.016,209
Concordia Parish, LA0.014,996
De Soto Parish, LA0.0415,151
East Baton Rouge Parish, LA0.010219,082
Evangeline Parish, LA0.0118,051
Grant Parish, LA0.0110,648
Iberville Parish, LA0.019,179
Natchitoches Parish, LA0.0413,337
Ouachita Parish, LA0.0781,165
Rapides Parish, LA0.0146,259
Richland Parish, LA0.018,978
St. Charles Parish, LA0.0222,536
St. James Parish, LA0.019,787
St. John the Baptist Parish, LA0.0619,153
St. Landry Parish, LA0.0147,734
St. Martin Parish, LA0.0126,202
St. Mary Parish, LA0.0119,058
Vernon Parish, LA0.01024,412
West Baton Rouge Parish, LA0.0113,345
West Feliciana Parish, LA0.016,447

Related Databaes

OFF THE GRID: Power Outage TrackerAs severe weather or blizzards threaten, this database scrapes power outage information from more than 1,000 companies nationwide. It will automatically update every 15 minutes.Weather Alerts: Warnings, Watches and AdvisoriesTrack all current severe weather warnings, watches and advisories for Alexandria, Louisiana and other areas in the United States on the interactive weather alerts page. This data is updated every 5 minutes.Rolling Storm Damage ReportsAs storms strike, this interactive map is your guide to impacts and damage reports coming into National Weather Service stations nationwide.A history of twisters: Tornadoes in Florida since 1950sThis interactive map, which contains data from January 1950, pinpoints where a cyclone touched down and traces its path of destruction. For more recent tornadoes, clicking deeper provides more details, damage estimates and whether someone was injured or killed in the storm.Real-time Streamflow Map: River Water Level Current data typically are recorded at 15- to 60-minute intervals.Excessive Rainfall ForecastWeather Prediction Center forecasts the probability that rainfall will exceed flash flood guidance within 25 miles of a point.Maximum Heat Index ForecastMaximum heat index forecast for next 7 days. Updated daily from May 1 through Sept. 30Drought Monitor and HistoryData shows the location and intensity of drought across the country.Wildfire and Smoke TrackerFire data is updated hourly based upon input from incident intelligence sources, GPS data, infrared (IR) imagery from fixed wing and satellite platforms.Wildfire HistorySee a map of wildfires since 2017Air Quality Index (AQI) Forecasts and Current ConditionsThe Air Quality Index (AQI) translates air quality data into numbers and colors that help people understand when to take action to protect their health.Storm Tracker and Model MixerA hurricane watcher's guide to the latest track and model forecasts. This storm tracker contains data from 1851.Weather Data since 1895County-level monthly precipitation and temperature data since 1895 provieded by National Centers for Environmental Information (NCEI). The data is updated every month.

'; popupContent += '

'; return popupContent; } mapboxgl.accessToken = 'pk.eyJ1IjoieXB5dW4iLCJhIjoiY2oxcW4ybWhxMDBkMjJxcGVhbDV5cnpzYyJ9.oFQSnOc57xCR7A51OR6-3w'; var map = new mapboxgl.Map({container: 'map', style: 'mapbox://styles/ypyun/ck0flqufl2k1x1cpmupm5sl2y', center: [-92.4449, 31.3112], zoom: 5, attributionControl: false, }); map.addControl(new mapboxgl.AttributionControl({ compact: true })); var mapcr = [ "step", ["get", "c"], '#ffffff',1,'#f1d2ca',2,'#edc7bd',3,'#e9bcb0',4,'#e5b1a4',5,'#e0a697',6,'#db9b8b',7,'#d6907f',8,'#d18573',9,'#cb7a67',10,'#c56f5c',15,'#bf6451',20,'#b95945',25,'#b24e3a',30,'#ac4330',35,'#a53725',40,'#9e2a1a',45,'#961b0f',50,'#8f0303',55,'#820408',60,'#75060b',65,'#68080d',70,'#5b0a0e',75,'#4e0c0e',80,'#410c0e',85,'#340c0c',90,'#280b09',95,'#1d0605',]; map.on('load', function () { var layers = map.getStyle().layers; var firstSymbolId; for (var i = 0; i < layers.length; i++) { if (layers[i].type === 'symbol') { firstSymbolId = layers[i].id; break; } } d3.json('', function(err, data) { map.addLayer({ "id": "StormPowerOutages", "type": "fill", "source": { "type": "geojson", "data":PowerOutagesJSON }, "paint": {'fill-color':mapcr, 'fill-opacity':0.8, 'fill-outline-color': '#CCC', }}, firstSymbolId); map.on('click', 'StormPowerOutages', function (e) {new mapboxgl.Popup({ offset: 14 }).setLngLat(e.lngLat).setHTML(onGonFeature(e.features[0])).addTo(map);}); map.on('mouseenter', 'StormPowerOutages', function () {map.getCanvas().style.cursor = 'pointer'; }); map.on('mouseleave', 'StormPowerOutages', function () {map.getCanvas().style.cursor = '';}); filterBy(72.0); document.getElementById('slider').addEventListener('input', function(e) { var time = parseInt(e.target.value, 10); filterBy(time); }); }); }); var bounds = new mapboxgl.LngLatBounds(); // var BounceLine = US22123; BounceLine.forEach(function(Tpolygon) { Tpolygon.forEach(function(Tline){ Tline.forEach(function(Tpoint){bounds.extend(Tpoint); }) }) }); map.fitBounds(bounds, { padding: 110 });

OFF THE GRID: United States and West Carroll Parish, Louisiana Power Outage Tracker (2025)

FAQs

What place has the most power outages? ›

Almost one-quarter of 2022 power outages occurred in California. The state of California also came in first for the most power outages overall in the last 20 years: 2,684.

What is a local power outage? ›

A power outage is when the electrical power goes out unexpectedly. A power outage may do the following: Disrupt communications, water, and transportation. Close retail businesses, grocery stores, gas stations, ATMs, banks, and other services.

What states are at high risk for blackouts? ›

States at high risk for blackouts include Maine, Louisiana, Mississippi, and Florida, all of which experience frequent severe weather events. Which state has the least power outages? Washington D.C. has the least power outages, with an average of 0.47 outages per year.

How long is food good in the fridge without power? ›

As the USDA notes in Keeping Food Safe During an Emergency, your refrigerator will keep food safe for up to 4 hours during a power outage. Keep the door closed as much as possible. Discard refrigerated perishable food such as meat, poultry, fish, eggs, and leftovers after 4 hours without power.

How long do most power outages last? ›

The duration of a power outage depends on its cause and the extent of damage to the electrical infrastructure. On average, most technical or minor outages in the USA last about 1-2 hours.

Why do I have no power? ›

The most common reason for there being no power in the house is a tripped switch in the fuse box. However, it could be due to a power failure in the electricity network. Let's look at how to fix a power cut at home depending on whether the power outage has just affected your home or the entire area.

What is the most likely cause of a power outage? ›

However, the three most common causes are natural causes, human error, and overload. Basically, any interruption between power generation and the supply of electricity to homes can cause a power outage.

Which state has more power outages? ›

The likelihood of an outage is much higher in California than in any other state. The biggest difference was noted in the fall, when the number of power outages in California was 1,348% higher than the national average.

Which country has the most power outages? ›

Papua New Guinea has more than 500 power cuts per year - the highest of any country. Whether it is a brief cut in power or a nationwide blackout, power outages can be highly inconvenient for businesses.

Does Texas have the most power outages? ›

Texas had 210 weather-related power outages — more than any other state — from 2000 to 2023, according to an analysis by the nonprofit Climate Central that used power outage data from the U.S. Department of Energy.

What is the biggest power outage in history? ›

The largest power outage in history by number of people affected took place in Northern India. On 30 and 31 July 2012, two severe blackouts occurred, the second of which affected some 670 million people—half the country's population, or almost 10% of the world's population.

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Rubie Ullrich

Last Updated:

Views: 5249

Rating: 4.1 / 5 (52 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Rubie Ullrich

Birthday: 1998-02-02

Address: 743 Stoltenberg Center, Genovevaville, NJ 59925-3119

Phone: +2202978377583

Job: Administration Engineer

Hobby: Surfing, Sailing, Listening to music, Web surfing, Kitesurfing, Geocaching, Backpacking

Introduction: My name is Rubie Ullrich, I am a enthusiastic, perfect, tender, vivacious, talented, famous, delightful person who loves writing and wants to share my knowledge and understanding with you.