Hidden Wi-Fi networks are access points that do not broadcast their name (SSID) on the air. They don't appear in the standard list of available networks on your laptop, but that doesn't mean they're impossible to connect to. Such networks are often used in offices, hotels, and home networks to enhance security—after all, it's harder for an attacker to detect and attack something they can't see.
However, hidden networks also have their downsides: they are more difficult to set up, and some devices (such as smartphones or smart speakers) may have trouble connecting automatically. In this article, we'll look at how to manually connect to hidden Wi-Fi on laptops with Windows 10/11 And macOSWe'll also give you tips on troubleshooting common errors. If you're a network administrator, you'll learn how to properly configure your router to work with hidden SSID.
What is a hidden Wi-Fi network and why is it needed?
Hidden Network (hidden network) is a wireless access point that does not broadcast its identifier (SSID). In normal networks, the router constantly sends signals with the network name (for example, TP-Link_1234) so that devices can detect it. In stealth mode, this process is disabled, and connection is only possible with precise parameters:
- 🔑 Network name (SSID) — a unique identifier (for example,
MyHiddenWiFi) - 🔒 Security type —
WPA2-PSK,WPA3or another - 🔐 Password — security key (8 characters or more)
WPA2)
The main advantage of hidden networks is reducing the risk of accidental connection of third-party devicesHowever, this is not a panacea for hackers: an experienced attacker can detect a hidden network using specialized software (for example, Wireshark or Airodump-ng). Therefore hidden SSID It is better to combine it with other security measures: a complex password, filtering by MAC-addresses and regular updates of the router firmware.
⚠️ Attention: Some public networks (at airports, cafes) use hidden SSID to separate traffic. Connecting to them without administrator permission may violate the terms of service.
How to find the name of a hidden Wi-Fi network (SSID)
If you don't know the name of a hidden network, you won't be able to connect to it. Here are ways to get it SSID:
- 📄 Router documentation — the network name may be indicated on the device sticker (usually on the bottom panel) next to the factory password.
- 💻 Router settings - go to the web interface at
192.168.0.1or192.168.1.1> (default logins:admin/adminoradmin/password). Search sectionWirelessorWi-Fi Settings. - 📱 Other connected devices - If your smartphone or tablet is already connected to the network, check SSID in the Wi-Fi settings.
- 🔧 Scanning utilities - programs like NetSpot or inSSIDer can detect hidden networks (requires administrator rights).
If you are a network administrator but have forgotten SSID, check the router's configuration files or reset it to factory settings (button Reset on the back panel). After the reset, the network name will return to the default (for example, ASUS_5G for routers ASUS).
Router brand
Standard IP address
Default login/password
TP-Link
192.168.0.1 or 192.168.1.1
admin/admin
ASUS
192.168.1.1
admin/admin
D-Link
192.168.0.1
admin/empty or admin/admin
MikroTik
192.168.88.1
admin/empty
⚠️ Caution: If the router belongs to an organization (hotel, office), changing the settings yourself may violate corporate security policy. Check with your IT department for connection details.
Connecting to Hidden Wi-Fi on Windows 10 and 11
IN Windows Connecting to a hidden network is done through the network management menu. The instructions are the same for Windows 10 And Windows 11, but may differ slightly visually.
Make sure your Wi-Fi adapter is turned on (network icon in the tray)
Check that the adapter drivers are updated (via Device Manager)
Know the exact SSID and password of the network
Disable your VPN (it may be blocking your connection)-->
Step 1. Open the list of available networks by clicking on the icon Wi-Fi in the lower right corner of the screen. At the bottom of the list, select Hidden network.
Step 2. Enter the network name (SSID) manually. Make sure the case of the characters matches (e.g. MyWiFi And mywifi - these are different networks).
Step 3. Select security type:
WPA2-Personal (recommended)
WPA3-Personal (if supported by the router)
WEP (outdated, unsafe)
Enter your password and click Next.
Step 4. If the connection is successful, Windows You'll be prompted to save the network for automatic connection in the future. We recommend enabling this option to avoid having to re-enter your details.
If the network does not connect, check:
- 🔄 Correctness of the entered information SSID and password.
- 📡 Distance to the router - the signal may be too weak.
- 🔧 Firewall settings - sometimes it blocks new connections.
netsh wlan connect name="NETWORK_NAME" ssid="NETWORK_NAME"
Replace NETWORK_NAME to yours SSID (in quotes!).-->
Connecting to Hidden Wi-Fi on macOS
On laptops MacBook The process of connecting to a hidden network is a little simpler than in WindowsHere are the step-by-step instructions:
Step 1. Click on the icon Wi-Fi in the top menu bar (on the right) and select Other networks....
Step 2. In the field Network name enter SSID hidden network. Make sure the correct one is selected. Security (usually WPA2 Personal or WPA3 Personal).
Step 3. Enter your password and click ConnectIf everything is correct, a check mark will appear next to the network name after a few seconds.
To have macOS automatically connect to this network in the future, check the box. Remember this networkIf the network doesn't appear in the list of saved networks, try deleting it from System Preferences → Network → Wi-Fi → Advanced and add again.
⚠️ Attention: On macOS Ventura and newer may require connection confirmation via Touch ID or account password. This is a security measure against Apple.
What should I do if macOS keeps asking for a password?
If MacBook It asks for a password every time you connect, try:
1. Remove the network from the list of saved networks System Preferences → Network → Wi-Fi → Advanced.
2. Restart your laptop and router.
3. Create a new network profile manually via Terminal:
sudo networksetup -addpreferredwirelessnetwork en0 "NETWORK_NAME" security WPA2-Personal
Where en0 - Wi-Fi interface (check via networksetup -listallhardwareports).
Setting up a router for a hidden Wi-Fi network
If you are a network administrator and want to hide SSID On your router, do the following:
Step 1. Log into your router's web interface (usually at 192.168.0.1 or 192.168.1.1). See the table above for default logins.
Step 2. Go to the wireless network settings section. Depending on your router model, this may be:
Wireless → Basic Settings (TP-Link)
Wi-Fi → Main Network (ASUS)
Network → Wi-Fi (Keenetic)
Step 3. Find the option Hide SSID, Enable Hidden Wireless or Hide network and turn it on. Save the settings.
After applying the changes, the router will reboot, and the network will become invisible to new devices. Devices already connected (smartphones, smart speakers) may lose connection and will need to be reconnected manually.
⚠️ Attention: On some routers (MikroTik, Ubiquiti) hiding SSID implemented through separate settings Security ProfilesIn this case, you may need to create a new security profile.
Common mistakes and their solutions
Even if you enter the correct information, connecting to a hidden network may fail. Let's look at the most common issues and how to fix them:
Problem
Possible cause
Solution
The network does not connect, although the data is correct
Incompatible security type
Try it WPA2-PSK instead of WPA3 or vice versa
Constant connection breaks
Weak signal or interference
Move closer to the router or change the Wi-Fi channel in the settings
Windows does not save the network
Service failure WLAN AutoConfig
Restart the service via services.msc
MacBook asks for the password again
Keychain conflict iCloud
Remove the network from System Preferences → Wi-Fi and add it again
If the problem persists, check:
- 🔄 Router operating mode - some devices do not support
802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6). Try switching to 802.11n (Wi-Fi 4).
- 🔧 MAC address filtering - if it is enabled on the router, add
MAC- your laptop's address is on the white list.
- 📡 Wi-Fi channel - channels
12 And 13 may not be supported in some countries (e.g. US). Please use channels 1-11.
Hidden Wi-Fi Network Security: Myths and Reality
Many users mistakenly believe that a hidden network is completely secure from hacking. This is not true: SSID can be detected using specialized tools, and the password can be brute-forced or intercepted. Here are the real security measures worth implementing:
- 🔐 Complex password — at least 12 characters with letters, numbers and special characters (for example,
k7#pL9!mQ2$v).
- 🔄 Changing your password regularly — once every 3-6 months.
- 🛡️ WPA3 instead of WPA2 - if the router supports the new standard.
- 📵 Disabling WPS - This function is vulnerable to brute force attacks.
- 🔗 Guest network — for temporary devices (guests’ smartphones, smart appliances).
Hidden SSID — this is just one layer of protection. For maximum security, combine it with other measures:
- Filter by
MAC-addresses (although it can be bypassed).
- Disabling remote control of the router (
Remote Management).
- Updating the router firmware (eliminates vulnerabilities).
Remember: If an attacker is physically within range of your network, they can try to connect regardless of whether they are hidden. SSID Or not. Therefore, focus on a strong password and modern encryption protocols.
FAQ: Frequently asked questions about hidden Wi-Fi networks
Is it possible to connect to a hidden network without a password?
No. Even if SSID Hidden, a password is still required to connect (if the network is secure). The exception is open, unencrypted networks, but these are extremely insecure.
Why can't my laptop see the hidden network even though other devices can connect?
Possible reasons:
- Outdated Wi-Fi adapter drivers (update via
device Manager).
- Incompatible Wi-Fi standard (try changing the mode on the router with
802.11ac on 802.11n).
- Blocked by antivirus or firewall (temporarily disable protection for testing).
How to make a hidden network visible again?
Go to your router settings and disable the option. Hide SSID (or similar). After rebooting the router, the network will again appear in the list of available networks.
Is it possible to connect smart devices (such as a TV or speaker) to a hidden network?
Yes, but the process varies depending on the model. Some devices (e.g. Amazon Echo or Samsung Smart TV) support manual input SSID via a mobile app or web interface. For others (for example, some models Xiaomi) you may need to temporarily make the network visible.
Is it true that hidden networks are slower?
No, hiding SSID It doesn't affect speed. However, some devices may take longer to connect to a hidden network due to the need to scan all channels. This is only noticeable the first time you connect.