Connecting your computer to the Internet via Wi-Fi It seems like a simple task—until you encounter a missing network, authentication errors, or sudden connection drops. In practice, even modern PCs with Wi-Fi 6E adapters may refuse to connect to routers older than 5 years, and laptops with Windows 11 Sometimes they don't "see" networks that work perfectly on smartphones. In this article, we'll cover all connection methods—from the basic one via the taskbar to manual setup via netshWe'll also find out why a computer might "lose" the network after sleep and how to fix it.
We will pay special attention to three key issues, which 80% of users encounter: 1) No Wi-Fi adapter in the device manager (often after reinstalling Windows). 2) Error "We couldn't connect to this network" despite entering the correct password. 3) Constant connection drops on 5GHz channels.
For each of them, we will provide proven solutions, including screenshots and terminal commands.
If your computer is equipped with only Ethernet port (typical for desktop PCs), a separate section is devoted to connecting via USB/PCIe Wi-Fi adapters — from choosing a model to installing drivers. We'll also cover how to connect to hidden networks (without broadcasting SSID) and set the connection priority if there are several access points at home.
1. Check if your computer has a Wi-Fi adapter
Before attempting to connect to the network, make sure your computer is completely equipped with a Wi-Fi moduleThis is relevant for:
- 🖥️ Stationary PCs - Most motherboards do not have built-in Wi-Fi (exception: premium series from ASUS ROG or Gigabyte Aorus).
- 💻 laptops — even if Wi-Fi worked before, the adapter could have been disabled in the BIOS or the driver could have crashed after a Windows update.
- 🔧 Assemblies with discrete adapters - if you installed PCIe Wi-Fi card (For example, TP-Link Archer TX3000E), check its physical connection.
To check if the adapter is present:
- Click
Win + R, enterdevmgmt.mscand press Enter. - IN Device Manager expand the branch "Network adapters».
- Look for devices with the following names:
Wireless,Wi-Fi,802.11(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).Network Controllerwith an exclamation mark - this is an adapter without driver.
If the adapter is present, but is displayed with an error (yellow triangle), it means:
- 🔄 The driver is outdated or corrupted. — a reinstallation is required (we will discuss this in the next section).
- ⚡ The adapter is disabled by software. - try turning it on with the button on the laptop case (if there is one) or through
Fn + antenna key(For example,Fn + F2). - 🛠️ Physical malfunction - if the adapter PCIe or M.2, check its fit in the slot.
☑️ Checking the Wi-Fi adapter
2. Installing and updating Wi-Fi drivers
More 40% of problems Wi-Fi connection issues are driver-related. Even if Windows automatically installed a "universal" driver, it may not support modern standards (Wi-Fi 6, WPA3) or work unstably. Let's consider 3 ways Driver installations - from the simplest to the most advanced.
Method 1: Automatic update via Windows
Suitable for most users if the adapter is detected by the system, but works with errors:
- Open device Manager (
devmgmt.msc). - Find your Wi-Fi adapter, right-click → Update driver.
- Select Automatic search — Windows will try to download the latest version from Microsoft servers.
What to do if Windows doesn't find the driver?
If the automatic search returns no results, this means Microsoft doesn't have a driver for your adapter model in its database. In this case, proceed to Method 2 or 3.
Method 2: Manual installation from the manufacturer's website
The most reliable method is to download the driver from the official website. To do this:
- Determine the exact adapter model (see section 1) or laptop model (for example, Lenovo ThinkPad T14 Gen 3).
- Go to the manufacturer's website:
- 🔹 For laptops: Lenovo, HP, Dell, ASUS — look for the “Support” or “Drivers” section.
- 🔹 For discrete adapters: TP-Link, ASUS, Intel (for example, for Intel AX210).
Windows 11 64-bit).Important! If you have a chip adapter Realtek (For example, Realtek RTL8852AE), download the driver only from the official website of the laptop manufacturerDrivers from the Realtek website often cause problems connecting to 5 GHz networks.
Method 3: Installation via hardware ID (for experienced users)
If you don't know the adapter model or the manufacturer doesn't provide drivers, you can find them here. Equipment ID:
- In Device Manager, right-click on the adapter → Properties → tab Intelligence.
- From the drop-down menu, select Equipment ID.
- Copy the first line (eg.
PCI\VEN_8086&DEV_2725). - Go to the website DevID.info (or similar), insert ID and download the driver.
3. Connecting to Wi-Fi on Windows 10 and 11
If the adapter is working properly and the drivers are installed, you can connect to the network in three ways: via the taskbar, Windows settings, or the command line. Let's look at each one, taking into account the nuances.
Method 1: Via the taskbar (the easiest)
This is the standard method that works 90% of the time:
- 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 → click Connect.
- Enter password (make sure the case is correct!) and confirm.
- 🔍 Check it out, Is SSID broadcasting enabled? in the router settings (sometimes networks are hidden).
- 📶 Make sure you are in the coverage area (the signal should not be weaker
-70 dBm). - 🔄 Reboot your router (turn off the power for 30 seconds).
If the network is not listed:
Method 2: Via Windows Settings
An alternative method that is useful if the Wi-Fi icon has disappeared from the taskbar:
- Click
Win + Ito open Parameters. - Go to
Network and Internet → Wi-Fi. - Turn on the switch Wi-Fi (if it is turned off).
- Click Show available networks and choose yours.
Additional settings in this section:
- 🔄 Managing known networks — here you can delete saved networks if Windows stubbornly connects to the wrong access point.
- 🛡️ Setting up random hardware addresses (useful for public networks, but may cause problems with some routers).
Method 3: Via the command line (for hidden networks)
If your network hidden (doesn't broadcast the SSID), you can't connect to it via the graphical interface. Use the following commands:
netsh wlan connect name="NETWORK_NAME" ssid="NETWORK_NAME" interface="Wi-Fi"
netsh wlan add profile filename="path_to_file.xml"
To create a network profile file:
- Generate an XML file with settings (example below).
- Save it as
wifi_profile.xml. - Run the command
netsh wlan add profile filename="wifi_profile.xml".
An example XML file for connecting to a hidden network
A critical detail: if your router uses the WPA3 security standard and your adapter doesn't support it (for example, older models with the Realtek RTL8188EE chip), connecting will be impossible. In this case, temporarily switch the router to WPA2/WPA3 Mixed Mode in its settings.
4. Configuring the router for a stable connection
If your computer connects to Wi-Fi, but the connection unstable (frequent disconnections, low speed), the problem may be in the router settings. Optimal settings for most modern adapters:
| Parameter | Recommended value | Explanation |
|---|---|---|
| Wi-Fi standard | 802.11a/n/ac/ax (or Wi-Fi 6) |
If the router supports Wi-Fi 6 (AX), turn it on for maximum speed. For older devices, leave it 802.11n. |
| Channel | Auto or manually (for example, 36, 44 for 5 GHz) |
Use programs like Wi-Fi Analyzer (Android) or NetSpot (Windows) to select the least crowded channel. |
| Channel width | 20/40/80 MHz (for 5 GHz) |
Width 160 MHz gives the maximum speed, but can cause interference. For 2.4 GHz, leave 20 MHz. |
| Security mode | WPA2-PSK or WPA2/WPA3 |
Avoid WEP (unsafe) and WPA3-only (not all devices support). |
| Beamforming | Included |
Signal focusing technology on the device. Increases stability if the adapter supports it. |
To change these settings:
- Open the router's web interface by entering into your browser
192.168.1.1or192.168.0.1(logins/passwords usuallyadmin/adminor indicated on the router sticker). - Go to the section
Wireless(orWi-Fi,Wireless network). - Adjust the settings according to the table above and save the changes.
Common problem: if the router is operating in mode 802.11r (Fast Transition), some adapters (especially on chips Broadcom) may refuse to connect. Disable this option in your router settings if you encounter the error "Unable to connect to this network."
5. Solving common connection problems
Even if everything is configured correctly, errors may occur. Let's take a look. TOP 5 problems and their solutions.
Problem 1: "We couldn't connect to this network"
Reasons and solutions:
- 🔑 Incorrect password — Check the case of the characters (passwords are case-sensitive!). If you're unsure, reset the password in the router settings.
- 📡 Incompatibility of safety standards - if the router is configured to
WPA3, and the adapter does not support it, switch the router toWPA2orWPA2/WPA3 Mixed. - 🔄 IP address conflict - in the command line, run:
ipconfig /releaseipconfig /renew
Problem 2: There is a network, but no internet ("No network access")
Most often related to settings IP or DNS:
- Click
Win + R, enterncpa.cpl→ Find your Wi-Fi adapter, right-click → Properties. - Select Internet Protocol version 4 (TCP/IPv4) → Properties.
- Check the boxes on Obtain an IP address automatically And Obtain DNS server address automatically.
- If that doesn't help, manually enter Google's DNS:
8.8.8.8And8.8.4.4.
Problem 3: Constant connection drops
The culprits may be:
- 📶 Interference on the channel — change the channel in the router settings (see section 4).
- ⚡ Energy saving - disable it for the adapter:
- Device Manager → Wi-Fi Adapter → Properties → tab Power management.
- Uncheck the box Allow the computer to turn off this device to save power.
Problem 4: The computer does not see the 5 GHz network
Reasons:
- 🛠️ The adapter does not support 5 GHz. - check its specifications (for example, adapters Realtek RTL8188EU work only on 2.4 GHz).
- 🔧 The 5 GHz band is disabled in the router. - enable it in the settings (section
Wireless → 5GHz). - 📡 Incompatible standard - if the router is operating in mode
802.11ac, and the adapter only supports802.11n, the network will not be displayed.
Problem 5: Slow Wi-Fi speed
Check the following:
- 📊 Channel occupancy - use Wi-Fi Analyzerto find a free channel.
- 🔌 Adapter operating mode - in the Device Manager, check that the adapter is running at maximum speed (tab Additionally → parameter
Wireless Modeshould be802.11acor802.11ax). - 🔗 Restriction from the provider - connect your computer via cable and check the speed Speedtest.
- 🔹 TP-Link Archer T2U Plus - supports
Wi-Fi 5(up to 600 Mbps), suitable for most tasks. - 🔹 ASUS USB-AX56 —
Wi-Fi 6(up to 1800 Mbps), ideal for online gaming. - 🔹 Edimax EW-7811Un - budget
Wi-Fi 4(up to 150 Mbps) for basic access. - Insert the adapter into a USB port (preferably
USB 3.0for high speed). - Install the driver from the disc or from the manufacturer's website (Windows usually installs the driver automatically, but it may be outdated).
- Connect to the network via the taskbar (see section 3).
- 🔹 TP-Link Archer TX3000E —
Wi-Fi 6, speed up to 2400 Mbps, supports Bluetooth 5.0. - 🔹 ASUS PCE-AX58BT —
Wi-Fi 6with external antenna for better reception. - 🔹 Gigabyte GC-WBAX200 - uses a chip Intel AX200, compatible with most motherboards.
- Turn off your computer and ground yourself (touch the PC case to discharge static electricity).
- Install the card into a free slot
PCIe x1orPCIe x16(usually the shortest slot on the motherboard). - Connect the antennas (if any) and secure them to the PC case.
- Turn on your computer, install the driver and connect to the network.
- 🔹 Intel AX210 —
Wi-Fi 6E, supports6 GHzrange. - 🔹 Broadcom BCM94360NG — compatible with MacOS (useful for hackintoshes).
- 🔧 Availability of M.2 Key E slot on the motherboard (not to be confused with
Key Mfor SSD!). - 📡 Support of the standard - if the router is working on
Wi-Fi 6, take an adapter with support802.11ax. - Go to the router's web interface (usually
192.168.1.1). - Find the section
QoSorTraffic prioritization. - Add rules for game ports (eg.
27000-27030For CS2) or IP addresses of streaming services. - Make sure your adapter supports 5 GHz (see section 6).
- Enable it in your router settings.
5GHznetwork (if it is disabled). - Connect to the network with the suffix
_5G(For example,MyWiFi_5G). - 🔄 Windows Update:
- Settings →
Updates and Security→Additional options. - Install 7-day break or set active hours.
- Settings →
- 🎮 Steam/Epic Games:
- Disable it in the client settings. Automatic updates.
- Limit
6. Connecting a desktop PC to Wi-Fi via an adapter
If your computer does not have built-in Wi-Fi (typical for desktops), you will need an external adapter. Let's take a look 3 types of adapters and their configuration.
Type 1: USB Wi-Fi adapters
The simplest and most versatile option. Popular models:
How to connect:
Type 2: PCIe Wi-Fi cards
For maximum speed and stability (e.g. for online games or 4K streaming). Popular models:
Installation:
Type 3: M.2 Wi-Fi modules (for mini PCs and laptops)
Used in compact assemblies or to replace the built-in adapter in a laptop. Examples:
Important! Before purchasing, please check:
7. Optimize your Wi-Fi connection for gaming and streaming
If you are using Wi-Fi for online games (CS2, Valorant, Fortnite) or 4K streaming (Netflix, YouTube), the standard settings may not provide sufficient stability. Here 5 Key Optimizations:
1. Traffic prioritization (QoS)
Set up Quality of Service on the router so that games and videos take priority:
2. Using the 5 GHz band
Range 5 GHz less busy and provides lower ping, but has a smaller coverage area. To use it:
3. Disable background updates
Windows and games may download updates in the background, causing lag. Disable this: