OFF THE GRID: United States and Genesee County, Michigan Power Outage Tracker (2024)

  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.

Genesee County, Michigan power outages in last 15 days

Total tracked customers: 508,922

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 York Daily Record is making this page free to read. To support important local journalism like this, please consider becoming a digital subscriber.

Power outages in Michigan

Area% of power outageNumber of outages reportedNumber of customers tracked
Michigan0.02,6756,166,154
Crawford County, MI1.81327,361
Mackinac County, MI1.112611,557
Antrim County, MI0.25020,619
Lapeer County, MI0.27642,798
Otsego County, MI0.22715,199
Barry County, MI0.12033,179
Berrien County, MI0.18086,909
Chippewa County, MI0.12423,858
Iosco County, MI0.12524,590
Macomb County, MI0.1441403,166
Oakland County, MI0.1659629,166
Washtenaw County, MI0.1119182,223
Wayne County, MI0.1631798,636
Cass County, MI0.0422,774
Clinton County, MI0.0145,814
Genesee County, MI0.09508,922
Grand Traverse County, MI0.0476,842
Hillsdale County, MI0.0321,199
Ingham County, MI0.021341,382
Isabella County, MI0.0370,866
Jackson County, MI0.0385,139
Kent County, MI0.091328,218
Leelanau County, MI0.0118,720
Lenawee County, MI0.052108,282
Livingston County, MI0.0895,506
Mecosta County, MI0.0128,201
Menominee County, MI0.0114,848
Monroe County, MI0.01677,674
Muskegon County, MI0.02994,579
Ottawa County, MI0.01141,569
Saginaw County, MI0.01238,500
St. Clair County, MI0.0479,725
St. Joseph County, MI0.0423,814
Shiawassee County, MI0.0183,145
Tuscola County, MI0.0327,921
Van Buren County, MI0.0437,855

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 York, Pennsylvania 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: [-76.7274, 39.9624], 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 = US26049; 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 Genesee County, Michigan Power Outage Tracker (2024)

References

Top Articles
Latest Posts
Article information

Author: Mr. See Jast

Last Updated:

Views: 6328

Rating: 4.4 / 5 (55 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.