My computer isn't detecting Wi-Fi on Windows 10: How to fix it

The situation when after a system update or a sudden failure the computer stops detecting available wireless networks is one of the most common problems in the environment. Windows 10A user may find themselves cut off from the global network at a time when access is critical for work or study. The absence of a Wi-Fi icon in the system tray or a full list of available connections often causes panic, but in most cases, the problem is software-related and can be resolved without extensive hardware intervention.

The reasons can range from a simple wireless network service shutdown to a driver conflict after an automatic operating system update. Sometimes the system simply "forgets" about the device's existence. Wi-Fi adapter, blocking its operation in Device Manager. It's important not to rush to conclusions about physical failure of the communication module, as statistics show that software failures outnumber hardware ones.

In this guide, we'll step through all the possible causes of signal loss and offer effective troubleshooting methods. You'll learn how to check driver status, adjust power settings, and restore system services responsible for wireless connectivity. In 90% of cases, the problem is solved by reinstalling the driver or checking the WLAN AutoConfig service.

Diagnosing the adapter's status in Device Manager

The first step in troubleshooting should be checking whether the operating system itself can see your network hardware. If your computer can't see your Wi-Fi, it often means that driver The device is not working correctly or is missing altogether. First, open the Device Manager using the key combination Win + X and by selecting the appropriate item in the menu, or by entering a query in the search bar.

In the window that opens, find the "Network Adapters" section and expand its contents. Here, look for a device whose name contains the words Wireless, Wi-Fi, 802.11 or a brand name, for example, Intel, Realtek, QualcommIf such a device is not present, or is displayed with a yellow exclamation mark, the problem lies in the software or physical contact of the module.

⚠️ Warning: If the adapter displays as "Unknown Device" with error code 43 or 10, this may indicate a critical driver error or hardware failure. Don't try to uninstall the device immediately; first try updating your hardware configuration.

Often, simply resetting the device's status helps. To do this, right-click the adapter and select "Uninstall device," then restart your computer. Upon startup, Windows 10 will attempt to automatically find and install the default adapter. driver, which often restores functionality.

If automatic installation doesn't help, you'll need to install the software manually. Download the latest driver from the official website of your laptop or motherboard manufacturer using another device with internet access and install it manually. Make sure the driver version matches your system's bit depth (x64 or x86).

📊 What is the status of your Wi-Fi adapter in Device Manager?
Visible and working properly (yellow sign)/Unknown device/Adapter not listed/I don't know where to look at this at all

Checking and configuring Windows network services

The Windows 10 operating system relies heavily on background services to manage network connectivity. If your computer can't see wireless networks, a critical service may be stopped. WLAN AutoConfigWithout it, searching for and connecting to access points is impossible, even if the drivers are installed correctly.

To check, you need to open the Run window with the combination Win + R and enter the command services.mscIn the list of all services, find "WLAN AutoConfig Service" (or WLAN AutoConfig). Double-click on it to open properties.

Make sure the startup type is set to "Automatic." If the service is stopped, click the "Start" button. This often instantly returns the missing Wi-Fi icon to the taskbar.

  • 🔍 Find the Network List Service service and make sure it is also running.
  • 🔄 Check the Remote Access Connection Manager service, it may affect the creation of virtual adapters.
  • 🛡️ Make sure your antivirus or firewall isn't blocking system network components.

Sometimes restarting a service doesn't work because the process is stuck. In this case, you can try resetting the network stack via the command prompt. Open the command prompt as administrator and enter the command netsh winsock reset, after which be sure to restart your computer.

Managing adapter power settings

Windows 10 has aggressive power-saving algorithms that can disable the Wi-Fi module to conserve battery life, especially on laptops. Sometimes the system fails to properly wake up the adapter, causing it to stop displaying available networks. This is a common reason why a laptop doesn't detect Wi-Fi after waking from sleep mode.

To rule this out, return to Device Manager, find your wireless adapter, and open its properties. Go to the "Power Management" tab. Here, uncheck "Allow the computer to turn off this device to save power."

This action will prevent the operating system from powering down the communication module. After applying the settings, it is recommended to perform a full system reboot, rather than simply waking from sleep, so that the changes take effect at the hardware level.

It's also worth checking the power plan in the control panel. Go to Control Panel → Power Options → Change plan settings → Change advanced power settingsIn the list, find "Wireless adapter settings" and set the mode to maximum performance for both battery and network connection.

⚠️ Note: Disabling power saving may slightly increase battery life on laptops. However, this ensures a stable connection and avoids unexpected disconnections.

Reset network settings via command line

If the previous methods don't help and your computer still can't detect Wi-Fi, you should try a complete reset of your network settings. Accumulated errors in the DNS cache, routing tables, or TCP/IP configuration can block the adapter. The command line provides powerful tools for clearing this data.

