Are you trying to connect to the internet, but your device can't see any Wi-Fi networks? Or has the network you need suddenly disappeared from the list of available networks? This problem is common, especially in apartment buildings with dozens of overlapping networks or in offices with hidden access points. The causes can range from a simple router shutdown to complex security settings.
In this article we will look at all possible ways to search for Wi-Fi networks — both visible and hidden — on a variety of devices, from smartphones to laptops. You'll learn how to bypass standard operating system restrictions, use specialized programs, and even manually add a network if it's not listed. And for those experiencing signal issues, we've prepared a bonus: Practical tips for enhancing coverage without purchasing additional equipment.
Whether you're a beginner or an experienced user, there's a solution for every situation. We'll start with the simplest and gradually move on to more advanced methods.
1. Standard Wi-Fi search on different devices
Before resorting to complex methods, make sure you're properly scanning for networks using built-in tools. The process varies slightly depending on your operating system.
On Windows 10/11:
- Click on the network icon in the lower right corner of the taskbar (next to the clock).
- In the menu that opens, select
Wi-Fi(if it is disabled, turn it on using the slider). - Wait for the list of available networks to load (may take up to 30 seconds).
- If the list is empty, click
Hidden network→Connect.
On macOS:
- Click on the Wi-Fi icon in the top bar (on the right).
- Make sure Wi-Fi is turned on (check mark next to
On). - If there are no networks, select
Other networks...and enter the hidden network name manually.
On Android And iOS:
- Open
Settings→Wi-Fi. - Activate Wi-Fi if it is turned off.
- Please wait 10-15 seconds - the list is not updated instantly.
- On Android click
Add a network(at the bottom of the list), on iOS —Another....
⚠️ Attention: On some devices (especially budget smartphones), the hidden network search feature may be disabled by default. In this case, you'll need to manually enter the SSID.
If after these steps the networks are still not showing up, proceed to the next section, where we'll discuss the causes and solutions.
2. Why Wi-Fi networks are not displayed: top 5 reasons
Networks disappearing from the list of available networks is a common problem, and there are specific causes. Here are the most common ones:
- 🔌 The router is turned off or faulty. Check if the indicators on the case are lit (especially
PowerAndWi-Fi). If not, turn on the device or reboot it using the button.Reset. - 📡 Weak signal. If you're far from the router (for example, in another room with thick walls), the network may not be visible. Try moving closer.
- 🔒 Hidden network (SSID Hidden). Many offices and some home routers hide the network name for security reasons. Such networks are not visible in the standard list.
- 🛠️ Incompatible router settings. For example, if the router is operating in mode
802.11ac(5 GHz), and your device only supports802.11n(2.4 GHz), connection will not be possible. - 📱 Problems with drivers or Wi-Fi module. On a PC, this could be due to an incorrectly installed driver; on smartphones, it could be due to a hardware fault in the antenna.
Important: If you connected to a network before but it has now disappeared, check if its name (SSID) or password has changed in your router settings. This often happens after resetting the router to factory settings or updating the firmware.
To accurately determine the cause, perform a simple diagnosis:
Check if the router is turned on (if the lights are on)
Make sure Wi-Fi is not disabled on your device.
Try searching for networks on another device (phone, tablet)
Move closer to the router
Reboot your router (turn it off for 30 seconds and turn it on again)-->
3. How to find a hidden Wi-Fi network (SSID Hidden)
Hidden networks don't broadcast their name (SSID), so they aren't visible in the standard list. However, you can connect to them if you know the correct name and password.
Here's how to do it on different devices:
On Windows:
- Open
Parameters→Network and Internet→Wi-Fi. - Click
Managing known networks→Add a new network. - Enter:
- Network Name (SSID) - exact name, including case;
- Security type - usually
WPA2-PersonalorWPA3-Personal; - Password.
Connect automatically and press Save.On macOS:
- Open
System Preferences→Net. - Select
Wi-Fi→Additionally. - In the section
Favorite networksclick+and enter the hidden network details.
On Android:
- Go to
Settings→Wi-Fi. - Click
Add a network(usually at the bottom of the list). - Specify the SSID, security type and password.
On iOS (iPhone/iPad):
- Go to
Settings→Wi-Fi. - Select
Another.... - Enter the network name, select the security type and enter the password.
⚠️ Attention: If you don't know the exact name of a hidden network, you can only find it using specialized software (see Section 5). A regular Wi-Fi scanner on a phone or laptop won't detect it.
Once added, the hidden network will connect automatically, just like a regular network. However, if the router changes the SSID, the connection will be lost.
4. Advanced Methods: Ether Scanning
If standard methods don't help, it's time to use tools for deep Wi-Fi network analysis. They will show all available access points, including hidden ones, and will also provide data on channels, signal strength and encryption type.
Here are the best programs for different platforms:
| Program | Platform | Possibilities | Complexity |
|---|---|---|---|
| inSSIDer | Windows, macOS | Channel scanning, overlap analysis, hidden network detection | Average |
| NetSpot | Windows, macOS | Coverage visualization, speed test, hidden SSID detection | Low |
| Wifi Analyzer | Android | Channel load chart, search for hidden networks, optimization recommendations | Low |
| AirPort Utility | iOS/macOS | Scanning the airwaves, signal analysis (requires enabling in settings) | High |
| Kismet | Linux, Windows (via WSL) | Professional traffic analysis, vulnerability detection, packet capture | Very high |
Example of working with inSSIDer:
- Download and install the program from official website.
- Start scanning (button
Start). - In the list of networks, pay attention to the column
SSID- hidden networks will be marked as(hidden). - To connect, copy the SSID and add the network manually (see section 3).
On Android the easiest to use Wifi Analyzer:
- Install the app from Google Play.
- Go to the tab
AP List. - Hidden networks will be marked with an asterisk (*) next to the channel.
⚠️ Attention: Using programs like Kismet or Airodump-ng Scanning other people's networks may violate privacy laws in some countries. These tools are intended for legal auditing. own networks.
How do I enable scan mode in AirPort Utility on iPhone?
1. Open Settings → AirPort Utility.
2. Turn on the switch Wi-Fi scanner.
3. Return to the main menu of the application and select Wi-Fi scanner.
4. Click Scan - after a few seconds a list of all networks will appear, including hidden ones (marked as Hidden network).
5. Manually adding a network via the command line (for experienced users)
If the graphical interface doesn't help, you can add a Wi-Fi network via the command line. This is relevant for Windows And Linux, where sometimes the standard settings get lost.
On Windows:
- Open
Command lineas administrator (Win + X→Terminal (Administrator)). - View the list of available networks:
netsh wlan show networks mode=bssidHidden networks will be marked as
Hidden network. - Connect to the network (replace
SSIDAndPASSWORD):netsh wlan connect name="SSID" ssid="SSID" key=clear:PASSWORD
On Linux (Ubuntu/Debian):
- Open Terminal (
Ctrl + Alt + T). - See the list of networks:
sudo iwlist wlan0 scan | grep ESSID(replace
wlan0to your adapter, if necessary). - Connect to a hidden network:
nmcli dev wifi connect "SSID" password "PASSWORD" hidden yes
On macOS:
- Open
Terminal(Applications → Utilities). - Network scanner:
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -s - Connecting to a hidden network:
networksetup -addpreferredwirelessnetwork en0 "SSID" "PASSWORD"(replace
en0on your interface, you can check with the commandnetworksetup -listallhardwareports). - The GUI is not responding;
- You need to connect to a network with non-standard settings (for example,
WPA-Enterprise); - You are setting up a device without a screen (eg. Raspberry Pi).
- 🔑 Incorrect password. Make sure you enter it with the correct register (Capitalization matters!) If you're unsure, reset the password in your router settings.
- 🔄 Incompatible security settings. For example, if the router uses
WPA3, and your device only supportsWPA2Solution: Change the encryption type in your router settings toWPA2-PSK. - 📶 The signal is too weak. If the signal level is lower
-70 dBm, the connection will be unstable. Try moving closer to the router or use repeater. - 🚫 MAC filtering. Your router settings may include a whitelist of devices based on MAC address. Add your device's MAC address to the whitelist.
- ⚡ Problems with IP addressing. If the router does not issue an IP (error
No internet access), try manually setting a static IP in the network adapter settings.
These commands are useful if:
6. What to do if the network is found but does not connect
Do you see a network in the list, but the connection fails? Here are the most common causes and solutions:
To check the signal strength on Windows:
- Open
Command line. - Enter:
netsh wlan show interfaces - Find the line
Signal— the value is higher-50 dBmconsidered good, below-80 dBm- critically weak.
If the connection still doesn't work, try:
- Reboot the router and device.
- Reset network settings on the device (on Android:
Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth). - Update your Wi-Fi adapter driver (on PC).
⚠️ Attention: If the router gives an errorAuthentication failed, most likely the password or encryption type is incorrect. Check your router settings at192.168.0.1or192.168.1.1(default logins are usuallyadmin/adminor indicated on the router sticker).
7. How to boost your Wi-Fi signal if networks are hard to see
If networks are showing up but the signal is weak or the connection keeps dropping, the problem may be poor coverageHere's what you can do. without purchasing new equipment:
- 📍 Optimize the location of your router. Place it in the center of the apartment, raise it to a height of 1–2 meters (for example, on a cabinet), avoid close proximity to household appliances (microwaves, refrigerators).
- 🔄 Change the Wi-Fi channel. By default, routers select a channel automatically, but it can be overloaded. Use programs like inSSIDerto find the freest channel in the range
2.4 GHzor5 GHz. - 📶 Adjust the transmit power. In some routers (for example, ASUS, TP-Link) you can increase the signal strength up to
100%in the settings (Wireless → Professional). - 🔗 Use a repeater or mesh system. If the router does not cover the entire area, connect repeater (signal booster) or switch to a Mesh system (for example, Google Nest WiFi or TP-Link Deco).
- 🔧 Update your router firmware. Outdated software can cause connection issues. Check your router's web interface for updates.
For the range 2.4 GHz It is recommended to use channels 1, 6 or 11 - they do not overlap. In the range 5 GHz select channels with numbers 36–48 or 149–165 (they are less busy).
If you rent an apartment and cannot change the location of your router, try point the antennas:
- To cover in one side (for example, along the corridor) - place the antennas vertically.
- For covering in a circle (in several rooms) - place the antennas at an angle
45°.
FAQ: Frequently asked questions about searching for Wi-Fi networks
Is it possible to find a Wi-Fi network without a password?
Technically yes, but legally only if it is your own network (for example, you forgot your password). To do this:
- Connect to the router via cable.
- Go to the web interface (
192.168.0.1or192.168.1.1). - Look at the password in the section
Wireless → Security.
Connecting to other people's networks without permission is illegal (Article 272 of the Criminal Code of the Russian Federation - "Unauthorized access to computer information").
Why can my phone see the network, but my laptop can't?
Possible reasons:
- On a laptop The Wi-Fi adapter is disabled (check the key
Fn + F2/F12or inDevice Manager). - Wi-Fi driver outdated or damaged (update it through
device Manager). - Laptop does not support 5 GHz frequency, and the router only works in this range (change the router setting to
2.4 GHzorDual-band mode).
How to find saved Wi-Fi passwords on your phone?
On Android (requires root privileges or file system access):
- Install a file manager (for example, Root Explorer).
- Go to
/data/misc/wifi/. - Open the file
WifiConfigStore.xml— SSIDs and passwords are stored there.
On iPhone This is impossible without jailbreaking. An alternative is to view the password on another device that's already connected to the network.
Can antivirus software block Wi-Fi network scanning?
Yes, some antiviruses (for example, Kaspersky, Avast) have a network protection module that can block scanning. To check:
- Temporarily disable your antivirus.
- Try searching for networks again.
- If the problem disappears, add a scanning program (for example, inSSIDer) in the antivirus exceptions.
How to find a Wi-Fi network on a Smart TV?
On the majority Smart TV (Samsung, LG, Sony) the algorithm is as follows:
- Open
Settings→Net→Wi-Fi. - If the network is not visible, select
Add a network manually. - Enter the SSID and password. On some models Samsung input may be required
Type of security(usuallyWPA2-PSK).
If your TV doesn't connect, check if it supports it. 5 GHz (many budget models only work on 2.4 GHz).