Closed Wi-Fi networks with a password or hidden name (SSID) is the security standard for home and business routers. However, even a legitimate user may encounter connection difficulties: the device doesn't see the network, refuses to accept the password, or returns an authentication error. In this article, we'll look at all possible scenarios — from basic password entry to manually adding a hidden network and troubleshooting.
We will pay special attention to modern security standards (WPA3), which are already supported by most new devices, but often cause confusion among users. We will also consider alternative methods connections if standard methods do not work - for example, through WPS or temporarily disabling protection on your router. All instructions are adapted for Windows 10/11, Android 12+, iOS 15+ And macOS Ventura/Monterey.
1. Basic method: connection via password
If the network is visible in the list of available networks but is password-protected, the steps are standard. However, even here, there are nuances that can prevent connection.
On Windows:
- Click on the Wi-Fi icon in the system tray (bottom right).
- Select the desired network from the list.
- Enter your password and click
Connect. - If you receive an error, check your letter case—passwords are case-sensitive!
On Android/iOS:
- Open
Settings → Wi-Fi. - Tap on the network name.
- Enter the password and confirm the connection.
- 🔄 Problem: The device constantly asks for a password, although it is correct. Solution: Remove the network from saved ones and reconnect.
- 🔒 Problem: "Incorrect password" error even though the input is 100% correct. Solution: Check if the filter is enabled on your router MAC addresses (chapter
Wireless MAC Filter). - ⚡ Problem: The connection is interrupted after a few seconds. Solution: Update your network adapter drivers (relevant for PC).
2. Connecting to a hidden network (without broadcasting SSID)
Hidden networks do not broadcast their name (SSID), so they aren't visible in the general list. To connect, you need to manually enter the network name and password.
On Windows 10/11:
- Go to
Settings → Network and Internet → Wi-Fi. - Click
Manage known networks → Add new network. - Enter the network name (SSID), select the security type (WPA2-Personal or WPA3-Personal) and password.
- Check the box
Connect automatically.
On Android:
- Open
Settings → Wi-Fi → Add network. - Please specify SSID, protection type and password.
- Save the settings.
⚠️ Attention: If the Internet doesn't work after connecting to a hidden network, check your settings. DNS on the router. Some providers block network access when connecting manually without broadcasting. SSID.
Please check the exact network name (SSID) with your administrator|
Check the case of letters in your name and password|
Make sure your router is not blocking new devices by MAC|
Disable the VPN on the connecting device
-->
3. Types of Wi-Fi Security: Which One to Choose and How to Connect
The encryption type determines not only security but also device compatibility. Let's look at the main standards:
| Type of protection | Security level | Compatibility | How to connect |
|---|---|---|---|
| WPA3-Personal | ⭐⭐⭐⭐⭐ | Devices after 2019 | Select from the list, enter the password |
| WPA2-PSK (AES) | ⭐⭐⭐⭐ | All devices | Standard password entry |
| WPA/WPA2 Mixed | ⭐⭐⭐ | Obsolete devices | May require manual selection of encryption type |
| WEP | ⭐ (unsafe) | Devices before 2006 | Enter the 10 or 26 digit key in HEX-format |
If your router supports WPA3, but an older device (for example, a printer from 2015) cannot connect, temporarily enable WPA2/WPA3 compatibility mode in the router settings (Wireless Security section).
To connect to the network with WEP (obsolete standard):
- Check with your network administrator to determine which key format is being used:
ASCII(symbols) orHEX(numbers 0-9 and letters AF). - On Windows When manually adding a network, select the security type
WEP. - Enter the key without spaces (For
HEX-the format length must be exactly 10 or 26 characters).
4. Connecting via WPS (without password)
WPS (Wi-Fi Protected Setup) allows you to connect to a network without entering a password—just press a button on the router or enter a PIN. This method is convenient, but less safe, so it is often disabled in the settings.
How to connect via WPS:
- Make sure the feature is enabled on your router (section
WPSorQuick Setup). - On your device, select the network and press
Connect via WPS(on Android (This is an option in the Wi-Fi menu). - Press the physical button within 2 minutes WPS on the router or enter the PIN code (indicated on the router sticker).
- 🔌 Problem: button WPS doesn't work. Solution: Check whether the mode is disabled in the router settings or whether the indicator LED is burned out.
- ⏱️ Problem: The waiting time has expired. Solution: repeat the process for routers TP-Link And ASUS The timeout is 120 seconds.
- 🔢 Problem: The PIN code does not work. Solution: on some routers (Zyxel Keenetic) The PIN is generated dynamically - check it in the web interface.
⚠️ Attention: If after connecting through WPS If your network is unstable, disable this feature on your router and use the default password. Some devices (e.g., Samsung Smart TV until 2018) conflict with WPS.
5. Manually adding a network via the command line (for experienced users)
If the graphical interface does not help, you can connect to Wi-Fi via command line (Windows) or Terminal (macOS/Linux). This method is useful for diagnostics or connecting to networks with non-standard settings.
For Windows:
netsh wlan add profile filename="C:\path\to\file.xml"
Where to get the file:
- Export the network profile from another device (where the connection is already configured) via
netsh wlan export profile name="NetworkName" folder="C:\". - Or create
XML-file manually according to the template:<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1"><name>NetworkName</name>
<SSIDConfig>
<SSID>
<name>NetworkName</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA2PSK</authentication>
<encryption>AES</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>YourPassword</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>
For macOS/Linux:
nmcli dev wifi connect "NetworkName" password "YourPassword"
or (for hidden network):
nmcli dev wifi connect "NetworkName" password "YourPassword" hidden yes
How to check if a device is connected to the network using the command line?
On Windows, enter netsh wlan show interfaces and find the line State — it should be connected.
On macOS/Linux use iwconfig or networksetup -getairportnetwork en0 (Where en0 — interface name).
6. Troubleshooting: Why can't I connect?
If none of the methods worked, check the following points:
- 📡 Router problem:
- Reboot your router (turn off the power for 30 seconds).
- Check if the mode is enabled
AP Isolation(isolates devices from each other). - Update your router firmware via the web interface.
- 📱 Problem with device:
- On Android reset network settings:
Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth. - On Windows update your network card driver via
device Manager. - Check if the mode is enabled
Battery saving(may disable Wi-Fi).
- On Android reset network settings:
- 🔍 Problem with settings:
- Make sure the correct one is selected on the router.
region(For example, Russia for channels 1-13). - Check if there is a conflict IP address devices with others on the network (use
DHCP). - Turn it off VPN or proxy - They can block the connection.
- Make sure the correct one is selected on the router.
⚠️ Attention: If the router gives an error Authentication Error If the password is correct, try changing the encryption type from AES on TKIP (or vice versa) in the security settings. This applies to devices older than 5 years.
7. Alternative methods: if nothing helps
When standard methods have been exhausted, you can use workarounds:
- 🔗 Connection via cable:
- Connect the device to the router via Ethernet and configure Wi-Fi via the web interface.
- For Android use USB-OTG adapter and cable LAN→USB.
- 📶 Access Point Mode:
- Temporarily enable Wi-Fi sharing on your phone and connect the problematic device to this network.
- Use your phone as a bridge to access the main network.
- 🔑 Temporary disabling of protection:
- On the router, disable the password for 5 minutes (section
Wireless Security → None). - Connect the device, then restore the security settings.
- On the router, disable the password for 5 minutes (section
For corporate networks (e.g. in an office or university) you may need:
- Installing a security certificate (.p12 or .crt file).
- Connection via 802.1X (setting
EAP-manual protocol). - Authorization via the portal (captive portal), which opens in the browser after connection.
FAQ: Frequently Asked Questions
Is it possible to connect to Wi-Fi without a password if you know the SSID?
No, knowledge SSID does not allow access to a secure network. Password (or alternative methods such as WPS) is mandatory. Exceptions are networks with disabled protection or vulnerabilities (for example, WEP, which can be hacked in a few minutes).
Why can my phone see the network but my laptop can't?
Possible reasons:
- The laptop has an outdated Wi-Fi adapter driver (update via
device Manager). - The router uses a frequency
5 GHz, and the laptop adapter only supports2.4 GHz. - Filter by is enabled MAC addresses, and the laptop's address is not whitelisted.
How do I connect to Wi-Fi on a Smart TV without a keyboard?
Methods:
- Use a remote control that supports voice input (on LG And Samsung).
- Connect USB keyboard to the port TV.
- Generate QR code with the Wi-Fi settings on your phone (this function is available in some manufacturers' applications, for example, Xiaomi).
- Temporarily disable the password on the router, connect TV, then return the protection.
What should I do if my router requires a login and password to access its settings?
Standard login details:
- TP-Link, ASUS, D-Link: login
admin, passwordadminor empty. - Zyxel Keenetic: login
admin, password1234. - MikroTik: login
admin, there is no password.
If it doesn't work, reset the router to factory settings using the button Reset (hold for 10 seconds).
Is it possible to connect to other people's closed networks legally?
Legally, only with the owner's permission. In some countries (for example, Russia), unauthorized access to other people's networks is considered a violation. Article 272 of the Criminal Code of the Russian Federation ("Unauthorized access to computer information"). The exception is networks with explicit consent to connect (for example, in cafes or hotels), where the password is publicly disclosed.