Computer Doesn't Detect Wi-Fi: A Step-by-Step Guide to Fixing It

Having your computer suddenly stop detecting wireless networks can be frustrating for any user, especially if work or school relies on a stable connection. You may find that the icon Wi-Fi The taskbar icon has disappeared completely, or the list of available connections remains eerily empty, despite other devices in the house working properly. This is a classic symptom indicating a failure in the communication chain between the network adapter, the operating system, and the router.

Before panicking and taking your device to a service center, it's worth running a basic diagnostic, which in 80% of cases restores the system to working order without any additional costs. The problem could lie in a simple driver software glitch, hidden power settings, or a hardware lockout. Windows 10 And Windows 11 have a complex network management structure, where one incorrect parameter can completely disable wireless functionality.

In this article, we'll examine all the possible reasons why your laptop or desktop PC is ignoring surrounding networks and offer specific actionable steps. We'll cover everything from simple checks to in-depth registry and BIOS configuration, so you can troubleshoot any issue, no matter how complex.

Primary hardware diagnostics and router testing

Troubleshooting should always begin with the physical level, as software methods are useless if the hardware is turned off or mechanically locked. First, ensure that Airplane Mode or the physical switch on your laptop or keyboard is not activated. Wi-Fi module. On many models, especially business class ones, Lenovo or HP, there is a separate button or key combination (for example, Fn + F2), which hardware-based disables the antenna.

⚠️ Attention: If the Wi-Fi indicator on your keyboard is orange or red, it almost always means that the adapter is blocked by software or hardware, rather than broken.

Next, you need to rule out problems with the signal source. A router is also a mini-computer that can freeze or lose its radio module configuration. Restarting the router often solves the problem when the computer stops seeing the network after a power surge or a firmware update. Unplug the router for 15-20 seconds, then plug it back in and wait until all the indicators fully load.

It's also worth checking whether your computer can see other wireless networks, such as your neighbors' or your phone's access point. If the list of networks is completely empty, the problem is local (on your PC). If other networks are visible, but your home network isn't, it's possible that your router is broadcasting a signal in a range your adapter doesn't support or has hidden it. SSID.

📊 What is the status of your Wi-Fi indicator on your keyboard?
Lights up white/blue
Lights up orange/red
It doesn't burn at all
There is no indicator

It's also important to check the physical condition of the antennas if you're using a desktop PC with an external USB adapter or PCIe card. A poor connection in the USB port or a missing antenna (even a small one) can cause the adapter to operate erratically and not pick up a signal.

Diagnosing the status of a network adapter in Windows

If everything is physically in good working order, we move on to the software. The operating system may consider the device disabled or faulty. To check, open Device Manager by right-clicking the Start button and selecting the appropriate item from the menu. In the list of hardware, find the section Network adapters and open it.

Here you are interested in a device with a name containing the words Wireless, Wi-Fi, 802.11 or the manufacturer's brand, for example, Intel, Realtek, QualcommIf such a device does not exist at all, or it is displayed as "Unknown device" with a yellow exclamation mark, then the system does not recognize the hardware or does not have drivers for it.

  • 🔍 If the device is present but has an error (code 10, 43, or 12), try (right-clicking) "Remove device" and then clicking "Scan for hardware changes" in the menu at the top.
  • 🔍 If the adapter displays normally but doesn't connect to the network, double-click it and check its status in the "Device Status" field.
  • 🔍 Pay attention to the "Power Management" tab: the "Allow the computer to turn off this device" checkbox often causes malfunctions.

In some cases, the adapter may simply be disabled in the Network Connections interface. Click Win + R, enter the command ncpa.cpl and press Enter. Find the "Wireless Network" connection. If it's grayed out and says "Disabled," right-click it and select "Enable."

Installing and updating wireless network drivers

The most common reason a computer can't detect Wi-Fi is incorrect driver functionality. This can occur after a major update. Windows, installing a new antivirus, or simply due to a buildup of errors in configuration files. The driver is the "translator" between the operating system and the network card, and if it's damaged, communication is impossible.

Don't rely solely on the automatic driver search in Device Manager, as Microsoft's database often contains outdated versions. It's best to download the latest driver from the official website of your laptop or motherboard manufacturer. You'll need to find the device model and download the file for your OS version (e.g., Windows 10 64-bit).

⚠️ Attention: If you don't have internet access on this PC (because Wi-Fi isn't working), download the driver to your phone or another computer, transfer it via USB cable, and install it manually.

When installing a new driver, it is recommended to first completely uninstall the old one. The driver installation window often has an option to "Uninstall the previous version" or "Clean Install." If there is no such option, use utilities like DDU (although they are more often for video) or simply remove the device in the manager with the “Delete driver programs” checkbox.

☑️ Driver update procedure

Completed: 0 / 1

After installation, be sure to reboot your system. Drivers sometimes need time to initialize services, so don't be alarmed if the Wi-Fi icon doesn't appear immediately after installation—wait 1-2 minutes.

Power Settings and WLAN Services