Launch Command Prompt as administrator. To do this, right-click the Start button and select Windows PowerShell (Admin) or Command Prompt (Admin). Enter the following commands one by one, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands will reset the Winsock socket, reset IP settings, release and renew the IP address, and flush the DNS cache. After completing all these operations, the system will prompt a reboot. This is a mandatory step, as the changes will not take effect without it.

Windows 10 also has a built-in automatic reset feature that does the same thing through a graphical interface. Go to Settings → Network & Internet → StatusAt the bottom of the page, find the "Network Reset" link. Click it and confirm the action. The computer will restart in 5 minutes, and all network adapters will be reset to factory settings.

  • 🗑️ Resetting will delete all saved Wi-Fi passwords, and you'll have to re-enter them.
  • 🔄 VPN and virtual switch settings (Hyper-V, Docker) will be reset.
  • 📶 Your antivirus software may require you to reconfigure your network rules.

☑️ Checklist before resetting the network

Completed: 0 / 1

Hardware issues and physical switches

Physical reasons why a PC might not detect Wi-Fi shouldn't be discounted either. Many laptops, especially business-class or older models, have physical switches or key combinations for disabling wireless modules. Accidentally pressing such a combination can completely de-energize the adapter.

Carefully inspect the laptop case for sliders with an image of an antenna or airplane. On the keyboard, look for function keys (usually in the row F1-F12) with the corresponding icon. Try pressing them, perhaps in combination with the key Fn.

If you're using a desktop computer with an external USB Wi-Fi adapter, try reconnecting it to a different port. The USB ports on the front panel of the case may not provide enough voltage to support the module. It's better to use the ports directly on the motherboard (at the back).

Device type Possible cause Verification method
Laptop Airplane mode Check the notification center and physical buttons
PC with USB adapter USB power outage Connect to the rear port or through a powered hub
PC with PCIe card The contact in the slot has come loose Remove and reinsert the card, clean the contacts
Any device The antenna is not screwed in Check the presence and tightness of the antenna screws

Also, check if Airplane Mode is enabled. Click the network icon in the system tray and make sure the Airplane Mode tile is disabled (not highlighted). If it is, turn it off and wait a few seconds.

What to do if the adapter has disappeared from the Device Manager?

If the adapter has completely disappeared from Device Manager (even as an unknown device), try discharging static electricity. Turn off the laptop and unplug the charger. If the battery is removable, remove it. Press the power button for 30 seconds. Then reassemble everything and turn it on. This often "revives" the controllers.

Updating the BIOS and motherboard firmware

In rare cases, the problem lies not in Windows, but in the motherboard microcode. BIOS or UEFI Manages low-level interactions with hardware. If the system experienced power failures or incorrect updates, the BIOS settings could be lost, resulting in the integrated Wi-Fi module being disabled.

Enter the BIOS when the computer boots (usually the keys Del, F2 or F10). Find the section related to peripherals (Peripherals, Onboard Devices, Advanced). Make sure the wireless controller (Wireless LAN, Wi-Fi Controller) is in a state Enabled.

Additionally, motherboard manufacturers frequently release BIOS updates that improve compatibility with new hardware and operating systems. Visit the website of your motherboard or laptop manufacturer and check for updates. Installing a new BIOS version may resolve the network invisibility issue.

⚠️ Warning: Updating the BIOS is a risky procedure. A power outage or improper operation can damage the motherboard. Only attempt this if you are confident in your abilities and your power supply is stable.

After resetting BIOS settings or updating, it is recommended to also reset network settings in Windows, as low-level changes may conflict with saved profiles.

Additional questions and answers

Why can my computer see other networks but not mine?

This may be related to the frequency range. If your router only broadcasts the network in the 5 GHz band, and your computer's adapter only supports 2.4 GHz, it won't detect it. Also, check whether the network is hidden (the SSID is hidden) and whether MAC address filtering is enabled in the router settings.

Can a virus block Wi-Fi?

Yes, some types of malware can change network settings, set static gateways, or block connection services. We recommend running a full system scan with an antivirus and the Malwarebytes utility.

How do I know if my adapter supports 5GHz?

Open command prompt and type netsh wlan show driversFind the "Supported Radio Types" line. If it only lists 802.11b/g/n, it's most likely a 2.4 GHz band. The presence of 802.11ac or ax indicates 5 GHz support.

Should I roll back the driver to a previous version?

If the problem appeared immediately after updating a driver via Windows Update, rolling back the driver may help. In Device Manager, the "Roll Back Driver" button is available on the "Driver" tab if a previous version was saved in the system.