How to turn on Wi-Fi on a computer if there are no wireless networks in the list

Many users are familiar with the situation when the wireless network icon on their laptop or desktop suddenly disappears, and the list of available connections displays only the message "No connections available." This happens at the most inopportune moments: during an important video conference, while downloading large files, or before an online meeting. The computer stops seeing not only your router but also any neighboring networks, causing panic and the feeling of being completely disconnected from the outside world.

The causes of this system behavior can range from a simple software glitch to a hardware failure in the communication module. Windows often updates in the background and "forgets" to properly initialize the wireless adapter drivers. In other cases, the problem lies in the physical switches or a conflicting operating system service. It's important not to panic and to identify all possible points of failure, starting with the software.

Restoring the module's functionality Wi-Fi — a process that, in 90% of cases, can be performed independently, without resorting to a service center. We'll cover a procedure that will help restore internet access, even if the connection indicator has completely disappeared from the interface. Follow the instructions carefully to accurately determine the source of the problem.

Checking the physical condition and switches

Before delving into complex operating system settings, it's important to rule out trivial physical causes. Many laptop models, especially business-class or older versions, are equipped with hardware switches to disable wireless modules. These can be located on the edge of the case, near the touchpad, or even on the keyboard. Accidentally touching such a slider or pressing a key combination could completely de-energize the antenna.

Pay attention to the keyboard: you need to look for an antenna or radio wave icon, often combined with function keys F1F12. You may need to press the key simultaneously to activate. Fn and the corresponding button with the icon. If the indicator on the housing lights up after this, the module has received power and is ready for use.

  • 🔍 Carefully inspect all edges of the laptop for sliders labeled "Wireless" or with an antenna icon.
  • ⌨️ Try pressing the combination Fn + F2 (or another key with the network symbol) several times with a pause of 2-3 seconds.
  • 🔌 For desktop PCs, check that the antenna is securely screwed to the back panel of the system unit if an external USB adapter is used.
⚠️ Note: Some gaming laptops have a "Flight Mode" feature that software-based blocks all wireless interfaces. Make sure it's not enabled in the Windows Action Center before tweaking driver settings.
📊 What type of device do you have?
Laptop with built-in module
Desktop PC with USB adapter
Monoblock
Windows tablet

Diagnostics via Windows Device Manager

If the physical switches have been checked and the problem persists, the next step is to check the hardware status in the system. device Manager This is the main administrator tool that shows whether the operating system even detects the wireless adapter. Open it by right-clicking the Start button and selecting the appropriate item from the menu.

In the window that opens, find the "Network Adapters" section. If you see a device with a name containing the words Wireless, Wi-Fi, 802.11, or brand names like Intel, Realtek, Qualcomm Atheros, meaning the system has recognized the module. However, if there's a yellow triangle with an exclamation point next to the name, this indicates a driver error or resource conflict.

In the worst case, the adapter may not be listed at all. In this case, click the "View" tab in the top menu and select "Show hidden devices." If the adapter appears but is translucent, it may have been disabled by software or may be malfunctioning. Double-clicking the device will open the properties window, where the "Device Status" field will display an error code, such as code 10 or 43, which will help you find a solution.

  • 🛠️ If the adapter is present but has an error, try right-clicking it and selecting "Uninstall device," then restarting your computer to automatically reinstall it.
  • 🚀 In the adapter properties, on the "Power Options" tab, uncheck "Allow the computer to turn off this device to save power."
  • 🔄 If the adapter is not displayed even in hidden devices, the contact inside the laptop may have come loose or the module may have burned out.

Managing network services and adapter settings

Networks often disappear when a critical Windows service responsible for managing wireless connections stops. Without this service running, WLAN AutoConfig (or "WLAN AutoConfig") the operating system simply will not scan the air for access points, even if the driver is working properly.

To check, press the combination Win + R, enter the command services.msc and press Enter. In the list of services, find "WLAN AutoConfig." Make sure the "Startup Type" column is set to "Automatic" and the service is running. If it's stopped, click "Start." This often restores missing networks instantly.

It's also worth checking the settings of the network interface itself. Go to the Network and Control Panel and select "Change adapter settings." Find the "Wireless Network" connection. If it's grayed out and labeled "Disabled," right-click it and select "Enable." Sometimes resetting the settings helps: select "Properties," find the protocol. Internet Protocol version 4 (TCP/IPv4) and make sure that receiving addresses is set to automatic.

Service status Launch type Action Result
Stopped Manually Run + Auto The emergence of networks
Works Automatically Restart Updating the list
Disabled Disabled Enable + Auto Activating the module
Error Auto Checking logs Failure diagnostics
⚠️ Note: Service interfaces may vary slightly across different versions of Windows (10, 11, 8.1). If you can't find a service by name, search within the Services window or check the name in the official Microsoft documentation for your OS version.

