Connecting to a wireless network on a laptop seems like a simple task—until you encounter errors like “No connections available” or “Unable to connect to the network.” Even if you've never set up before Wi-Fi yourself, this instruction will help you understand all the nuances: from basic connection to solving complex problems with drivers or router settings.
We will consider not only standard methods of adding a network through the control panel, but also alternative options - for example, connecting via command line or manual setting SSID. Let us separately dwell on typical errors that occur on laptops of different brands (ASUS, Lenovo, HP, Dell), and we’ll explain how to fix them without calling a technician. If your laptop does not see the network or constantly loses connection, here you will find proven solutions.
1. Basic method: connecting via the taskbar
The fastest method to add Wi-Fi network on a laptop - use the network icon in the lower right corner of the screen (in the notification area). This method works on all versions Windows (from 7 to 11), as well as on macOS and most distributions Linux.
On Windows 10/11 the algorithm is like this:
- Click on the icon Wi-Fi (or networks) in the lower right corner of the screen. If there is no icon, click on the “^” arrow to expand the hidden icons.
- Select the desired network from the list that opens. If it is not there, click “Other networks” (on Windows 11 - “Hidden Network”).
- Enter your password (security key) and click Next. If the password is entered correctly, the laptop will connect automatically.
On macOS The process is even simpler: click on the Wi-Fi icon in the top panel, select the network and enter the password. The system will remember the settings and will connect automatically the next time you turn on the laptop.
⚠️ Attention: If you receive a "Unable to connect to the network" error after entering your password, check the case (the password is capital-sensitive) and for hidden characters (such as trailing spaces).
- ASUS
- Lenovo
- HP
- Dell
- Acer
- Apple MacBook
- Other
2. Add a hidden Wi-Fi network manually
Some routers are configured so that they do not broadcast the network name (SSID) on air. In this case, you won’t be able to connect using the standard method—you need to add the network manually. Here's how to do it on different OS:
On Windows 10/11:
- Open
Settings → Network and Internet → Wi-Fi. - Click "Manage known networks" → "Add new network".
- Enter the network name (
SSID), select the security type (usuallyWPA2-Personal) and enter your password. - Check the “Connect automatically” checkbox and save the settings.
On macOS:
- Open System Preferences → Network.
- Select Wi-Fi in the left menu and click "Advanced".
- In the "Favorite Networks" section, click "+", enter
SSID, password and security type. - Save the changes with the “OK” button.
If you don't know SSID or security type, look them on the router sticker (usually on the bottom panel) or in the router web interface at 192.168.0.1 or 192.168.1.1.
Check the SSID with the network administrator|Check the encryption type (WPA2/WPA3)|Make sure the router is turned on and distributing Wi-Fi|Reboot the laptop if the network is not displayed-->
3. Connect via the command line (for advanced users)
If the GUI doesn't work (for example, due to a system crash), you can add Wi-Fi network through command line (CMD). This method is also useful for automating connections on corporate laptops.
Open CMD as administrator and run the commands in order:
netsh wlan show interfaces
This command will show the current state of the adapter. If it is disabled, enable it:
netsh interface set interface "Беспроводная сеть" enable
Now add a new network (replace SSID And PASSWORD to your data):
netsh wlan add profile filename="C:\WiFi.xml" user=current
Create a file WiFi.xml with the following content (save in notepad):
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1"><name>ИМЯ_СЕТИ</name>
<SSIDConfig>
<SSID>
<name>ИМЯ_СЕТИ</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA2PSK</authentication>
<encryption>AES</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>ПАРОЛЬ</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>
After saving the file, run:
netsh wlan connect name="ИМЯ_СЕТИ"
⚠️ Attention: If the network does not connect after running the commands, check whether the service is enabledWLAN AutoConfig. To do this, enterservices.mscin the Run menu (Win + R) and find this service in the list. It should work in Auto mode.
If you frequently connect to the same hidden network, save the file WiFi.xml on your desktop and create a shortcut for the command netsh wlan add profile filename="PATH_TO_FILE" user=current. Now the connection will be in one click!
4. Problems with drivers: why the laptop does not see Wi-Fi
If the laptop does not detect wireless networks at all (even after rebooting), the problem is most likely Wi-Fi adapter driver. This is especially true after the update Windows or reinstalling the system. Here's how to diagnose and fix the problem:
Checking the adapter status:
- Click
Win + Xand select Device Manager. - Expand the Network Adapters section.
- Find a device with words
Wireless,Wi-Fior802.11in the title (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377). - If there is an exclamation mark next to the adapter, the driver is not working correctly.
Solutions:
- 🔄 Update driver: Right-click on the adapter → “Update driver” → “Automatic search”. If Windows does not find updates, download the driver from the laptop manufacturer’s website (section “Support”).
- 🗑️ Uninstall and reinstall the driver: Remove the device in Manager, then click Update Hardware Configuration (or restart your laptop). The system should install the driver automatically.
- 🔧 Driver rollback: If problems started after the update, click “Properties” → “Driver” → “Roll Back”.
Critical information: On laptops Lenovo And HP after updating to Windows 11 Drivers for adapters often crash Realtek. In this case, download the driver ONLY from the official website - universal versions from sites like DriverPack may make the problem worse.
| Laptop brand | Common Wi-Fi Problems | Solution |
|---|---|---|
| ASUS | Adapter Mediatek not detectable after sleep | Disable the adapter's power saving mode in Device Manager |
| Lenovo | Constant connection dropouts Realtek RTL8852AE | Update driver to version 2026.0.1.3 or higher |
| HP | Wi-Fi does not work after BIOS update | Reset BIOS to factory settings (key F10 when loading) |
| Dell | Adapter Killer Wireless conflicts with the firewall | Install Killer Control Center from the official website |
5. Setting up a router: what to do if the laptop does not connect
Sometimes the problem lies not in the laptop, but in the router settings. If other devices (smartphones, tablets) connect normally, but the laptop does not, check the following parameters:
- 📡 Router operating mode: Make sure the router is in mode
802.11n/ac/ax(and not just802.11b/g). Older standards may not be supported by modern adapters. - 🔒 Encryption type: If the router uses
WEPorTKIP, change it toWPA2-PSK (AES)orWPA3. These protocols are more reliable and compatible. - 📶 Wi-Fi channel: Automatic channel selection may cause interference. Set the channel to a fixed one (for example, 6 or 11 for 2.4 GHz).
- 🔄 DHCP: If the laptop does not receive an IP address, check if it is turned on
DHCP serverin the router settings.
To change router settings:
- Open your browser and enter your router address (usually
192.168.0.1or192.168.1.1). - Enter your username and password (by default, often
admin/adminor indicated on the sticker). - Go to section
Wireless Settings(or "Wireless Network") and make changes. - Save the settings and reboot the router.
How to reset a router to factory settings
If you have forgotten your router password or cannot log into the control panel, press and hold the button Reset (usually it is recessed into the body and requires a paper clip) for 10–15 seconds. All settings will be reset, including the Wi-Fi password. After the reset, the router will distribute the network with the default name (indicated on the sticker).
6. Alternative ways to connect to Wi-Fi
If the standard methods don't work, try these options:
Connection via WPS
Many routers support this technology WPS (Wi-Fi Protected Setup), which allows you to connect without entering a password. To do this:
- Click the button
WPSon the router (usually marked with a 🔄 icon). - On your laptop, select the one you need from the list of networks and click “Connect via WPS.”
- Wait 1-2 minutes - the connection will be established automatically.
⚠️ Attention: Function WPS is considered insecure because it is vulnerable to brute force attacks. Disable it in the router settings after connecting.
Using a USB adapter
If built-in Wi-Fi module broken or does not support modern standards (for example, Wi-Fi 6), you can buy an external adapter. Popular models:
- 🖥️ TP-Link Archer T3U Plus (supports
Wi-Fi 6, speed up to 1300 Mbit/s). - 🖥️ ASUS USB-AC56 (dual antenna for a stable signal).
- 🖥️ Edimax EW-7811Un (compact, suitable for laptops with USB 2.0).
After connecting the adapter, install the driver from the included disk or from the manufacturer's website.
Distributing Wi-Fi from a phone (modem mode)
If the router is temporarily unavailable, you can use your smartphone as an access point:
- 📱 On Android:
Settings → Network and Internet → Access point and modem. - 🍎 On iPhone:
Settings → Modem mode.
Then connect to the created network as usual Wi-Fi.
If the laptop does not see any network, first check the physical condition of the adapter: the Wi-Fi switch on the case may be disabled (relevant for older models HP And Dell) or the adapter is disabled in the BIOS.
FAQ: Frequently asked questions about connecting Wi-Fi on a laptop
The laptop connects to Wi-Fi, but the Internet does not work. What to do?
Check the following points:
- Make sure the internet light on your router is on (usually blue or green). If not, the problem is with the provider.
- On your laptop, open
Settings → Network and Internet → Statusand click Network Reset. - Try setting it manually
DNS: in the connection properties, specify8.8.8.8(Google) or1.1.1.1(Cloudflare).
How to find out the password for Wi-Fi to which the laptop is already connected?
On Windows:
- Open
Settings → Network and Internet → Wi-Fi → Manage known networks. - Select the desired network → Properties → Show Symbols under the Network Security Key field.
On macOS:
- Open Keychain Access (via
Spotlight). - Find the network name, double-click and check “Show password”.
Why is Wi-Fi slow on a laptop but fine on a phone?
Possible causes and solutions:
- 📶 Channel overload: Change the channel on the router from automatic to fixed (for example, 1–6 for 2.4 GHz).
- 🖥️ Speed limit by adapter: Check in Device Manager to see which standard your adapter supports (for example,
802.11nlimited to 300 Mbps). - 🔋 Power Saving Mode: In Control Panel → Power Options, select the High Performance plan.
Is it possible to connect to Wi-Fi without a password?
Technically yes, but this violates the law on unauthorized access (Article 272 of the Criminal Code of the Russian Federation). However, there are legal ways:
- Ask the owner of the network to provide access (for example, a cafe or hotel).
- Use guest networks that do not require a password (for example,
_Free_Wi-Fiin public places). - Connect via
WPS, if the router supports this function (see section 6).
How to turn on Wi-Fi on a laptop if there is no button or icon?
Possible solutions:
- Check hardware switch on the body (valid for models HP Pavilion or Dell Inspiron until 2018).
- Press the key combination to turn on Wi-Fi:
- ASUS:
Fn + F2 - Lenovo:
Fn + F5orFn + F7 - HP:
Fn + F12 - Acer:
Fn + F3
- ASUS:
BIOS, is the adapter turned on: when booting the laptop, press F2/Del, find the section Wireless or Onboard Devices.