Windows' power management system can sometimes be overly aggressive, disabling the network adapter to save battery life and then "forgetting" to turn it back on. This is a common issue on laptops. To fix this, open Device Manager, open the properties of your Wi-Fi adapter, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power."

The second critical component is service WLAN AutoConfigThis service is responsible for network discovery and connection profile management. If this service is stopped, the computer will be physically unable to scan the airwaves.

To check, click Win + R, enter services.msc and find "WLAN AutoConfig Service" in the list (or WLAN AutoConfig). Double-click it. The Startup Type should be "Automatic" and the Status should be "Running." If the service is stopped, click the "Start" button.

Parameter Normal value Problematic meaning Action
WLAN AutoConfig Service Running (Automatically) Stopped Launch
Connection Manager service Running (Automatically) Disabled Turn on
Network Connections Service In Progress (Manually) Stopped Launch
Power saving mode Disabled Allowed Uncheck the box

You should also check your power plan settings in Control Panel. Go to "Power Options" → "Change plan settings" → "Change advanced power settings." Under "Wireless adapter settings" → "Power saving mode," select "Maximum performance."

Reset network settings and TCP/IP parameters

If manipulating the drivers does not help, it is possible that errors have accumulated in the protocol stack in the operating system. TCP/IP or DNS cache. Windows provides powerful tools for resetting these settings via the command line.

Run Command Prompt as Administrator (search for cmd (In the search, right-click and select "Run as administrator"). Enter the following commands one by one, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After executing the last command, the system will report a successful reset. Be sure to restart your computer. This method often helps when the computer sees networks but cannot connect to them, or when the network list is empty due to software conflicts.

What to do if commands are not executed?

If you receive an "Access Denied" error when entering commands, make sure you're running the command prompt as an administrator. Your antivirus software may also be blocking changes to network settings—try temporarily disabling it.

Windows 10 and 11 also offer a graphical interface for a complete network reset. Go to Settings → Network & Internet → Advanced network settings (or simply scroll down) → Network reset. Click the "Reset now" button. This will delete all saved Wi-Fi passwords and restore your network settings to factory defaults.

2.4 GHz and 5 GHz band issues and channels

Modern routers often operate in two ranges: 2.4 GHz And 5 GHzOld network adapters or adapters with outdated drivers may simply not see 5 GHz networks. If your router only broadcasts on this band, your computer will think there's no Wi-Fi.

Check the specifications of your adapter. If it only says 802.11b/g/n, it most likely only operates on 2.4 GHz. If the router is configured for "5 GHz Only" (AC/AX) mode, the computer won't detect it. The solution is to access the router settings (via cable or phone) and enable mixed mode or a separate network for 2.4 GHz.

Another common cause is busy channels. In apartment buildings, the airwaves are clogged with signals from neighboring routers. If your router and your neighbors' routers are on the same channel, collisions can occur, and the adapter will jam, losing access to networks. It's recommended to manually set the channels in your router settings (for example, 1, 6, or 11 for 2.4 GHz) or enable "Auto" mode.

⚠️ Attention: Router interfaces and menu item names may vary depending on the model and firmware version. Always consult the official manual for your device if you can't find the setting you need.

Regional settings are also worth mentioning. Some countries allow different sets of channels. If the wrong region is selected in the adapter or router driver (for example, if it's set to Japan, which has many channels, but the adapter is set to American), some networks may not be visible.

BIOS/UEFI failures and hardware malfunctions

If software solutions have been exhausted and Wi-Fi still hasn't returned, the problem may lie deeper—in the motherboard's BIOS/UEFI. Sometimes, after a BIOS reset or update, the integrated Wi-Fi module is disabled at the hardware level.

When your computer boots, press the BIOS entry key (usually Del, F2 or F10). Find the section related to peripherals (Advanced, Onboard Devices, Configuration). Make sure that the item Wireless LAN, Wi-Fi Controller or WLAN Device has status Enabled.

If the adapter is enabled in the BIOS, the drivers are installed, and services are running, but there's no network connection, there's a high probability of physical damage. This could be a loose antenna connection inside the laptop (especially after drops or repairs) or a faulty network card chip.

For a desktop PC, the simplest solution is to purchase an external USB Wi-Fi adapter. For a laptop, if the warranty has expired, you can also use a USB dongle or replace the internal USB-C card. M.2 or Mini PCIe, if you have the skills to disassemble equipment.

Why did the Wi-Fi icon disappear after a Windows update?

Windows updates often replace Microsoft's generic drivers with their own versions, which can conflict with your hardware. Solution: Roll back the driver in Device Manager or uninstall the latest update through Control Panel.

Can a virus disable Wi-Fi?

Yes, some malware blocks network services or changes proxy settings to prevent antivirus updates. Scanning with Dr.Web CureIt! or Malwarebytes is recommended.

The computer sees the network, but says "Unable to connect."

This is often a password or encryption issue. Try forgetting the network (Delete the device) and reconnecting. Also, check if your router is using MAC address filtering.

Will resetting the router to factory settings help?

Yes, this will reset your network settings to their defaults (the username and password will be on the sticker on the bottom of the router). This will eliminate configuration errors, but will require you to reconfigure your internet connection (username and password from your ISP).