It's almost impossible to imagine a modern computer without internet access, and we often rely on wireless connections. Turning on your laptop or PC and finding no available hotspots can be a real bummer and throw your plans into disarray. Finding a Wi-Fi network on a Windows computer — This is a basic skill, which, however, requires an understanding of several nuances of how the operating system and network adapter work.
Sometimes the problem stems from a simple software glitch, while other times a more in-depth hardware or router settings diagnostic is required. In this article, we'll cover detailed steps for various OS versions, from classic methods to hidden settings that can help restore the connection.
Don't panic if a globe or crossed-out screen icon appears in the tray. Windows — is a smart system, but it often requires user assistance to properly initialize network modules. Let's take a step-by-step look at what needs to be done.
Standard methods for searching networks via the interface
The most obvious and quick way to detect available access points is to use the operating system's built-in interface. In most cases, the system automatically scans the airwaves immediately after booting, but sometimes this process needs to be initiated manually. To do this, look in the lower-right corner of the screen, where the taskbar is located.
If you have installed Windows 10 or Windows 11The procedure will be almost identical, although the visual appearance may differ slightly. Left-click on the icon resembling a fan or globe. A sidebar or pop-up menu will open, displaying a list of available networks for connection.
In this list, you'll see the names (SSIDs) of your neighbors' routers and your own network. Next to each name, you'll typically see the signal strength and security status (whether a lock is present). If you don't see your name, make sure your router is turned on and broadcasting a signal. It's also worth checking that Airplane Mode isn't activated, which completely blocks wireless modules.
- 📶 Click the network icon in the tray to open the control panel.
- ✈️ Make sure that Airplane mode is turned off (the button is gray).
- 🔍 Check that the Wi-Fi slider is in the "On" position.
- 🔄 If the list is empty, try clicking the refresh button or just wait a few seconds.
Sometimes the system may get stuck in the search state, and the list doesn't update dynamically. In this case, simply toggling the Wi-Fi slider helps: turn it off, wait 5-10 seconds, and then turn it back on. This will force a firmware update of the adapter and a new request to the antenna.
Using system parameters for detailed search
If you can't find the network you need through the system tray, you should look into deeper system settings. The "Settings" menu in Windows Provides advanced control over network connections and allows you to see what's hidden in the quick menu. This is especially useful when the standard interface is unresponsive.
To go to settings, press the key combination Win + I Or find the gear icon in the Start menu. Then follow the path: "Network & Internet" → "Wi-Fi." Here you'll see more detailed information about the adapter's status and a "Show available networks" button, which duplicates the action of clicking the tray but is often more stable.
In this section, you can also manage known networks. If your computer previously connected to the router but now can't see it, the network profile may be corrupted. In the "Manage Known Networks" list, you can select the desired SSID and click "Forget." This will force your computer to search for the network as a new one, which often resolves issues with IP address or security protocol conflicts.
⚠️ Note: When deleting a network profile ("Forget"), you will be prompted to re-enter your Wi-Fi password. Make sure you have the current security key before performing this operation.
You can also find a "Randomize Hardware Addresses" toggle in the advanced Wi-Fi settings. This feature is designed to enhance privacy in public areas, but at home it sometimes conflicts with MAC address filtering on your router. If you use such filtering, try disabling this option for your home network.
Diagnostics via Device Manager and Drivers
When the interface is silent and the Wi-Fi slider has disappeared completely, the problem most likely lies in the drivers or a hardware failure of the adapter. device Manager — This is the main tool for diagnosing your computer's hardware. It's where you can see whether the system physically detects the wireless module.
To open the task manager, right-click the Start button and select the appropriate item from the context menu. In the window that opens, find the "Network adapters" section and expand it. You need to find a device whose name includes the words Wireless, Wi-Fi, 802.11 or brands like Intel, Realtek, Qualcomm.
If such a device isn't listed, or it appears with a yellow exclamation point, the driver isn't working or the device is disabled. Try right-clicking the adapter and selecting "Enable." If that doesn't help, select "Uninstall device," then click "Action" → "Scan for hardware changes" in the top menu. The system will attempt to reinitialize the module.
| Status in the dispatcher | Probable cause | Action |
|---|---|---|
| Yellow triangle | Driver error or resource conflict | Update or reinstall the driver |
| Down arrow | The device is disabled by software | Select "Enable" |
| Unknown device | Driver missing | Download the driver from the manufacturer's website |
| The adapter is missing | Hardware failure or BIOS shutdown | Check BIOS and physical connection |
It's important to understand that Wi-Fi requires a wireless adapter. If the list only includes Ethernet Controller or Bluetooth Device, which means the Wi-Fi module isn't detected by the system. In laptops, this could be a sign that the module has become disconnected from its contacts inside the case, especially after being dropped or cleaned of dust.
What to do if the driver is not found automatically?
If Windows can't find the driver automatically, you'll need internet access via an Ethernet cable or a smartphone connected via USB. Download the latest driver from the official website of your laptop or motherboard manufacturer, then install it manually through Device Manager, specifying the path to the downloaded file.
Windows Services and Power Settings
A special system service is responsible for searching for and connecting to wireless networks in the operating system. If it's stopped or not working correctly, it becomes impossible to find a Wi-Fi network on a Windows computer, even if the drivers are working properly. Checking the status of these services is a mandatory step in a thorough diagnostic.
Click Win + R, enter the command services.msc and press Enter. In the list that opens, find the "WLAN AutoConfig Service" (WlanSvc) service. Make sure its status is "Running" and its startup type is set to "Automatic." If the service is stopped, click "Start."
Another common reason for Wi-Fi dropping out is aggressive power saving policies. Windows It may disable the adapter to save battery life, but it doesn't always re-enable it correctly. To disable this, go back to Device Manager, open the properties of your wireless adapter, and go to the "Power Management" tab.
Uncheck "Allow the computer to turn off this device to save power." This will force the adapter to run constantly, preventing unexpected connection drops and network discovery issues after waking from sleep mode.
- 🛠 Open services via command
services.msc. - 🔌 Find "WLAN AutoConfig Service".
- ▶️ Start the service and set the startup type to "Automatic".
- 🔋 In Device Manager, disable turning off the adapter to save power.
⚠️ Warning: Changes to system services and the registry may affect OS stability. We recommend creating a system restore point before making any changes.
Finding hidden networks and connecting manually
Some network administrators or router owners hide the network name (SSID) for security reasons. In this case, your computer won't display this network in the general list, even if the signal is very strong. However, find a Wi-Fi network It is still possible if you know its exact name and security type.
To connect to a hidden network, go to Settings → Network & Internet → Wi-Fi. Click Known networks or Manage known networks, then select Connect to a hidden network. The system will ask you to enter the network name (SSID) manually.
Be careful when entering the name: it's case-sensitive. You also need to select the correct security type (usually WPA2-Personal or WPA3). If you enter the wrong encryption type, the connection will fail, although the network will still be found.
☑️ Checklist for connecting to a hidden network
Using hidden networks has its drawbacks: your computer will constantly broadcast "Are you there?" requests using the hidden network's name, which can reduce your privacy. Furthermore, connecting to such a network will always take slightly longer, as the discovery stage is skipped.
Command line for advanced users
For those who prefer console control, Windows offers powerful tools via the command line. This allows you to not only find a network but also see technical details hidden in the graphical interface, such as the channel, frequency, and protocol type.
Run Command Prompt as administrator. Enter the command
netsh wlan show networks It will display a list of all detected networks in text format. This is useful when the GUI is frozen but the adapter is physically working.
Another useful command is - netsh wlan show interfacesIt will show the status of your wireless interface, including the name of the network you're connected to, the signal strength in percent, and the radio type (e.g., 802.11ac). If the command reports that the wireless interface is not found, the problem is definitely with the drivers or hardware.
You can also reset all network settings through the console if nothing helps. Commands netsh winsock reset And netsh int ip reset Reinstall the TCP/IP and Winsock protocol stacks. After completing these steps, a computer restart is required.
Common problems and their solutions
Even with the correct settings, users may encounter specific errors. For example, the computer sees neighboring networks but ignores yours. This often happens if the router is operating on a channel that is not supported by the region set in Windows, or if the adapter does not support the standard. Wi-Fi 6, and the router only works in this mode.
Another common issue is an IP address or DNS conflict. In this case, the network is found and the connection is established, but the internet is not working. Try entering static DNS addresses (for example, from Google: 8.8.8.8) in the IPv4 protocol properties. This often speeds up system response times when searching and connecting.
If none of the above helps, there may be a hardware problem with the antenna or the Wi-Fi module itself. In laptops, the antenna wires may have become disconnected from the board. In desktop computers with USB adapters, try moving the device to a different port, preferably a USB 2.0 one, as 3.0 ports sometimes interfere with the 2.4 GHz frequency.
⚠️ Note: Settings interfaces and menu item layouts may vary depending on your Windows version and laptop manufacturer. If you don't find an exact match, search for similar sections.
Why can't my computer see the 5 GHz network?
Your wireless adapter may be single-band and only support 2.4 GHz. Check your device's specifications. If your adapter is dual-band, make sure the driver isn't limited to only one band and that the router is actually broadcasting a 5 GHz network.
Why did the Wi-Fi icon disappear after a Windows update?
System updates often replace drivers with generic ones, which may not work correctly with your specific hardware. Solution: Uninstall the current driver in Device Manager and install the version from the laptop manufacturer's website.
How do I find a network if it's hidden and I don't know the name?
Without knowing the exact name (SSID), it's impossible to connect to a hidden network. You may see it listed as "Hidden Network," but you need the exact details to connect. Try looking at the name on the connected phone or on the router's sticker.
Can antivirus block network search?
Yes, some third-party antivirus programs have built-in firewalls that can block network services. Try temporarily disabling your antivirus and see if the network list appears.
What should I do if my Wi-Fi adapter is not detected at all?
Check the Device Manager. If there aren't even any unknown devices listed, the module may be disabled in the BIOS/UEFI or physically faulty. Try resetting the BIOS settings or using an external USB Wi-Fi adapter.
Does distance affect network visibility?
Absolutely. If you're too far from the router or there are thick concrete walls between you, the signal may be too weak to detect. Move closer to the signal source to check.