Modern users often encounter a situation where their home or office router is simply missing from the list of available wireless networks. This doesn't indicate a hardware failure or a provider outage. In most cases, the network administrator has decided to hide it. SSID (network name) from the public airwaves. This measure is considered a basic level of perimeter protection, although it is not a panacea against hacking. A hidden network does not broadcast its name, so standard devices do not display it in the list of available connections.
However, if you know the exact network name and password, you can connect to it manually. This process requires entering all configuration parameters, and there's no automatic detection. In this article, we'll discuss the technical aspects of hidden networks, how to connect them on various operating systems, and how to configure your router to hide or display them. SSIDWe'll also touch on security issues, as hiding your network name is just one element of an overall security strategy.
It's important to understand that even if a network isn't visible in the list, it continues to operate and transmit data packets. Specialized software can detect such access points based on their service traffic. Therefore, relying solely on hiding the network name as your only security measure isn't recommended. Hiding the SSID does not encrypt traffic or prevent data interception without using WPA2/WPA3 encryption protocols. Next, we'll look at practical steps for working with such configurations.
Technical aspects of hiding SSID and security
Protocol Wi-Fi involves the periodic distribution of management personnel, which are called Beacon framesIn normal mode, these frames contain the network name, allowing user devices to display it in the list of available connections. When the administrator enables the hiding feature, the router stops including the network name (SSID) in broadcast frames. Beacon. An empty value or a zero field length is passed instead of a name.
However, when a client device attempts to connect to a hidden network, it must know its exact name. At this point, the device sends requests Probe Requestcontaining the desired network name. The router, upon receiving such a request, responds Probe ResponseIt is this data exchange that allows specialized scanners such as Wireshark or Airodump-ng, detect the presence of an "invisible" network and learn its real name by analyzing the traffic of connected clients.
⚠️ Warning: Hiding the SSID is not a reliable security method. Attackers can easily detect your network by intercepting packets from authorized devices. Primary protection should be based on a strong password and a modern encryption protocol.
Using a hidden network puts additional strain on mobile devices' batteries. The smartphone, constantly searching for known networks, will broadcast requests with the hidden network's name, even when out of range. This can drain the battery faster than connecting to an open network with a visible name.
Why hide the network?
Administrators hide SSIDs to reduce visual noise in the air and prevent random users or guests from connecting. This also complicates the lives of those who like to "parkour" on other people's Wi-Fi, although it doesn't stop professionals.
Connecting to a hidden network on Android
operating system Android Allows you to manually add a network profile, even if it doesn't appear in the list. The process may vary slightly depending on the OS version and the manufacturer's shell (e.g. One UI from Samsung or MIUI (from Xiaomi), but the logic remains the same. You need to go to the wireless network settings and initiate manual addition.
Open the menu Settings, then select the section Wi-FiIn the upper right corner or in the additional actions menu (three dots), find the item Add a network or Another networkIn the window that opens, you'll need to enter the exact network name (SSID), taking care to ensure all letters are case-sensitive. You'll also need to select the security type your router uses.
☑️ Check before connection
After entering the name, select the security protocol. The most common are WPA/WPA2-PersonalIf you select the wrong encryption type, the connection will fail and the device will display an authentication error. Enter the passkey in the password field. Some Android versions require you to additionally specify whether the network is hidden by switching the corresponding toggle switch to "Yes."
- 📱 Go to
Settings→Network and Internet→Wi-Fi. - 🔍 Click
Add a network(often found in the menu or at the bottom of the list). - 📝 Enter SSID manually, observing the letter case.
- 🔒 Select the security type (usually WPA2/WPA3-Personal).
If all parameters are entered correctly, the device will begin searching for an access point with that name. Once a signal is found, a handshake and key exchange will occur. A connection icon will appear in the status bar. It's worth noting that on newer versions of Android (10 and above), the process can be automated via a QR code if you can scan it from another device where the network is already saved.
Setting up a connection on iPhone (iOS) and macOS
Ecosystem Apple also provides tools for working with hidden networks, although the interface here is more minimalistic. On devices iPhone And iPad The procedure is similar to Android, but there are some nuances in terminology. It's important for users to be careful when entering the network name, as autocorrect may change the case of letters or add extra characters.
To get started, go to Settings and select Wi-FiMake sure your wireless network switch is turned on. In the list of available networks, usually at the very bottom or in the "Other" section, there will be an option Other.... Clicking on it will take you to the manual settings menu. Here, the system will ask for the network name, security type, and password.
⚠️ Note: On Apple devices, if you select "None" (open network) as the security type, the password field will disappear. Make sure you select the correct encryption protocol, otherwise your device will not be able to connect to the secure hidden hotspot.
On computers macOS The process is similar. In the menu bar, click the Wi-Fi icon and select Another network...In the window that appears, enter the network name (Network Name). In the drop-down menu Security select the protocol to use (e.g. WPA2 Personal). After entering the password, click Join (Connect).
- 🍏 Open
Settings → Wi-Fi on iPhone or iPad.
- 📡 Select an option
Another... in the list of networks.
- 🔤 Please enter the exact network name (SSID) without errors.
- 🛡️ Specify the security type (most often WPA2).
An important feature for Apple users is the "Private Wi-Fi Address" feature. It generates a random MAC address for each network. If your router is configured to filter MAC addresses (whitelist), even with the correct password, the connection may fail. In this case, you need to disable this feature in the specific network settings on your iPhone or add a new MAC address to the router settings.
Manual connection in Windows 10 and 11
In operating systems of the family Windows Wireless networks are managed through the Network and Sharing Center or the new Settings menu. Hidden networks are called "Non-broadcasting networks." Connecting to them requires creating a new profile manually, as the system cannot detect the access point automatically.
To get started, click the Wi-Fi icon in the system tray (near the clock) and make sure the module is enabled. Right-click the network icon or go to Parameters → Network and Internet → Wi-FiFind the button Managing known networks or Add a new connectionThe interface may differ in Windows 10 and 11, but the basic idea is the same: find the option to create a new profile.
In the window that opens, you'll be prompted to enter a network name. Unlike mobile OSes, Windows may require you to first connect to the network (even if it's hidden) to save the profile, or create one immediately. Select the option Connect to a hidden network. The system will ask you to enter a name (SSID), security type and security key. The security type is critical: if the router uses WPA2-Personal, and you choose WEP, there will be no connection.
netsh wlan show profiles
This command in the command line (cmd) allows you to view all saved Wi-Fi profiles. If you successfully created a profile for a hidden network, it will appear in this list. For more in-depth diagnostics, you can use the command netsh wlan show profile name="NETWORK_NAME" key=clear, which will show the saved password in plain text if you have administrator rights.
- 💻 Click
Start → Parameters → Network and Internet.
- 📡 Choose
Wi-Fi → Managing known networks → Add a new network.
- 📝 Enter the network name and select the encryption type.
- ✅ Check the "Connect automatically" box if needed.
After saving the profile, Windows will actively search for a network with the specified name. If the access point is within range, the connection will be established. Keep in mind that Windows can prioritize known open networks over hidden ones, so you may need to manually select the created network from the list of available connections, even if it doesn't constantly broadcast its name.
Router Setup: How to Hide or Show a Network
If you are a network administrator and want to change the visibility status of your access point, you will need to access the router's web interface. Interfaces vary by manufacturer (TP-Link, Asus, Keenetic, MikroTik) are different, but the setup logic is the same. You need to find the section responsible for the wireless mode (Wireless).
Log into your router's control panel, usually at 192.168.0.1 or 192.168.1.1. Find the section Wireless mode (Wireless) → Wireless settings (Wireless Settings). This is where you'll find the option. Enable SSID Broadcast (Enable SSID Broadcast) or Hide SSID (Hide SSID). Unchecking the first option or checking the second will hide the network.
Router manufacturer
Path to the menu
Option name
Action to hide
TP-Link
Wireless → Wireless Settings
Enable SSID Broadcast
Uncheck the box
Asus
Wireless Network → Professional
Hide SSID
Select "Yes"
Keenetic
My Networks and Wi-Fi → Home Network
Hide access point
Turn on the toggle switch
MikroTik
Wireless → Wireless tab
Default Authenticate
Configure via Security Profile
After changing the settings, your router may require a reboot, although modern models apply the settings on the fly. Keep in mind that after hiding the network, all your devices will lose connection and will require manual reconnection by re-entering the network name. This is an important point that is often overlooked, leaving you without internet access.
📊 How important is Wi-Fi network privacy to you?This is critical for security/I don't care, the main thing is speed/I hide my network from my neighbors/I use a guest network instead of hiding
⚠️ Note: Router interfaces are constantly being updated. Menu locations may change in new firmware versions. If you don't find the option you're looking for, look for similar names like "Visibility Status" or "Broadcast Network Name."
Connection problems and their solutions
Even with correct data entry, users may encounter errors. One common issue is frequency band incompatibility. If the router only distributes the network within the frequency range 5 GHz, and the device only supports 2.4 GHz (or vice versa), there will be no connection, and the device will endlessly try to obtain an IP address. This is especially annoying with hidden networks, as the user can't see whether the access point is even active.
Another common issue is a limited number of clients. Some routers limit the number of simultaneous connections. If this limit is reached, any new device attempting to connect to the hidden network will be rejected. It's also worth checking your MAC address filtering settings. If your router has a "Whitelist" enabled and your new device's MAC address isn't included, the password won't work.
For diagnostics, you can use console utilities. In Windows, the command ipconfig /all will show the adapter's status. If the status is "Limited" or "No Internet Access," the problem may be with the router's DHCP server. In such cases, statically assigning a IP address to the device's network settings can help.
If all else fails, try temporarily enabling the SSID broadcast, connect to the network, ensure the internet is working, and then hide the network again. This will allow the device to save a full profile with the correct security settings. After this, even when the network is hidden again, the device will know where to connect.
Frequently Asked Questions (FAQ)
Is it possible to find a hidden Wi-Fi network without a password?
You can find the network itself (see its presence) using special traffic sniffers, such as Airodump-ngThey intercept frames from already connected devices. However, connecting to the network without a password (encryption key) is impossible if the modern WPA2 or WPA3 security protocol is used. Hiding the SSID does not eliminate the need to enter a password.
Does hiding the SSID affect internet speed?
There is no direct impact on data transfer speed. However, since client devices must send requests more frequently Probe Request When searching for a hidden network, this may slightly increase airtime and drain the battery of mobile devices. For desktop PCs, the difference is unnoticeable.
What to do if you forgot the name of a hidden network?
If you forget the name (SSID) of a hidden network, you won't be able to connect to it from a new device. You'll need to either remember the name or access the router settings (via a LAN cable or Wi-Fi, if it's still active on the other device) to view or change the SSID in the wireless settings section.
Is it safe to use public hidden networks?
No, it's not safe. Hiding your network name in a public place (cafe, hotel) doesn't guarantee the security of your data. An attacker could create an access point with the same name (Evil Twin attack), and your device could automatically connect to it. Always use a VPN in public places.