Have you just bought a new laptop or moved into an apartment with a router, but your internet connection stubbornly refuses to work? The situation is familiar to many: the Wi-Fi indicator is blinking, networks are visible, but you can't connect—or the connection keeps dropping. In this article, we'll look into it. All possible ways to connect a laptop to Wi-Fi, from basic to advanced, and we'll also tell you how to diagnose and fix common problems.
It is important to understand that the connection process may differ depending on operating system (Windows, macOS, Linux), models Wi-Fi adapter and even driver versions. We'll cover universal methods that work on 90% of devices, as well as provide recommendations for specific cases—for example, if your laptop doesn't detect the 5 GHz network or requires manual configuration. IP addresses.
If you have already tried to connect but encountered errors like "Failed to connect to the network" or "Limited access", don't rush to blame your provider—in 80% of cases, the problem can be solved by adjusting your settings. Let's start with the simplest and gradually move on to more complex solutions.
1. Basic Wi-Fi connection on Windows
On most laptops with Windows 10/11 Connecting to Wi-Fi takes less than a minute if everything is configured correctly. Here's the standard procedure:
- Activate your Wi-Fi adapter. Press the key combination
Fn + F2(or another, depending on the model - for example,Fn + F12on Lenovo). The wireless network icon should light up on the key. - Click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock).
- In the list of available networks, select yours and click "Connect».
- Enter the password (if the network is secured) and confirm.
If the Internet still doesn't work after these steps, check:
- 🔌 Is the router connected to power? and are the indicators on it lit (especially
Wi-FiAndInternet). - 📶 Is the laptop in the coverage area?For example, if you're in the kitchen and your router is in another room, the signal may be too weak.
- 🔒 Is the password entered correctly?Please pay attention to the letter case and symbols - password
Qwerty123not the same asqwerty123.
If the network is not in the list, this could mean:
- 🚫 The Wi-Fi adapter is disabled in the system (more on this below).
- 📡 The router does not broadcast the SSID (hidden network).
- 🔄 Wi-Fi is disabled on the router (check the button
WPS/Wi-Fion the body).
2. Connecting on macOS: Features and Nuances
Laptops Apple Connecting to Wi-Fi is usually even easier than connecting to Windows devices, but there are some pitfalls. The algorithm is as follows:
- Click on the icon Wi-Fi in the top panel (on the right).
- Select the desired network from the list.
- Enter your password (if required) and click "Connect».
If the network is not showing up or the connection is dropping, follow these steps:
- 🔄 Restart the Wi-Fi module: Turn Wi-Fi off and on again in Control Panel.
- 📱 Forget the network (if you have connected before): go to "
System Preferences → Wi-Fi", select the network, click "Additionally" and remove it from the list. - 🛠️ Reset network settings: V "
System settings" go to "Net", selectWi-Fi, click "−" (minus), then "+" and add it again.
Important for macOS: if your MacBook If you don't see the 5 GHz network, check if your model supports it. For example, older models MacBook Air (before 2013) only work with 2.4 GHz. Also, on some routers (for example, TP-Link Archer) compatibility mode may be disabled Apple-devices - it must be enabled in the router settings.
3. Linux: Connecting via Terminal and GUI
On Linux (Ubuntu, Mint, Fedora, etc.) Wi-Fi connection can be done either through the graphical interface or through terminalLet's consider both options.
Method 1: Graphical interface (for beginners)
In most distributions (for example, Ubuntu 22.04+) The Wi-Fi icon is in the upper right corner. Click it, select a network, and enter the password. If you don't see the icon:
- 🖥️ Check if it is installed Network Manager (usually it is there by default).
- 🔌 Make sure that the Wi-Fi adapter is not disabled in BIOS/UEFI.
Method 2: Terminal (for advanced users)
If the GUI does not work, connect using commands:
# View available networkssudo iwlist wlan0 scan | grep ESSID
Connect to the network (replace NAME and PASSWORD)
sudo nmcli dev wifi connect "NAME" password "PASSWORD"
If the team nmcli doesn't work, install Network Manager:
sudo apt install network-manager
A common problem on Linux: Lack of drivers for the Wi-Fi adapter. For example, on laptops with chips Broadcom or Realtek Manual driver installation may be required. Check the adapter model using the command:
lspci | grep -i network
How to install Broadcom driver on Ubuntu?
For Broadcom chips (eg BCM4313) run:
sudo apt install firmware-b43-installer
After installation, restart your laptop. If that doesn't help, check the chip model and download the driver from the manufacturer's website.
4. Laptop doesn't detect Wi-Fi: diagnostics and solutions
If your laptop does not detect any networks, the problem may be hardware, drivers or system settingsLet's take it in order.
Checking the Wi-Fi adapter
- 🔧 Physical button: on some models (eg, ASUS ROG or Acer Predator) there is a separate Wi-Fi switch on the body.
- ⚙️ BIOS/UEFI: go to settings (usually by
F2orDelwhen loading) and check if it is enabledWireless LAN. - 🖥️ device Manager (Windows): Click
Win + X, select "device Manager", find "Network adapters" and check if there is an exclamation mark next to the Wi-Fi adapter.
Updating or reinstalling drivers
Outdated drivers are one of the most common causes of Wi-Fi problems. Here's how to update them:
- Open "
device Manager" (as indicated above). - Find your Wi-Fi adapter (e.g. Intel AX200 or Qualcomm Atheros).
- Right click and select "
Update driver». - If automatic updating doesn't help, download the driver from the laptop or chip manufacturer's website.
Critical information: on laptops with adapters Intel Wi-Fi 6 (AX200, AX201) Rolling back the driver to version 22.110.0 often helps - newer versions may conflict with some routers.
Reset network settings
If the drivers are OK but Wi-Fi still doesn't work, try resetting your network settings:
- 🪟 Windows: open
Settings → Network & Internet → Network reset. - 🍎 macOS: delete the file
/Library/Preferences/SystemConfiguration/NetworkInterfaces.plistand reboot. - 🐧 Linux: do it
sudo systemctl restart NetworkManager.
Check the physical Wi-Fi switch on the case
Make sure Wi-Fi is enabled in BIOS/UEFI
Update the adapter driver in Device Manager.
Reset network settings on the system
Try connecting to a different network (for example, from a phone)
-->
5. The laptop connects, but the Internet doesn't work.
Situation: You have successfully connected to Wi-Fi, but the pages do not open, and next to the network icon there is an exclamation mark or the inscription “Limited access"The reasons may be different:
| Cause | How to check | Solution |
|---|---|---|
| Invalid IP address | Open cmd and enter ipconfigCheck if there is an address in the line IPv4. |
Set IP manually or enable DHCP on the router. |
| Problems with the provider | Try connecting another device (phone, tablet) to the same network. | Reboot your router or call your ISP's support team. |
| Blocked by antivirus/firewall | Temporarily disable your antivirus and check your connection. | Add the network to the firewall exceptions. |
| Incorrect DNS | Enter in cmd: ping 8.8.8.8If there's a ping, but websites don't open, the problem is with your DNS. |
Install DNS from Google (8.8.8.8, 8.8.4.4) or Cloudflare (1.1.1.1). |
If the problem is DNS, change them like this:
- Open "
Network settings → Configure adapter settings». - Right click on your connection → «
Properties». - Select "
Internet Protocol version 4 (TCP/IPv4)" and press "Properties». - Check the box "
Use the following DNS addresses» and enter8.8.8.8And8.8.4.4.
6. Boost your laptop's Wi-Fi signal
A weak signal is a common problem, especially in large apartments or offices. If your laptop can connect to the internet, but the speed is slow or the connection is constantly dropping, try these methods:
- 📡 Move the routerPlace it in the center of the room, or raise it up (on a cabinet or wall). Avoid placing it near microwaves, cordless phones, and other sources of interference.
- 🔄 Change Wi-Fi channel: go to the router settings (usually at the address
192.168.0.1or192.168.1.1) and select the channel with the least interference (for example, 1, 6 or 11 for 2.4 GHz). - 🛡️ Update your router firmware: Outdated software can limit speed and stability.
- 📶 Use a repeater or Mesh system, if the coverage area is large.
- 🖧 Connect an external antenna (if the laptop has a connector for it). For example, adapters TP-Link TL-WN722N support removable antennas.
To check the signal strength on Windows, open cmd and enter:
netsh wlan show interfaces
Please note the line "Signal level"If it is below 50%, the signal is weak.
7. Advanced settings: manual network configuration
If automatic connection doesn't work, you can configure the network manually. This is especially useful for corporate networks or routers with non-standard parameters.
Setting up a static IP
Sometimes DHCP is disabled on the router, and devices need to be assigned IP addresses manually. Here's how to do it:
- Find out your network settings: go to your router settings and find the section
LANorDHCP. RememberRouter IP address(For example,192.168.1.1),Subnet mask(255.255.255.0) AndDNS. - On your laptop, open the connection properties (as in section 5) and enter these details manually, selecting a free IP (for example,
192.168.1.100).
Connecting to a hidden network (without broadcasting SSID)
If the router does not broadcast the network name, connect like this:
- 🖥️ Windows: in the list of networks, click "
Hidden network", enter the name (SSID) and password. - 🍎 macOS: In the Wi-Fi settings, tap "
Other networks", select "Other» and enter the data. - 🐧 Linux: use the command
nmcli dev wifi connect "SSID" password "PASSWORD" hidden yes.
Setting network priority
If your laptop automatically connects to a weak network (like your neighbor's) instead of yours, change the priority:
- Open the list of networks in Wi-Fi settings.
- Find your network, click on it and select "
Move up» (Windows) or «Priority» (macOS).
How do I find out which networks are saved on my laptop?
On Windows, run in cmd:
netsh wlan show profiles
This will show all saved networks and their settings (including passwords if you enter netsh wlan show profile "NAME" key=clear).
8. Hardware solutions: USB adapters and Wi-Fi module replacement
If the built-in Wi-Fi adapter is weak or broken, external devices can be used. Let's consider the following options:
- 🔌 USB Wi-Fi adapter: Connects to a USB port and functions as an external antenna. Popular models:
- TP-Link TL-WN823N (budget, supports 2.4 GHz).
- ASUS USB-AC68 (dual-band, with external antenna).
- Netgear A6210 (Wi-Fi 5, high speed).
- 🔧 Replacing the built-in module: If the adapter is broken, it can be replaced. For example, in laptops Lenovo ThinkPad or Dell Latitude modules Intel AX200 or Qualcomm QCA61x4 interchangeable.
- 📡 M.2 Wi-Fi cards: some laptops (eg. MSI GS66) support replacing the Wi-Fi module with a more powerful one (for example, Intel AX210 with Wi-Fi 6E support).
How to choose a USB adapter:
- 📶 For normal use (social networks, video) an adapter of
300 Mbps(standard802.11n). - 🎮 For gaming or 4K streaming, get an adapter with
802.11ac(from867 Mbps) orWi-Fi 6. - 🔄 Pay attention to support
5 GHz- this range is less crowded and faster.
⚠️ Attention: Before replacing the built-in Wi-Fi module, check compatibility with your laptop model. Some manufacturers (e.g., HP) block non-original modules at the BIOS level.
FAQ: Frequently asked questions about connecting a laptop to Wi-Fi
My laptop connects to Wi-Fi, but the speed is very slow. What's wrong?
There may be several reasons:
- 📡 The router is overloaded (many devices are connected).
- 🔄 The 2.4 GHz channel is busy (switch to 5 GHz).
- 🖥️ The adapter driver is outdated or not working correctly.
- 📶 The laptop is far from the router (check the signal strength).
For diagnostics, open cmd and enter ping ya.ruIf the ping is high (more than 50 ms), the problem is with your ISP or router.
How to connect to Wi-Fi without a password (if you forgot it)?
If you forgot your network password but have previously connected to it on this laptop:
- 🖥️ Windows: open
cmdand enter:netsh wlan show profile name="NETWORK_NAME" key=clearThe password will be in the line "
Key content». - 🍎 macOS: open "
Bunch of keys", find the network name and look at the password.
If you have never connected, reset your router settings (using the button) Reset on the body) and configure it again.
My laptop can't detect the 5 GHz network. What should I do?
Possible reasons:
- 🖥️ Your Wi-Fi adapter does not support 5 GHz (check the model in "
Device Manager»). - ⚙️ The 5 GHz band is disabled on the router (go to settings and enable it).
- 📋 In some countries (for example, in Russia until 2026), some 5 GHz channels have been banned. Update your router firmware.
To check for 5 GHz support on Windows, enter cmd:
netsh wlan show drivers
Look for the line "Supported radio types"If there is only 802.11b/g/n, then 5 GHz is not supported.
Is it possible to connect a laptop to Wi-Fi without a router (for example, from a phone)?
Yes, there are several ways:
- 📱 Modem mode: turn on " on your phone
Access point» (Android) or «Modem mode» (iPhone) and connect to the created network. - 🔗 USB connection: connect your phone to your laptop via USB and turn on "
USB modem» in the phone settings. - 📡 Ad-hoc network (Windows): Create a computer-to-computer connection using "
Control Panel → Network and Sharing Center».
The speed will depend on your mobile Internet tariff.
Wi-Fi stopped working after a Windows update. How can I fix it?
Windows updates often disrupt drivers. Try:
- Roll back the driver: in "
Device Manager» click on the adapter → «Properties» → «Roll back». - Install the driver manually from the laptop manufacturer's website (not from Windows Update!).
- If the adapter is displayed with an error, try removing it from the system and rebooting - Windows should reinstall the driver.
For laptops Lenovo And HP Installing the driver from the official website often helps, even if Windows says "you already have the best version installed."