Can't connect to Wi-Fi on your laptop because you've lost the network password, the router sticker has worn off, or the network owners don't remember the combination? There are various reasons for losing access, from accidentally deleting saved data in Windows/macOS to resetting the router. Before attempting to restore the connection, check whether you have legal rights to use the network—for example, if it's your home router or the network administrator has given you permission. Connect to Wi-Fi without a password on a laptop This can be done through built-in OS tools, configuration backups, or legal recovery methods (e.g., via WPS or the router's control panel). Important: attempting to hack someone else's network without the owner's consent may result in liability under Article 272 of the Russian Criminal Code. This article only discusses legal methods for users with access rights.
We will look at methods for different operating systems (Windows 10/11, macOS, Linux), including using built-in tools, password recovery through the router and even connection methods through WPS or QR codeWe'll also discuss what to do if the laptop has connected to this network before, but the password has been erased. Each method is provided with step-by-step instructions and explanations—without unnecessary fluff and a focus on practical steps.
1. Check saved networks on your laptop (if you've connected before)
If your laptop has connected to this Wi-Fi network at least once, the password may have been saved in the system. Windows And macOS It can be extracted without additional programs.
On Windows 10/11:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networks. - Select the desired network and click
Properties. - In the section
Security parameterscheck the boxShow entered characters— the password will become visible.
On macOS:
- Open
Programs → Utilities → Keychain. - Enter the network name in the search.
- Double-click on the entry and check the box.
Show passwordand enter the password for your account.
⚠️ Please note: The extracted password only grants access to the network if you have permission to do so. Sharing the password with third parties without the router owner's consent may be considered a breach of privacy.
2. Use WPS to connect without a password
WPS (Wi-Fi Protected Setup) — is a technology that allows you to connect to a router without entering a password, by pressing a button or using a PIN code. Many modern routers (for example, TP-Link, ASUS, Keenetic) support this method.
How to connect via WPS:
- 🔍 Find the button on your router that says
WPS(sometimes it is combined with the reset button and marked with an icon🔄). - 💻 On your laptop, open the list of available networks and select the one you need.
- ⏳ Click the button
WPSon the router - the connection will occur automatically within 2 minutes.
If there is no button, try connecting via a PIN code (usually indicated on the router sticker under the inscription WPS PIN). IN Windows When connecting to the network, select Connect using WPS code and enter it.
What to do if WPS doesn't work?
If your router doesn't respond to WPS, check:
1. Is the function enabled in the router settings (section Wireless → WPS).
2. Is it disabled by the network administrator (in some public places WPS is blocked due to vulnerabilities).
3. Does your laptop support WPS (it may not work on older models).
⚠️ Warning: WPS is considered an insecure technology due to its vulnerability to brute-force attacks. After connecting, we recommend disabling WPS in the router settings (sectionSecurityorWi-Fi).
3. Connection via QR code (if the router supports it)
Some routers (eg. Xiaomi, Huawei, Mercusys) allow you to connect to the network via a QR code. This is convenient if you have access to the router's control panel or mobile app.
How does this work:
- 📱 Install the official router app (for example, TP-Link Tether, Mi Wi-Fi).
- 🔗 In the section
Wi-FiorDevicesfind the optionQR code for connection. - 🖼️ Scan the code with your laptop's camera (in Windows 11 There is a built-in scanner in the application
Camera) or take a photo of it with your phone and transfer it to your laptop.
If there is no application, a QR code can be generated in the router's web interface (usually in the section Wi-Fi → Guest Network or Fast connection).
| Router brand | QR code app | Path in the web interface |
|---|---|---|
| TP-Link | TP-Link Tether | Advanced → Wi-Fi → QR Code |
| Xiaomi | Mi Wi-Fi | Wi-Fi Settings → Share Network |
| ASUS | ASUS Router | Guest Network → QR Code |
| Keenetic | Keenetic | Wi-Fi → Quick Connect |
TP-Link|ASUS|Xiaomi|Keenetic|D-Link|Other|I don't know-->
4. Password recovery via the router control panel
If you have physical or remote access to the router (for example, you're a network administrator), you can view or reset the password through the web interface. To do this:
Steps for most routers:
- Connect your laptop to the router via cable (
LAN) or via Wi-Fi (if the network is passwordless or you connected via WPS). - Open your browser and type in the address bar
192.168.0.1,192.168.1.1orrouter.asus.com(the address is indicated on the router sticker). - Enter your login and password to log in (by default, it is often
admin/adminoradmin/empty). - Go to the section
Wireless(orWi-Fi), where the field will bePasswordorKey.
If your login details have been changed and you don't remember them, you will have to reset the router to factory settings (button Reset on the back panel, hold for 10 seconds). After the reset, the Wi-Fi password will become the default (indicated on the router sticker), but all personal settings (including the network name) will be reset.
Make a backup copy of your settings (if you have access) | Write down the MAC addresses of the connected devices | Verify your ISP login information (PPPoE) | Prepare a cable for connecting to a PC -->
⚠️ Warning: Resetting your router will disconnect all devices connected to it from the network. If your router is rented from a provider (e.g., Rostelecom or Beeline), after the reset, you may need to reconfigure your Internet connection (the details for this are usually specified in the contract).
5. Connecting via a guest network (if enabled)
Many routers have a separate guest network with a different password (or without one). If it's activated, you can connect to it without knowing the main password.
How to find a guest network:
- 🔍 In the list of available networks on your laptop, look for the name of the main network with additional information
_Guest,-GorGOEST. - 📡 The password for the guest network can be simpler than the main one (for example,
12345678) or be absent altogether. - 🔧 If the guest network is disabled, you can enable it through the router control panel (section
Guest Network).
Guest network limitations:
- ⏳ Internet speed is often limited.
- 🚫 No access to local devices (printers, network drives).
- ⏰ Can turn off automatically after a few hours.
6. Technical methods (for your own networks only!)
If all the above methods did not help, and the network yours (For example, if you forgot your home Wi-Fi password), you can use technical recovery methods. Important: These steps require administrator rights on the laptop and may be illegal if used on someone else's network.
Method 1: Extracting the password via the command line (Windows)
Open Command line as administrator and enter:
netsh wlan show profile name="NETWORK_NAME" key=clear
Find the line in the results Key content - this will be the password.
Method 2: Using Linux utilities
On Linux (For example, Ubuntu) open terminal and run:
sudo grep psk= /etc/NetworkManager/system-connections/*
The system will display all saved Wi-Fi passwords.
Method 3: Password recovery programs
There are utilities like WirelessKeyView (for Windows) or Wifi Password Revealer, which extract saved passwords. They do not hack networks, but only reveal data already known to the system. Such programs should be downloaded only from official websitesto avoid viruses.
⚠️ Warning: Using password cracking programs (for example, Aircrack-ng) accessing other people's networks is illegal in most countries, including Russia. Even if you're "just testing," it can be classified as an attempt at unauthorized access (Article 272 of the Russian Criminal Code).
7. Alternative options: mobile internet and public networks
If you can't connect to the network you need, consider alternatives:
- 📶 Mobile Internet: Connect your laptop to your phone via
USB modem,Bluetoothor access point (Hotspot). On Android this is done inSettings → Network & Internet → Access Point. - ☕ Public networksFree Wi-Fi is often available in cafes, airports, and hotels. The password is usually given at the checkout or printed on the receipt.
- 📡 Network cable: If there is an internet outlet nearby (for example, in an office), connect the laptop directly via
Ethernet.
For regular use of mobile Internet on a laptop, you can get a separate SIM card with an unlimited tariff (for example, MegaFon "Everything for Your Laptop" or Tele2 "Internet for Devices"). The cost of such tariffs starts from 300–500 rubles per month.
FAQ: Frequently asked questions about connecting to Wi-Fi without a password
Is it possible to connect to Wi-Fi without a password if the router is not mine?
Legally, only if the network owner has given you permission (for example, via WPS or guest access). Unauthorized connection may be considered illegal. Public places (cafes, hotels) usually post the password for customers—check with the staff.
Why isn't WPS working on my router?
Possible reasons:
- The function is disabled in the router settings.
- The router is older than 2015 and does not support WPS.
- The laptop is not compatible with WPS (check your Wi-Fi adapter drivers).
- The network owner disabled WPS due to vulnerabilities.
Try updating your router firmware or using alternative connection methods.
How do I find out my Wi-Fi password if my laptop is connected but the password isn't saved?
If your laptop is connected to the network but the password is not displayed in the settings, try:
- On Windows: use command line (
netsh wlan show profile). - On macOS: check
A bunch of keys. - On Linux: look at the configuration files in
/etc/NetworkManager.
If nothing helps, you can reset the password through the router control panel (see section 4).
What should I do if I forgot my router password to access the settings?
If you have forgotten your login/password to enter the router's web interface (usually 192.168.0.1), the only way is to reset to factory settings:
- Press and hold the button
Reseton the router 10-15 seconds. - After rebooting, use the standard login details (indicated on the sticker).
- Reconfigure the router (network name, password, Internet connection).
Is it possible to connect to Wi-Fi via Bluetooth?
No, Bluetooth And Wi-Fi — these are different technologies. However, some routers (for example, ASUS RT-AX88U) support internet connection via 4G/5G USB modem, which can be shared via Wi-Fi. You can also use your phone as a modem via Bluetooth, but this will be mobile internet, not Wi-Fi.