Connecting your PC wirelessly to a router saves desk space, eliminates cable clutter, and allows you to move your device freely within the network's coverage area. However, many users encounter difficulties: the computer doesn't see the network, the connection constantly drops, or the speed is lower than expected. In this article, we'll cover every step—from checking hardware compatibility to fine-tuning network settings.
A unique feature of modern operating systems is that they automatically detect most network adapters and offer simplified connection options. However, in 20% of cases, manual configuration is required—for example, if the router uses non-standard channels. Wi-Fi 6E or lane splitting is enabled 2.4/5 GHz with different network names (SSIDs). We'll look at universal methods that work on Windows 10/11, Linux (Ubuntu/Debian) and macOS, and we will also pay attention to the specific problems of old PCs and laptops.
If you've never set up a network yourself before, don't worry. This guide is structured from simple to complex: first, basic steps for beginners, then advanced settings for optimizing speed and stability. At the end of the article, you'll find FAQ with answers to common errors and a table of adapter compatibility with modern standards Wi-Fi 6/6E.
1. Checking hardware compatibility
Before attempting to connect, please make sure your PC is physically capable Work with Wi-Fi. Desktop computers often don't come with a built-in wireless adapter—it needs to be purchased separately. Laptops usually have a built-in module, but it may be disabled in the BIOS or damaged.
How to check if the adapter is present:
- 🖥️ On Windows: open
device Manager(keysWin + X→ "Device Manager") and find the section Network adaptersLook for devices with names Wireless, Wi-Fi, 802.11 or models from Intel, Qualcomm Atheros, Realtek. - 🐧 On Linux: enter the command in the terminal
orlspci | grep -i network
for USB adapters.lsusb | grep -i network - 🍎 On macOS: open
About This Mac → System Report → Network. In the section "Wi-Fi" Information about the adapter should be displayed.
If your adapter isn't listed, you'll need to purchase one. The following are suitable for a desktop PC:
- 🔌 PCIe adapters (inserted into the motherboard) - for example, TP-Link Archer TX3000E (Wi-Fi 6) or ASUS PCE-AX58BT.
- 🔗 USB adapters — Tenda U6 Pro (support
Wi-Fi 6) or Edimax EW-7833UAC (compact, with antenna).
⚠️ Attention: Adapters with support Wi-Fi 6E (6 GHz) require a compatible router and an operating system no older than Windows 10 21H2 or Linux Kernel 5.10+On older systems, such equipment may not be detected.
2. Preparing the router for connection
Before connecting your PC, make sure your router is configured correctly. A common error is an enabled function. Hide SSID (hiding the network name), which prevents the computer from seeing available connections. Also check:
- 🔒 Security type: use
WPA3-Personal(recommended) orWPA2-PSK. OutdatedWEPis unsafe and may not be supported by modern operating systems. - 📶 Opening hours: if the router supports
Wi-Fi 6, enable it in the settings (usually the option is called802.11axorWi-Fi 6 Mode). - 🔄 Lane separation: If you have a dual-band router, check if splitting is enabled.
2.4 GHzAnd5 GHzinto separate networks. This will simplify the connection.
How to access router settings:
- Connect to the router via cable or another device (phone, tablet).
- Open your browser and enter your router's IP address into the address bar. This is usually
192.168.0.1,192.168.1.1or192.168.8.1(check the device sticker). - Enter your login and password (by default it is often
admin/adminoradmin/password). - Go to the section
Wi-Fi(orWireless) and check the settings mentioned above.
| Router parameter | Recommended value | Explanation |
|---|---|---|
| Wi-Fi standard | 802.11ax (Wi-Fi 6) or 802.11ac (Wi-Fi 5) |
Old standards (802.11n) limit the speed. |
| Channel width | 80 MHz (for 5 GHz) or 40 MHz (for 2.4 GHz) |
Larger width = higher speed, but may cause interference. |
| Opening hours | 11ax/ac/n/a (for 5 GHz) or 11n/g/b (for 2.4 GHz) |
Ensures compatibility with all devices. |
| WMM (QoS) | Included |
Improves traffic prioritization (important for videos and games). |
3. Connecting to Wi-Fi on Windows 10/11
In most cases, the connection occurs automatically, but sometimes manual configuration is required. Let's look at both options.
Method 1: Quick connection via the taskbar
- Click on the icon "Net" in the lower right corner of the screen (next to the clock).
- In the list of available networks, select the name of your router (SSID).
- Enter your password and click "Connect".
If the network is not displayed:
- 🔍 Make sure the adapter is turned on (some laptops have a physical switch or a key combination, for example,
Fn + F2). - 🔄 Restart your router and PC.
- 📡 Check if the SSID is hidden in the router settings (see section 2).
Method 2: Manual connection via "Settings"
- Open
Start → Settings → Network & Internet → Wi-Fi. - Click "Managing Known Networks" → Add a new network.
- Enter:
- Network Name (SSID)
- Security type (
WPA2-PersonalorWPA3-Personal) - Password
The adapter is enabled in the device manager | The router is distributing the network (the Wi-Fi indicator is on) | The password was entered correctly | The PC is within the network coverage area -->
⚠️ Attention: If after connection the status appears "No internet access", check your IP settings. Your router may not assign an address automatically (DHCP). In this case, you'll need to enter the IP manually (see section 5).
4. Connecting on Linux (Ubuntu/Debian)
In most Linux distributions, connecting to Wi-Fi is implemented through a graphical interface. NetworkManager or console utilities. Let's consider both methods.
Method 1: Via the graphical interface
- Click on the network icon in the upper right corner (next to the clock).
- Select your network from the list and enter the password.
- If the network is not listed, click Connect to a hidden network and enter the SSID manually.
Method 2: Via the terminal (for advanced users)
We 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"
If nmcli not installed, install it with the command:
sudo apt install network-manager
To set up a hidden network:
nmcli connection add type wifi con-name "MY_CONNECTION" ifname wlan0 ssid "NETWORK_NAME"nmcli connection modify "MY_CONNECTION" wifi-sec.key-mgmt wpa-psk
nmcli connection modify "MY_CONNECTION" wifi-sec.psk "PASSWORD"
nmcli connection up "MY_CONNECTION"
What to do if Linux doesn't see the adapter?
If an error appears after entering commands "Device not managed", then NetworkManager doesn't control the interface. Fix this:
1. Open the configuration file:
sudo nano /etc/NetworkManager/NetworkManager.conf
2. Find the line managed=false and replace with managed=true.
3. Restart the service:
sudo systemctl restart NetworkManager
5. Manually assigning an IP address (if DHCP does not work)
If after connecting to the network the Internet does not work, and the status shows "No network access"Your router may not assign an IP address automatically. In this case, you'll need to enter it manually.
On Windows:
- Open
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - Find your Wi-Fi adapter, right click and select "Properties".
- Select Internet Protocol Version 4 (TCP/IPv4) and press "Properties".
- Select "Use the following IP address" and enter:
- IP address:
192.168.1.X(where X is a number from 2 to 254, not occupied by other devices) - Subnet mask:
255.255.255.0 - Default gateway:
192.168.1.1(or another IP of your router) - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare)
- IP address:
On Linux:
Edit the network configuration file (example for Ubuntu With Netplan):
sudo nano /etc/netplan/01-netcfg.yaml
Add or change a block for Wi-Fi:
network:version: 2
renderer: NetworkManager
wifis:
wlan0:
dhcp4: no
addresses: [192.168.1.100/24]
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8, 1.1.1.1]
access-points:
"NETWORK_NAME":
password: "PASSWORD"
Apply changes:
sudo netplan apply
⚠️ Attention: If there is already a device with the same IP address on the network, a conflict will occur. Check the occupied addresses through the router (sectionDHCP Clients List) or by commandarp -ain the terminal.
6. Troubleshooting common problems
Even after a successful connection, difficulties may arise: slow speeds, connection drops, or no internet. Let's look at typical issues and their solutions.
| Problem | Possible cause | Solution |
|---|---|---|
| The network is visible, but does not connect. | Incorrect password or security type | Check your router password and settings (Section 2). Try resetting your network settings on your PC. |
| It connects, but there is no internet. | IP not assigned or DNS blocked | Assign IP manually (section 5) or change DNS to 8.8.8.8. |
| Low speed | Interference, outdated Wi-Fi standard, or router limitations | Switch to 5 GHz, change the channel in the router settings or update the adapter driver. |
| Constant breaks | Weak signal or conflict with other devices | Reduce the channel width to 20 MHz, move the router closer to the PC or use a repeater. |
If the problem is not resolved, run diagnostics:
- 🔧 On Windows: open command prompt and type:
ping 8.8.8.8tracert ya.ruIf you can ping but can't access websites, there's a DNS issue. If you can't ping, check your IP settings or router.
- 🐧 On Linux:
ping -c 4 8.8.8.8nslookup ya.ru
7. Speed and stability optimization
Once you've successfully connected, you can improve network performance. Here are a few proven methods:
- 📈 Update the adapter driver: Outdated drivers are limiting speed. Download the latest version from the manufacturer's website (for example, Intel Driver & Support Assistant for Intel adapters).
- 🔄 Change Wi-Fi channel: In your router settings, select a channel with minimal interference. Use software for analysis. Wi-Fi Analyzer (Android) or inSSIDer (Windows).
- 🛡️ Turn off energy saving: On laptops, Windows may limit the adapter's power. Disable this in
Device Manager → Network Adapter → Properties → Power Management(uncheck "Allow shutdown..."). - 🌐 Use QoS: Enable it in your router settings.
Quality of Service (QoS)and prioritize traffic for your PC (by MAC address).
For advanced users: If your adapter and router support Wi-Fi 6, turn on the function OFDMA And 160 MHz (if available). This will increase throughput, but may reduce stability over long distances.
How to check your real Wi-Fi speed?
Use the utility iperf3 To test the speed between your PC and your router:
1. Install iperf3 on a PC and another device on the network (for example, a laptop).
2. On the second device, start the server:
iperf3 -s
3. Launch the client on your PC:
iperf3 -c IP_OF_SECOND_DEVICE -P 10
Compare the result with the declared speed of your tariff.
FAQ: Frequently Asked Questions
My PC can't see the 5 GHz network. What should I do?
Possible reasons:
- Your adapter does not support
5 GHz(check model specifications). - The range is disabled in the router
5 GHz(enable in settings). - Outdated adapter driver (update via
device Manager).
If the adapter is old (for example, Realtek RTL8188CE), it may not see networks with channel width 80 MHzTry setting the width in your router settings. 40 MHz or 20 MHz.
How to connect to Wi-Fi without a password (guest network)?
If the router supports guest access:
- Go to the router settings (section
Guest networkorGuest Network). - Enable guest access and set up a separate SSID (network name).
- Set up restrictions (such as speed or operating time).
- Connect to the created guest network - a password may not be required or may be simpler than the main one.
Important: The guest network is usually isolated from the main network, so you will not be able to access other devices on the local network (printers, network drives).
Is it possible to connect a PC to Wi-Fi without an adapter?
No, a Wi-Fi adapter is required for wireless connection. Alternative options:
- Use USB adapter (the easiest way).
- Connect via Ethernet (cable).
- Use another PC/laptop as "bridge" (distribute Wi-Fi via
Hosted Networkon Windows orInternet Sharingon macOS).
To share the Internet from your phone (via USB or Wi-Fi), see the instructions for your model in the section Modem mode.
Why is Wi-Fi speed slower than cable?
This is normal: wireless connections are always slower than wired connections due to:
- Interference from other networks and devices (microwaves, Bluetooth).
- Limitations of the Wi-Fi standard (for example,
Wi-Fi 5maximum 867 Mbps vs 1 Gbps via cable). - Distances to the router and obstacles (walls, furniture).
To reduce the difference:
- Switch to
5 GHz(less interference). - Use an adapter that supports it.
Wi-Fi 6and MU-MIMO. - Set up
QoSon the router to prioritize PC traffic.
How to reset network settings on a PC?
If your connection is unstable, reset your network settings:
On Windows:
netsh winsock resetnetsh int ip reset
ipconfig /flushdns
ipconfig /release
ipconfig /renew
Then restart your PC.
On Linux:
sudo nmcli networking off && sudo nmcli networking on
sudo systemctl restart NetworkManager
On macOS:
sudo ifconfig en0 down
sudo ifconfig en0 up
(replace en0 on your network interface, find it through ifconfig).