Wi-Fi Connected but No Internet: Fix It Without Guessing
“Connected, no internet” means your device has joined the Wi-Fi network, but the network path beyond that is failing. The router may not have internet, your device may have a bad IP address, DNS may be broken, a captive portal may be waiting, or your ISP may be down. The phrase is confusing because Wi-Fi and internet are not the same thing.
The fastest way to fix it is to separate the problem into layers: one device or every device, Wi-Fi signal or internet path, router or ISP, DNS or IP configuration. Do that and you avoid random resets that waste time.
Step 1: Test another device
Before changing settings, check whether another phone, laptop, or tablet can use the same Wi-Fi. If every device is connected but has no internet, the problem is probably the router, modem, ISP, or network-wide DNS. If only one device fails, focus on that device.
This single test prevents a lot of wasted effort. There is no reason to reset a router if only your laptop has a bad network setting. There is no reason to reinstall Wi-Fi drivers if every device in the house is offline.
Step 2: Check for a captive portal
Hotels, airports, schools, offices, and some apartment networks require a sign-in page before internet access works. Your device may show Wi-Fi connected, but websites will fail until you accept terms or log in.
Open a browser and visit:
```text http://neverssl.com ```
That plain HTTP page often triggers captive portals better than modern HTTPS sites. If a login page appears, complete it and test again.
Step 3: Restart the device, then the router
Restart the device first. If only one laptop or phone is affected, this clears temporary network states without disrupting everyone else.
If multiple devices fail, restart the router and modem. Unplug power, wait 30 seconds, plug the modem back in first if it is separate, then plug in the router. Give the network several minutes to reconnect. Do not press the factory reset button unless you know how to restore your network settings.
Step 4: Forget and reconnect to Wi-Fi
If one device is affected, forget the Wi-Fi network and reconnect with the password. This refreshes saved security settings and can fix mismatched encryption or stale network profiles.
On Windows, go to Settings, Network and Internet, Wi-Fi, Manage known networks, choose the network, and select Forget. Then reconnect. On phones, open Wi-Fi settings, tap the network, and choose Forget or Remove.
Step 5: Check IP address and gateway
If your device has an invalid IP address, it may connect to Wi-Fi without reaching the router correctly. On Windows, open Command Prompt and run:
```text ipconfig ```
Look for the Wi-Fi adapter. A normal home network often uses an IPv4 address like `192.168.x.x` or `10.x.x.x`, with a default gateway in the same range. If you see `169.254.x.x`, your device did not receive a proper address from the router.
On Windows, try:
```text ipconfig /release ipconfig /renew ```
Then test again.
Step 6: Try a DNS change
Sometimes the internet works but DNS fails, which means apps cannot translate names like `bytebusters.xyz` into addresses. If some apps work by IP but websites do not load, DNS may be the issue.
Try switching DNS to a reputable provider such as Cloudflare `1.1.1.1` and `1.0.0.1` or Google `8.8.8.8` and `8.8.4.4`. This is reversible and safer than resetting the router.
If changing DNS fixes it, your ISP DNS or router DNS forwarding may have been the problem.
Step 7: Disable VPN or proxy temporarily
VPNs, proxies, security filters, and work network clients can break internet access while Wi-Fi remains connected. Temporarily disconnect the VPN and test. If internet returns, update the VPN app, switch server, or check whether your account is still active.
On Windows, also check Settings, Network and Internet, Proxy. Unless you intentionally use a proxy, automatic or manual proxy settings can cause confusing connection failures.
Step 8: Check ISP outage signs
If every device is offline and router restarts do not help, check the modem lights. A red internet light, blinking upstream/downstream light, or no WAN connection often points to the ISP. Use mobile data to check the ISP status page or outage map.
If you call support, tell them what you already tested: multiple devices fail, router restarted, captive portal not involved, and modem lights show the connection state. That makes the conversation shorter.
What not to do
Do not factory reset the router as a first step. Do not delete Wi-Fi drivers before testing another device. Do not change ten settings at once. Do not install driver updater tools. The clean path is test scope, restart, reconnect, check IP, check DNS, disable VPN, then investigate router or ISP.