Wi-Fi settings disappeared on Windows 10: how to restore them

Many users panic when the wireless network icon disappears from the taskbar after a system update or a sudden computer restart. Available access points are no longer visible, and the Wi-Fi button in the system settings has become grayed out or completely disappeared. This is a common issue in the ecosystem. Microsoft Windows 10, which often stems not from physical hardware failure, but from software conflicts.

The operating system may have incorrectly updated drivers, or a network management service failure may have blocked access to the module. Before taking your laptop to a service center, it's worth trying a number of software recovery methods. In most cases, return to working order It only takes a few minutes if you act consistently and do not skip important diagnostic steps.

In this article, we'll explore all the effective ways to resolve the issue, from simple service restarts to manually reinstalling drivers. We'll also cover situations where the system stops working altogether. Wi-Fi adapter in the device manager, and cases where the network management interface is simply hidden by the user or third-party antivirus.

Primary diagnostics and equipment testing

The first step is to rule out trivial causes, such as a mechanical disconnection of the module or accidental activation of airplane mode. Many laptops have physical switches or function keys that can disable the wireless module at the hardware level. Check the keys. F1-F12 with the image of the antenna, you may need to press them in combination with Fn.

It's also worth checking the Network and Sharing Center to ensure the adapter hasn't been disabled by software. Sometimes, after an unsuccessful update, Windows may automatically reset the device to "Disabled," requiring manual activation through the Control Panel.

  • 📡 Check the physical switch on your laptop or the key combination to turn on Wi-Fi.
  • 💻 Make sure that the wireless module is not disabled in BIOS/UEFI.
  • 🔌 Try removing and inserting the USB Wi-Fi adapter into a different port if you are using an external device.

⚠️ Important: If you have a laptop with a removable battery, try completely powering off the device by removing the battery for 5-10 minutes. This will help relieve static electricity, which can sometimes block the network card.

Some users are experiencing third-party antivirus software blocking network services after installing security updates. Temporarily disable the antivirus software or try logging in to Safe Mode to see if the issue persists. This will help determine whether a software conflict is the cause.

📊 How exactly did the Wi-Fi disappear?
The icon is crossed out
There is no icon at all
It says "No connections available"
The adapter is not visible in the device manager.

Using the troubleshooter

Windows 10's built-in diagnostic tool can often automatically detect and fix basic configuration errors. The system scans driver status, checks protocol settings, and, if necessary, resets network settings to factory defaults. This is the safest first step and doesn't require extensive technical knowledge.

You can run diagnostics through the settings menu or the control panel. The system will request administrator privileges and begin searching for problems. If the module is detected by the system but is not functioning, the tool will attempt to reinstall it or reset the protocol stack.

☑️ Diagnostics launch algorithm

Completed: 0 / 5

If an automatic tool reports that it can't fix the problem, this usually indicates a more serious driver conflict or system file corruption. In this case, don't rely solely on automatic solutions. Proceed with the manual setup described in the following sections, as manual intervention often produces a more predictable result.

⚠️ Warning: On some Windows 10 builds, the troubleshooter may not work correctly or may freeze. If the diagnostic process takes more than 10 minutes, stop it and proceed to manual troubleshooting.

Checking and updating drivers in Device Manager

The most likely reason for the disappearance of settings is incorrect driver operation. Open device Manager, by entering the appropriate query in the Start menu or using the command devmgmt.mscFind the "Network Adapters" section and expand it. If you see a device with a yellow exclamation mark or the message "Unknown Device," the problem is with the driver.

Try right-clicking the adapter and selecting "Uninstall device." Be sure to check "Delete the driver software for this device" if prompted. After uninstalling, click "Action" -> "Scan for hardware changes." The system will attempt to find and install the default driver again.

devmgmt.msc

If standard methods don't help, visit your laptop or motherboard manufacturer's website. Download the latest driver for your model and install it manually. New driver versions often contain compatibility fixes for the latest Windows updates.

  • 🔄 Uninstall the current driver through Device Manager and scan for hardware changes.
  • 📥 Download the latest driver from the manufacturer's official website (do not use third-party compilations).
  • ⚙️ In the driver properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device."
What to do if there is no adapter even in hidden devices?

If the adapter doesn't appear in Device Manager under View -> Show Hidden Devices, it may be physically damaged or the cable inside the laptop may have come loose. If it's a USB adapter, try connecting it to another PC to test.

Reset network settings via command line

When the graphical interface is unresponsive, commands to reset the TCP/IP stack and restart network services can help. This method is effective if Wi-Fi settings on Windows 10 have disappeared due to software errors in the registry or network configuration cache. You'll need to run the command prompt as an administrator.

Running these commands will clear your current IP settings, reset Winsock, and update DNS. This won't delete your personal files, but it may require you to re-enter your Wi-Fi passwords. After running all commands, be sure to restart your computer for the changes to take effect.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After entering each command, press Enter and wait for a success message. If the system displays "Access Denied," you forgot to run the console with administrator rights. This method often resolves issues where the Wi-Fi button has become grayed out and inactive.

Windows Service Management

A special service in the operating system is responsible for wireless networking. If it is stopped or its startup type is changed, the Wi-Fi settings will disappear. Open the services window by entering the command services.msc, and find "WLAN AutoConfig" in the list.

Double-click the service and ensure the startup type is set to "Available." If the service is stopped, click "Start." Also check the "Remote Access Connection Manager" service. Although it is most often used for VPN and PPPoE, its freezing can affect the overall network stack.

Name of the service Launch type State
WLAN AutoConfig Automatically Works
Network Connection Information Service Automatically Works
Remote Access Connection Manager Manually Stopped

It's important to ensure that the service doesn't stop again after restarting your computer. If this happens, check the Windows Event Log for any related errors. WlanSvcSometimes antivirus software may block system services from running, considering them suspicious.

⚠️ Note: Service interfaces and names may vary slightly across different versions of Windows 10 (Home, Pro, Enterprise). Always refer to the original service or its description if you're using a localized version.

Registry editing and group policies

In rare cases, settings may be locked at the registry or group policy level, especially if the computer was previously owned by an organization or was exposed to viruses. You need to follow this path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc and check the parameter StartIts meaning should be 2 (Automatically).

For Pro users, checking is available through the Group Policy Editor. Enter gpedit.msc and go to Computer Configuration -> Administrative Templates -> Network -> Connection Manager. Make sure any policies that prevent access to LAN or Wi-Fi settings are disabled.

Use extreme caution when editing the registry. Incorrectly changing keys can lead to system instability. Before making changes, we recommend creating a restore point or exporting the registry key for possible rollback.

  • 🔑 Check the WlanSvc registry key for the value Start = 2.
  • 🛑 Make sure that there are no restrictions on changing network settings in group policies.
  • 💾 Create a backup copy of the registry before making any changes.
Why did the Wi-Fi icon disappear after a Windows update?

Updates often contain new driver versions that may conflict with your current hardware or replace a working driver with a generic one that doesn't support your adapter's features.

Can a virus disable Wi-Fi?

Yes, some types of malware block network services or change registry settings to prevent internet connections and antivirus database updates.

What to do if Device Manager shows error code 43?

Code 43 means the device has reported problems. Try completely uninstalling the driver, turning off the laptop, removing the battery (if possible), waiting 15 minutes, and turning it back on. If that doesn't help, there may be a hardware problem.