It's quite common for access to your wireless network to be blocked by a forgotten security key. Users may need to completely disable protection if the previous code is lost and new devices need to be connected urgently. In some cases, it's necessary to change the encryption type or temporarily remove the password for diagnostic purposes.
There are several proven ways to solve this problem, ranging from logging into the router's control panel to physically resetting the device. The method you choose depends directly on whether you have current access to the router's administrative panel or are completely locked out of the system. In this article, we'll cover all the options in detail so you can regain control of your network.
It's important to understand that completely disabling protection leaves your network open to any device within range. This action should only be taken temporarily or in conjunction with other security measures, such as filtering. MAC addressesBelow are step-by-step instructions for various scenarios.
Resetting the router to factory settings
The most radical, but often the only possible, way to remove a password is to perform a hard reset of the device. This procedure returns the router to the state it was in immediately after leaving the factory. All user changes, including provider settings, network name, and security keys, will be permanently deleted.
To perform this operation on the case of most routers, such as TP-Link, Asus or Zyxel, a special button or a recessed hole with an inscription is provided Reset or WPS/ResetYou'll need to take a thin object, such as an unfolded paperclip, and press and hold this button on the powered-on device. You'll need to hold it for 10-15 seconds until the front panel lights flash simultaneously, signaling the start of the reboot process.
⚠️ Note: After resetting your internet, your internet will stop working until you reconfigure your connection to your ISP. Make sure you have a contract with your service provider that includes your username and password for your PPPoE or L2P connection, if required.
After rebooting, the device will create an open network with a factory name, which is usually indicated on a sticker on the bottom of the device. You can connect to it without entering a code and go to the address 192.168.0.1 or 192.168.1.1 for initial setup. The standard login details for the admin panel are also located on the same sticker and are usually a combination admin/admin.
Risks of a full reset
A reset removes not only passwords but also specific DNS settings, static IP addresses, and port forwarding rules. If you previously configured game servers or video surveillance, you'll need to restore the entire configuration manually.
Login to the router's web interface to change security settings
If you have a device already connected to the network (such as a computer via cable or a smartphone with a saved profile), you can change security settings without losing data. To do this, open any browser and enter the gateway IP address in the address bar. The default address is usually 192.168.0.1, however, some models Keenetic or Mikrotik it may differ.
After entering the address, the system will request authorization. If you have never changed the default administrator password, try the combination admin for both fields. If successful, the control panel will open, where you need to find the section responsible for the wireless network. It may be called Wireless, Wi-Fi, WLAN or Wireless network.
Within this section we are interested in the subsection Wireless Security or SecurityThis is where the encryption settings are located. You'll see a field with the current password (often hidden by asterisks) and a drop-down list with the security type. To remove the password, select the option Open, None or Open system.
- 🔍 Find the menu tab responsible for the device's wireless mode.
- 🔒 Go to the Security and Encryption settings subsection.
- 📝 In the Pre-shared Key field, delete the old characters.
- 💾 Be sure to click the "Save" or "Apply" button for the changes to take effect.
After saving the settings, the router may prompt you to reboot. Once the device restarts, the network will be open. However, keep in mind that any neighbor will be able to use your connection, so recommended After completing the necessary work, reinstall the secure key.
Using the manufacturer's mobile app
Modern routers are increasingly controlled through dedicated smartphone apps, allowing you to change security settings even without logging into the web interface via a browser. Manufacturers like Tenda, TP-Link (Tether app) and Xiaomi provide a convenient interface for managing the network directly from the phone screen.
To use this method, your smartphone must be connected to the router's Wi-Fi network, or have been connected to it previously. Open the appropriate app, log in (if required), and select your device from the list. The main menu usually displays the Wi-Fi status and a button for editing the settings.
By clicking on the wireless network settings, you'll access a menu where you can change the network name (SSID) and password. To disable protection, simply slide the switch to "Off" or select "None" as the encryption type. The app interface is often more intuitive than the web version and contains fewer technical terms.
Sequence of actions in the application:1. Open the manufacturer's application.
2. Select your router.
3. Go to the "Wi-Fi" or "Network" section.
4. Disable the "Hide SSID" or "Password Protection" option.
5. Save changes.
The advantage of this method is that the app will automatically check the compatibility of the new settings with connected devices. Furthermore, the mobile interface makes it easier to track who has connected to your open network in real time.
Setting up an open guest network
If you want to provide internet access to guests but don't want to leave your main network unprotected, enabling guest mode is the ideal solution. This feature allows you to create a separate access point with its own name and rules, isolated from your personal local network.
The guest network is configured in the same web interface, usually in the section Guest Network or Guest networkYou can activate it, set a name, and, most importantly, select the authentication type. Some routers allow you to make the guest network completely open, while the main network will be protected by a complex encryption algorithm.
| Parameter | Main network | Guest network |
|---|---|---|
| Access to files | Eat | No (isolation) |
| Password | Complex WPA2 | Absent or simple |
| Speed Limit | No | Maybe |
| Opening hours | Constantly | On schedule |
Using guest mode is a more secure alternative to completely removing the password. You can set a timer to automatically turn off the network at night, or limit the maximum speed for guests to prevent them from overloading your channel with torrents.
Encryption type and compatibility issues
Sometimes users want to remove the password not for the sake of transparency, but because the old device cannot connect to a network with a modern type of encryption. WPA3 or WPA2/WPA3 MixedIn such cases, completely disabling protection is not required—it is sufficient to lower the security level to a compatible standard.
In your router's security settings, select compatibility mode, for example, WPA/WPA2 - Personal or simply WPA2-PSK (AES)This will ensure a balance between security and accessibility for older devices. Avoid using the outdated standard. WEP, since it can be hacked in a few minutes even by an inexperienced user.
If you encounter a situation where your device says "Unable to connect," try temporarily changing your wireless network channel. Airwave congestion from neighboring routers can mimic password issues. Change the channel in the settings. Wireless Settings to a fixed value (e.g. 1, 6 or 11) instead of “Auto”.
⚠️ Note: Router interfaces are constantly being updated. The layout of menu items may vary depending on the firmware version. If you don't see the options described, please refer to the official documentation for your specific model.
☑️ Check before disabling protection
Restoring access via the command line (for advanced users)
For users who prefer to work with the Windows command line, there is a way to manage some network settings, although a complete router password reset using this method is impossible without access to the web interface. However, you can delete the saved network profile on your computer, which is useful if you need to enter a new key.
Open command prompt with administrator rights and enter the command netsh wlan show profilesto see a list of all saved networks. Find your network name in the list. Then use the command to delete the profile:
netsh wlan delete profile name="Your_Network_Name" interface="Wi-Fi"
After running this command, the computer will "forget" the old password and request it again each time you try to connect. This is useful if you've already changed the router password, but Windows is persistently trying to connect with incorrect credentials. Full router management via Telnet or SSH requires the corresponding services to be enabled on the device itself.
Security measures after removing the password
If you decide to leave your network open, be aware of the risks. Anyone within range can intercept your traffic unless it's protected by additional protocols (such as HTTPS). Attackers can use your connection for illegal activities, and the line owner will be held liable.
As a minimum measure of security when using open Wi-Fi, we recommend enabling MAC address filtering. This will allow only devices with pre-approved unique identifiers to connect to the network. You can find the MAC address in the device's network adapter settings or on a sticker on the device's case.
It's also worth regularly monitoring the list of connected clients in the router's web interface. If you see an unfamiliar device, change the password and encryption type immediately. Don't keep open networks open for permanent use; they're only a temporary solution for specific needs.
What should I do if I forgot my router admin password?
If you've changed your router's password and forgotten it, it's impossible to recover. The only solution is to perform a hard reset (press the button on the router case), which will reset the password to the factory defaults (as indicated on the sticker).
Is it possible to hack a neighbor's Wi-Fi password?
Hacking someone else's network without the owner's permission is illegal. This article only covers methods for managing your own equipment and restoring access to your networks.
Does not having a password affect internet speed?
The mere fact of not having a password doesn't increase speed. However, if many third-party users connect to your open network and start downloading files, your speed will drop significantly due to shared bandwidth.
How do I find out the Wi-Fi password on an already connected phone?
On Android (with root access) and iOS (with jailbreak), this is possible through system files. On standard devices, the saved password can only be viewed via a QR code (using the "Share Wi-Fi" feature) or in the router settings if you have access to the admin panel.