When a laptop won’t connect to Wi-Fi while every other device in the house works fine, the problem is almost always on the laptop — not the router. The exact error message Windows shows is the most useful diagnostic clue, because each one points to a different cause. Find yours below and apply the specific fix rather than trying everything at random.
First — check the Wi-Fi button or switch: Many laptops have a physical Wi-Fi on/off switch on the side, or a function key (Fn + F2, F3, or F5 depending on brand) that toggles Wi-Fi. Also check that Airplane Mode is off: Settings → Network & internet → Airplane mode — make sure it’s toggled off. These are the most common oversights and take 10 seconds to rule out.
“Can’t connect to this network”
What it means: the saved network profile is corrupted or outdated
Windows has a saved profile for this Wi-Fi network that no longer matches the current network settings — usually after the router was restarted, the Wi-Fi password was changed, or after a Windows update. The fix is to delete the saved profile and reconnect fresh.
Fix — Forget the network and reconnect:
- Click the Wi-Fi icon in the taskbar (bottom right)
- Find your network name in the list → click the arrow next to it
- Click Forget
- Click the network name again → click Connect → enter your Wi-Fi password
If you don’t see the Forget option in the taskbar, go to: Settings → Network & internet → Wi-Fi → Manage known networks → find your network → click Forget.
If Forget and reconnect doesn’t work: The issue may be a corrupted network adapter profile that persists past a simple forget. See the “Nothing worked” section below for the deeper network reset.
“No internet, secured” — connected to Wi-Fi but no internet
What it means: connected to the router but the router has no internet connection
“No internet, secured” means the laptop has successfully connected to the Wi-Fi network — the “secured” part confirms the Wi-Fi password was accepted. But the router itself has no internet. This is usually a router or NBN issue, not a laptop problem.
Check these in order:
- Check other devices: Do your phone or tablet also show “No internet”? If yes, the problem is the router or NBN line — not the laptop. Restart the router (unplug power for 30 seconds, plug back in, wait 2 minutes). If your phone shows internet fine, proceed to Step 2.
- Release and renew IP address: Right-click Start → Windows Terminal (Admin) → type:
ipconfig /release→ press Enter → then type:ipconfig /renew→ press Enter. This forces the laptop to request a new IP address from the router. - Flush DNS: In the same window, type:
ipconfig /flushdns→ press Enter. This clears the DNS cache which can cause “no internet” even when connectivity exists.
If the router itself has no internet: Check whether the NBN NTD box (the white box on your wall) has a solid green light. A red or off “connection” light means the NBN link is down — this requires contacting your ISP, not fixing the laptop. See our internet dropping out guide for the ISP escalation approach.
“Limited” connectivity
What it means: the laptop connected but couldn’t get a valid IP address from the router
“Limited” means the laptop connected to the Wi-Fi but the router’s DHCP service (which assigns IP addresses) either didn’t respond in time or gave a conflicting address. This sometimes happens when multiple devices are connecting simultaneously, or when the router’s DHCP table is full.
Fix:
- Restart both the router and the laptop simultaneously — let the router fully restart first (2 minutes), then turn on the laptop and reconnect
- If it still shows Limited: open Settings → Network & internet → Wi-Fi → click the connected network → scroll down to IP settings → click Edit → change from Automatic (DHCP) to Manual → enter a static IP in the same range as your other devices (e.g. 192.168.0.150, subnet 255.255.255.0, gateway 192.168.0.1, DNS 8.8.8.8) → Save
- If it now connects: the router’s DHCP is unreliable — a router restart usually resolves this long-term
“Authentication failed” / incorrect password
What it means: the Wi-Fi password entered doesn’t match what the router expects
Authentication failure means the password was rejected. This happens when: the password was recently changed on the router but the laptop is still using the old one, the password was typed incorrectly (Wi-Fi passwords are case-sensitive), or the router’s security type changed (e.g. from WPA2 to WPA3).
Fix:
- Forget the network first (as described in Error 1 above) to clear the saved wrong password
- Reconnect and type the password carefully — use “Show password” if available to verify what you’re typing
- If you’re not sure what the current password is: look on the sticker on the back of your router (default password), or check another connected device: on a phone connected to the Wi-Fi, go to Settings → Wi-Fi → tap the network name — some phones show the password or offer to share it via QR code
WPA3 compatibility issue: Windows 10 version 1903 and earlier has a known bug with WPA3 security. If the router was recently set to WPA3-only mode, older laptops may show authentication failure. The fix: change the router’s security setting to WPA2/WPA3 mixed mode (in the router admin settings), which allows both old and new devices to connect.
Nothing worked — the full network reset
If the specific fixes above haven’t resolved the issue, the underlying network stack (the Windows software that handles all network connections) has become corrupted. This is common after failed Windows updates or after antivirus/security software has interfered with network components. The full reset sequence clears everything and rebuilds it from scratch.
Full network reset — copy and paste each command in order:
Right-click Start → Windows Terminal (Admin) or Command Prompt (Admin) → type each line and press Enter after each:
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew
Restart the computer after running all five commands. After restart, connect to Wi-Fi fresh. This sequence resets the Winsock catalog (which handles all socket-based communication), resets TCP/IP, clears the IP lease, flushes DNS, and requests a new IP.
If still not connecting after the reset: The Wi-Fi adapter driver may need to be reinstalled. Right-click Start → Device Manager → Network Adapters → right-click the Wi-Fi adapter → Uninstall device → tick “Delete the driver software for this device” → restart Windows. Windows will reinstall the driver automatically on restart. If it installs an outdated driver, download the latest from the laptop manufacturer’s support website.
Frequently asked questions
The most common overnight cause is a Windows Update that modified or replaced the Wi-Fi adapter driver, or a router restart that assigned the laptop a new IP address that conflicts with the saved profile. Try the Forget and reconnect fix (Error 1 above) first — it resolves the majority of “worked yesterday, not today” cases. If a Windows Update ran overnight and the Forget fix doesn’t work, the driver reinstall approach often resolves it.
When every other device works, the issue is 100% on the laptop — not the router, not the internet line, not the Wi-Fi network itself. The most likely causes in this scenario: a corrupted saved network profile (Error 1 fix), a corrupted network stack (network reset fix), a disabled Wi-Fi adapter, or an outdated driver after a Windows Update. Work through the fixes above in order. If you’re unsure which error message you’re seeing, take a photo of the screen and call us — we can often advise over the phone.
If the Wi-Fi adapter isn’t showing in Device Manager (under Network Adapters), either the driver has been completely uninstalled or — on some laptops — the Wi-Fi card has come loose from its slot. For a software cause: in Device Manager, click View → Show hidden devices — the adapter may appear greyed out. Right-click → Enable. If it doesn’t appear at all: visit the laptop manufacturer’s support website, find your exact model, and download and install the wireless network adapter driver. On rare occasions the Wi-Fi card itself has failed — we can test and replace this during a home visit.
Yes — laptop Wi-Fi troubleshooting is one of our most common callouts. We diagnose the specific error, apply the relevant fix (Forget and reconnect, network reset, driver reinstall, or adapter replacement if needed), and test the connection before leaving. We also check that the fix is stable — not just connected right now, but reconnecting correctly after a restart. $89/hr, no call-out fee, all Melbourne suburbs. Call 0435 955 429 or book online.
Laptop won’t connect to Wi-Fi?
We diagnose the specific error, apply the right fix, and confirm it reconnects correctly after a restart. $89/hr, no call-out fee, all Melbourne suburbs. Same-day often available.
Related Wi-Fi guides
Serving all Melbourne suburbs — Doncaster, Camberwell, Box Hill, Glen Waverley, Kew, Hawthorn, Balwyn, Ringwood and all surrounding areas. View all service areas →
About Fixable: Friendly, patient on-site IT support across all Melbourne suburbs. Always in plain English. Call 0435 955 429 or visit fixable.au