Your PC can't find Wi-Fi and you've got things to do. No networks showing, no connection, just a blank list where your router's name should be. The good news is that in 15 years of fixing this exact problem remotely, I'd say 90% of cases come down to a handful of causes, most of which you can sort yourself in under half an hour.
TL;DR
If your PC can't find Wi-Fi, start by checking Wi-Fi is turned on and Airplane mode is off. Then restart WLAN AutoConfig via services.msc, check Device Manager for a disabled wireless adapter, update or reinstall the driver, and if all else fails, run a network stack reset from an elevated Command Prompt. Most users are sorted within 30 minutes.
Key Takeaways
- PC can't find Wi-Fi is almost always a software or configuration problem, not a hardware failure
- WLAN AutoConfig being stopped is one of the most overlooked causes
- A disabled wireless adapter in Device Manager will silently prevent any networks from showing
- Power management settings can switch off your adapter without warning
- Advanced network stack resets fix cases where drivers are corrupted
- If the adapter is missing from Device Manager entirely, check your BIOS settings
At a Glance
- Difficulty: Easy to Medium
- Time Required: 15 to 30 mins
- Success Rate: 85% of users fixed without hardware changes
What Causes a PC Can't Find Wi-Fi Problem?
Before throwing fixes at the wall, it helps to understand what's actually going wrong. When Windows can't find Wi-Fi networks, it usually means one of a few things has broken in the chain between your wireless adapter and the Windows networking stack.
The most common culprit I see is something embarrassingly simple: Wi-Fi is switched off, or Airplane mode is on. Windows 10 and 11 both make it surprisingly easy to toggle these by accident, especially on touchscreen laptops. On laptops specifically, a lot of manufacturers include a physical wireless switch or an Fn key shortcut that cuts power to the radio entirely. Press the wrong key combination and suddenly your PC can't find Wi-Fi and you've got no idea why.
After that, the next most frequent cause is the WLAN AutoConfig service stopping. This is the Windows service responsible for scanning for available networks and managing Wi-Fi connections. If it's not running, Windows simply won't show you any networks. It doesn't throw a big error message. It just shows nothing. That's what makes it so frustrating to diagnose if you don't know to look for it.
Disabled or corrupted wireless adapters are the other big one. Sometimes after a Windows Update, a driver gets overwritten or corrupted. Sometimes the adapter gets disabled in Device Manager through power management settings. And occasionally, on laptops especially, the wireless adapter is disabled at the BIOS level, which means it won't even appear in Device Manager at all. According to Microsoft's own Wi-Fi troubleshooting documentation, driver and adapter configuration issues are among the primary reasons Windows fails to detect wireless networks.
Here's a quick summary of what we're dealing with:
- Wi-Fi toggled off in Windows or via a physical switch
- Airplane mode enabled
- Wireless adapter disabled in Device Manager
- Wi-Fi driver missing, outdated, or corrupted
- WLAN AutoConfig service not running
- Corrupted network stack (less common, but happens after bad updates)
Right, let's fix it.
PC Can't Find Wi-Fi: Quick Fix (5 to 10 Minutes)
Start here. These take almost no time and fix the problem more often than you'd expect.
Check Wi-Fi, Airplane Mode and Physical Switches Easy
- Check the taskbar
Click the network icon in the bottom-right corner of the taskbar. If you see a Wi-Fi icon with an off label, click it to turn it on. If you only see an Ethernet icon and no Wi-Fi option at all, that's a different problem (likely the adapter, covered below). - Turn off Airplane mode
Go to Settings, then Network and Internet, then Airplane mode. Make sure the toggle is set to Off. Alternatively, press Win + A to open the Action Centre and check the Airplane mode tile there. - Check for a physical wireless switch
On laptops, look for a dedicated wireless switch on the side or front of the machine. Also try Fn + F2, Fn + F3, or whichever Fn key has a wireless symbol on it. The exact combination varies by manufacturer. Asus, HP and Lenovo all use different keys. - Restart the PC and router
Power both off completely. Wait 30 seconds. Start the router first, wait for it to fully boot (usually 60 to 90 seconds), then start the PC. Check the network list again.
More PC Can't Find Wi-Fi Solutions (15 to 30 Minutes)
If the quick checks didn't sort it, we're looking at Windows configuration or driver issues. These steps fix the majority of cases where a PC can't find Wi-Fi even after a restart.
Restart the WLAN AutoConfig Service Easy
- Open Services
Press Win + R, typeservices.mscand press Enter. - Find WLAN AutoConfig
Scroll down the list to find WLAN AutoConfig. Check the Status column. If it says Stopped, that's your problem right there. - Start or restart the service
Right-click WLAN AutoConfig and select Restart (or Start if it's stopped). Also check that the Startup type is set to Automatic. If it's set to Manual or Disabled, right-click, choose Properties, change Startup type to Automatic and click OK. - Verify
Click the network icon in the taskbar. Wi-Fi networks should now appear in the list.
Enable the Wireless Adapter in Device Manager Easy
- Open Device Manager
Right-click the Start button and select Device Manager. Expand the Network adapters section. - Look for your wireless adapter
It'll typically say something like Intel Wi-Fi 6 AX201, Realtek RTL8821CE, or similar. If it has a small down-arrow icon on it, it's disabled. - Enable it
Right-click the adapter and choose Enable device. Give it a few seconds, then check the taskbar for Wi-Fi networks. - Check power management
Right-click the adapter again, choose Properties, and go to the Power Management tab. Uncheck 'Allow the computer to turn off this device to save power'. Click OK. This stops Windows from aggressively cutting power to the adapter.
Update or Reinstall the Wi-Fi Driver Medium
- Try updating first
In Device Manager, right-click your wireless adapter and choose Update driver, then Search automatically for drivers. If Windows finds something, let it install and reboot. - If that doesn't work, reinstall
Right-click the adapter and choose Uninstall device. Tick the box to delete the driver software if it appears. Reboot. Windows will attempt to reinstall the driver automatically on startup. - Download from the manufacturer if needed
If Windows can't find the right driver automatically, use a wired Ethernet connection (or your phone's hotspot) to visit your laptop or motherboard manufacturer's support page and download the correct Wi-Fi driver manually. Microsoft's guide on updating drivers manually walks through this if you're unsure.
Still nothing? Run the built-in Windows network troubleshooter too: Settings, System, Troubleshoot, Other troubleshooters, Internet Connections. It won't fix everything but it does occasionally catch service misconfigurations that are easy to miss. For related connectivity problems like your PC detecting Wi-Fi but failing to actually connect, see our guide on Wi-Fi connected but no internet which covers a different set of causes.
Advanced PC Can't Find Wi-Fi Fixes (30+ Minutes)
These are the fixes for when the adapter looks fine in Device Manager, the services are running, but your PC still can't find Wi-Fi. Usually this means the Windows networking stack itself is corrupted, or the adapter is being blocked at a firmware level.
Reset the TCP/IP Stack and Winsock Medium
- Open Command Prompt as Administrator
Press Win + S, type cmd, right-click Command Prompt and choose Run as administrator. - Run the reset commands
Type each of these commands and press Enter after each one:netsh winsock resetnetsh int ip resetipconfig /releaseipconfig /renewipconfig /flushdns - Reboot
Restart the PC after all commands complete. Don't skip this step. The reset doesn't fully take effect until after a reboot. - Verify
After reboot, check the taskbar network icon. If Wi-Fi networks appear, connect to your network and confirm internet access works.
Full Windows Network Reset Medium
- Back up custom network settings
Note down any static IP addresses, VPN configurations or custom DNS servers you've set. The network reset will wipe these. - Open Network reset
Go to Settings, Network and Internet, Advanced network settings, then Network reset. Click Reset now and confirm. - Wait for the reboot
Windows will restart automatically. This process reinstalls all network adapters and resets all networking components to their defaults. Took three reboots before this one stuck on a particularly stubborn Lenovo ThinkPad I worked on last month, so be patient. - Reconnect to Wi-Fi
After the reset and reboot, go to the taskbar network icon, find your network and reconnect. You'll need to re-enter your Wi-Fi password.
Check BIOS for Disabled Wireless Advanced
- When to do this
Only needed if your wireless adapter is completely absent from Device Manager, not just disabled. If it's not listed at all, it may be switched off in firmware. - Enter BIOS setup
Restart the PC and press the BIOS key during startup. This is usually F2, F10, Del or Esc depending on the manufacturer. The key is typically shown briefly on screen during the POST screen. - Find wireless settings
Look under Advanced, Connectivity or Integrated Peripherals for a Wireless LAN or Wi-Fi setting. Enable it, save changes (usually F10) and exit. - Verify in Windows
After booting back into Windows, open Device Manager and check that the wireless adapter now appears under Network adapters. Install drivers if prompted.
If you've worked through all of these and your PC still can't find Wi-Fi, it's worth checking whether the adapter itself has failed physically. A quick test is to try a USB Wi-Fi adapter. If that works fine, the built-in adapter is likely dead. For help diagnosing whether it's a hardware fault, see our laptop hardware diagnostics guide. And if you've also been having general Windows instability alongside the Wi-Fi problem, our Windows Update troubleshooting guide might be relevant too, since a bad update is sometimes the root cause of both.
For a broader look at Wi-Fi troubleshooting approaches, HowToGeek's Wi-Fi fix guide covers some additional edge cases worth checking if you're still stuck.
If your PC can't find Wi-Fi and none of these fixes have worked, our remote support team can connect directly to your machine, run diagnostics on the wireless adapter and networking stack, and fix it without you needing to leave the house. Most Wi-Fi cases are resolved in a single session.
Get remote helpPreventing PC Can't Find Wi-Fi Issues
Most of the time, a PC can't find Wi-Fi because something changed: a Windows Update overwrote a driver, power management kicked in, or a service got misconfigured. A bit of basic maintenance prevents the majority of these.
Keep drivers current. Check Device Manager every few months, or use your manufacturer's support tool (Dell SupportAssist, HP Support Assistant, Lenovo Vantage) to keep Wi-Fi drivers updated. Outdated drivers are the single most common cause of Wi-Fi problems I see on repeat customers' machines.
Sort power management once and leave it. Go into Device Manager, open your Wi-Fi adapter's Properties, and uncheck 'Allow the computer to turn off this device to save power'. Do it once and you won't need to think about it again. Aggressive power saving is a bit rubbish for wireless reliability.
Don't touch WLAN AutoConfig. Some guides suggest disabling services to speed up Windows. WLAN AutoConfig is not one to mess with. Leave it set to Automatic startup.
Run Windows Update regularly. Security patches often include fixes for networking components. Skipping updates for months at a time is one of the more reliable ways to end up with a corrupted network stack eventually.
Restart your router occasionally. Not just when things break. A monthly power cycle keeps the router's firmware stable and prevents the kind of DHCP and channel issues that can make networks invisible to some devices.
PC Can't Find Wi-Fi: Summary
A PC can't find Wi-Fi situation is almost always fixable without replacing any hardware. Start with the basics: Wi-Fi on, Airplane mode off, physical switches checked, router restarted. If that doesn't sort it, move to WLAN AutoConfig, then Device Manager to check the adapter status and driver health. For stubborn cases, the netsh stack reset and Windows network reset cover the majority of what's left. Only if the adapter is completely absent from Device Manager should you be looking at BIOS settings or physical hardware failure. Work through the steps in order and you'll have this fixed.
Quick Reference
- PC can't find Wi-Fi: check Wi-Fi toggle and Airplane mode first
- Restart WLAN AutoConfig via services.msc if no networks show
- Enable the wireless adapter in Device Manager if it has a down-arrow icon
- Update or reinstall the driver if the adapter shows a warning icon
- Use netsh winsock reset and netsh int ip reset for corrupted network stacks
- Check BIOS only if the adapter is completely missing from Device Manager


