My computer can't see Wi-Fi: How to fix the problem

A computer suddenly losing track of available wireless networks is one of the most common and frustrating problems for users of all levels. Laptop screens may show no Wi-Fi icon, or the list of available connections may be empty, even though the router is effectively distributing internet to other devices. This often occurs after an operating system update, a power surge, or a simple network adapter failure.

In most cases, there's no need to panic, as the problem isn't a physical hardware failure, but a software conflict or incorrect configuration. Wireless adapter It could simply be disabled by software, a driver could crash, or the system service responsible for network management could stop responding correctly to user commands. Understanding the nature of the failure is the first step to quickly restoring access.

Your next steps will depend on whether the network has completely disappeared or the device simply can't connect to a specific access point. We'll walk you through the diagnostic process, from simple checks to complex settings, so you can get your laptop back online yourself.

Checking the physical condition of the adapter and buttons

Before delving into the operating system's intricacies, it's important to rule out trivial causes. Many laptop models, especially business-class ones or those from previous years, have a physical switch or key combination for disabling wireless modules. This is done to conserve battery life or comply with security requirements on corporate networks. If this switch is accidentally triggered, the computer will stop scanning the airwaves.

Carefully inspect the edges of the case and the area above the keyboard. Look for an antenna or airplane icon. On some devices, you may need to hold down a function key. Fn and one of the buttons in the row F1-F12, which shows the antenna. If the indicators or tray icon do not respond, this may indicate that the module is physically de-energized.

⚠️ Attention: Some gaming laptop models may have a BIOS setting that disables the Wi-Fi module when an Ethernet cable is connected. If you're using a wired connection, check your BIOS/UEFI settings.

It's also worth checking that Airplane Mode isn't enabled. In Windows 10 and 11, this mode overrides all other settings and completely disables radios. The toggle is usually located in the Action Center in the lower-right corner of the screen. Make sure the button isn't highlighted.

If there are no visible switches on the case and the key combination doesn't work, the problem may lie deeper. In rare cases, the Wi-Fi module itself inside the laptop can become dislodged from its slot due to a fall or vibration, requiring physical intervention and disassembly.

📊 How exactly does the problem manifest itself for you?
The Wi-Fi icon has disappeared completely.
There is a network, but it doesn't connect.
The computer sees other networks, but not mine.
It keeps saying "Limited"

Diagnostics via Device Manager

If the physical buttons are working properly, the next step is to check the network adapter's status in the system. Windows may not "see" the device if the driver is not working correctly or there was a failure to initialize. To check, open device Manager, where all connected equipment is displayed.

Right-click the Start button and select the appropriate item from the menu. In the window that opens, find the "Network Adapters" section. Expand it and look for the device whose name contains the words Wireless, Wi-Fi, 802.11 or names of manufacturers like Intel, Realtek, Qualcomm.

The adapter's status can tell a lot:

  • 🚫 If the adapter icon has a red cross, it's disabled. Right-click it and select "Enable."
  • ⚠️ A yellow triangle with an exclamation point indicates a driver error or resource conflict. In this case, a software reinstallation is required.
  • ❓ If the adapter is marked as "Unknown device", the system was unable to identify it, which also requires searching for drivers.

A simple reset often helps. Right-click the adapter, select "Remove device," confirm the action, and then select "Action" → "Update hardware configuration" from the top menu. The system will attempt to initialize the module again.

In the adapter properties, on the "Power Management" tab, we recommend unchecking "Allow the computer to turn off this device to save power." This will prevent the Wi-Fi module from disconnecting when the laptop enters sleep mode.

Problems with network adapter drivers

A driver is an intermediary program that tells the operating system how to communicate with the hardware. If your computer can't detect Wi-Fi, in 80% of cases the driver version is to blame. It could be damaged, outdated, or, conversely, too new and incompatible with the current Windows build.

Automatic updates via Task Manager often fail because the Microsoft database may not contain specific versions for your laptop. The most reliable way is to download the driver from the official website of the laptop manufacturer or chipset maker (Intel, Broadcom) from another device and transfer it via USB.

The installation process must take place in a certain sequence:

  1. Completely remove the old driver via Control Panel → Programs and Features.
  2. Restart your computer.
  3. Install the latest driver package by running the installer as administrator.
  4. Please reboot again to apply the changes.

