- Data Central
- 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.
Warren County, Mississippi power outages in last 15 days
Total tracked customers: 21,661
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 Great Falls Tribune is making this page free to read. To support important local journalism like this, please consider becoming a digital subscriber.
Power outages in Mississippi
Area | % of power outage | Number of outages reported | Number of customers tracked |
---|---|---|---|
Mississippi | 0.1 | 1,017 | 1,913,642 |
Smith County, MS | 3.1 | 279 | 8,942 |
Claiborne County, MS | 2.2 | 114 | 5,123 |
Covington County, MS | 1.1 | 108 | 9,545 |
Amite County, MS | 0.3 | 23 | 9,063 |
Rankin County, MS | 0.3 | 207 | 75,328 |
Wayne County, MS | 0.3 | 37 | 12,118 |
Adams County, MS | 0.2 | 41 | 17,029 |
Simpson County, MS | 0.2 | 23 | 14,219 |
Tippah County, MS | 0.2 | 22 | 11,184 |
Walthall County, MS | 0.2 | 16 | 8,976 |
Hinds County, MS | 0.1 | 56 | 109,532 |
Jasper County, MS | 0.1 | 6 | 9,908 |
Jefferson County, MS | 0.1 | 3 | 4,880 |
Jones County, MS | 0.1 | 25 | 35,846 |
Noxubee County, MS | 0.1 | 3 | 3,408 |
Panola County, MS | 0.1 | 13 | 18,457 |
Clarke County, MS | 0.0 | 1 | 10,069 |
DeSoto County, MS | 0.0 | 1 | 61,506 |
Forrest County, MS | 0.0 | 3 | 40,201 |
George County, MS | 0.0 | 5 | 15,081 |
Greene County, MS | 0.0 | 1 | 7,541 |
Harrison County, MS | 0.0 | 1 | 107,406 |
Itawamba County, MS | 0.0 | 1 | 123,803 |
Jackson County, MS | 0.0 | 1 | 74,769 |
Lee County, MS | 0.0 | 1 | 477,398 |
Madison County, MS | 0.0 | 4 | 52,520 |
Marion County, MS | 0.0 | 1 | 13,769 |
Perry County, MS | 0.0 | 2 | 7,232 |
Pike County, MS | 0.0 | 4 | 22,109 |
Scott County, MS | 0.0 | 1 | 14,325 |
Stone County, MS | 0.0 | 1 | 9,987 |
Tallahatchie County, MS | 0.0 | 2 | 7,060 |
Tate County, MS | 0.0 | 1 | 14,032 |
Warren County, MS | 0.0 | 7 | 21,661 |
Washington County, MS | 0.0 | 1 | 15,614 |
Wilkinson County, MS | 0.0 | 1 | 5,751 |
Yalobusha County, MS | 0.0 | 1 | 5,539 |
Related Databaes
'; popupContent += '
'; return popupContent; } mapboxgl.accessToken = 'pk.eyJ1IjoieXB5dW4iLCJhIjoiY2oxcW4ybWhxMDBkMjJxcGVhbDV5cnpzYyJ9.oFQSnOc57xCR7A51OR6-3w'; var map = new mapboxgl.Map({container: 'map', style: 'mapbox://styles/ypyun/ck0flqufl2k1x1cpmupm5sl2y', center: [-111.2919, 47.5049], 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 = US28149; BounceLine.forEach(function(Tpolygon) { Tpolygon.forEach(function(Tline){ Tline.forEach(function(Tpoint){bounds.extend(Tpoint); }) }) }); map.fitBounds(bounds, { padding: 110 });