How To Fix Windows 11 WiFi Not Showing | Xpertech Solution LLC
⚡ Quick Answer
If WiFi is not showing in Windows 11, the most likely cause is a disabled wireless adapter, a stopped WLAN AutoConfig service, or a corrupt driver. Open Device Manager, enable your wireless adapter if it’s disabled. If it’s missing, open Services, start the WLAN AutoConfig service and set it to Automatic. If neither works, reinstall the Wi-Fi driver from your PC manufacturer’s website.

You turn on your Windows 11 laptop, go to connect to the internet, and the WiFi option is simply gone. No toggle. No networks. Just a blank space where the WiFi control used to be.

This is one of the most frustrating problems Windows 11 users report — and it almost always happens without warning, often after a Windows update or a sleep cycle. The good news is that in the vast majority of cases, the cause is software-level, not hardware, and the fix takes a few minutes.

This guide walks you through every fix — in order from fastest to most involved — so you can restore WiFi on Windows 11 without guessing.

Why Is WiFi Not Showing In Windows 11?

When WiFi disappears in Windows 11, it means one of four things is failing:

📡
Disabled Wireless Adapter

The WiFi adapter exists in Device Manager but has been disabled — either manually or by Windows automatically after an update or power event.

⚙️
WLAN AutoConfig Service Stopped

This background Windows service manages all wireless connections. When it stops or is misconfigured, the entire WiFi interface disappears from the Settings app and taskbar.

🔧
Missing or Corrupt Driver

A driver file that gets corrupted — from a failed Windows update, disk error, or partial installation — prevents Windows from loading the wireless adapter at all.

🔌
Power Management or BIOS

Windows can aggressively power down the WiFi adapter to save battery. On laptops, a BIOS setting or physical kill switch can also disable the wireless card entirely.

Identifying which category your situation falls into helps you reach the right fix faster. Work through the steps below in order — start with the least invasive and progress only if needed.

Fix 1: Check Airplane Mode and Physical WiFi Switch

1
Disable Airplane Mode and check the physical switch

Before anything else, make sure Airplane Mode is not enabled. When Airplane Mode is on, all wireless radios — WiFi and Bluetooth — are switched off, and the WiFi option disappears from the taskbar network flyout.

  1. Click the network/volume/battery cluster in the bottom-right of the taskbar to open the quick settings panel.
  2. Look for the Airplane Mode tile. If it’s highlighted or blue, click it to turn it off.
  3. Wait 10–15 seconds for the WiFi radio to reinitialize.

On many laptops — particularly HP, Dell, Lenovo, and ASUS models — there is also a physical WiFi toggle on the side of the device, or a function key combination (commonly Fn + F2, Fn + F5, or Fn + F12) that enables or disables wireless networking. Check your laptop’s manual or look for a wireless icon on the function keys.

Fix 2: Enable the Wireless Adapter in Device Manager

2
Re-enable the WiFi adapter in Device Manager

The wireless adapter may be present but disabled. Device Manager lets you check its status and re-enable it in seconds.

  1. Right-click the Start button and select Device Manager.
  2. Expand the Network adapters section by clicking the arrow beside it.
  3. Look for an entry containing “Wireless”, “Wi-Fi”, “WLAN”, or your adapter brand (Intel, Qualcomm, Realtek, MediaTek).
  4. If the adapter has a downward arrow icon, it is disabled. Right-click it and select Enable device.
  5. If the adapter has a yellow warning icon, right-click it, choose Disable device, wait a few seconds, then right-click again and choose Enable device. This forces a reinitialization.

After enabling, return to Settings → Network & internet and check whether the WiFi toggle has returned.

ℹ️ Note
If the wireless adapter is completely absent from Device Manager — not just disabled — that points to a driver failure or a BIOS-level disable. Jump to Fix 5 or Fix 8.

Fix 3: Start the WLAN AutoConfig Service

3
Ensure WLAN AutoConfig is running and set to Automatic

