Wireless internet has become an integral part of our lives, but sometimes connecting to Wi-Fi can be a real headache. You're standing next to the router, but your laptop stubbornly refuses to detect the network. Or, conversely, the network is visible, but the password doesn't work, even though you're sure you're entering it correctly. But what if you need to connect to hidden network or to an access point that requires additional authentication?
In this article, we'll cover all possible scenarios: from basic connections to resolving unusual situations. You'll learn how to bypass common errors, check adapter drivers, and even connect to the network without a password (legally, of course). These instructions are relevant for Windows 10/11, macOS And Linux (for example Ubuntu/Debian).
Important: If you try to connect to someone else's network without their permission, it may be illegal. We only consider legal methods, such as connecting to public networks or restoring access to your router.
1. Basic Wi-Fi connection on Windows
Let's start with the simplest thing - connecting to an open or secure network Windows 10/11If your laptop sees the network in the list but doesn't connect, the problem may be more subtle.
Open the Network Control Panel:
- Tap the Wi-Fi icon in the lower right corner of the screen (next to the clock).
- Select the desired network from the list.
- If the network is secured, enter the password and click
Connect.
If the password is entered correctly, but the connection does not occur, check:
- 🔄 Airplane mode: it may be accidentally turned on (keys
Fn + F2/F12on most laptops). - 📡 Network rangeSome routers broadcast on both 2.4 GHz and 5 GHz simultaneously. Try connecting to a different band.
- 🔒 Caps Lock: Passwords are case sensitive - check if it is pressed
Caps Lock.
⚠️ Attention: If you get the error "Unable to connect to the network" after entering your password, try forgetting the network (Settings → Network & Internet → Wi-Fi → Manage known networks) and reconnect.
2. Connecting to a hidden Wi-Fi network
Hidden networks do not broadcast their name (SSID), but you can connect to them manually. This is especially true for office networks or home routers with disabled SSID broadcasting.
Instructions for Windows 11:
- Go to
Settings → Network and Internet → Wi-Fi. - Click
Manage known networks → Add network. - Enter the network name (SSID), select the security type (
WPA2-PersonalorWPA3-Personal) and password. - Check the box
Connect automaticallyand save.
For macOS:
- Open
System Preferences → Network. - Select
Wi-Fi → Other Networks. - Enter SSID, security type and password.
If you don't know SSID, look at it on the router sticker or in the web interface (usually 192.168.0.1 or 192.168.1.1).
How to find out the IP address of a router?
On Windows: Open a command prompt (Win + R → cmd) and enter ipconfigLook for the line "Default gateway." On macOS: System Preferences → Network → Advanced → TCP/IP
| Security type | Description | Where is it used? |
|---|---|---|
WPA3-Personal |
A new standard with improved protection | Modern routers (2019+) |
WPA2-Personal |
A reliable but outdated standard | Most home networks |
WEP |
Outdated and unsafe | Old devices (not recommended) |
Open network |
No password (risk of traffic interception) | Public hotspots |
3. Problems with Wi-Fi adapter drivers
If your laptop can't detect any networks or the Wi-Fi icon is crossed out, there may be a driver issue. This is especially true after a Windows update or system reinstallation.
How to check the driver:
- Click
Win + Xand selectdevice Manager. - Expand the tab
Network adapters. - Find the device with the names Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200).
- If there is a yellow triangle nearby, the driver is not working properly.
Solutions:
- 🔄 Update driver: Right-click on the adapter →
Update driver→Automatic search. - 💾 Install manually: Download the driver from the laptop manufacturer's website (Lenovo, HP, Dell etc.) or a Wi-Fi chip (Intel, Qualcomm Atheros, Broadcom).
- 🔙 Roll back the driver: If the problems started after the update, select
Properties → Rollback.
⚠️ Attention: On some laptops (eg. ASUS ROG or MSI) The Wi-Fi adapter can be disabled programmatically through the firmware. Check utilities like Armoury Crate or Dragon Center.
Make sure the adapter is enabled in the BIOS|Check Device Manager for errors|Update the driver via Windows Update|Download the driver from the manufacturer's official website|Restart the laptop after installing the driver
-->
4. Connecting to Wi-Fi without a password (legal methods)
Sometimes you need to connect to a network whose password is lost or unknown. Let's consider legal methods, which do not violate the law:
Method 1: Recover your router password
- 🖥️ Connect your laptop to the router via cable (
LAN). - 🌐 Open the router's web interface (usually
192.168.0.1or192.168.1.1). - 🔍 The default login and password are indicated on the router sticker (for example,
admin/admin). - 📝 Go to the section
Wireless → Securityand look at the password (PSKorPassword).
Method 2: Using WPS (Wi-Fi Protected Setup)
- 🔄 Click the button
WPSon the router (usually on the back). - 💻 On your laptop, select the network and click
Connect via WPS(V Windows 11 This option may be hidden). - ⏱️ You have 2 minutes to connect.
Method 3: Public networks with portal authentication
Hotels, airports, and cafes often use a system where, after connecting to Wi-Fi, you open a browser and enter your room number, the code from your receipt, or accept the terms. If the page doesn't open automatically, try manually going to http://captive.apple.com (For macOS/iOS) or http://neverssl.com.
⚠️ Attention: Don't use Wi-Fi hacking programs (like Aircrack-ng or Wifite) — this violates Article 272 of the Russian Criminal Code ("Unauthorized access to computer information"). This can result in a fine or criminal prosecution.
5. Connecting to Wi-Fi on macOS
On laptops MacBook The Wi-Fi connection process is slightly different. The main issues here are related to automatic network switching and power saving settings.
If macOS won't connect to the network:
- 🍎 Restart the Wi-Fi module: hold
Shift + Optionand click on the Wi-Fi icon →Diagnose Wireless. - 🔄 Forget the network:
System Preferences → Network → Wi-Fi → Advanced, select the network and press–(minus). - 📡 Reset network settings: delete the file
/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist(make a backup copy first!).
If the problem is roaming (macOS constantly switches between networks):
- Open
System Preferences → Network → Wi-Fi → Advanced. - In the section
Network preferencesDrag your network to the very top. - Disable the option
Automatically joining personal networks.
6. Connecting to Wi-Fi on Linux (Ubuntu/Debian)
IN Linux Wi-Fi control depends on the environment used (GNOME, KDE, XFCE) and networks. Most often, problems arise due to the lack of proprietary drivers (for example, for chips Broadcom).
Basic commands for diagnostics:
# Checking available networksnmcli dev wifi list
Connecting to the network
nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"
Restarting the network service
sudo systemctl restart NetworkManager
If the network is not visible, install proprietary drivers:
- 🐧 For Ubuntu/Debian:
sudo apt updatesudo apt install firmware-iwlwifi(for chips Intel)
- 🐧 For Broadcom:
sudo apt install --reinstall bcmwl-kernel-source
If you use wpa_supplicant manually, example configuration (/etc/wpa_supplicant/wpa_supplicant.conf):
network={ssid="NETWORK_NAME"
psk="PASSWORD"
key_mgmt=WPA-PSK
}
⚠️ Attention: In some distributions (for example, Arch Linux) network interfaces may be named differently (for example,wlp3s0instead ofwlan0). Check the adapter name with the commandip a.
7. Alternative ways to connect to Wi-Fi
If standard methods don't work, try these options:
Method 1: USB Wi-Fi adapter
- 🔌 Buy an external adapter (for example, TP-Link TL-WN725N or ASUS USB-AC56).
- 💽 Connect it to a USB port and install the drivers.
- 📶 Often, such adapters work more stably than built-in ones.
Method 2: Tethering from a Smartphone
- 📱 Turn on the hotspot on your phone (Android:
Settings → Network & Internet → Access Point). - 🔗 Connect your laptop to the created network.
- ⚡ This is a temporary solution, but it will help if the main Wi-Fi is not working.
Method 3: Ethernet via Powerline adapter
- 🔌 Use adapters TP-Link AV600 or Devolo Magicto transmit the Internet through electrical wiring.
- 📡 Connect one adapter to the router, the other one next to the laptop, and connect them with a cable
Ethernet.
8. Diagnosing connection problems
If your laptop connects to the network but the internet doesn't work, follow these steps:
Checking IP address
- 🖥️ On Windows:
ipconfig /allLook for the line
IPv4 addressIf it starts with169.254, which means the address was not received from the router (DHCP error). - 🐧 On Linux/macOS:
ifconfigor
ip a
DNS check
- 🌐 Try opening the site by IP (for example,
http://93.184.216.34instead ofexample.com). If it opens, the problem is in the DNS. - 🔧 Change DNS to
8.8.8.8(Google) or1.1.1.1(Cloudflare) in the adapter settings.
Router and Internet ping
- 📶 Ping the router:
ping 192.168.0.1If there is no response, the problem is at the local network level.
- 🌍 Ping
ya.ruorgoogle.comIf there's a ping but websites won't open, the browser or DNS is to blame.
| Symptom | Possible cause | Solution |
|---|---|---|
| The network is visible but does not connect. | Incorrect password or security type | Check the password case, reset network settings |
| The laptop doesn't see any networks. | The adapter is disabled or there are no drivers. | Check Device Manager, update drivers |
| There is a connection, but no internet | Problems with DHCP or DNS | Ping the router, change DNS |
| The network keeps disconnecting | Adapter power saving | Disable turning off adapter to save power |
⚠️ AttentionRouter settings (such as MAC address filtering or time limits) may also be blocking the connection. Check the router's web interface in the sectionWireless MAC FilterorParental Control.
Frequently Asked Questions (FAQ)
My laptop can't see the 5 GHz network, only the 2.4 GHz one. What should I do?
This may be due to:
- Outdated Wi-Fi adapter driver (update it).
- Router settings (check if the mode is enabled)
802.11a/n/acfor 5 GHz). - Laptop hardware limitations (older models may not support 5 GHz).
On Windows Also check your adapter settings: Device Manager → Network Adapters → Properties → Advanced → find the parameter Wireless Mode and select 802.11a/b/g/n/ac.
How do I connect to Wi-Fi if I forgot my router password?
There are several ways:
- Look at the password on the router sticker (if it hasn’t been changed).
- Connect via cable and go to the router's web interface (
192.168.0.1or192.168.1.1). - Reset the router to factory settings (button
Resetfor 10 seconds) - all settings will be reset! - If the router is from a provider (for example, Rostelecom or Beeline), the password may be specified in the contract.
Why does Wi-Fi work on my phone but not on my laptop?
Possible reasons:
- The Wi-Fi adapter is disabled on the laptop (check
Fn + antenna key). - The adapter driver is not compatible with the current version of Windows (update it).
- The router limits the number of connected devices (check the settings)
DHCP). - The laptop has a VPN or firewall enabled, blocking the connection.
Also try disabling the function on your router. Beamforming or Mu-MIMO - sometimes they conflict with older adapters.
Is it possible to connect to Wi-Fi without a password if you know the MAC address?
Knowledge MAC addresses by itself does not allow you to connect to the network. However:
- If the router is enabled MAC filtering, you can add your MAC to the whitelist.
- If the network uses
WPS, you can connect without a password (but you need a button on the router). - In public networks (hotels, cafes) it is sometimes enough to accept the terms in the browser.
Replacing a MAC address (spoofing) with someone else's won't help you connect—modern routers use additional checks.
How to boost Wi-Fi signal on a laptop?
If the signal is weak, try:
- 📶 Move closer to the router or remove obstacles (walls, metal).
- 🔄 Switch from 5 GHz to 2.4 GHz (better through walls).
- 📡 Buy repeater (signal amplifier) or Mesh system.
- 🖥️ Update your Wi-Fi adapter driver (sometimes new versions improve sensitivity).
- 🛠️ Replace the antennas on the router with more powerful ones (if they are removable).
On Windows You can also increase the adapter's transmit power through Device Manager → Adapter Properties → Advanced → Transmit Power (put up Highest).