My Windows 10 laptop's WiFi connection is gone: What to do

The situation when the wireless network icon suddenly disappears from the taskbar and no access points are shown in the list of available connections can take any user by surprise. Windows 10 — is a complex operating system, and network component failures occur regularly. This can be caused by either a software conflict after an update or a physical module disconnection.

Before panicking or taking your laptop to a service center, it's worth analyzing your recent actions. Perhaps you accidentally pressed a key combination or installed questionable software. In most cases, the problem can be resolved using software solutions without replacing the hardware. Below, we'll walk you through the steps, from simple checks to in-depth system configuration.

It is important to understand that the absence of the icon Wi-Fi This doesn't necessarily mean hardware failure. Often, the system simply "forgets" the adapter's existence due to a service or driver error. The critical point is the presence of other devices on the network: if the Internet works on the phone, then the router is working, and the cause should be looked for in the laptop.

Checking physical condition and hot keys

The first thing to do is to rule out trivial causes. On many laptop models, especially business series like Lenovo ThinkPad or HP ProBookThere's a separate button or slider to disable wireless modules. Mechanical switching takes precedence over software settings.

Carefully inspect the edges of the case and the area above the keyboard. If you find a switch, make sure it's in the "On" position. A keyboard shortcut is also often used. Fn + F2 (or another function key with an antenna icon). Pressing this combination may block the adapter at the BIOS level.

⚠️ Note: On some laptop models, when disabling WiFi using hotkeys, the tray icon may disappear completely, rather than simply changing to "No connections." This is standard behavior of the device's firmware.

If your keyboard isn't responding, the problem may be with your security software. Some antivirus programs have built-in firewalls that can aggressively manage network connections. Check your security software settings to see if it's blocking network activity.

📊 What kind of laptop do you have?
ASUS
Acer
Lenovo
HP
Dell
Another

Diagnostics via Device Manager

The central element of equipment control in Windows 10

The Device Manager is where you can see whether the system recognizes the physical presence of the network adapter. If the device is missing or marked as an error, the operating system will not be able to initiate a connection.

To enter the menu, right-click on the "Start" button and select device ManagerIn the window that opens, find the section Network adapters. Open it and look for lines containing the words Wireless, 802.11 or Wi-Fi.

There are three possible main scenarios:

  • ✅ The adapter is present, but there is a yellow exclamation mark on the icon - this indicates a driver problem.
  • ❌ The adapter is present, but it is disabled (down arrow) - you need to enable it through the context menu.
  • ⛔ The adapter is not listed, or it is listed in the "Other devices" section as an unknown device.

In the latter case, the system cannot identify the hardware. Try clicking on the action menu. Update hardware configurationIf this doesn't help, the module may have come loose or is faulty. It's also worth checking if any devices are hidden: in the menu, select View → Show hidden devices.

Working with Windows Services

For discovering networks and managing connections in Windows 10 has special background processes. If the service WlanSvc (WLAN AutoConfig Service) is stopped or running in manual mode, the WiFi icon will disappear even if the driver is working properly.

Open the Run window with the keys Win + R and enter the command services.mscFind "WLAN AutoConfig Service" in the list. Double-click it to open its properties. Make sure the startup type is set to Automatically, and the status is In progress.

If the service is stopped, click "Start." A full restart often helps: first "Stop," then "Start." This clears any internal process errors that may have accumulated over the course of the system's operation.

Service Description Required status
WlanSvc Automatic WLAN configuration Works (Automatically)
Ndisuio NDIS User Interface Service Works (Manually)
EventLog Windows Event Log Works (Automatically)

Please note that the service is in operation EventLog is also critical. If the event log is full or corrupted, it can indirectly affect the operation of network components, preventing correct connection logging.

Resetting network settings and command line

When standard methods fail, a complete reset of the TCP/IP stack and network settings is the solution. In Windows 10, this can be done through both the graphical interface and the console. The console method is often more reliable, as it eliminates graphical interface bugs.

Run the command prompt as administrator. To do this, type in the search box cmd, right-click on the result and select the appropriate option. Enter the following commands one by one, confirming each one with a key Enter:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running all commands, be sure to restart your computer. This process clears the DNS cache, resets Winsock socket settings, and updates IP addressing. This resolves 90% of software conflicts related to network protocols.

⚠️ Note: The Windows 10 Settings interface is constantly being updated. The location of the "Network Reset" button may vary depending on the build version (Home, Pro, Enterprise). If you don't find this option in the menu, use the command line.

☑️ Network Reset Checklist

Completed: 0 / 1

Adapter power management

Energy saving system Windows 10 Sometimes it operates too aggressively, cutting off power to USB ports or PCIe slots where the WiFi module is connected in order to "save battery." As a result, the adapter simply stops responding to system requests.

Return to device Manager, find your wireless adapter and open its properties. Go to the tab Power managementUncheck the box. Allow the computer to turn off this device to save power.

This action will force the system to keep the module active at all times. It's also worth checking the power plan: go to Control Panel → Power Options → Change plan settings → Change advanced settings. In the branch Wireless Network Adapter Settings Set the maximum performance mode.

Why doesn't my laptop see the 5 GHz network?

If you're specifically missing 5 GHz networks, check your region in the driver settings. In some countries (for example, Japan), the 5 GHz channel range is limited, and selecting this region will prevent your laptop from detecting routers with other channel settings.

Reinstalling and updating drivers

The most common reason for network connection loss is a failed or incorrectly updated driver. Windows Update sometimes installs generic drivers that don't work reliably with a specific chipset. Realtek, Intel or Qualcomm Atheros.

The best solution is a complete reinstallation. Go to the official website of your laptop manufacturer (not the chipset, but the laptop brand). Find the model in the support section and download the driver for it. Wireless LAN, corresponding to your version of Windows 10.

Before installing a new driver, it is recommended to uninstall the old one. In Device Manager, right-click the adapter and select Remove deviceCheck the box next to "Delete the driver software for this device" if available. After uninstalling, click Action → Update hardware configuration or just reboot.

If the driver from the manufacturer's website doesn't help, try the "Install from Disk" method. In the driver update window, select Select a driver from the list of available drivers on your computerIf there are multiple versions, try selecting an older one or, conversely, "Microsoft Wi-Fi Direct Virtual Adapter" to check.

FAQ: Frequently Asked Questions

What should I do if the WiFi icon disappears after a Windows update?

Updates often break compatibility with older drivers. Go to "Settings" → "Update & Security" → "Update History" and try uninstalling the latest service pack. If this isn't possible, use a system restore point created before the update.

Can a virus disable WiFi?

Yes, some types of malware block network services or change DNS/proxy settings, which visually appears to be a network outage. Be sure to run a full antivirus scan, for example, Dr.Web CureIt! or Kaspersky Virus Removal Tool.

The adapter is displayed as "Unknown device", what should I do?

This means Windows couldn't find a suitable driver. You need to find the hardware ID. In the device properties, on the "Details" tab, select "Hardware ID." Copy the top line and enter it into a search engine on another device with internet access to find the required driver.

Will resetting BIOS help?

In rare cases, BIOS settings may block the WiFi module. Try entering the BIOS (press F2, Del, or F10 during boot) and find the section Advanced or SecurityMake sure that Wireless LAN or WLAN Device stands in position Enabled. Reset BIOS settings to default (Load Optimized Defaults) may also help.