It's quite common to need access to a wireless network but have forgotten or lost the password. Router owners often change the default security settings, forgetting to record the new information, or they need to connect a new device to the network and can't remember the complex password. Fortunately, if you have physical access to the router and a cable connection, restoring access is easy.
A wired connection is the most secure way to administer a network, as it doesn't require prior authorization on the WiFi network itself to access the router's settings. Connecting via an Ethernet cable gives you direct access to web interface devices where all key security settings are stored. This method works regardless of your computer's operating system—Windows, macOS, or Linux—and allows you to bypass restrictions that may arise when attempting recovery through mobile apps.
In this guide, we'll walk you through the process of connecting a cable, logging into the router control panel, and finding your saved security key. We'll cover the specifics of different equipment manufacturers and pay special attention to security issues to ensure you don't leave your network vulnerable to external attacks during the access recovery process.
Equipment preparation and physical connection
The first step to accessing your router's settings is establishing a stable wired connection. To do this, you'll need a standard network cable, often called a patch cord, which is usually included with your router. Plug one end of the cable into any available wire. LAN port On the back of the router, they are usually numbered in yellow. The other end connects to the network card of your laptop or desktop computer.
Once the devices are physically connected, the operating system should automatically detect the new network. In most modern systems, IP address settings are configured automatically thanks to the protocol DHCPIf the connection is successful, a monitor icon with a cable will appear in the tray (notification area), and the connection status will change to "Connected."
- 🔌 Take the Ethernet cable and check for visible damage to the insulation.
- 💻 Connect one end of the cable to the LAN port of the router and the other to the PC network card.
- 🔍 Check the indicators on the router: the LED next to the port in use should light up or blink.
- 🖥️ Make sure that the status "Internet connected" or something similar appears on your computer.
⚠️ Attention: Do not connect the cable to a port labeled WAN or Internet if you want to configure the computer as a local area network (LAN) client. Use only LAN (Local Area Network) ports.
In some rare cases, especially with older router models or specific network settings, automatically obtaining an IP address may not work. In this case, you'll need to manually enter a static address in the network adapter settings. Typically, the router's default address is the default gateway, and the computer should be assigned an address from the same subnet. For example, if the router's address is 192.168.0.1, then the computer can be assigned 192.168.0.5.
☑️ Checking the physical connection
Logging into the router's web interface
Once the connection is successfully established, the next step is to log into the router's control panel. To do this, use any browser installed on your computer. Enter the device's IP address in the address bar. Standard addresses usually look like this: 192.168.0.1 or 192.168.1.1, however, they may vary depending on the manufacturer.
The exact address, username, and default password are always indicated on a sticker located on the bottom of the router. If the sticker is worn off or the information on it is illegible, you can use the Windows command line. Enter the command ipconfig and by finding the line "Default Gateway", you will see the current address of your device.
ipconfig
When you try to log in, the system will ask for your credentials. If you haven't previously changed the factory settings, use the default login and password pair (often admin/admin). If the data has been changed and forgotten, you will need to reset settings (Hard Reset) to factory settings, which will delete all current configurations, including provider settings.
| Manufacturer | Standard IP | Default login | Default 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 |
What to do if the default password doesn't work?
If the default data isn't suitable and you haven't changed it, your ISP may have blocked access or changed the settings remotely. In this case, contact your ISP's technical support.
Finding the WiFi password in your router settings
While different router interfaces may differ significantly in appearance, their underlying logic is the same. After logging in, you need to find the section responsible for your wireless network. It may be called "Wireless," "WiFi," "Wireless Network," or "WLAN." Within this section, look for the "Security" or "Security Settings" subsection.
This is where the current encryption type (usually WPA2-PSK or WPA3) and the password field are displayed. For security reasons, the password field is often hidden with asterisks or periods. Next to the input field is usually a "Show Password" or "Show Characters" checkbox. Checking this box will make the key visible.
- 📡 Find the section related to wireless mode (Wireless/WiFi) in the menu.
- 🔐 Go to the "Security" (Security/Wireless Security) subsection.
- 👁️ Find the "Password/Key" field and enable the option to display it.
- 📝 Copy or write down the visible character combination.
It's important to pay attention to the case of the characters when copying the password, as the WiFi security system is case-sensitive. Also, check if WPS is enabled, which allows you to connect without entering a password, although in terms of cybersecurity It is better to keep this feature disabled.
Using the Windows Command Prompt
There's an alternative method for obtaining network information that doesn't require logging into the router's web interface, but requires the computer to have previously connected to this WiFi network and saved the profile. If you're connected via cable but want to find the password stored in Windows for a specific network, you can use console commands.
Open a command prompt with administrator privileges. First, list all saved WiFi profiles using the command netsh wlan show profilesFind your network name in the list. Then use the command to display details of a specific profile by adding the key key=clear.
netsh wlan show profile name="Network_Name" key=clear
In the command output, find the line "Key Content." This will contain the password in cleartext. This method is convenient because it works quickly and doesn't require knowing the router's IP address. However, it only displays passwords that have already been saved on this computer.
⚠️ Attention: The command prompt will only show the password if the network profile was saved on this PC. If the computer has never connected to this WiFi network, this method won't work.
Mobile applications and access recovery
Modern routers often support management via manufacturer-provided mobile apps. If you have such an app installed on your smartphone (for example, Tether for TP-Link, Asus Router, Mi Wi-Fi) and the phone is connected to the network (even if you don't remember the password, the phone may be connected), you can see the password directly in the app.
Go to the WiFi settings in the app. A QR code for connecting guests is often displayed there. The password may be listed under this code or in the network properties. Additionally, on smartphones with Android 10 and above, as well as iOS, you can generate a QR code for the current network. Scanning it with another device allows you to connect without entering a password, and in some cases, even view it.
Security measures after password recovery
Once you've found or recovered your password, we strongly recommend conducting a security audit of your network. Factory-set default passwords are easily cracked by attackers. If you used the factory login credentials, change them immediately to unique and complex ones.
It's recommended to change not only your WiFi password but also your router's admin panel password. This will prevent unauthorized access to your hardware settings. Also, check the firmware version installed on your router. Manufacturers regularly release updates to patch vulnerabilities.
- 🛡️ Change the default router administrator password to a complex one.
- 🔄 Update your router firmware to the latest version.
- 🔒 Use WPA2-AES or WPA3 encryption protocol.
- 🚫 Disable the WPS function if you don't use it constantly.
Regularly checking connected devices in the Client List will help you spot intruders early. If you see a device you don't recognize, change the WiFi password and block the unknown user using MAC filtering.
Frequently Asked Questions (FAQ)
Is it possible to find out the password if I am not the network administrator?
Without administrator rights (access to the router settings), it's impossible to find the password via a wired connection. You'll only be able to connect to the network if it's open, but you won't be able to see the encryption key.
What should I do if access to my router settings is blocked?
If the admin panel password has been changed and is unknown, the only option is to perform a factory reset using the button on the device. This will restore the default login and password, but will require reconfiguring the internet.
Is it safe to use third-party password recovery programs?
Most programs that promise to "hack" or "reveal" passwords are either useless or contain viruses. It's safer and more reliable to use the built-in OS tools or the router's web interface.
Why doesn't the router allow me to save changes after entering a new password?
This could be due to browser or cache incompatibility. Try using incognito mode, a different browser, or clearing the cache. Also, make sure the new password meets the complexity requirements.