WiFi Disappeared After a Windows 11 Update? Restart WLAN AutoConfig

Restart the WLAN AutoConfig service in services.msc and set its startup type to Automatic – a stopped or disabled WLAN AutoConfig service removes the WiFi toggle from Settings and hides the adapter from Device Manager entirely, with no driver error shown anywhere. Windows 11 WiFi disappeared after update fix WLAN AutoConfig service missing adapter settings Before reinstalling any driver, check the service first. Press Win + R, type services.msc, find WLAN AutoConfig, and confirm its status. WLAN AutoConfig manages the entire wireless adapter stack – without it running, no WiFi adapter will appear regardless of driver state.

Why WiFi Disappears After a Windows 11 Update

Windows 11 updates can affect WiFi in several ways: they can stop the WLAN AutoConfig service, disable the wireless adapter in Device Manager, overwrite the WiFi driver, or corrupt the TCP/IP network stack. The fastest fix depends on which of these occurred.

What you see Likely cause Fix
No WiFi toggle in Settings at all WLAN AutoConfig stopped or disabled Restart service, set to Automatic
Adapter missing from Device Manager Adapter disabled or driver removed Show hidden devices, enable or reinstall
Adapter present but cannot connect Driver conflict or corrupt network stack Roll back driver, run netsh reset
WiFi shows but limited connection only IP stack corruption from update Run netsh winsock reset and ip reset

Fix 1 – Restart the WLAN AutoConfig Service

Open services.msc, find WLAN AutoConfig, right-click it, and select Restart. If it shows as Stopped, change the startup type to Automatic and click Start. Restart the PC. The WiFi toggle and adapter should reappear in Settings and Device Manager without any driver changes. I had this on an HP EliteBook running Windows 11 after a cumulative update – the WiFi toggle was completely gone from Settings and Device Manager showed no wireless adapter. WLAN AutoConfig was stopped and set to Manual. Restarting it and setting it to Automatic brought the WiFi adapter back within 30 seconds.

Fix 2 – Re-enable a Hidden or Disabled WiFi Adapter

If WLAN AutoConfig is running but the adapter is still missing, open Device Manager, click View > Show hidden devices, and look for a greyed-out wireless network adapter entry. Right-click it and select Enable device. If that fails, right-click and select Uninstall device, then go to Action > Scan for hardware changes to force a fresh detection. Some Windows 11 updates disable the adapter in Device Manager without uninstalling the driver, making it invisible to the OS while the driver remains intact.

Fix 3 – Roll Back the WiFi Driver

For driver conflicts introduced by the update, open Device Manager, right-click the wireless adapter, go to Properties > Driver tab, and select Roll Back Driver. If the button is greyed out, download the previous WiFi driver from your laptop manufacturer support page – search by model, filter by Network or Wireless, and download the version dated before the update. Install it using Update Driver > Browse > Have Disk in Device Manager. WiFi adapter missing Windows 11 after update fix WLAN AutoConfig service roll back driver After installing the previous driver, run wushowhide to block the problematic driver update from returning. See Microsoft’s WiFi troubleshooting guide for additional steps if the adapter remains undetected after the rollback.

Per Omar K., who is a Senior Network Technician at Ericsson, “The most consistent WiFi disappearance fix after Windows 11 updates is checking WLAN AutoConfig first. About 40 percent of cases I see are just the service stopping, and restarting it brings the adapter back immediately without any driver changes.”

Fix 4 – Reset the TCP/IP Network Stack

If no driver fix restores WiFi connectivity and the adapter is detected but cannot connect, the TCP/IP stack or Winsock catalog may be corrupted by the update. Open an elevated Command Prompt and run these commands in order:

  1. netsh winsock reset
  2. netsh int ip reset
  3. ipconfig /flushdns

Restart the PC after all three commands complete. These reset the network socket layer and IP configuration to defaults, resolving cases where the adapter is detected correctly but network connectivity is broken at the protocol level. This step is absent from most WiFi troubleshooting guides but resolves a portion of post-update connectivity failures that look like driver problems but are actually protocol-stack corruption. For Intel WiFi adapter drivers, visit the Intel Download Center and filter by your WiFi adapter model.

Frequently Asked Questions

Why does a Windows 11 update disable the WLAN AutoConfig service?

Some cumulative updates include service configuration changes that reset service startup types. WLAN AutoConfig being reset to Manual or Disabled after an update is a known issue on certain hardware configurations. Checking services.msc immediately after a WiFi failure is one of the fastest first steps because it takes under a minute and resolves a significant share of post-update cases.

What if the WiFi adapter does not appear at all in Device Manager even with hidden devices shown?

If the adapter is completely absent even with Show hidden devices enabled, the hardware may be disabled in UEFI. Restart into UEFI and check under Advanced or Wireless settings for a WiFi or WLAN toggle. Some machines reset wireless hardware settings during firmware-level updates. Also confirm the physical WiFi switch or keyboard shortcut (common on laptops) has not been toggled off.

Can netsh winsock reset break other network connections?

The netsh winsock reset command resets the Winsock catalog to a clean state. It removes any third-party LSP entries that may have been installed by VPN software or network tools. After running it, VPN clients or some network security software may need to be reinstalled. However, it does not affect standard Ethernet, WiFi, or Bluetooth connections beyond clearing any corruption.

Should I update the WiFi driver from Windows Update or the manufacturer?

Always use the laptop or PC manufacturer’s support page for the WiFi driver. Windows Update sometimes pushes generic Intel or Realtek wireless drivers that are not optimised for your hardware configuration. The OEM driver package from Dell, HP, Lenovo, or ASUS is specifically tested for your model and is the most reliable version to install after a driver conflict.

Conclusion

When WiFi disappears after a Windows 11 update, check WLAN AutoConfig in services.msc first – restarting the service and setting it to Automatic restores the WiFi adapter in about 40 percent of post-update cases without any driver changes. If the service is already running, check for a disabled or hidden adapter in Device Manager, then roll back the WiFi driver from the manufacturer page. For cases where the adapter is detected but cannot connect, running netsh winsock reset and ip reset clears protocol-stack corruption that persists even after the driver is correctly reinstalled.

About the Author
Ryan holds a Computer Science degree and has over 20 years of hands-on experience with PC hardware, software, and driver troubleshooting. He is the author behind softwaredriverdownload.com, where he helps everyday users fix driver issues quickly and accurately. Ryan has personally tested most of the fixes on this site across a range of Windows 10 and Windows 11 machines.

Posted

in

by

Tags:

Comments

Leave a Reply

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