WLAN AutoConfig is the core Windows service responsible for detecting wireless hardware and managing WiFi connections. If this service stops — or is set to Manual startup — the entire WiFi interface disappears, even if the adapter is perfectly healthy.

  1. Press Windows + R, type services.msc, and press Enter.
  2. Scroll down and find WLAN AutoConfig in the list.
  3. Check the Status column — it should read “Running”. If it is blank or “Stopped”, proceed.
  4. Right-click WLAN AutoConfig and select Properties.
  5. Set Startup type to Automatic from the dropdown.
  6. Click Start under Service status, then click Apply and OK.

Wait 10–15 seconds, then check Settings → Network & internet to see if the WiFi toggle has returned. For many users — especially after a recent Windows update — this single step restores WiFi immediately.

💡 Tip
Two supporting services must also be running: Network List Service and Network Location Awareness. Find both in services.msc, confirm they are set to Automatic and currently running, then restart your PC.

Fix 4: Run the Network Troubleshooter

4
Let Windows automatically diagnose the problem

Windows 11 includes a built-in network troubleshooter that can automatically detect and repair common WiFi issues — including disabled adapters and stopped services.

  1. Open Settings (Windows + I).
  2. Go to System → Troubleshoot → Other troubleshooters.
  3. Find Internet Connections and click Run.
  4. Follow the on-screen instructions. Allow Windows to apply any repairs it suggests.

The troubleshooter often catches simple configuration issues in seconds. Even when it doesn’t fully resolve the problem, the diagnostic message it returns gives you a clearer direction for the next step.

Fix 5: Update or Reinstall the WiFi Driver

A corrupt or outdated driver is the most common reason the WiFi adapter disappears after a Windows update. There are two approaches depending on whether the adapter still appears in Device Manager.

Option A — Update the driver automatically

5a
Update driver through Device Manager
  1. Open Device Manager (right-click Start → Device Manager).
  2. Expand Network adapters.
  3. Right-click your wireless adapter and select Update driver.
  4. Choose Search automatically for drivers.
  5. If Windows finds a newer driver, it will install it. Restart when prompted.

Option B — Uninstall and reinstall the driver

5b
Clean reinstall the WiFi driver

A clean reinstall replaces whatever corrupted driver Windows is currently trying to load — often more effective than an update alone.

  1. Open Device Manager, expand Network adapters.
  2. Right-click your wireless adapter and choose Uninstall device.
  3. Check the box “Attempt to remove the driver software for this device” if it appears.
  4. Click Uninstall to confirm.
  5. After uninstalling, click Action in the Device Manager toolbar and select Scan for hardware changes. Windows will attempt to reinstall the driver automatically.
  6. Restart your PC.
⚠️ Important
If Windows cannot reinstall the driver automatically, you will need to download it from your PC manufacturer’s website using a different device or an Ethernet connection. Visit the support page for your exact laptop model (HP Support, Dell Support, Lenovo Support, ASUS Support) and download the Wireless LAN or Wi-Fi driver for Windows 11.

Fix 6: Disable Power Management for the WiFi Adapter

On laptops, Windows can power down the WiFi adapter during sleep to save battery — and sometimes fail to bring it back. This is a common cause of WiFi disappearing after closing the lid or after waking from sleep.

6
Prevent Windows from powering off the WiFi adapter
  1. Open Device Manager, expand Network adapters.
  2. Double-click your wireless adapter to open its Properties.
  3. Click the Power Management tab.
  4. Uncheck “Allow the computer to turn off this device to save power”.
  5. Click OK.

After making this change, the WiFi adapter will stay active through sleep and lid-close cycles instead of being powered down by Windows.

Fix 7: Reset the Network Stack

If none of the above steps have restored WiFi, the networking components in Windows may have become corrupted. A network stack reset clears and rebuilds the TCP/IP configuration, Winsock catalog, and DNS cache — without affecting your personal files.

7
Reset TCP/IP, Winsock, and DNS via Command Prompt
  1. Press Windows + S, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type each of the following commands and press Enter after each one:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew
  1. Restart your PC after all commands complete.

