Connecting a laptop to a wireless network Wi-Fi It seems like a simple task—until you encounter errors like "Unable to connect" or the network not being listed. In practice, even experienced users sometimes spend hours searching for a solution when the router "doesn't recognize" the device or the laptop persistently asks for the password despite entering it correctly. In this article, we'll cover not only the basic connection steps for Windows 10/11, macOS And Linux, but also rare problems - from driver conflicts to the peculiarities of dual-band networks 2.4 GHz / 5 GHz.
We'll pay special attention to situations where standard instructions don't work. For example, why a laptop Lenovo ThinkPad may not see the hidden network, although MacBook Air It displays without any problems. Or what to do if after the update Windows the adapter disappears Wi-Fi in the device manager. For convenience, we've added Wi-Fi standard (802.11ac/ax) compatibility table for different router models, as well as checklists for troubleshooting.
1. Preparing for connection: what to check before starting
Before attempting to connect your laptop to the network, make sure the problem isn't rooted in the basic settings. Start with the router:
- 🔌 Power and indicators: the indicator on the router body should be lit Wi-Fi (usually green or blue). If it flashes orange, reboot the device with the button
Reseton the back panel. - 📡 Opening hours: some models (eg ASUS RT-AX88U) by default, the wireless network is disabled in "night mode." Check this in the router's web interface at
192.168.1.1. - 🔒 Network password: If you haven't changed it, look for the standard one on the sticker under the router. For networks TP-Link it is often a combination of the type
admin1234, For Keenetic — the last 8 charactersMAC addresses.
On the laptop side:
- ⚙️ Hardware Wi-Fi button: on some models (eg, HP Pavilion or Dell Inspiron) there is a physical switch on the body or a key
Fn + F2to turn on the adapter. - 🖥️ Airplane mode: V Windows 11 it can be accidentally activated through the notification panel or a combination
Win + A. - 🔄 Drivers: If the laptop does not see the network at all, open
device Manager(keysWin + X) and check if there is an exclamation mark next toNetwork Adapters → Wireless.
⚠️ Note: If you're connecting to a public network (at a cafe or airport), some require browser authorization. In this case, the login page will open automatically after connecting. If this doesn't happen, manually go to the address1.1.1.1orneverssl.com.
2. Connecting to Wi-Fi on Windows 10 and 11
Connection interface in the latest versions Windows It hasn't changed much, but there are some nuances. Let's consider both options.
Method 1: Via the notification panel
- Click on the icon Wi-Fi in the lower right corner of the screen (next to the clock).
- Select your network from the list of available networks. If it's not there, click
Hidden networkand enter the name (SSID) manually. - Enter the password and check the box
Connect automatically. - Click
NextIf the "Connected" notification appears, everything was successful.
Method 2: Via "Settings" (if the first method doesn't work)
- Open
Start → Settings → Network & Internet → Wi-Fi. - Activate the switch
Wi-Fi(if it is turned off). - Click
Show available networksand choose yours. - When an error occurs
Unable to connect to this networktry to forget the network (buttonManaging known networks) and reconnect.
If an error appears after entering the password Authentication failed, the reasons may be the following:
- 🔑 Incorrect password (check the case!).
- 🔄 The router has a filter enabled
MAC address— add your laptop's address to the whitelist. - 📶 The network is operating in the mode
802.11r(Fast Transition), which is not supported by some adapters. Disable it in your router settings.
Check if the adapter is enabled in Device Manager|
Update your network card driver (via the manufacturer's official website)|
Restart your router and laptop|
Try connecting to a different network (for example, from your phone)|
Reset network settings with the command netsh winsock reset-->
3. Connecting on macOS (MacBook, iMac)
On devices Apple The connection process is as simple as possible, but there are some specific errors. For example, MacBook Pro with a chip M1/M2 may not see the network 5 GHz, if the router is in the enabled mode 802.11ac with channel width 160 MHz.
- Click on the icon Wi-Fi in the upper right corner (next to the date).
- Select your network. If it is not listed, click
Other networks...and enterSSIDmanually. - Enter your password and click
Connect. - If an error occurs
Failed to connect to the network, try deleting the network: go toSystem Preferences → Network → Wi-Fi → Advancedand remove it from the listWell-known networks.
Peculiarities macOS:
- 🍎 Auto-connectionYour Mac remembers networks and connects to them automatically. If a network is lost, your device may "wander" on other networks with the same name.
- 🔒 Keychain: Passwords are stored in the keychain. If you changed the password on the router but did not update it in
Keychain Access, a conflict will arise. - 📡 Roaming: MacBook aggressively switches between
2.4 GHzAnd5 GHz, which can cause disconnections. Disable this option.802.11a/b/g compatiblein the advanced Wi-Fi settings.
⚠️ Attention: If after the update macOS (for example, before Sonoma 14.4) Wi-Fi is gone, reset the settings NVRAM: Turn off your Mac, then turn it on and immediately hold down Option + Command + P + R for 20 seconds. This will reset the network settings to factory defaults.
4. Connecting on Linux (Ubuntu, Mint, Fedora)
In distributions based on Linux Wi-Fi connection depends on the desktop environment you are using (GNOME, KDE, XFCE) and network manager (NetworkManager, wpa_supplicant). Let's consider a universal method via the terminal and graphical interface.
Method 1: Via the GUI (NetworkManager)
- Click on the network icon in the upper right corner (next to the clock).
- Select your network and enter the password. If there is no icon, run it.
NetworkManagercommand:sudo systemctl restart NetworkManager - If the network is hidden, click
Connect to a hidden networkand enterSSID.
Method 2: Via terminal (if GUI doesn't work)
Use the utility nmcli:
# View available networksnmcli dev wifi list
Connect to the network (replace SSID and PASSWORD)
nmcli dev wifi connect "Network_Name" password "password"
Common problems in Linux:
- 🐧 Driver missing: for adapters Broadcom or Realtek You may need to install proprietary drivers. For example, Ubuntu:
sudo apt install firmware-b43-installer - 🔌 The network is inactive: Check if Wi-Fi is blocked by a hardware switch or
rfkill:rfkill list allsudo rfkill unblock wifi - 📶 Low speed: if there is a connection, but the speed is lower
10 Mbps, try disabling adapter power saving:sudo iwconfig wlan0 power off
nameserver 8.8.8.8
nameserver 1.1.1.1
Or use the command:
sudo resolvectl dns wlan0 8.8.8.8-->
5. Solving common errors
Even if you've done everything correctly, unexpected problems can arise. Let's look at the most common ones and how to fix them.
| Error | Possible cause | Solution |
|---|---|---|
Unable to connect to this network (Windows) |
Incorrect password, IP conflict, MAC filtering | Check your password, reset TCP/IP (netsh int ip reset), disable filtering on the router |
Network without internet access |
DHCP issues, incorrect DNS settings | Reboot your router, manually enter DNS (8.8.8.8), check your IP settings (ipconfig /release → ipconfig /renew) |
Wi-Fi is connected, but pages won't open. |
Proxy issues, antivirus blocking, DNS failure | Disable the proxy in the network settings, temporarily disable the antivirus, change the DNS to 1.1.1.1 |
Limited connection (Windows) |
Adapter failure, incompatibility of Wi-Fi standards | Update the adapter driver, change the router operating mode with 802.11n on 802.11ac |
No Wi-Fi Adapter Found (Linux) |
The driver is not installed or the adapter is disabled. | Check it out lspci | grep Network, install the driver (for example, sudo apt install firmware-iwlwifi (for Intel) |
If the laptop does not see the network 5 GHz, but sees 2.4 GHz, the reasons may be the following:
- 📱 The adapter does not support
5 GHz(valid for older laptops before 2015). - ⚙️ The router is in disabled mode
5 GHzor an incompatible channel width is set (for example,160 MHzfor adapters that support only80 MHz). - 🇬🇧 In some countries (for example, in Russia) channels
5 GHzhigher140may be blocked by default. Check your router's regional settings.
How to check if your laptop supports 5GHz?
Open Device Manager → Network Adapters, find the model of your Wi-Fi adapter (for example, Intel AX200 or Qualcomm Atheros QCA9377). Then search for the model specifications on Google - if indicated Dual Band or 5 GHz, then there is support. For Linux, use the command:
lspci -v | grep -A 10 Network
Look for lines like Capabilities: [40] Power Management version 3 or Kernel driver in use: iwlwifi (for Intel).
6. Connection optimization: how to improve signal and speed
Even if your laptop is connected to the network, it doesn't guarantee stable performance. Speed may drop due to interference, incorrect router settings, or ISP restrictions. Here's how to improve your connection:
- 📶 Channel selection: use utilities like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) to find the least congested channel. In the router settings (
192.168.1.1) install it manually (for example,Channel 6For2.4 GHzorChannel 36For5 GHz). - 🔄 Channel width: For
5 GHzinstall80 MHz(if the adapter supports it). For2.4 GHzbetter to leave20 MHz— the wider the channel, the stronger the interference. - 📡 Transmission power: Find the parameter in the router settings
Transmit Powerand install100%(may be set to default)50%). - 🔒 Security: use encryption
WPA3(if supported) orWPA2-AESGive upWPA-TKIP- it slows down the connection.
For laptops on Windows also useful:
- 🖥️ Disable adapter power saving:
- Open
Device Manager → Network Adapters. - Right-click on the adapter →
Properties → Power Management. - Uncheck the box
Allow the computer to turn off this device to save power.
- Open
- Download the latest version from the manufacturer's website (for example, for Intel Wi-Fi 6 AX200 - With downloadcenter.intel.com).
- Remove the old driver via
device Manager. - Install a new one and restart your laptop.
7. Connect to a hidden network or guest Wi-Fi
Hidden Networks (Hidden SSID) don't broadcast their name, making them more difficult to connect to. Many routers also offer guest access with limited rights. Let's look at both cases.
Connecting to a hidden network
IN Windows:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Manage known networks → Add new network. - Enter
Network name (SSID), selectSecurity type(WPA2-Personal AES) and enter the password. - Check the box
Connect automaticallyand save.
IN macOS:
- Click on the Wi-Fi icon in the menu and select
Connect to another network.... - Enter
Network name, selectSecurity: WPA2/WPA3 Personaland enter the password. - Click
Connect.
IN Linux (through nmcli):
nmcli dev wifi connect "Network_Name" password "password" hidden yes
Connecting to a guest network
Guest networks usually have a separate SSID (For example, MyWiFi_Guest) and restrictions:
- 🚫 No access to local devices (printers, NAS).
- ⏳ Time limit (e.g. 2 hour session).
- 📥 Speed limit (often up to
10 Mbps).
To connect:
- Find the guest network in the list of available ones (usually with a postfix
_Guest). - Enter your password (it may differ from the main one).
- Accept the terms of use (if required) through your browser.
⚠️ Note: Some routers (eg. MikroTik) require authorization through MAC address For guest access. If the internet still doesn't work after connecting, check with your network administrator to see if your device needs to be registered.
8. Diagnosing hardware problems
If the laptop doesn't see not a single one network, the problem may be hardware. Here's how to identify it:
- 🔍 Checking the adapter:
- IN Windows: open
device Managerand find the sectionNetwork adaptersIf there is no device with words thereWireless,Wi-Fior802.11, the adapter is disconnected or broken. - IN Linux: run the command
iwconfig. If the output is empty or contains onlylo(loopback), adapter not detected.
- IN Windows: open
If the adapter is detected, but there is no network connection:
- 📡 Check if it's burnt out. To do this, connect USB Wi-Fi adapter (For example, TP-Link TL-WN725N). If it works, the built-in adapter is faulty.
- 🔄 Try resetting the BIOS/UEFI settings. Sometimes the parameters
Wireless LANorPCIe Power SavingWi-Fi is disabled at the hardware logic level.
How to check if a Wi-Fi adapter is working at a physical level?
IN Windows open Command line and run:
netsh wlan show drivers
Look for the lines:
- Radio type: 802.11n/ac/ax (if they are not there, the adapter does not support Wi-Fi).
- Hosted Network Support: Yes (If No, the adapter cannot work as an access point).
IN Linux use:
dmesg | grep -i firmware
If there are errors in the output like firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-46.ucode, which means there is no firmware for the adapter.
FAQ: Answers to Frequently Asked Questions
❓ Why doesn't my laptop connect to Wi-Fi after sleep/hibernation?
This is a common problem related to energy saving. Windows Disable the "Allow the computer to turn off the device to save power" option in the adapter properties (see section 6). macOS reset NVRAM (instructions above). Linux add the adapter to the exceptions pm-utils:
sudo nano /etc/pm/config.d/wireless
Add the line:
SUSPEND_MODULES="iwlwifi"
(replace iwlwifi to the name of your module found through lsmod | grep wifi).
❓ Is it possible to connect to Wi-Fi without a password?
Technically yes, but only if:
- Net open (without password).
- You know
WPS-PINrouter (a vulnerable method disabled on most modern devices). - Do you use specialized software like Aircrack-ng (illegal in most countries!).
⚠️ Connecting to someone else's secure network without permission is a violation of the law (Article 272 of the Criminal Code of the Russian Federation - "Unauthorized access to computer information").
❓ How do I connect to Wi-Fi if I forgot my password?
There are several legal ways:
- View on the router: The default password is indicated on the sticker (e.g.
admin1234For TP-Link). - Restore from settings:
- IN Windows: open
Settings → Network & Internet → Wi-Fi → Manage known networks, select the network and pressProperties → Show Symbolsbelow the password field. - IN macOS: open
Bunch of keys(throughSpotlight), find the network name and double-click on it.
- IN Windows: open
Reset for 10 seconds to restore factory settings (the password will be reset to the default).❓ Why does my laptop see the network but not connect?
There could be many reasons:
- Incorrect password (check the register!).
- MAC filtering on the router (add your laptop's address to the white list).
- IP conflict: manually assign a different IP in the adapter settings (e.g.
192.168.1.100). - Incompatibility of standards: if the router is operating in mode
802.11ax (Wi-Fi 6), and the adapter only supports802.11n, try changing the router mode to802.11n/ac. - Problems with DHCP: In your router settings, check if the DHCP server is enabled.
For diagnostics in Windows execute:
ping 192.168.1.1
ipconfig /all
If ping