Have you forgotten your home Wi-Fi password or need to update it for security? Many users mistakenly believe that changing the network password is only possible via a smartphone or tablet. In fact, laptop — is a universal tool for managing a router, which allows you not only to connect to the Internet, but also to change network settings, including SSID and a security key.
In this article, we will look at how to change the Wi-Fi password on a laptop running Windows 10/11, macOS or Linux, without resorting to other devices. You'll learn what credentials you'll need to log into your router's admin panel, how to avoid common mistakes when changing your password, and what to do if standard methods don't work. We'll also cover security in detail—why it's important to regularly update your password and how to choose a secure key that won't be hacked in five minutes.
Preparation: What you need to know before changing your Wi-Fi password
Before you begin changing your password, please make sure you have access to the following information:
- 🔌 Router IP address (usually
192.168.0.1,192.168.1.1or192.168.8.1— depends on the model). - 🔑 Administrator login and password (by default often
admin/adminor indicated on the router sticker). - 📡 Current network name (SSID) - will come in handy if you want to change it too.
If you've never changed your router settings, you can find your login information on the device's label (usually on the bottom or back panel). If you've changed your administrator password but forgot it, you'll have to reset the router to factory settings — we will talk about this in a separate section.
⚠️ Note: After changing your Wi-Fi password all connected devices (smartphones, smart speakers, TVs) will be automatically disconnected from the network. Prepare a list of devices that need to be reconnected in advance, or write down the new password in a safe place.
It is also worth considering that the router control panel interface may differ depending on the manufacturer (TP-Link, ASUS, Keenetic, MikroTik etc.). However, the general operating principle remains the same. If your router model was released before 2018, some menu items may have different names—in this case, follow the settings logic.
Method 1: Changing the password via the router's web interface (universal method)
This is the most reliable and universal method, which works on any laptop, regardless of the operating system. You only need a browser (Chrome, Firefox, Edge or Safari) and network access (preferably via cable, but also via Wi-Fi if you remember the current password).
Connect your laptop to the router via network cable (recommended) or via Wi-Fi. If connecting wirelessly, make sure the laptop is close to the router to ensure a stable signal.
Open your browser and enter in the address bar
Router IP address(For example,192.168.1.1). ClickEnter.Enter administrator login and password in the window that appears. If the data doesn't match, try standard combinations:
- 🔐
admin/admin - 🔐
admin/ (empty field) - 🔐
user/user
- 🔐
After successful login, find the section Wireless network (or Wi-Fi, Wireless). Depending on the router model, the path may look like this:
Advanced Settings → Wireless → Security Settings
In the field Network password (or Key, Passphrase) Enter a new password. We recommend using a combination of 12+ characters with capital letters, numbers and special characters (for example, GreenTree$2026!WiFi).
Save changes (button Apply, Save or OK). The router will reboot and all devices will be disconnected from the network.
The new password is written down on paper or in a secure file|
There are no typos in the "Network Name (SSID)" field|
Security type is set to WPA2/WPA3 (not WEP!)|
The connection to the router is stable (there is no "limited" icon) -->
If your router doesn't provide internet after changing the password, check to see if your ISP connection settings (in the "WAN" or "Internet" section) have been reset. Sometimes, changes to your wireless network require reconnecting your ISP cable.
Method 2: Change the password through the router manufacturer's app
Many modern routers (ASUS, TP-Link, Keenetic, Xiaomi) support management via proprietary mobile or desktop apps. This is convenient if you don't want to remember the IP address or navigate the web interface. Let's look at the process using popular brands as examples.
| Manufacturer | Application name | Download link | Peculiarities |
|---|---|---|---|
| TP-Link | Tether | App Store / Google Play | Works with most models, there is a version for Windows |
| ASUS | ASUS Router | App Store / Google Play | Supports AiMesh and has cloud access |
| Keenetic | Keenetic | App Store / Google Play / Windows Store | Intuitive interface, Russian language support |
| Xiaomi | Mi Wi-Fi | Only for Android/iOS | Requires a Xiaomi account |
Instructions for changing your password through the app TP-Link Tether (similar for other brands):
Download and install the app on your laptop (if there is a version for Windows/macOS) or use an Android emulator (for example, BlueStacks).
Connect to the router's Wi-Fi network (if you forgot the password, use a cable).
Launch the app and sign in (you may need to create an account or enter your router administrator credentials).
Go to the section
Wireless networkorWi-Fi.Find the field
Passwordand enter a new key. The app usually checks the password strength in real time.Save the changes. The router will reboot automatically.
- 🔄 All Wi-Fi settings (including password) will be deleted.
- 📡 Your internet service provider connection settings (login, password, connection type) will also be reset.
- 🔌 You'll have to set it up again
IPTV,Port Forwardingand other parameters.
⚠️ Attention: Applications from some manufacturers (eg. Xiaomi) require linking to an account. If you reset the router to factory settings, you may lose access to it through the app without an account login.
The advantage of this method is user-friendly interface With prompts and the ability to manage the router remotely (if supported). However, not all router models have full desktop versions of the apps, so the web interface remains a more universal solution.
Method 3: Using the Command Prompt (for advanced users)
If you prefer to work through terminal or the router's web interface is unavailable, you can try changing the Wi-Fi password using the command line. This method is suitable for Windows (through CMD or PowerShell) And Linux/macOS (through Terminal). However, it requires knowledge of network commands and does not work with all routers.
For Windows:
netsh wlan show hostednetwork settings=securitynetsh wlan set hostednetwork mode=allow ssid=New_name key=New_password
netsh wlan start hostednetwork
Note: This method creates virtual network, but doesn't change the main router's password. Changing the router's password itself isn't possible through the command line—you need access to its web interface.
For Linux (if the router supports Telnet/SSH):
ssh admin@192.168.1.1(enter administrator password)
nvram set wl0_key=New_password
nvram commit
reboot
⚠️ Caution: UseTelnetorSSHto access the router disables traffic encryptionNever connect this way over public networks (for example, in a cafe or airport)—your data may be intercepted.
This method is only suitable for advanced users, as incorrect commands can disrupt the router's operation. If you're unsure of what you're doing, it's best to use the web interface or the proprietary app.
What to do if the router does not support SSH?
If your router doesn't support SSH access (for example, budget TP-Link or D-Link models), you won't be able to change the password via the command line. In this case, you only have two options:
1. Use the web interface (method 1).
2. Reset the router to factory settings and configure it again.
To check SSH support, try connecting with the command telnet 192.168.1.1If the connection is not established, the function is disabled.
How to reset a router if you forgot the administrator password
If you are unable to log into your router control panel due to a lost admin password, the only way out is factory resetThis will reset the router to its original state, allowing you to configure it again. However, please note that after the reset:
Reset instructions:
Find the button on your router
Reset(usually it is recessed into the body and is signed asRSTorDefault).Take a paper clip or a toothpick and press and hold the button 10-15 secondsuntil the indicators on the router start flashing.
Release the button and wait for the reboot (1-2 minutes).
Connect to the router via cable or Wi-Fi (the network will have a default name, for example,
TP-Link_XXXX, and the password is indicated on the sticker).Log in to the web interface using the standard login and password (see the "Preparation" section).
After the reset, you'll need to reconfigure your internet connection. To do this:
Go to the section
InternetorWAN.Select the connection type (
PPPoE,Dynamic IP,Static IP— depends on the provider).Enter your internet login and password (specified in your contract with your provider).
Save the settings and reboot the router.
How to create a strong Wi-Fi password and protect your network
A weak Wi-Fi password is like an open door for hackers. According to research, more than 30% of home networks use passwords like 12345678, qwerty or date of birth. Such combinations can be cracked in a few seconds using specialized software. To protect your network, follow these recommendations:
- 🔐 Use 12+ characters (minimum 8, but the longer the better).
- 🅰️ Combine uppercase and lowercase letters, numbers and special characters (
!@#$%). - 🚫 Avoid obvious words (
password,wifi,iloveyou). - 🔄 Change your password once every 3–6 months (or more often if you suspect a leak).
- 📝 Keep your password safe password manager (For example, KeePass, Bitwarden) or on paper in a safe place.
Examples of strong passwords:
Purple$Unicorn!2026C0ffeeWithM1lk#WiFiTr@velToMars!99
Also pay attention to security type in the router settings:
- ✅ WPA3 — the most modern and secure standard (supported by new routers).
- ✅ WPA2 — a reliable option for most devices.
- ❌ WEP - outdated and unreliable (can be hacked in minutes).
Additional protective measures:
- 🔍 Turn it off
WPS(vulnerable to attacks). - 📵 Hide
SSID(don't show network name) if you don't want others to see it. - 👤 Restrict access by
MAC addresses(allow connection only to your devices).
Common mistakes and their solutions
When changing a Wi-Fi password on a laptop, users often encounter common problems. Let's look at the most common ones and how to resolve them.
| Problem | Possible cause | Solution |
|---|---|---|
| The router's web interface won't open. | Invalid IP address or router not responding | Check IP via ipconfig (Windows) or ifconfig (Linux/macOS). Reboot your router. |
| The administrator password does not work | The password was changed earlier. | Reset the router to factory settings (Reset button). |
| There is no internet after changing the password | The WAN (connection to the provider) settings have been lost. | Check the section Internet in the router settings. If necessary, reconnect the ISP cable. |
| Devices won't connect to Wi-Fi with the new password. | Typo in password or incorrect security type | Make sure the password is entered correctly and WPA2/WPA3 is selected. Restart the router. |
| The router constantly reboots after changes | Firmware incompatibility or hardware failure | Update your router's firmware or reset it. If the problem persists, contact your service representative. |
If none of the methods helped, the problem may lie in router firmwareOutdated software can cause problems saving settings. In this case:
Download the latest firmware version from the manufacturer's official website.
Go to the router's web interface and find the section
UpdateorFirmware.Download the firmware file and wait for the process to complete (do not turn off the router!).
⚠️ Warning: Maintaining a constant power supply during the firmware update is critical. If the router is disconnected from the power grid, it may become bricked and require repair.
FAQ: Answers to frequently asked questions
Is it possible to change a Wi-Fi password without accessing the router?
No, you can only change your password through the router's control panel. If you don't have access to the web interface or the manufacturer's app, your only option is to reset the router to factory settings (using the button). Reset) and configure it again.
How to find out the current Wi-Fi password on a Windows laptop?
If your laptop is already connected to the network, you can view the saved password:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networksand select your network. - Click
Propertiesand in the sectionSecurity parameterscheck the boxShow entered characters.
For macOS: open Utilities → Keychain, find the network name and open properties.
What should I do if the router doesn't save the settings after changing the password?
This problem is often associated with:
- Corrupted firmware (update it).
- Insufficient router memory (reset settings).
- Conflict with the antivirus on the laptop (temporarily disable it).
Try:
- Use a different browser (eg. Firefox instead of Chrome).
- Connect to the router via cable.
- Reset the router and configure it again.
How do I change the password on my router from my internet service provider (e.g., Rostelecom or Beeline)?
Routers provided by ISPs often have limited functionality. To change the password:
- Check if your Wi-Fi settings are unlocked (sometimes providers hide them).
- If section
Wireless networkIf your password is unavailable, please contact your provider's technical support team—they can change the password remotely. - As a last resort, reset your router to factory settings (but then you will need to reconfigure your internet connection).
Some providers (eg. Rostelecom) There is a personal account where you can manage your router settings remotely.
Is it possible to change the Wi-Fi password via phone if I don't have a laptop?
Yes, for this:
- Connect to a Wi-Fi network (if you remember the current password) or use mobile Internet.
- Open a browser on your phone and enter the router's IP address.
- Log in and change your password the same way as on your laptop.
An alternative is to use the router manufacturer's proprietary application (see Method 2).