Alternatively, you can use the built-in Network Reset in Settings: Settings → Network & internet → Advanced network settings → Network reset → Reset now. This removes and reinstalls all network adapters and resets networking components to their default state.

ℹ️ Note
Network Reset does not affect your personal files, documents, or installed applications. It only resets networking components.

Fix 8: Check BIOS / UEFI Settings

8
Verify the wireless adapter is enabled in BIOS

On some laptops and desktops, the WiFi adapter can be disabled at the BIOS/UEFI level — completely invisible to Windows regardless of any software-level fix. This is rare but worth checking if the adapter is entirely absent from Device Manager.

  1. Restart your PC and press the BIOS key during startup (commonly F2, F10, Del, or Esc — check your manufacturer’s documentation).
  2. Navigate to the Advanced or Wireless settings section.
  3. Look for a WLAN, Wireless LAN, or WiFi setting and ensure it is set to Enabled.
  4. Save changes and exit BIOS (usually F10).

After re-enabling at the BIOS level, Windows should detect the hardware on next boot and begin loading the driver automatically.

When Nothing Works

If you have worked through all eight fixes and WiFi still does not appear, the issue is most likely hardware — either the WiFi adapter has physically failed, or it has become loose on the motherboard (common after drops or general wear on older laptops).

At this point, the right step is to have the device inspected by a qualified technician. Xpertech Solution LLC provides remote and on-site computer diagnostic services — we can help identify whether the problem is driver-related, software-related, or hardware-related, and walk you through the right resolution without guesswork.

Still Having WiFi Problems?

If you’ve tried these fixes and WiFi still won’t show up on Windows 11, our technicians can diagnose and resolve it remotely — typically in a single session. Pay only after the issue is fixed.

📞 Get Remote Support Now

Frequently Asked Questions

Why is my Windows 11 WiFi option not showing?
The most common causes are a disabled wireless adapter in Device Manager, the WLAN AutoConfig service being stopped, a missing or corrupt Wi-Fi driver after a Windows update, or Airplane Mode being active. Work through the fixes in this article in order — most cases are resolved by Fix 2 (enabling the adapter) or Fix 3 (restarting the WLAN AutoConfig service).
How do I enable the WiFi adapter in Windows 11?
Right-click the Start button, open Device Manager, expand Network adapters, right-click your wireless adapter, and choose Enable device. If it shows a warning icon, choose Disable device then Enable device to force a full reinitialization of the adapter.
What is WLAN AutoConfig and why does it matter for WiFi?
WLAN AutoConfig is a core Windows background service that detects wireless hardware and manages all Wi-Fi connections. If it is stopped or set to Manual startup, the WiFi option disappears entirely from both the Settings app and the taskbar — even if the adapter itself is healthy. Starting this service and setting it to Automatic is often all that’s needed.
How do I reinstall the WiFi driver on Windows 11?
Open Device Manager, expand Network adapters, right-click your wireless adapter, choose Uninstall device, then restart your PC. Windows will attempt to reinstall the driver automatically. If it does not, download the correct driver from your PC manufacturer’s support website using another device or an Ethernet connection, then install it manually.
Will Network Reset delete my files?
No. Network Reset only removes and reinstalls network adapters and resets networking components to their defaults. It does not affect your personal files, documents, photos, or installed applications. It is a safe step to take when other networking fixes have not resolved the problem.
Why does WiFi disappear every time I wake my laptop from sleep?
This is typically caused by Windows’ power management settings powering down the WiFi adapter during sleep and failing to bring it back. The fix is in Device Manager: open your wireless adapter’s Properties, go to the Power Management tab, and uncheck “Allow the computer to turn off this device to save power.” See Fix 6 in this article for the full steps.
Windows 11 WiFi Not Showing WiFi Fix WLAN AutoConfig Device Manager WiFi Driver Network Troubleshooting Windows 11 WiFi Computer Support

Leave a Reply

Your email address will not be published. Required fields are marked *