Sometimes Windows 10/11 automatically replaces a working driver with a "generic" one that's unstable. In this case, you can click "Roll Back" in the driver's properties on the "Driver" tab in Device Manager to restore the previously working version.

☑️ Checking drivers

Completed: 0 / 4

Windows Network Services Settings

A special system service in Windows is responsible for detecting wireless networks and managing connections. If this service is stopped or its startup type is changed to "Disabled," the computer will be physically unable to find any networks, even with a working driver.

To check the service status, click Win + R, enter the command services.msc and press Enter. In the list, you need to find the service named "WLAN AutoConfig Service" (or WLAN AutoConfig (in the English version).

Double-click it. Make sure the startup type is set to "Automatic" and the service is running (status "Running"). If the "Start" button is active, click it. This often instantly restores missing networks.

⚠️ Attention: If the service fails to start and returns an error, check for dependencies on other services, such as Remote Access Connection Manager. Without them, the WLAN will not function.

It's also worth checking your TCP/IP protocol settings. In the network connection properties (via ncpa.cpl) Make sure that the "Internet Protocol Version 4 (TCP/IPv4)" box is checked and that it is set to obtain addresses automatically if you are not using a static IP.

Conflicts between frequencies and router settings

Sometimes the problem isn't with the computer, but with the router's settings, which are incompatible with the laptop's network adapter. This often happens with older devices that don't support new encryption standards or frequency bands.

Modern routers often operate in two bands: 2.4 GHz and 5 GHz. If your laptop is older, it may simply not see the 5 GHz network. Conversely, if the router is configured for 5 GHz only, but the adapter only supports 2.4 GHz, there will be no connection.

The security standard is also important. If the router is set to a rare or outdated encryption type (for example, only WEP or specific WPA3 settings), the computer may ignore the network. It is recommended to use mixed mode. WPA2/WPA3 and auto-selection channels.

Comparison of range characteristics:

Parameter 2.4 GHz band 5 GHz band
Transfer speed Below (up to 450 Mbps) Higher (up to 1 Gbps and more)
Range Big, breaks through walls Smaller, passes obstacles worse
Noise immunity Low (many neighbors) High
Device support Almost everyone Only modern (AC/AX)

Try temporarily changing the network name (SSID) on your router, separating the ranges to see if your computer can see at least one of them. Resetting the router to factory settings may also help if the configuration has been altered.

Why might a network be hidden?

The router may not broadcast the network name (SSID Broadcast is disabled). In this case, you need to create a connection manually, entering the network name exactly as it is set in the router, taking into account the case of letters.

Using the command line to reset

If the graphical interface doesn't help, you can resort to the "heavy artillery" – resetting network settings via the command line. This clears the DNS cache, resets the TCP/IP stack, and refreshes DNS registration, which often resolves network visibility issues.

Run Command Prompt as Administrator (search for cmd (In the search box, right-click → "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 running the last command, be sure to restart your computer. This action returns your Windows network settings to the state they were in after a clean installation, removing any accumulated configuration errors.

Windows 10 and 11 have a built-in network reset feature. It's located in the system settings: Settings → Network & Internet → Advanced network settings → Network resetThis will remove all saved Wi-Fi passwords and virtual adapters (such as those from VPNs or VMware), but is often the only way to resolve complex issues.

Frequently Asked Questions (FAQ)

Why can my computer see my neighbors' networks but not mine?

The problem is most likely related to the frequency band or channel. Your router may be operating on a channel that your laptop adapter doesn't support (for example, channels 12-14 in some regions), or MAC address filtering may be enabled. Try changing the channel in your router settings to 1, 6, or 11.

What should I do if Wi-Fi disappears after a Windows update?

Updates often break old drivers. Go to Settings → Update & Security → View update history → Uninstall updates. Uninstall the most recently installed update or use a system restore point.

Can antivirus block network search?

Yes, some firewall features in third-party antiviruses can block the network adapter. Try temporarily disabling the antivirus and see if the network reappears. If so, add your network to the exceptions.

How to check if the Wi-Fi module is burned out?

If the adapter doesn't appear even in "Unknown Devices" in Device Manager, and doesn't respond to BIOS resets or driver reinstallations from different OS versions, there's a high probability that the module is physically damaged. In this case, the only solution is to replace the module or use an external USB Wi-Fi adapter.