☑️ Service diagnostics

Completed: 0 / 4

Updating and rolling back wireless adapter drivers

The most common cause of unstable Wi-Fi is issues with the software that controls the hardware. Drivers can become outdated, become corrupted after Windows updates, or conflict with new software. If you see an error code in Device Manager, the first step is to try updating the driver automatically.

Right-click the adapter in Device Manager and select "Update driver" → "Search automatically." However, this method often fails to find the latest versions, as Microsoft's database is limited. A more reliable method is to download the latest driver from the laptop manufacturer's official website (e.g., Asus, HP, Lenovo) or chipset (Intel, Realtek) on another device, transfer via USB and install manually.

If the problem occurred immediately after updating a driver, the logical solution is to roll back the driver. In the device properties, go to the "Driver" tab and click the "Roll Back Driver" button. This will restore the previous, stable software version. If the button is grayed out, you can completely uninstall the device (by checking the "Delete the driver software" box), restart the PC, and the system will attempt to install the default driver again.

  • 💻 Download drivers only from the manufacturer's official websites, avoiding third-party driver downloaders.
  • 🗑️ Before installing the new version, we recommend completely uninstalling the old one via Control Panel → Programs and Features.
  • 📂 Save downloaded driver installers to a flash drive to have a lifeline at hand if you don't have internet access.
What to do if the driver is not installed?

If the installation is interrupted or returns an error, try running the installer as administrator. Temporarily disabling your antivirus or firewall, which may be blocking the installation of system files, may also help. In rare cases, you may need to manually specify the path to the INF file when selecting a driver from the list.

Resetting network settings and command line

When manual changes don't help, perform a full reset of Windows network settings. This removes all installed network adapters and resets all network components to their original settings. This is a drastic, but often the only effective method for fixing deep registry and configuration errors.

In Windows 10 and 11, you can do this through Settings → Network & Internet → Advanced network settings (or simply "Network reset" at the bottom of the page). After clicking "Reset now," your computer will restart in 5 minutes. You can also use the Command Prompt, running as administrator.

Enter the following commands in sequence, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running the commands, be sure to restart your computer. This will clear the DNS cache, reset the TCP/IP stack, and rebuild the socket configuration.

  • ⚡ Team netsh winsock reset Fixes errors in the Winsock directory that often block network access.
  • 🧹 ipconfig /flushdns clears the DNS cache, which is useful if websites don't open but there is a connection.
  • 🔁 After resetting the settings, you may need to re-enter the password for your Wi-Fi network.

BIOS settings and hardware problems

If none of the software methods work, the problem may be hidden at the Basic Input/Output System (BIS) level (BIOS/UEFI). In some cases, after resetting the BIOS or updating the motherboard firmware, the built-in Wi-Fi module may be disabled at the hardware level.

To check, enter the BIOS (usually the keys F2, Del or F10 (at boot). Find the section related to peripherals (Advanced, Onboard Devices, Configuration). Look for items like "Wireless LAN," "Wi-Fi Controller," or "Network Adapter." Make sure they are in the "Ready" state. EnabledIf the module is disabled here, the operating system will never see it.

For desktop PCs with USB adapters, try connecting the device to a different port, preferably USB 2.0, as some older adapters don't work well with 3.0 ports. If it's a laptop and the module isn't visible anywhere, even in the BIOS, there's a high probability of physical damage: a loose antenna cable, a oxidized Mini-PCIe card contact, or a fried chip. In this situation, the only solution is to replace the module or use an external USB adapter.

⚠️ Caution: Be careful when changing BIOS settings. Do not reset to default settings unless necessary, as this may change the disk controller operating mode (SATA Mode), making it impossible to boot into Windows. Only change settings related to wireless networks.
Why did Wi-Fi disappear after a Windows update?

Windows updates often contain new driver versions that may be incompatible with your specific hardware. The updater may also replace a working driver with a newer, but buggy, version. Solution: Roll back the driver or uninstall the update.

Can a virus disable Wi-Fi?

Yes, some types of malware block network services or change proxy settings to redirect traffic or prevent antivirus updates. Scan your computer with Malwarebytes or Dr.Web CureIt.

What is error code 43 in Device Manager?

Code 43 means that Windows has lost communication with the device or the device has reported a malfunction. This is often resolved by completely powering down the laptop (remove the battery and unplug the power cord for 5 minutes) to relieve static electricity.

How to check if the Wi-Fi indicator is on without the tray icon?

Check the keyboard or the edge of the laptop. If the physical LED indicating wireless connectivity is off or orange/red, the module is de-energized at the BIOS or physical switch level.