UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows laptop on a desk showing no Wi-Fi networks available in the network panel with a router in background
Fix It Yourself · Troubleshooting

PC can't find Wi-Fi

Updated 14 August 202611 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

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.

⏱️ 13 min read ✅ 85% success rate 📅 Updated July 2026

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.

1

Check Wi-Fi, Airplane Mode and Physical Switches Easy

  1. 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).
  2. 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.
  3. 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.
  4. 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.
If Wi-Fi networks appear in the taskbar network panel after any of these steps, you're sorted.
Move closer to the router and confirm that another device (phone, tablet) can see the network. If no devices can see it, the problem is with the router, not the PC.

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.

2

Restart the WLAN AutoConfig Service Easy

  1. Open Services
    Press Win + R, type services.msc and press Enter.
  2. 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.
  3. 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.
  4. Verify
    Click the network icon in the taskbar. Wi-Fi networks should now appear in the list.
WLAN AutoConfig running again usually brings the network list back immediately, no reboot needed.
3

Enable the Wireless Adapter in Device Manager Easy

  1. Open Device Manager
    Right-click the Start button and select Device Manager. Expand the Network adapters section.
  2. 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.
  3. Enable it
    Right-click the adapter and choose Enable device. Give it a few seconds, then check the taskbar for Wi-Fi networks.
  4. 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.
A re-enabled adapter should show up in the network list within seconds.
4

Update or Reinstall the Wi-Fi Driver Medium

  1. 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.
  2. 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.
  3. 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.
Don't download drivers from random third-party sites. Stick to the manufacturer's official support page or Windows Update. Dodgy driver packages can cause more problems than they fix.
After a clean driver reinstall, the wireless adapter should appear in Device Manager without any warning icons, and Wi-Fi networks should be visible.

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.

5

Reset the TCP/IP Stack and Winsock Medium

  1. Open Command Prompt as Administrator
    Press Win + S, type cmd, right-click Command Prompt and choose Run as administrator.
  2. Run the reset commands
    Type each of these commands and press Enter after each one:
    netsh winsock reset
    netsh int ip reset
    ipconfig /release
    ipconfig /renew
    ipconfig /flushdns
  3. Reboot
    Restart the PC after all commands complete. Don't skip this step. The reset doesn't fully take effect until after a reboot.
  4. Verify
    After reboot, check the taskbar network icon. If Wi-Fi networks appear, connect to your network and confirm internet access works.
The netsh winsock reset command rebuilds the Winsock catalog from scratch. It's particularly effective after failed Windows Updates or after removing certain VPN or firewall software that modifies the network stack.
If the network stack was corrupted, you should see Wi-Fi networks appear immediately after the reboot.
6

Full Windows Network Reset Medium

  1. 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.
  2. Open Network reset
    Go to Settings, Network and Internet, Advanced network settings, then Network reset. Click Reset now and confirm.
  3. 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.
  4. 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.
Network reset is a fairly heavy-handed fix. It's effective, but you will lose all saved Wi-Fi passwords and any custom network adapter settings. Use it after the other fixes have failed.
7

Check BIOS for Disabled Wireless Advanced

  1. 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.
  2. 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.
  3. 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.
  4. 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.
This is more common on business-class laptops (Dell Latitude, HP EliteBook, Lenovo ThinkPad) where IT departments sometimes disable wireless in BIOS as a security policy. If the machine was previously managed by a company, this is worth checking early.

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.

Preventing 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

Frequently Asked Questions

The most common reasons a PC can't find Wi-Fi are: Wi-Fi being switched off in Windows, Airplane mode being active, a disabled wireless adapter in Device Manager, a corrupted or missing driver, or the WLAN AutoConfig service not running. Work through the quick fixes first before moving to driver or service-level fixes.

Press Win + R, type services.msc and hit Enter. Scroll down to WLAN AutoConfig, right-click it and select Restart. If it shows as Stopped, click Start instead. This service is what tells Windows to scan for available Wi-Fi networks, so if it's not running, no networks will appear.

If the adapter is completely absent from Device Manager, it may be disabled in your BIOS or UEFI firmware. Restart the PC and press F2, F10, Del or whatever key your machine uses to enter BIOS setup. Look for a Wireless or Wi-Fi setting under Advanced or Connectivity and make sure it's enabled. Save and reboot.

Yes, and this catches people out more than you'd think. Windows can aggressively power down the wireless adapter to save battery. Open Device Manager, right-click your Wi-Fi adapter, choose Properties, go to the Power Management tab and uncheck 'Allow the computer to turn off this device to save power'. Apply and test.

It's safe but it does wipe any custom network settings you've configured, so note those down first. Go to Settings, then Network and Internet, then Advanced network settings, then Network reset. Windows will reinstall all network adapters and reset the networking stack. You'll need to reconnect to your Wi-Fi afterwards.