Why is there no Wi-Fi tab on Windows 10? A complete recovery guide.

The situation when the wireless network icon suddenly disappears from the taskbar and the Wi-Fi tab disappears from the list of available connections can take any user by surprise. Windows 10A computer or laptop stops detecting surrounding networks, and internet access is lost at the most inopportune moment. This is a common problem that often occurs after an operating system update, a power outage, or an incorrect software installation.

The main reason is that the operating system stops interacting correctly with network adapterThis could be a software conflict, such as a driver crashing or malfunctioning, or a physical disconnection of the module. In most cases, there's no need to panic: the wireless module is functional, and its functionality can be fully restored without a trip to a service center.

In this article, we'll take a detailed look at diagnostic and troubleshooting algorithms. We'll cover everything from simple checks of switches to in-depth configuration of system services and the registry. It is critical to understand that in 90% of cases the problem is resolved by reinstalling the driver or enabling the WLAN AutoConfig service. Follow the instructions step by step to restore a stable connection.

Diagnosing the status of the network adapter

The first step should always be to check the visibility of the equipment by the system. If Windows If the Wi-Fi module itself isn't "recognized," no network settings will help. You need to make sure the device is physically connected and detected by the motherboard controller or PCIe slot.

Open the Device Manager by pressing the key combination Win + X and selecting the appropriate item in the menu. In the list of devices, find the "Network adapters" section. If you see a device with a name containing the words Wireless, Wi-Fi, 802.11 or brands like Intel, Realtek, Qualcomm Atheros, which means the hardware has been detected. The presence of a yellow triangle with an exclamation point indicates a driver error.

If the adapter is marked with error code 10 or 43, this often indicates that the device cannot start. Try right-clicking it and selecting "Uninstall device," then restarting your computer. The system will attempt to reinstall it upon startup.

  • 🔍 Check if any devices are hidden: in the Device Manager, select View → Show hidden devices.
  • ⚡ Make sure that the adapter is not disabled by software: in the device properties, on the General tab, it should say “The device is working properly.”
  • 🔄 If the adapter is completely missing from the list, it may be disabled in the BIOS/UEFI or has become physically disconnected from the contacts.

⚠️ Attention: If you're using a USB Wi-Fi adapter, try connecting it to a different port. Some USB 3.0 ports can interfere with 2.4 GHz frequencies; it's better to use USB 2.0 ports or an extender.

Error codes in Device Manager

Code 10 means the device cannot start. Code 43 indicates that Windows has stopped this device because it has reported problems. Code 28 indicates that there are no drivers installed.

Checking the physical connections and switches

Before delving into the depths of software settings, it's worth ruling out trivial physical causes. On many laptops, especially models HP, Lenovo and older series Asus, there are hardware switches or key combinations to quickly disable wireless modules.

Inspect the laptop case from all sides. The switch may be on the edge, near the touchpad, or even on the back. It may be a slider or a button. If this switch is set to the "Off" position, the Wi-Fi icon will disappear from the system completely, and it won't be possible to enable it through software.

Also pay attention to the keyboard function keys (F1F12). They often have an icon of an antenna or an airplane on them. Pressing such a key (sometimes in combination with Fn) can programmatically block the radio module. In Windows 10, this state is often displayed as "Airplane mode."

📊 How did your Wi-Fi disappear?
After Windows update
After cleaning from viruses
By myself
After replacing components

If you have a desktop PC with an external adapter, make sure the antennas are securely fastened. A poor antenna connection can result in the adapter being detected by the system but unable to find any networks, creating the illusion of a complete lack of Wi-Fi.

Managing network adapter drivers

The most common reason for the Wi-Fi tab to disappear is a driver failure. This is the software that transmits commands from operating system to the network card. If the file is corrupted or incompatible after a Windows update, the connection is interrupted.

To resolve the issue, return to Device Manager. Find your wireless adapter, right-click it, and select "Update driver." Select "Search automatically." However, this method rarely helps if Windows doesn't have access to the internet or an up-to-date database.

A more effective method is a complete reinstallation. Select "Uninstall device" and be sure to check "Delete the driver software for this device," if available. After restarting, Windows will attempt to install the default driver. If this doesn't work, download the latest version from the laptop or motherboard manufacturer's website on another device and install it manually.

pnputil /scan-devices

This command can be run from an elevated command prompt to force a scan for hardware changes if the adapter is stuck in a disabled state.

  • 📥 Download drivers only from the official websites of manufacturers (Intel, Realtek, Broadcom).
  • 🧹 Use utilities like Display Driver Uninstaller (with caution) or standard cleaning tools if the driver is stuck.
  • 📜 Pay attention to the driver version: sometimes the new version works worse than the old one, so it makes sense to try rolling back to the previous one.

