In today's digital world, wireless network connectivity is critical for work, entertainment, and communication. Users often find themselves in situations where they need to enter the network name or password on a new device, but this information is lost or forgotten. Wi-Fi number, which is most often referred to as the network name or SSID, and the security key are pieces of data that are easy to recover if you know where to look.
There are a variety of ways to access this data, ranging from inspecting the router's case itself to diving deep into the operating system's settings. SSID (Service Set Identifier) is the unique name your network broadcasts, allowing devices to find it among dozens of neighboring signals. Understanding the difference between the router's physical address, gateway IP address, and network name will help you navigate the settings menu more quickly.
In this article, we'll take a detailed look at all the available methods for identifying your network on various platforms. You'll learn how to find hidden settings via the command line, how to view saved passwords in Windows 10/11, and what to do if the default labels on your equipment are worn off or missing.
Finding information on the router case and in the documentation
The easiest and quickest way to find the default network name (SSID) and factory password is to inspect the bottom or back panel of your router. Manufacturers typically place an information sticker there containing all the necessary information for initial setup. Look for fields labeled SSID, Wireless Name or simply Wi-Fi Name, and also WPA Key, Password or Pin.
If the sticker is worn off or missing, refer to the paper instructions that came with your device. The user manual often lists the factory default network names for a specific model. For example, for routers TP-Link it could be "TP-LINK_XXXX", and for Keenetic —"Keenetic-XXXX", where XXXX are the last four characters of the MAC address.
⚠️ Important: If you've ever changed your router's security settings, the information on the sticker or in the manual will be outdated. In this case, the default password will no longer work, and you'll need to use computer recovery methods or a factory reset.
It's important to distinguish between two types of names: the standard one, set by the manufacturer, and the custom one, which may have been set by a previous owner or provider. The factory network name is always unique for each device and matches the combination of characters on the sticker., which helps identify your router in an apartment building.
Finding the SSID and password through Windows settings
If your computer is already connected to a wireless network or has connected to one before, the Windows operating system stores this information in memory. To find the network name and security key, you don't need third-party programs; you can simply use the built-in network management tools.
First, you need to access the Network and Sharing Center. To do this, right-click the Wi-Fi icon in the system tray (near the clock) and select "Network & Internet settings." Then, go to the section Network and Sharing Center Or use the quicker route through the Control Panel. Find your active wireless connection and click on its name.
In the status window that opens, click the button Wireless network propertiesGo to the "Security" tab. Here you'll see the "Network Security Key" field, which is hidden by stars by default. Check the box next to it. Show entered characters, and the system will show you the password in text form.
☑️ Data verification in Windows
For those who prefer to work with the command line, there is a powerful tool netshOpen a command prompt as administrator and enter the following command to list all saved profiles:
netsh wlan show profiles
Once you see the list of network names, enter the command to display detailed information about a specific profile by adding the keyword key=clear:
netsh wlan show profile name="Your_Network_Name" key=clear
In the resulting report, find the "Security Settings" section. The "Key Contents" line will contain the password you're looking for. This method is especially useful if the Windows graphical interface isn't working correctly or if you need to quickly copy data.
How to find network data on Android and iOS
Mobile devices also store information about connected networks, but access to this data is limited by operating system security policies. On smartphones Android with version 10 and above, as well as on iPhone With iOS 16+, you can now view passwords for saved Wi-Fi networks directly in Settings.
On Android, the process may differ slightly depending on the manufacturer's shell (MIUI, OneUI, ColorOS). Typically, you need to go to Settings → Wi-Fi, click the gear icon next to the active network, or select "Share" (QR code). The password is often displayed in text format under the QR code, or you can find it by scanning the code with another device.
Users iPhone can find saved passwords by going to Settings → Wi-FiTap the blue information icon (the letter "i" in a circle) next to the network name. If your device is running iOS 16 or later, an option to view your password will appear next to the "Password" field after logging in with Face ID or Touch ID.
⚠️ Note: On older versions of Android (below 10) and iOS (below 16), viewing saved passwords without root or jailbreak is not possible using standard tools. In such cases, use a computer to extract the data.
If you need to share network access but don't know the password, modern smartphones allow you to share the connection without entering it. Simply hold an unlocked Android or iPhone near your friend's device, and the system will prompt you to automatically transfer the access key over a secure channel.
Login to the router's web interface to check the settings
The most reliable way to not only find out but also change your wireless network settings is to log into your router's control panel. To do this, you need to know the IP address of the default gateway. Most often, this is 192.168.0.1, 192.168.1.1 or 192.168.31.1 (for Xiaomi).
Enter the gateway address in the address bar of any browser. The system will ask for your username and password to access the admin panel. If you haven't changed them, try the default combinations: admin/admin, admin/password or admin/1234. The exact data for your model can be found in the table below.
| Router brand | Default IP address | Login | Password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| ASUS | 192.168.1.1 | admin | admin |
| D-Link | 192.168.0.1 | admin | (empty) |
| Keenetic | 192.168.1.1 | admin | 1234 |
| Xiaomi | 192.168.31.1 | admin | (password from the sticker) |
After successful authorization, find the section responsible for the wireless mode. It may be called Wireless, Wi-Fi, Wireless network or WLANWithin this section, the Basic Settings and Wireless Security subsections will display the network name (SSID) and current password.
What should I do if my admin panel password has been changed and is unknown?
If the default passwords don't work and you don't remember the key you set, the only solution is to reset the router to factory settings (hard reset). To do this, locate the small hole marked "Reset" on the router, turn it on, and press it with a paperclip for 10-15 seconds until the lights flash. After this, the device will return to its "out of the box" state, and you can log in using the credentials on the sticker.
Using Command Prompt and PowerShell for Diagnostics
For advanced users and system administrators, knowing commands that provide detailed information about the network environment is useful. The Windows command line provides powerful tools for analyzing Wi-Fi connections without having to delve into graphical menus.
One useful command is to view all saved network profiles on your computer. This allows you to quickly find the network name, even if it's not currently active. Enter the command:
netsh wlan show profiles
For more detailed information, including encryption type and security protocol version, you can use the extended output. This helps you understand why devices may not see your network or are unable to connect to it (for example, due to standard incompatibility). 802.11b/g/n/ac).
You can also use PowerShell to find out the MAC address of your wireless adapter, which is sometimes necessary for setting up filtering on a router. Enter the command getmac or ipconfig /all and find the section that matches your wireless connection.
Common problems and solutions
Users often encounter a situation where the network is visible but unable to connect, or the network name is displayed as "Hidden Network." With a hidden network, the router stops broadcasting its SSID to enhance security. To connect, you must manually create a new connection profile in Windows or on your phone, carefully entering the network name and security type.
Another common issue is name conflicts. If you and your neighbor's routers have the same factory name (for example, both TP-Link routers have the same MAC address ending, which is rare but possible with cloning), the devices may become confused. In this case, it's recommended to change the SSID to a unique name through the router's web interface.
If your device displays "Unable to connect" or "Incorrect password," make sure Caps Lock is not enabled on your keyboard and the correct keyboard layout is selected. Also, check to see if your security key has expired if your organization uses dynamic password change.
⚠️ Please note: Router and operating system interfaces are constantly updated. Menu locations and item names may differ from those described in the instructions depending on your device's firmware version. Always consult the official manuals for your specific model.
FAQ: Frequently Asked Questions
Is it possible to find out the Wi-Fi password if I have never connected to this network?
No, it's impossible to find out the password for someone else's or a new network without physical access to the router or an authorized device. This would violate the basic principles of WPA2/WPA3 encryption. You need access to the router's settings or a device that already has the stored credentials.
What is an SSID and how is it different from a password?
The SSID (Service Set Identifier) is the name of your wireless network, which appears in the list of available connections on phones and laptops. The password (security key) is a secret code required to log in and access this network. Anyone can know the SSID, but the password should be kept secret.
Why can't my phone see the Wi-Fi network even though it's there?
There could be several reasons: the router operates in the 5 GHz band, but your phone only supports 2.4 GHz; the network is hidden by the administrator; the distance to the signal source is too great; or the MAC address filter on the router has been activated, blocking your device.
How do I change the name of my Wi-Fi network?
To do this, log into the router's web interface (usually at 192.168.0.1), find the "Wireless" or "Wi-Fi" section, change the "SSID Name" field to the desired one, and save the settings. After this, all devices should reconnect using the new name.