OFF THE GRID: United States and Ashland County, Ohio Power Outage Tracker (2024)

  1. Your life in data
  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.

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 USA Today 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 outageNumber of outages reportedNumber of customers tracked
Ohio0.01,2996,346,390
Jackson County, OH4.151912,814
Pike County, OH2.135716,750
Morgan County, OH0.9768,694
Hocking County, OH0.11017,819
Allen County, OH0.0461,957
Athens County, OH0.0429,060
Belmont County, OH0.0432,642
Brown County, OH0.0134,464
Butler County, OH0.01340,369
Carroll County, OH0.0417,151
Clark County, OH0.022135,146
Clermont County, OH0.0398,594
Columbiana County, OH0.0447,855
Cuyahoga County, OH0.065531,467
Delaware County, OH0.0696,197
Fayette County, OH0.0417,000
Franklin County, OH0.041639,591
Hanco*ck County, OH0.01032,237
Hardin County, OH0.01157,982
Harrison County, OH0.029,843
Huron County, OH0.0828,861
Knox County, OH0.0529,712
Lake County, OH0.014102,751
Licking County, OH0.0485,431
Lorain County, OH0.020131,597
Lucas County, OH0.04259,918
Mahoning County, OH0.04112,524
Morrow County, OH0.0413,385
Muskingum County, OH0.0445,051
Pickaway County, OH0.0130,085
Preble County, OH0.0124,532
Richland County, OH0.01053,556
Ross County, OH0.01040,673
Sandusky County, OH0.0824,883
Scioto County, OH0.0743,132
Stark County, OH0.04179,391
Summit County, OH0.033227,575
Tuscarawas County, OH0.0540,601
Wyandot County, OH0.0512,815

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 McLean, Virginia 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: [-77.3165, 38.8236], 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 });

OFF THE GRID: United States and Ashland County, Ohio Power Outage Tracker (2024)

FAQs

Where are the most power outages? ›

In 2022, California accounted for 24% of all U.S. power outages, and Texas accounted for 14%. California, Texas, and Pennsylvania are the states most affected by power outages during the winter.

What causes grid outages? ›

Outages can happen as a result of damage to equipment or failure of markets involved in the generation, transmission, or distribution of electricity from remote locations to where it is used. Outages can also occur due to problems on a customer's own property.

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.

Which state has more power outages? ›

Number of major blackouts by select state in the United States 2000-2023. Between 2000 and 2023, Texas was the leading U.S. state for major power outages, with almost 264 blackouts in the 23-year period. California followed, with 238 major power outages throughout the period under consideration.

What is the biggest threat to the power grid? ›

Rising incidents of domestic terrorism and a surge in state-sponsored cyber attacks on critical infrastructure are posing a heightened risk to the U.S. power system, the nation's grid reliability authority warned last week.

What would happen if the power grid shut down? ›

Disrupt communications, water and transportation. Close retail businesses, grocery stores, gas stations, ATMs, banks and other services. Cause food spoilage and water contamination. Prevent use of medical devices.

What animal causes the most power outages? ›

Squirrels. Responsible for the greatest number of substation outages across the U.S., squirrels enter substations in search of shelter and warmth—and possess the instinct to remember the best nesting sites.

Which country has the most power outages? ›

Energy > Electrical outages > Days: Countries Compared
#COUNTRYAMOUNT
1Bangladesh248.96 days
2Albania194.23 days
3Lebanon188.58 days
4Democratic Republic of the CongoCongo, DR.184.04 days
90 more rows

Does Texas have the most power outages? ›

There have been 263 power outages across Texas since 2019, more than any other state, each lasting an average of 160 minutes and impacting an estimated average of 172,000 Texans, according to an analysis by electricity retailer Payless Power. California ranked second with 221 outages from 2019 to 2023, while Washington ...

Why does the US have so many power outages? ›

California's grid depends on long-distance power lines. At one point, the power lines from hydro-electric sites in the Sierra Nevada to San Francisco were the longest in the world. But electricity of that magnitude of power flowing through a few cables is dangerous in high winds, especially on hot days.

Why does California have power outages? ›

Adequate energy supply can be impacted in several ways, primarily by high temperatures which causes increased air conditioning use and drives up electricity demand. Other factors include unexpected power plant or transmission line outages caused by mechanical failure, wildfire, or constraint on transmission lines.

Top Articles
Latest Posts
Article information

Author: Domingo Moore

Last Updated:

Views: 5610

Rating: 4.2 / 5 (73 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Domingo Moore

Birthday: 1997-05-20

Address: 6485 Kohler Route, Antonioton, VT 77375-0299

Phone: +3213869077934

Job: Sales Analyst

Hobby: Kayaking, Roller skating, Cabaret, Rugby, Homebrewing, Creative writing, amateur radio

Introduction: My name is Domingo Moore, I am a attractive, gorgeous, funny, jolly, spotless, nice, fantastic person who loves writing and wants to share my knowledge and understanding with you.