Connect your computer to the Internet wirelessly via Wi-Fi router It seems like a simple task until you encounter problems like a missing network, authentication errors, or sudden connection drops. This article will help you understand all the nuances: from checking Wi-Fi adapter down to the finer details of the settings 802.11ac standard and resolution of IP address conflicts. We will consider not only the standard scenario for Windows 10/11, but also the connection features on Linux (Ubuntu/Debian) and macOS, and we will also give advice on how to strengthen the signal for stable operation.
It is important to understand that if your PC has never connected to Wi-Fi, the problem may lie in the lack of physical adapter (especially relevant for desktop computers) or outdated drivers. We'll teach you how to check this in 2 minutes. And if your router isn't distributing internet even to other devices, we'll provide a diagnostic checklist. router from TP-Link, ASUS And Keenetic.
At the end of the article you will find FAQ with answers to frequently asked questions: what to do if the router requires WPA3, but Windows doesn't support it, how to connect to a hidden network, and why Wi-Fi speeds are 5 times slower than cable speeds. Don't miss the standards comparison chart, either. Wi-Fi 4/5/6 - it will help you choose the optimal settings for your equipment.
1. Check if your computer has a Wi-Fi adapter
Before attempting to connect to the router, make sure your computer is physically capable Find Wi-Fi. In 90% of cases, connection problems are due to a missing or faulty adapter.
On laptops The Wi-Fi module is built in by default (except for some gaming or budget models). But desktop PCs are often sold without it - in this case you will need to buy a separate adapter (from 500 ₽ for a USB version to 3000 ₽ for a PCIe module with support Wi-Fi 6).
To check if the adapter is present:
- 🖥️ On Windows: click
Win + R, enterdevmgmt.mscand find the section Network adaptersLook for lines with wordsWireless,Wi-Fi,802.11or brand names (Intel, Qualcomm Atheros, Realtek). - 🐧 On Linux: open terminal and run the command:
lspci | grep -i networkiwconfigIf there is a mention in the output
wlan0orwlp— There is an adapter. - 🍎 On macOS: click on the icon Wi-Fi in the menu bar → Open Network Preferences → "Wi-Fi"If the section is active, the adapter is working.
If the adapter is not in the list:
- 🔍 For desktop PC: acquire USB Wi-Fi adapter (we recommend models on a chip Realtek RTL8812BU for Windows or Intel AX200 for Linux/macOS) or PCIe card (For example, TP-Link Archer T6E For
Wi-Fi 6). - 🔄 For laptop: Check if the adapter is disabled hardware button (on some models Lenovo or HP there is a separate switch).
⚠️ Attention: If in Device Manager If the adapter is displayed with an exclamation mark, this indicates a driver issue. Don't download drivers from third-party sites—use official sources (Intel Driver & Support Assistant or the laptop manufacturer's website).
The adapter is detected in the system | Drivers are installed (no exclamation marks) | The adapter is physically turned on (button/switch) | The router is turned on and distributing the network (check on the phone) -->
2. Preparing the router for connection
Even if the adapter on the computer works, the problems may be on the side routerBefore connecting, please perform basic checks:
1. Make sure the router is turned on. and indicator Wi-Fi (usually indicated by an antenna icon 📶) is on without blinkingIf the indicator is flashing or inactive, press the button. WPS/Wi-Fi on the router body (on some models ASUS And Zyxel wireless network is disabled by default).
2. Check that the router distributes IP addresses via DHCP. To do this:
- 🌐 Connect to the router via cable or another device (phone/tablet).
- 🔧 Open your router's control panel (usually at
192.168.0.1or192.168.1.1, login/password —admin/adminor indicated on the sticker). - 📋 Go to the section
DHCP(at TP-Link ThisAdvanced Settings → Network → DHCP Server). Make sure the server is turned on.
3. Check Wi-Fi operating mode:
| Parameter | Recommended value | Why is this important? |
|---|---|---|
| Wi-Fi standard | 802.11n/ac/ax (or Wi-Fi 4/5/6) |
Old standards (802.11b/g) are slower and less stable. |
| Channel width | 20/40 MHz (For 2.4 GHz) or 80 MHz (For 5 GHz) |
Narrow channels (20 MHz) reduce speed, wide (>80 MHz) can cause interference. |
| Security type | WPA2-PSK or WPA3-PSK |
WEP And WPA unsafe, WPA3 may not be supported by older devices. |
| Operating mode (Mode) | 11n/ac/ax (Not Legacy) |
Mode Legacy limits speed to 54 Mbps. |
⚠️ Attention: If your router supportsWi-Fi 6 (802.11ax), but the computer connects at speedWi-Fi 4, check the adapter settings in Device Manager (adapter properties → "Additionally" → parameterWireless Mode). Sometimes compatibility mode is set by default.
3. Step-by-step instructions for connecting to Wi-Fi on Windows 10/11
If the adapter and router are ready, we proceed to the connection. Windows 10/11 the process is the same, but in Windows 11 The interface has been slightly updated.
Step 1. Click on the icon Wi-Fi in the lower-right corner of the taskbar (near the clock). If the icon is not there, click the up arrow to expand the hidden icons.
Step 2. In the list of available networks, find the name of your router (SSID). If there is no network:
- 🔄 Make sure your router is turned on and distributing Wi-Fi (check on your phone).
- 📡 Try refreshing the list of networks with the button "Refresh" (icon 🔄).
- 🔍 If the network is hidden (
Hidden SSID), click Hidden Network and enter the name manually.
Step 3. Click on the network name and enter the password. Please note:
- 🔐 The password is case-sensitive! If it doesn't work, check your keyboard layout.
- 📋 If you forgot your password, look at it on the router sticker (field
Wi-Fi PasswordorKey) or in the router settings (Wireless Mode → Security).
Step 4. After connecting, Windows may ask you to choose "network type":
- 🏠 Home Network - if this is your router (it will allow file sharing with other devices).
- 🏢 "Working Network" - if you connect in the office (will limit general access).
- 🌐 Public Network - if this is a guest network (maximum security restrictions).
If connection failed:
- 🔧 Reboot your router (turn it off for 30 seconds).
- 🖧 Launch Network diagnostics (right click on the Wi-Fi icon → Troubleshooting).
- 🔄 Try connecting to the network
5 GHzinstead of2.4 GHz(or vice versa) - sometimes helps with interference.
4. Connecting to Wi-Fi on Linux (Ubuntu/Debian)
On Linux The connection process depends on the desktop environment you are using (GNOME, KDE, XFCE). Let's consider a universal method through terminal and graphical interface NetworkManager.
Method 1: Via a graphical interface (GNOME/KDE)
- 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 terminal (for all distributions)
If the graphical interface is not available, use the command nmcli:
# View available networksnmcli dev wifi list
Connect to the network (replace SSID and PASSWORD)
nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"
Method 3: Manual configuration (if DHCP does not work)
If your router doesn't assign an IP address automatically, configure the network manually:
sudo nano /etc/network/interfaces
Add lines (replace parameters with your own):
auto wlan0iface wlan0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
wpa-ssid "NETWORK_NAME"
wpa-psk "PASSWORD"
Restart the network:
sudo systemctl restart networking
⚠️ Attention: On some distributions (for example, Arch Linux) instead ofNetworkManageris usednetctlorwpa_supplicantIn this case, the network configuration must be written in/etc/wpa_supplicant/wpa_supplicant.conf.
How to check which Wi-Fi adapter is used in Linux?
In the terminal, run the command lspci -knn | grep -iA3 netIn the output, look for lines with Network controller. For example:
03:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723]
Here Intel AX200 — adapter model, and 8086:2723 — its identifiers in the system.
5. Connecting to Wi-Fi on macOS
On MacBook or iMac Connecting to Wi-Fi is as simple as possible, but there are some nuances with some routers (especially with WPA3).
Step 1. Click on the icon Wi-Fi in the menu bar (📶). If the icon is not there, open it System Preferences → Network and turn on Wi-Fi.
Step 2. Select a network from the list. If there is no network:
- 🔄 Refresh the list with the button "Refresh".
- 🔍 Make sure your router isn't hiding
SSID(check the parameter in the router settingsHide SSID). - 📡 Try connecting to the network
5 GHz- some old ones MacBook (before 2012) do not support5 GHz.
Step 3. Enter your password. If an error appears "Unable to connect to the network":
- 🔧 Reboot your router.
- 🔄 Change the security type on your router with
WPA3onWPA2(in settingsWireless Mode → Security). - 📋 Remove the network from the list of saved ones (in System Preferences → Network → Advanced) and reconnect.
Step 4. If macOS keeps losing connection, try:
- 🔄 Disable the feature "Automatically connect to this network" (in network settings).
- 📡 Change the Wi-Fi channel on your router to
6or11(For2.4 GHz) to avoid interference. - 🔧 Update your router firmware (especially relevant for ASUS And Netgear).
6. Solving common problems
Even if you've done everything correctly, errors can still occur. Let's look at the most common ones and how to fix them.
Problem 1: Network does not appear in the list
- 🔍 Check if Wi-Fi is turned on on your computer (some laptops have a hardware switch or a key combination, for example,
Fn + F2). - 📡 Make sure your router isn't hiding
SSID(in the router settings parameterHide SSIDshould be turned off). - 🔧 Update your adapter drivers (especially important for Realtek And Broadcom).
- 🔄 Restart your router and computer.
Problem 2: Incorrect password (authentication error)
- 🔐 Make sure you are entering your password in the correct keyboard layout (password
Qwerty123will not work if entered asQtsuken123). - 📋 Check the password in your router settings (
Wireless Mode → Security). - 🔄 Change the security type with
WPA3onWPA2(some adapters do not supportWPA3).
Problem 3: There is a connection, but no internet
- 🌐 Check if the internet is connected to the router (indicator
WANorInternetshould be green). - 🔧 Restart your router and computer.
- 📡 Check your IP settings: Open a command prompt and enter:
ipconfig /allMake sure the fields
IPv4 address,Main gatewayAndDNS serversfilled in. If not, turn it on. DHCP in the router settings. - 🔄 Manually enter DNS (for example,
8.8.8.8And8.8.4.4from Google).
Problem 4: Slow speed or connection interruptions
- 📡 Switch from
2.4 GHzon5 GHz(or vice versa) - on2.4 GHzmore interference from neighbors. - 🔧 Change the Wi-Fi channel in your router to a less busy one (use apps like Wi-Fi Analyzer for Android).
- 🖧 Update your Wi-Fi adapter drivers.
- 🔄 Reduce channel width to
20 MHz(For2.4 GHz) - this will reduce the speed, but increase stability.
⚠️ Attention: If your Wi-Fi speed is significantly slower than your cable speed, check your settings. QoS in the router. Some routers (TP-Link, MikroTik) by default limit the bandwidth for wireless devices.
7. Optimize your Wi-Fi connection for maximum speed
If your connection is working but your speed is slow, try these tips to speed it up:
1. Select the correct Wi-Fi standard:
- 📡 For
2.4 GHz: use802.11n(up to 300 Mbps). - 🚀 For
5 GHz: use802.11ac(up to 1.3 Gbps) or802.11ax(up to 2.4 Gbps if the adapter supports it)Wi-Fi 6).
2. Set up channel and width:
- 📊 For
2.4 GHz: select channel1,6or11(they do not intersect). The channel width is20 MHz. - 📊 For
5 GHz: Select a channel with minimal interference (e.g.36,40,44). Channel width -80 MHz(if the adapter supports it).
3. Optimize your router placement:
- 📍 Place the router in the center of the apartment, raising it to a height of 1–1.5 m.
- 🚫 Keep away from metal objects, microwaves and other sources of interference.
- 🔄 If the signal is weak, use repeater (For example, TP-Link RE605X) or Mesh system (ASUS ZenWiFi).
4. Update your router firmware:
Manufacturers regularly release updates that fix bugs and improve performance. To update your firmware:
- Download the latest version from the manufacturer's website (for example, for Keenetic - With
keenetic.com). - Go to your router control panel (
192.168.1.1). - Go to the section
Firmware update(at ASUS ThisAdministration → Firmware Update). - Download the file and wait until it is completed (do not turn off the router!).
⚠️ Attention: Interfaces and settings layout may vary depending on your router model and firmware version. For exact instructions, please consult your model's user manual.
8. Alternative wireless connection methods
If you can't connect to Wi-Fi, consider alternative options. wireless Internet:
1. USB modem (3G/4G/5G)
- 📶 Suitable for places where there is no wired internet.
- 🔌 A USB modem is required (for example, Huawei E3372) and a SIM card with a tariff (from 300 ₽/month) MTS or Tele2).
- ⚡ Speed depends on coverage: in the city up to 100 Mbps (4G), in rural areas - 10–30 Mbps.
2. Connecting via smartphone (USB tethering or hotspot)
- 📱 Connect your phone to your computer via USB and turn it on USB modem in the phone settings.
- 🔄 Or activate Access point in your phone settings and connect to it as you would to a regular Wi-Fi.
- ⚠️ Cons: The phone's battery drains quickly and traffic is limited (unless you have an unlimited plan).
3. Powerline adapters (Internet via electrical wiring)
- ⚡ Transmit the internet signal via electrical wires (for example, TP-Link TL-PA7010P).
- 🔌 Speed up to 600 Mbps, but depends on the quality of the wiring.
- 💡 Suitable if the router is far away and laying a cable is inconvenient.
4. Wi-Fi adapter with external antenna
- 📡 Helps if the router signal is weak (for example, Alfa AWUS036ACH with 5 dBi antenna).
- 🔧 Requires configuration in
WindowsorLinux(sometimes additional drivers are needed).
FAQ: Answers to Frequently Asked Questions
🔹 Why doesn't Windows show available Wi-Fi networks even though I have an adapter?
Possible reasons:
- 🔧 Adapter drivers are not installed or are out of date. Check in Device Manager (exclamation mark next to the adapter).
- 🔄 The adapter is disabled by software. Turn it on using the button on the laptop case or in Network parameters.
- 📡 Service WLAN AutoConfiguration disabled. Launch it: click
Win + R, enterservices.msc, find the service and enable it. - 🔐 Your antivirus or firewall is blocking the network. Temporarily disable them and check.
🔹 How to connect to a hidden Wi-Fi network (Hidden SSID)?
On Windows:
- Open "Network settings → Wi-Fi".
- Click Hidden Network.
- Enter the network name (
SSID) and password.
On Linux (terminal):
nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD" hidden yes
On