- 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.
Ashland County, Ohio power outages in last 15 days
Total tracked customers: 25,897
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 Akron Beacon Journal is making this page free to read. To support important local journalism like this, please consider becoming a digital subscriber.
Power outages in Ohio
Area | % of power outage | Number of outages reported | Number of customers tracked |
---|---|---|---|
Ohio | 0.0 | 1,299 | 6,346,390 |
Jackson County, OH | 4.1 | 519 | 12,814 |
Pike County, OH | 2.1 | 357 | 16,750 |
Morgan County, OH | 0.9 | 76 | 8,694 |
Hocking County, OH | 0.1 | 10 | 17,819 |
Allen County, OH | 0.0 | 4 | 61,957 |
Athens County, OH | 0.0 | 4 | 29,060 |
Belmont County, OH | 0.0 | 4 | 32,642 |
Brown County, OH | 0.0 | 1 | 34,464 |
Butler County, OH | 0.0 | 1 | 340,369 |
Carroll County, OH | 0.0 | 4 | 17,151 |
Clark County, OH | 0.0 | 22 | 135,146 |
Clermont County, OH | 0.0 | 3 | 98,594 |
Columbiana County, OH | 0.0 | 4 | 47,855 |
Cuyahoga County, OH | 0.0 | 65 | 531,467 |
Delaware County, OH | 0.0 | 6 | 96,197 |
Fayette County, OH | 0.0 | 4 | 17,000 |
Franklin County, OH | 0.0 | 41 | 639,591 |
Hancock County, OH | 0.0 | 10 | 32,237 |
Hardin County, OH | 0.0 | 11 | 57,982 |
Harrison County, OH | 0.0 | 2 | 9,843 |
Huron County, OH | 0.0 | 8 | 28,861 |
Knox County, OH | 0.0 | 5 | 29,712 |
Lake County, OH | 0.0 | 14 | 102,751 |
Licking County, OH | 0.0 | 4 | 85,431 |
Lorain County, OH | 0.0 | 20 | 131,597 |
Lucas County, OH | 0.0 | 4 | 259,918 |
Mahoning County, OH | 0.0 | 4 | 112,524 |
Morrow County, OH | 0.0 | 4 | 13,385 |
Muskingum County, OH | 0.0 | 4 | 45,051 |
Pickaway County, OH | 0.0 | 1 | 30,085 |
Preble County, OH | 0.0 | 1 | 24,532 |
Richland County, OH | 0.0 | 10 | 53,556 |
Ross County, OH | 0.0 | 10 | 40,673 |
Sandusky County, OH | 0.0 | 8 | 24,883 |
Scioto County, OH | 0.0 | 7 | 43,132 |
Stark County, OH | 0.0 | 4 | 179,391 |
Summit County, OH | 0.0 | 33 | 227,575 |
Tuscarawas County, OH | 0.0 | 5 | 40,601 |
Wyandot County, OH | 0.0 | 5 | 12,815 |
Related Databaes
'; popupContent += '
'; return popupContent; } mapboxgl.accessToken = 'pk.eyJ1IjoieXB5dW4iLCJhIjoiY2oxcW4ybWhxMDBkMjJxcGVhbDV5cnpzYyJ9.oFQSnOc57xCR7A51OR6-3w'; var map = new mapboxgl.Map({container: 'map', style: 'mapbox://styles/ypyun/ck0flqufl2k1x1cpmupm5sl2y', center: [-81.5190, 41.0814], 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 = US39005; BounceLine.forEach(function(Tpolygon) { Tpolygon.forEach(function(Tline){ Tline.forEach(function(Tpoint){bounds.extend(Tpoint); }) }) }); map.fitBounds(bounds, { padding: 110 });