If your computer is still tethered to wires and your router is across the room, it's time to break free from cables. Connecting your PC to Wi-Fi opens up a ton of possibilities: from freeing your laptop to moving around the house to eliminating the clutter of cables behind your desktop system unit. But what if your device doesn't have built-in Wi-Fi? Wi-Fi module, or Windows stubbornly refuses to detect the network? We'll cover all the methods, from the basic to the advanced.
In this article you will find not only basic instructions for Windows 10/11 And Linux, but also solutions for "non-standard" situations: when the adapter is not detected, the speed drops, or the network constantly disconnects. And also— A unique checklist for diagnosing Wi-Fi issues on your PC., which will save hours searching for the cause of problems. Let's start with the simplest.
1. Check if your computer has a Wi-Fi adapter
Before attempting to connect to the network, make sure your PC is capable of receiving Wi-Fi at all. laptops the module is usually built-in, but desktop computers often do without it - here you will need an external device.
To check if the adapter is available Windows:
- Click
Win + R, enterdevmgmt.mscand pressEnter. - IN Device Manager expand the tab
Network adapters. - Look for lines mentioning
Wireless,Wi-Fi,802.11or chip names (Intel Wireless-AC, Qualcomm Atheros, Realtek RTL8xxx).
What if the adapter is not on the list?
This means that either the module is disabled in the BIOS or it is physically missing from the device. For laptops, check the key. Fn + F2/F12 (Depending on the model) – it can turn Wi-Fi on and off. If you don't have an adapter at all, see the section on external devices below.
IN Linux Run the following command in the terminal:
lspci | grep -i network
Or for USB adapters:
lsusb
If there is a mention in the output Wireless or Wi-Fi — An adapter is included. If not, you'll have to buy one separately.
⚠️ Attention: On some motherboards (especially budget ones) M.2 slot for Wi-Fi It may be empty, even if the case has antennas. Check the specifications for your model on the manufacturer's website.
2. External Wi-Fi adapters: which one to choose and how to connect
If there's no built-in module, you'll need an external device. There are three types:
- 🔌 USB adapters — the simplest and most universal. Suitable for any PC, including older system units. Speed depends on the standard:
Wi-Fi 4 (802.11n)up to 300 Mbit/s,Wi-Fi 5 (802.11ac)up to 1 Gbit/s,Wi-Fi 6 (802.11ax)- higher. - 🖥️ PCIe cards — are inserted into a slot on the motherboard. They provide better speed and stability, but require disassembling the system unit.
- 📡 M.2 modules — miniature boards for laptops or motherboards with a corresponding slot. Often included with antennas.
For most users, the best choice is USB adapter standard Wi-Fi 5 (For example, TP-Link Archer T4U or ASUS USB-AC56). It supports frequencies 2.4 GHz And 5 GHz, compatible with Windows/Linux/macOS and costs from 1,000 rubles.
How to connect a USB adapter:
Install the drivers from the disk or download them from the manufacturer's website.
Insert the adapter into a USB port (preferably 3.0 for high speed)
Wait for the system to detect the device
Restart your computer if the adapter does not work immediately-->
⚠️ Attention: Cheap chip adapters Realtek RTL8188 often "glitch" in Windows 11 — may lose connection or not see networks 5 GHzBefore purchasing, check reviews for compatibility with your OS.
3. Setting up a Wi-Fi connection in Windows 10 and 11
If the adapter is detected by the system, all that remains is to connect to the network. Windows This can be done in a few clicks:
Method 1: Via the taskbar
- Click on the icon
Net(📶) in the lower right corner. - Select your network from the list and click
Connect. - Enter your password and confirm.
Method 2: Via “Settings” (if there is no network icon)
- Open
Start → Settings → Network & Internet → Wi-Fi. - Turn on the slider
Wi-Fi. - Click
Show available networksand choose yours.
If the network is not displayed:
- 🔄 Reboot your router (pull the plug for 30 seconds).
- 🛠️ Update your adapter driver via
device Manager(right click on the adapter →Update driver). - 📡 Check that your router isn't hiding its SSID (network name). To do this, connect to it from your phone and go to the settings at
192.168.0.1or192.168.1.1.
4. Connecting to Wi-Fi in Linux (Ubuntu, Mint, Debian)
Most Linux distributions implement Wi-Fi connectivity through a graphical interface or a terminal. Let's look at both options.
Method 1: Via the graphical interface (for beginners)
- Click on the network icon in the upper right corner (📶).
- Select your network from the list.
- Enter your password and click
Connect.
Method 2: Via the terminal (for advanced users)
If the GUI doesn't work, use nmcli:
sudo nmcli dev wifi list # Show available networks
sudo nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"
If nmcli not installed, use wpa_supplicant:
sudo wpa_passphrase "NETWORK_NAME" "PASSWORD" | sudo tee /etc/wpa_supplicant.confsudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
sudo dhclient wlan0
Common problems in Linux:
- 🐧 The adapter driver is not installed. For Realtek And Broadcom Proprietary drivers are often required. Install them through
Additional drivers(Ubuntu) ordkms. - 🔒 Network requires
802.1Xauthentication (often in offices). Set it up vianm-connection-editor. - 📡 The adapter doesn't see the network
5 GHz. Check if it supports this range (commandiw list | grep "5 GHz").
5. Troubleshooting: Why Your Computer Won't Connect to Wi-Fi
If everything is configured correctly, but the Internet still doesn't work, use our diagnostic table:
| Symptom | Possible cause | Solution |
|---|---|---|
| The network is visible but does not connect. | Incorrect password or security type | Check your password. Set it in your router settings. WPA2-PSK (Not WPA3, if the adapter is old). |
| There is a connection, but no internet | Incorrect IP/DNS settings | IN Connection properties Set up automatic IP and DNS acquisition. Or enter Google's DNS: 8.8.8.8 And 8.8.4.4. |
| The network appears and disappears | Interference or weak signal | Change the channel in the router settings (select 2.4 GHz, channel 1, 6 or 11). Or use 5 GHz for less interference. |
| The adapter is not detected after a Windows update. | Driver conflict | Roll back the driver Device Manager or install the version from the adapter manufacturer's website. |
If the problem is not resolved:
Check if Wi-Fi works on other devices (phone, tablet)
Restart your router and computer
Update your router's firmware via the web interface
Disable your VPN or antivirus (they may be blocking the connection)
Try connecting to a different network (for example, from your phone in hotspot mode)-->
⚠️ Attention: If your computer connects to Wi-Fi, but the speed is below 10 Mbps, check your settings QoS in the router. Some models (for example, TP-Link Archer C6) by default limit traffic for new devices.
6. Optimizing Your Wi-Fi Connection: How to Speed Up Internet on Your PC
Even if your connection is working, your speed may still be way below its maximum. Here's how to improve it:
On the computer side:
- 📶 Use range
5 GHz(if the adapter supports it). It's less congested and provides higher speeds over short distances. - 🔧 In
Device Managerdisable the functionEnergy savingfor Wi-Fi adapter (tabPower management). - 🚀 Update your adapter driver to the latest version. To Intel And Qualcomm New drivers can increase speed by 20-30%.
On the router side:
- 📡 Change the channel to a less busy one (use apps like Wi-Fi Analyzer for ether analysis).
- 🔄 Turn on
WMM (Wi-Fi Multimedia)AndBeamformingin the router settings - this improves stability. - 🛡️ Turn it off
WPS- This function is not only unsafe, but can also reduce speed.
For advanced users:
If you have Windows 10/11, try disabling automatic channel width management. To do this:
- Open
Command lineon behalf of the administrator. - Perform:
netsh interface set interface "Wi-Fi" disable=netsh - Then set a fixed channel width (eg.
40 MHz) throughDevice Manager → Adapter Properties → Advanced.
7. Alternative methods: if Wi-Fi is not an option
There are situations when connecting via Wi-Fi is impossible or impractical. Let's consider alternatives:
1. Powerline adapters (Internet via electrical wiring)
If your router is far away and you don't want to run cables, use adapters. Powerline (For example, TP-Link AV600). They transmit an internet signal over electrical wires at speeds of up to 600 Mbps. Simply plug one adapter into your router and the other into your computer, and connect them with a short network cable.
2. USB modem (mobile Internet)
If you don't have landline internet but have coverage 4G/5G, you can use a USB modem from your operator (for example, MegaFon M150-2). The speed will depend on the operator's network, but it will be sufficient for most tasks.
3. Wi-Fi Bridge (WDS)
If you have a second router, you can configure it in mode bridge (WDS) or repeaterThis will allow you to extend the network to your computer wirelessly. Configuration is done through the router's web interface (usually in the Wireless → WDS).
⚠️ Caution: When using Powerline adapters Both devices must be connected to the same power grid (the same phase). If the house has multiple meters or phases, the adapters may not work.
FAQ: Frequently asked questions about connecting a PC to Wi-Fi
My computer can't see the 5 GHz network. What should I do?
This means that your Wi-Fi adapter does not support the range. 5 GHzCheck the device specifications. If the adapter supports it, but the network is not visible:
- Update your driver.
- Set the channel width in the router settings
20/40 MHz(Not80 MHz, if the adapter is old). - Try changing the country in your router settings (for example, to
USA, if you have Europe).
How to connect a PC to Wi-Fi without an adapter?
It's impossible to connect to Wi-Fi without an adapter. Alternatives:
- Buy an external USB adapter (from 500 rubles).
- Use your smartphone in mode
USB modem(but this is mobile internet, not Wi-Fi). - Lay a network cable or use Powerline adapters.
Why is Wi-Fi on my PC slower than on my phone?
There are several reasons:
- The adapter in the PC is older and supports lower standards (eg.
Wi-Fi 4instead ofWi-Fi 6on the phone). - The adapter driver is outdated or not working correctly.
- The computer is further from the router, and the signal is weaker.
- The function is enabled in Windows settings
Limit background downloads(turn it off inSettings → Network & Internet → Data).
To diagnose the issue, run a speed test on both devices while standing next to the router. If the difference persists, the problem is with the adapter or driver.
Is it possible to connect an old PC (2010) to a modern Wi-Fi?
Yes, but with some reservations:
- If there is a slot on the motherboard
PCIorPCIe, you can install an internal adapter (for example, TP-Link TL-WN881ND). - For USB 2.0 A standard adapter will do
Wi-Fi 4(up to 150 Mbps), but don't expect high speed. - On Windows XP modern drivers may not work - look for adapters that support this OS (for example, on a chip) Ralink RT5370).
Also check if your router supports older security standards (WPA instead of WPA2/WPA3).
How to protect your PC's Wi-Fi from hacking?
Basic safety precautions:
- Use
WPA2-PSKorWPA3(NotWEPor open network). - Set a complex password (at least 12 characters with numbers and special characters).
- Turn it off
WPSin the router settings. - Enable filtering by
MAC addresses(but this is not a panacea - MAC is easy to counterfeit). - Update your router firmware regularly.
For additional protection on your PC:
- Turn it off
File and Printer Sharingin the network settings. - Use a firewall (
Windows Defenderor third party).