How to Fix WiFi That Won’t Reconnect After an ISP Outage
ISP outage finally over but your WiFi still won’t come back? Here’s the exact sequence to get your modem, router, and devices back online — fast.
Your ISP has resolved the outage — their status page is green, your neighbor’s internet is back — but your WiFi still shows no connection. This is one of the most common post-outage scenarios, and it almost always has a fixable cause. Work through these steps in order and you’ll be back online within minutes.
Step 1: Confirm the Outage Is Actually Over
Before touching any hardware, make sure your ISP has genuinely restored service in your area. Use your phone’s cellular data to check:
- Your ISP’s status page — most major providers (Comcast, Spectrum, AT&T, Verizon, Cox) have a real-time outage map.
- Downdetector — aggregates user reports and shows live outage heat maps.
- Ask a neighbor — if they’re on the same ISP and still down, the outage isn’t fully resolved and you just need to wait.
If the outage is confirmed resolved but you’re still offline, the problem is now on your end. Proceed below.
Step 2: Power Cycle in the Correct Order
This is the single most important step and it must be done in the right sequence. Your modem needs to re-authenticate with the ISP’s network before the router can get an IP address.
- Unplug your modem from power (and from the coax or phone line if it’s a combo unit). Wait a full 60 seconds — not 10, not 30. This lets capacitors fully discharge and forces the modem to drop its old DHCP lease.
- Unplug your router if it’s a separate device. Leave it unplugged.
- Plug the modem back in and wait until its online light is solid (not blinking). This typically takes 1–3 minutes for a cable modem, up to 5 minutes for fiber ONT units.
- Plug the router back in only after the modem shows a solid online/internet light. Wait another 2 minutes for the router to boot and obtain an IP.
- Reconnect your device to WiFi and run a speed test at wifispeed.com to confirm you’re getting the speeds your plan should deliver.
This sequence resolves the issue for the vast majority of users. If you’re still offline, continue below.
Step 3: Check Physical Connections
Power outages — especially those caused by storms — are often accompanied by voltage fluctuations that can partially unseat cable connectors. Check:
- Coaxial cable (cable internet): should be finger-tight at both the modem and the wall plate, with no corrosion on the center pin.
- Phone line / DSL cable: the RJ11 connector should click firmly into place.
- Fiber patch cable or ONT Ethernet: the RJ45 clip should audibly click. Try swapping the cable if you have a spare.
- Router-to-modem Ethernet: re-seat both ends. A bent pin or loose clip here is a common silent culprit.
Step 4: Release and Renew Your IP Address (Windows)
If your router is online but your Windows PC shows “No Internet” or an APIPA address (169.254.x.x), your device may be holding on to a stale DHCP lease from before the outage. Fix it in under a minute:
- Open Command Prompt as Administrator (search “cmd”, right-click, Run as administrator).
- Type
ipconfig /releaseand press Enter. - Type
ipconfig /renewand press Enter. Wait 10–15 seconds. - Type
ipconfig /flushdnsand press Enter to clear any stale DNS cache.
On macOS, go to System Settings → Network → select your WiFi interface → Details → TCP/IP → click Renew DHCP Lease.
Step 5: Forget and Reconnect to the WiFi Network
Sometimes a device clings to corrupted connection state from before the outage. Forgetting the network forces it to start fresh:
- Windows: Settings → Network & Internet → WiFi → Manage known networks → select your network → Forget.
- iPhone/iPad: Settings → WiFi → tap the “i” next to your network → Forget This Network.
- Android: Settings → Network & Internet → WiFi → long-press your network → Forget.
After forgetting, reconnect by selecting the network and entering your WiFi password. For more on this technique, see our guide on how to forget a WiFi network on any device.
Step 6: Check Whether the Outage Damaged Your Equipment
Power surges during outages — particularly when power is restored after a blackout — can damage networking hardware even if it looks fine externally. Signs of surge damage include:
- Modem power light flashing continuously but never reaching a solid state.
- Router running unusually hot or emitting a burning smell.
- Modem shows a solid “online” light but the router gets no IP address at all (confirmed via the router’s admin panel at 192.168.1.1 or 192.168.0.1).
If you suspect hardware damage, call your ISP. If you rent your modem from the ISP, they’ll replace it for free. If you own your modem, check whether your homeowner’s or renter’s insurance covers surge damage to electronics.
How to Prevent This Next Time
The most effective prevention is a UPS (Uninterruptible Power Supply) for your networking gear. A modest UPS costs $40–$80 and does two things: it keeps your modem and router running during brief outages (so they never lose their session), and it conditions power to protect against surges. A small unit like the APC BE600M1 can keep typical home networking equipment alive for 30–60 minutes.
If a UPS isn’t in the budget, at minimum plug your modem and router into a surge protector — not a plain power strip. Look for a unit rated for at least 1,000 joules of surge absorption.
Quick Summary
- Confirm the outage is resolved via your ISP’s status page or Downdetector.
- Power cycle modem first (60 sec unplugged), then router — in that order.
- Check all physical cable connections.
- Run
ipconfig /releasethen/renewon Windows; renew DHCP lease on Mac. - Forget and reconnect to the WiFi network on affected devices.
- If all else fails, check for surge damage and call your ISP.
Still seeing “Connected, no internet” after all of the above? Our deep-dive on WiFi connected but no internet covers more advanced scenarios including DNS failures and MAC address conflicts.
Related Articles
How to Protect Your Router and Modem From Power Surges
A single power surge can silently kill your router, modem, or both. Here’s how to protect your networking gear from voltage spikes, lightning, and brownouts before it’s too late.
WiFi Not Working After Power Outage? Quick Fix Guide
Power just came back but your WiFi still won’t connect? Here are the most common reasons WiFi fails after an outage and the step-by-step fixes to get back online fast.
How to Fix WiFi Not Working on Linux: Ubuntu, Fedora, and Debian Troubleshooting
WiFi not working on Linux? Whether you're on Ubuntu, Fedora, or Debian, this guide covers every fix — from missing drivers and rfkill blocks to NetworkManager issues and Broadcom adapter quirks.