☑️ Driver Action Plan

Completed: 0 / 5

Configuring Windows system services

For the operation of wireless networks in Windows 10 A special system service is responsible for this. If it is stopped or its startup type is changed to "Disabled," the Wi-Fi icon will disappear and the power button will become inactive (grayed out).

To check the service status, click Win + R, enter services.msc and press Enter. In the list that opens, find the service named WLAN AutoConfig (In the Russian version, it may be called "WLAN AutoConfig Service"). Double-clicking it will open its properties.

Make sure the startup type is set to "Automatic." If the service is stopped, click the "Start" button. This should immediately return the network icon to the taskbar if the hardware is working properly.

Parameter Default value Recommended value
Service name WlanSvc WlanSvc
Launch type Automatically Automatically
State In progress In progress
Dependencies NDIS, Extensible Authentication Protocol No changes

⚠️ Attention: Do not disable the Remote Access Connection Manager or NetBIOS Helper service if you are using a corporate network or specific VPN settings, as WLAN AutoConfig may depend on them.

Reset network settings and TCP/IP parameters

Sometimes network configuration errors, cached data, or IP address conflicts can accumulate, blocking the interface. Windows 10 has a powerful built-in tool for completely resetting all network components to factory settings.

Go to Start → Settings → Network & InternetScroll down to the bottom of the page and find the "Network Reset" link. Clicking "Reset Now" will warn you that your computer will restart in 5 minutes and all network adapters will be reinstalled.

This method removes saved Wi-Fi passwords, VPN settings, and virtual switches (which is important for users VirtualBox or Docker), but is often the only way to revive a missing Wi-Fi tab when other methods fail.

For a deeper cleanup, you can use the command line. Run cmd as administrator and run the TCP/IP stack reset command:

netsh int ip reset
netsh winsock reset

After running these commands, be sure to restart your computer. Operation winsock reset Restores the Windows socket directory, damage to which often leads to the inability to create network connections.

Editing the registry and managing power

In some cases, the problem lies with the power settings. Windows may try to save power by completely disabling the Wi-Fi module, but is unable to properly wake it back up. This often happens on laptops when running on battery power.

In Device Manager, go to the "Power Management" tab in the properties of your wireless adapter. Uncheck "Allow the computer to turn off this device to save power." This will prevent the system from turning off the adapter.

It's also worth checking your registry for blocking entries. Open Registry Editor (regedit) and follow the path:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc

Find the parameter Start and make sure its value is equal to 2 (Automatically). If it's there 4, the service is disabled at the registry level.

⚠️ Attention: Use extreme caution when editing the registry. Changing incorrect parameters may lead to system instability. We recommend creating a restore point before making any changes.

Hardware malfunctions and module replacement

If none of the software methods helped, and the device manager stopped seeing the adapter even after resetting the BIOS, there is a high probability of a physical malfunction. Internal Wi-Fi modules (usually format M.2 or Mini PCIe) may fail due to power surges or overheating.

On laptops, the module is often located under the bottom cover. Check that the antenna wires (usually black and white connectors) are securely connected to the connectors on the card. Corroded contacts or a loose antenna are common causes of signal loss.

An external USB Wi-Fi adapter can be used as a temporary or permanent solution. They are compact, inexpensive, and typically require no complicated setup, working immediately after installing the drivers.

  • 🔧 Try removing and reinserting the Wi-Fi module, cleaning the contacts with an eraser.
  • 📡 Check the integrity of the antenna wires inside the laptop case.
  • 💻 Use an external USB card as an alternative to repairing the built-in module.
What should I do if the driver won't install and displays an error?

If an error occurs during driver installation, try running the installer as administrator. Temporarily disabling your antivirus may also help. In some cases, you may need to manually specify the path to the INF file through Device Manager by selecting "Update Driver" → "Select from a list of available drivers" → "Have Disk."

Can a virus remove the Wi-Fi icon?

Yes, some malware blocks access to network settings or modifies system services to prevent antivirus database updates or conceal the infection. It is recommended to run a full system scan with a reliable antivirus scanner.

Why did Wi-Fi disappear after updating Windows 10?

Updates often contain new versions of the system kernel, which may be incompatible with older network card drivers. Microsoft sometimes automatically replaces a working driver with a "generic" one that doesn't support all the features of your hardware. The solution is to manually roll back the driver or install the version from the manufacturer's website.