Wirelessly connect your laptop to the Internet via Wi-Fi It seems like a simple task until you run into problems. Either the adapter does not see the network, or the password does not match, or the drivers are outdated. In this article we will analyze all possible scenarios: from basic setup to solving non-obvious errors. It doesn't matter if you use Windows 10/11, macOS or even Linux — the instructions are universal.
We will pay special attention to cases when the laptop does not have a built-in Wi-Fi module (relevant for old or office models). An external adapter will help here - we’ll tell you which one to choose and how to configure it. We will also look at what to do if the router does not distribute the Internet, and the Wi-Fi indicator on the laptop is on, but there is no connection.
For convenience, we have structured the material by difficulty level: from simple to advanced. If you are a beginner, start from the first sections. Advanced users can go straight to the pro block problem solving or FAQ.
1. Check hardware support for Wi-Fi
Before setting up the connection, make sure that your laptop physically capable catch Wi-Fi. In 90% of modern models (Lenovo ThinkPad, HP Pavilion, Dell XPS etc.) the Wi-Fi module is built-in, but there are exceptions:
- 🖥️ Office laptops (For example, Dell Latitude or HP EliteBook) sometimes come without Wi-Fi for security.
- 💻 Budget models (like Acer Aspire 1) may have a module, but with the antenna disconnected.
- 🔧 Homemade assemblies or laptops after repair (the module might not be connected back).
How to check:
- Click
Win + X→ selectDevice Manager. - Expand the tab
Network adapters. - Look for devices with words
Wireless,Wi-Fi,802.11(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
- Modern (2018 and newer)
- Old (until 2018)
- Office/corporate
- Gaming
- I don't know
If the list only Ethernet adapter (for cable) - your laptop does not support Wi-Fi out of the box. Solution: buy external USB adapter (we'll talk about them in the next section).
⚠️ Attention: On some laptops (eg Lenovo Yoga) The Wi-Fi module can be disabled by a hardware button or combinationFn + F2/F12. Check your keyboard for the antenna icon!
2. External Wi-Fi adapter: when and how to use
If your laptop does not have built-in Wi-Fi, USB adapter - the simplest solution. It is suitable for:
- 🖥️ Old laptops (before 2010), where the module is obsolete.
- 🔌 PCs or laptops with a broken built-in adapter.
- 🎮 Gaming builds where a more powerful signal is needed (for example, for 5 GHz).
How to choose an adapter:
| Characteristics | Recommendation | Model example |
|---|---|---|
| Wi-Fi standard | Not lower 802.11ac (for speeds up to 1 Gbit/s) |
TP-Link Archer T3U |
| Frequencies | Dual band (2.4 GHz + 5 GHz) |
ASUS USB-AC56 |
| Antenna | External (for better signal in large rooms) | D-Link DWA-192 |
| OS support | Universal (Windows/macOS/Linux) | Edimax EW-7822ULC |
Connection instructions:
Insert the adapter into the USB port (preferably 3.0)|Install drivers from the official website|Restart the laptop|Connect to Wi-Fi through the taskbar
-->
If the adapter is not detected:
- Check to see if the light on the device is on.
- Open
Device Manager→ find the adapter in the sectionOther devices(if there is a yellow icon, update the driver). - For Linux manual installation of firmware may be required (for example, for chips Realtek RTL88x2bu).
If the adapter gets hot or turns off, try using a USB extension cable - this will reduce the load on the port and improve the signal.
3. Setting up Wi-Fi on Windows 10/11
In most cases, connecting to Wi-Fi on Windows comes down to a few clicks, but sometimes additional steps are required. Let's consider both scenarios.
Basic method (via the taskbar):
- Click on the icon
Wi-Fiin the lower right corner (next to the clock). - Turn on Wi-Fi if it is disabled (slider up).
- Select your network from the list and enter the password.
If the network is not in the list:
- 🔄 Reboot your router (turn off power for 30 seconds).
- 📡 Check if Wi-Fi distribution is enabled in the router settings (go to
192.168.1.1or192.168.0.1). - 🔍 Update your Wi-Fi adapter driver via
Device Manager(right click →Update driver).
For Windows 11 there is a nuance: if the laptop previously connected to this network, but now does not see it, try:
1. Зайдите вПараметры → Сеть и Интернет → Wi-Fi.2. Нажмите
Управление известными сетями.3. Найдите свою сеть и выберите
Забыть.
4. Подключитесь заново.
⚠️ Attention: If after connecting the Internet does not work, but the Wi-Fi icon is active, check the settingsDNS. Sometimes manual installation helps8.8.8.8(Google) or1.1.1.1(Cloudflare) in the connection properties.
4. Connect to Wi-Fi on macOS
On MacBook or iMac The process is even simpler, but there are pitfalls. For example, after updating the system, Wi-Fi may suddenly stop working.
Standard connection:
- Click on the icon
Wi-Fiin the top panel (right). - Select the network and enter the password.
- If the checkbox
Remember networkactive—macOS will connect automatically.
If Wi-Fi does not turn on:
- 🔄 Restart your Mac (sometimes it helps even with hardware failures).
- 📱 Reset
NVRAM: Turn off your Mac, then turn on while holding downOption + Command + P + R(hold for 20 seconds). - 🛠️ Create a new one
Network locationinSystem Settings → Network.
For macOS Ventura and newer:
1. ОткройтеСистемные настройки → Сеть.2. Выберите
Wi-Fiв левом меню.3. Нажмите
Дополнительно→ удалите свою сеть из спискаИзбранные сети.
4. Подключитесь заново.
What to do if macOS asks for a password, but it is correct?
This is a known bug in macOS Monterey and newer. Solution:
1. Forget the network (as described above).
2. Reboot your router.
3. Connect via Other... in the Wi-Fi menu and enter the password manually (sometimes copying from the clipboard helps).
5. Connect to Wi-Fi on Linux (Ubuntu, Mint, Fedora)
B Linux Wi-Fi settings depend on the distribution and desktop environment (GNOME, KDE, XFCE). Let's consider a universal method through the terminal and graphical interface.
Method 1: Via Network Manager (GUI)
- Click on the network icon in the taskbar (usually in the upper right corner).
- Select your network and enter your password.
- If there is no icon, run it
nm-appletin the terminal.
Method 2: Via Terminal (if GUI doesn't work)
# Посмотреть доступные сетиsudo iwlist wlan0 scan | grep ESSID
# Подключиться к сети (замените NAME и PASSWORD)
sudo nmcli dev wifi connect "NAME" password "PASSWORD"
If the command gives an error Device not managed, do:
sudo rfkill unblock wifi
sudo systemctl restart NetworkManager
For distributions without Network Manager (for example, Arch Linux):
- 📦 Install
wpa_supplicantAnddhcpcd. - 🔧 Customize
/etc/wpa_supplicant/wpa_supplicant.conf:
network={ssid="NAME"
psk="PASSWORD"
}
Then run:
sudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
sudo dhcpcd wlan0
⚠️ Attention: On some laptops (for example, with chips Broadcom) may require installation of proprietary drivers. B Ubuntu this is done through Additional drivers in the settings.
6. Solving connection problems
If the laptop does not connect to Wi-Fi, all settings are correct, the reasons may be different: from a router failure to an IP conflict. Let's look at the most common cases.
Problem 1: The laptop does not see the network, but other devices do
- 🔄 Reboot your router and laptop.
- 📡 Check if the network is hidden (the checkbox should be unchecked in the router settings
Hide SSID). - 🔍 Update the Wi-Fi adapter driver (download from the manufacturer’s website, not through Windows Update).
- 🛠️ Check if the adapter is included in
BIOS(sectionAdvanced → Wireless LAN).
Problem 2: There is a connection, but no Internet
| Symptom | Reason | Solution |
|---|---|---|
| Wi-Fi icon with exclamation mark | No IP address (DHCP does not work) | Set a static IP manually or restart the router |
Websites won't open, but ping 8.8.8.8 works |
DNS problem | Set Google DNS (8.8.8.8) in connection settings |
| Constant disconnections | Interference on the 2.4 GHz channel | Switch the router to the channel 5 GHz or change the channel manually |
Problem 3: "Unable to connect to the network" error
Often occurs due to:
- 🔐 Incorrect password (check case and symbols).
- 🔄 IP conflict (disconnect all devices from the router and connect again).
- 🛡️ MAC address blocking in the router (check in
192.168.1.1 → MAC Filter).
If the problem occurs on only one device, the laptop is to blame. If at all, the problem is with the router or provider.
7. Frequently asked questions (FAQ)
Is it possible to connect a laptop to Wi-Fi without an adapter if there is none?
No, it is required for wireless connection Wi-Fi adapter (built-in or external). Alternatives:
- Use USB modem (for example, from MTS or MegaFon).
- Connect via Ethernet (cable) and distribute Wi-Fi from the laptop to other devices.
- Use Powerline adapter (Internet transmission via electrical wiring).
Why does my laptop connect to Wi-Fi but the speed is very slow?
Causes and solutions:
- 📶 Weak signal: move closer to the router or use repeater.
- 🔌 Channel overload: in the router settings change the channel to
5 GHz(if supported). - 🖥️ Background programs: open
Task Managerand check if the network is loading Torrent, Steam or updates. - 🛠️ Restriction from the router: check
QoSin settings (192.168.1.1).
How to connect to a hidden Wi-Fi network?
Hidden networks do not broadcast their name (SSID), but you can connect to them manually:
On Windows:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Hidden network. - Enter the network name (
SSID) and password.
On macOS:
- Click on the Wi-Fi icon →
Join another network. - Enter
SSIDand password, select a security type (WPA2 Personal).
On Linux:
sudo nmcli dev wifi connect "SSID" password "PASSWORD" hidden yes
What to do if the laptop says "Limited connection"?
This means that the laptop is connected to the router, but does not access the Internet. Solutions:
- Reboot your router and laptop.
- Disable your antivirus/firewall (sometimes they block the network).
- Set a static IP:
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Select your network →
Properties → IP version 4 (TCP/IPv4). - Set the IP (for example,
192.168.1.100), mask (255.255.255.0), gateway (192.168.1.1) and DNS (8.8.8.8).
- Open
- Reset the TCP/IP stack:
netsh int ip resetnetsh winsock reset
Can I connect my laptop to Wi-Fi via my phone?
Yes, there are two ways:
- Modem mode (USB/Bluetooth/Wi-Fi):
- On Android:
Settings → Network and Internet → Access point and modem. - On iPhone:
Settings → Modem mode.
- On Android:
Connect your laptop to the created access point as if it were a regular Wi-Fi network.
Connect the phone to the laptop with a cable, turn on USB data transfer in the notification shade (Android) or Trust this computer (iPhone).
⚠️ Attention: With this connection, mobile Internet traffic is consumed. Some operators block modem mode without an additional option.