A router reset restores local Wi-Fi and LAN settings. It does not restore what your ISP needs to grant internet access.
- DSL and fiber ISPs often use PPPoE, a login the reset wipes out until you re-enter it.
- Cable ISPs tie service to your modem’s MAC address, so a new or reset modem needs re-activation.
- Leaving an ISP gateway in router mode behind your own router creates double NAT.
- Power-cycling in the wrong order, router before modem, often stalls the fix entirely.
You reset your router, expecting a clean slate. Wi-Fi shows connected, devices join fine, but nothing loads. This is one of the most confusing outages in home networking, because every visible signal says the network is healthy.
Why Wi-Fi Still Works but the Internet Doesn’t
A factory reset restores your router to its local defaults. Wi-Fi, DHCP, and the LAN come back immediately because those live entirely inside the device. Internet access does not, because it depends on provisioning your ISP controls, not settings stored on the router.
Think of it as two separate relationships. One is between your router and your own devices, which the reset repairs instantly. The other is between your router and your ISP, which the reset can break instead of fix. The router now looks like a brand-new device to your provider, and providers do not automatically trust brand-new devices.
Three specific mechanisms explain almost every case: lost PPPoE credentials, an unregistered MAC address, or a double NAT conflict. Which one applies depends mostly on your ISP and connection type.
PPPoE Credentials Get Wiped by a Factory Reset
Some DSL and fiber ISPs, including AT&T and CenturyLink, authenticate your connection with PPPoE. It works like a login for the internet itself. A factory reset erases the stored username and password. The router can no longer sign in until you type them back in.
AT&T’s own DSL and U-verse documentation walks through entering PPPoE credentials directly in the Internet Connection settings. CenturyLink’s WAN settings guide shows the same PPPoE fields. Many of its modems ship pre-configured, so customers never see this step until something resets those values.
If your ISP uses PPPoE, log into the router’s admin page and look for an Internet or WAN Setup section. Select PPPoE as the connection type, then enter the username and password your ISP originally provided. Contact ISP support if you never wrote them down; they can resend the credentials tied to your account.
Cable ISPs Tie Service to Your Modem’s MAC Address
Cable providers like Xfinity and Spectrum bind your service to your modem’s MAC address, not just your account. A new or reset modem presents an unrecognized MAC. The provisioning system rejects it and withholds an IP address until that MAC gets registered.
This is a DOCSIS design choice, not a bug. The cable plant is a shared medium. The ISP needs a reliable way to tell modems apart and apply the correct speed tier. That same identifier stops unpaid devices from riding the line. The MAC address is that identifier, checked before DHCP hands out anything.
Xfinity customers activate a new or swapped modem through the Xfinity app. Sign in, choose Activate, and the app registers the modem’s MAC automatically. Spectrum customers do the same through the My Spectrum app or by calling their activation line. Have the MAC address from the device label ready either way.
Modem vs. Router: Which One You Actually Reset Matters
Resetting an ISP-supplied modem or gateway wipes out its ISP provisioning, which is why internet access breaks. Resetting a separate, customer-owned router only wipes local Wi-Fi and LAN settings. Knowing which device you reset tells you which fix applies.
A combo unit that acts as both modem and router carries the highest risk. One reset touches both the ISP-facing provisioning and the local network at once. A standalone router sitting behind a separate modem is safer to reset. The modem’s WAN connection to the ISP never gets touched.
| Device Reset | What Breaks | Typical Fix |
|---|---|---|
| ISP modem/gateway combo | WAN provisioning: PPPoE login or MAC registration | Re-enter PPPoE credentials, or re-activate via ISP app |
| Customer-owned router only | Local Wi-Fi SSID, password, LAN settings | Reconfigure Wi-Fi; WAN uplink to modem is unaffected |
| Both devices reset together | Both WAN provisioning and local Wi-Fi | Fix WAN first, then rebuild local Wi-Fi settings |
Double NAT: When the Gateway and Your Router Both Fight for Control
Double NAT happens when your ISP’s gateway stays in router mode while your own router also performs NAT behind it. Two layers of address translation stack up. Port forwarding, some VPNs, and certain games can fail even though basic browsing still works fine.
This is a different failure than the other two. Double NAT does not usually kill internet access outright. Instead, it breaks anything that needs an inbound connection to reach your network. A reset can trigger it by returning the ISP gateway to its factory router mode. That undoes a bridge-mode setting you may have configured before.
Our guide on how NAT works covers the translation table mechanics behind this. To confirm double NAT, run a traceroute to a public address and check the first two hops.
tracert 8.8.8.8
If both of the first two hops show private addresses, like 192.168.x.x or 10.x.x.x, you have double NAT. Log into the ISP gateway’s admin page and enable bridge mode. This disables its own routing and NAT, so only your personal router handles that job.
The Correct Power-Cycle Order After Any Reset
Power-cycle order matters after any reset or hardware swap. Unplug the router first, then the modem. Wait 30 seconds. Power the modem back on and let its internet light turn solid. Only then power on the router, giving each device time to finish its own handshake.
Spectrum’s own outage guidance follows this exact sequence, and it holds for most cable and fiber setups. Powering the router back on too early can cause a failed handshake. It may request a WAN connection before the modem finishes authenticating with the ISP. That failure looks identical to a dead line.
- Unplug the router. If it is a combo modem-router, unplug the single device.
- Unplug the modem, if it is a separate device.
- Wait 30 seconds before reconnecting anything.
- Power the modem on first. Wait for a solid internet or online light, usually one to two minutes.
- Power the router on. Give it another one to two minutes before testing.
Vendor-Specific Fixes to Check First
Every major ISP publishes its own reset and re-provisioning steps. AT&T and CenturyLink document PPPoE credential entry. Xfinity and Spectrum document MAC-based modem activation through their apps. Checking the right one first saves a support call.
| ISP / Connection Type | What to Check | Where |
|---|---|---|
| AT&T (DSL / Fiber) | PPPoE username and password in Internet Connection settings | Gateway admin page — Internet Connection |
| CenturyLink | PPPoE credentials in WAN settings; contact support if missing | Modem admin page — WAN Settings |
| Xfinity | Modem MAC address registration via self-activation | Xfinity app — Activate xFi Gateway or Modem |
| Spectrum | Modem MAC activation and power-cycle order | My Spectrum app, or activate.spectrum.net |
When It’s None of These
If PPPoE, MAC activation, and power-cycling all check out, the fault likely sits closer to your devices. A DHCP failure shows as a 169.254 address. DNS trouble looks like a working connection that will not load pages by name.
Our broader guide on Wi-Fi connected but no internet covers the client-side layer this article does not. That means DHCP leases, DNS resolvers, and per-device fixes. If a Windows machine needs a deeper reset, our Windows network reset commands reference helps. It covers the safe order, from a DNS flush up through a full network reset.
Frequently Asked Questions
Why does my Wi-Fi still work after a router reset, but I have no internet?
A factory reset restores your router’s local Wi-Fi and LAN settings to defaults. That side still works fine on its own. The internet connection depends on separate WAN provisioning. The reset wipes that out, whether it’s PPPoE credentials or a registered MAC address.
What is PPPoE, and why does it break after a reset?
PPPoE is a login protocol some DSL and fiber ISPs use to authenticate your connection. It works like a username and password for the internet itself. A factory reset erases those stored credentials. The router can no longer log in to your ISP until you re-enter them.
Why does swapping my cable modem cause a total internet outage?
Cable ISPs like Xfinity and Spectrum tie your service to the modem’s MAC address for billing and security. A new or swapped modem has an unregistered MAC. The ISP’s provisioning system rejects it until you activate it through the ISP’s app or a support call.
What is double NAT, and how do I know if I have it?
Double NAT happens when your ISP’s gateway and your own router both perform network address translation at the same time. Run a traceroute to 8.8.8.8; if the first two hops are both private addresses, you have double NAT. Switching the ISP gateway to bridge mode fixes it.
In what order should I power-cycle my modem and router?
Unplug the router first, then the modem. Wait 30 seconds. Plug the modem back in and wait about two minutes for its internet light to turn solid. Then plug the router back in and give it another two minutes before testing your connection.
Related Tools & Resources
These guides cover the layers this article does not. That includes client-side DHCP and DNS faults and the mechanics behind double NAT. It also covers the exact Windows commands for a deeper reset.
References
These sources back every technical claim in this guide. They include ISP documentation from AT&T, CenturyLink, Xfinity, and Spectrum. That covers PPPoE setup, MAC-based modem activation, and the recommended power-cycle sequence.
- AT&T — Reset Your Wi-Fi Gateway to Original Settings — att.com
- CenturyLink — WAN Settings for Modems — centurylink.com
- Xfinity — Find the MAC Address of Your Xfinity Gateway or Modem — xfinity.com
- Spectrum — Outage Information and Troubleshooting — spectrum.net
- NETGEAR — What Is Double NAT and Why Is It Bad? — kb.netgear.com