How to properly connect a Wi-Fi adapter to a computer: from selection to setup

Wireless internet has long been a standard, but not all desktop computers come with built-in Wi-Fi moduleIf your PC is not catching the network or you want to improve the connection speed, an external Wi-Fi adapter — a simple and effective solution. Setting it up takes 10-30 minutes, but it requires attention to detail: from choosing the right model to installing drivers and configuring security.

In this article, we'll walk you through the entire process step by step—from determining the adapter's compatibility with your system to diagnosing potential issues. You'll learn how to avoid common errors (such as driver conflicts or weak signal strength), and what Wi-Fi standards (802.11ac/ax) are relevant in 2026, and how to check the connection speed after installation. The instructions are suitable for Windows 10/11, Linux (Ubuntu/Debian) and even for older PCs with USB 2.0.

Do I need to buy an expensive adapter for gaming or streaming video? Can I get by without drivers? What should I do if my computer doesn't detect my device? Find the answers below.

1. How to choose a Wi-Fi adapter for your computer: key parameters

Before purchasing an adapter, determine what you need it for. If you only need to check email and browse the web, a budget model for 500–800 rubles will do. For online gaming, 4K streaming, or working with cloud services, choose devices that support Wi-Fi 6 (802.11ax) and speed from 1200 Mbps.

Main selection criteria:

  • 🔌 Connection type: USB (universal, but may slow down on weak ports) or PCIe (internal, for desktop PCs, requires disassembling the system unit).
  • 📶 Wi-Fi standard: 802.11ac (to 1300 Mbps) or 802.11ax (Wi-Fi 6, up to 2400 Mbps). It's enough for the office. 802.11n (to 300 Mbps).
  • 🔄 Frequency range: 2.4 GHz (long range signal, but subject to interference) or 5 GHz (high speed, smaller coverage area). Dual-band adapters (2.4 + 5 GHz) are universal.
  • 🖥️ OS compatibility: Check the manufacturer's website for support Windows 11, Linux or macOS (for Hackintosh).

Popular models in 2026:

  • 🥇 TP-Link Archer T4U V3 — USB, Wi-Fi 6, speed up to 2400 Mbps, antenna with gain.
  • 💰 ASUS USB-AX56 - compact, support 160 MHz, suitable for laptops.
  • 🖥️ Gigabyte GC-WB1733D-I — PCIe, Wi-Fi 6, Bluetooth 5.2, for gaming PCs.
⚠️ Attention: If your computer is older than 2015, check for the presence of the port USB 3.0 (blue connector) - Wi-Fi 6 adapters require high bandwidth. USB 2.0 the speed will be limited 480 Mbps.
📊 What type of Wi-Fi adapter do you plan to use?
USB
PCIe (internal)
M.2 (for laptops)
I haven't decided yet

2. Preparing the computer to connect the adapter

Before installing the adapter, follow a few simple steps to avoid driver issues or hardware conflicts:

Disable your antivirus (it may block driver installation) | Check available USB ports (for external adapters) | Update Windows to the latest version | Download drivers from the manufacturer's official website | Prepare a screwdriver (for PCIe adapters)

-->

If you install PCIe adapter, unplug the computer and remove the side cover of the system unit. Find an available slot. PCIe x1 (usually the shortest one) and remove the metal plug on the back of the case. For USB adapters It is enough to insert the device into the port, but it is better to use an extension hub if the port is located at the back of the case (this will improve signal reception).

For Linux (Ubuntu/Debian) Update your kernel and packages first:

sudo apt update && sudo apt upgrade -y

sudo apt install linux-firmware

⚠️ Attention: On laptops with a pre-installed Wi-Fi module, a driver conflict may occur. In this case, disable the built-in adapter in Device Manager (Windows) or blacklisted modules (blacklist in Linux).

3. Installing drivers: step-by-step instructions

Most modern adapters support the technology Plug & Play, but for full functionality, drivers are required. They can be installed in two ways:

Method 1: Automatic installation (Windows)

  1. Connect the adapter to a USB port or install a PCIe module.
  2. Wait for the system notification about the found device.
  3. Open device Manager (Win + X → Device Manager).
  4. Find in the list Network adapters new device (may appear as "Unidentified").
  5. Right click → Update driver → Automatic search.

Method 2: Manual installation (for all OS)

If automatic search does not work:

  1. Download the driver from the manufacturer's website (for example, for TP-Linksupport.tp-link.com).
  2. Unzip the archive and run the file Setup.exe (Windows) or follow the instructions for Linux.
  3. Linux may require kernel module compilation. Example for on-chip adapters Realtek RTL88x2BU:
    git clone https://github.com/cilynx/rtl88x2bu.git
    

    cd rtl88x2bu

    make

    sudo make install

    sudo modprobe 88x2bu

Manufacturer Link to drivers Linux support
TP-Link Official website Partial (Realtek chips)
ASUS Support page Yes (for most models)
D-Link Downloads section Limited

4. Setting up a Wi-Fi connection

After the drivers have been successfully installed, you can connect to the network. Windows 10/11 This is done through the taskbar:

  1. Click on the icon Wi-Fi in the lower right corner.
  2. Select your network from the list.
  3. Enter your password and click Connect.

For Linux (Ubuntu):

  1. Open the network menu in the upper right corner.
  2. Select Edit ConnectionsAdd.
  3. Please specify SSID (network name), security type (WPA2/WPA3) and password.
  4. Save and connect.

If the network is not displayed:

  • 🔍 Check if the adapter is turned on Device Manager (there should be no exclamation mark).
  • 📡 Make sure your router is broadcasting the network in the same range (2.4 GHz or 5 GHz), as well as the adapter.
  • 🔄 Restart your router (sometimes resetting the settings with the button helps) Reset).
What to do if the network connects, but the Internet does not work?

Check your settings IPv4 In the connection properties (it should be set to "Obtain automatically"). If you're using a static IP, check with your ISP. Also, disable any VPNs or proxy servers that may be blocking traffic.

5. Optimizing connection speed and stability

Even after a successful connection, your speed may still be lower than expected. Here's how to improve it:

For USB adapters:

  • 🔌 Use USB 3.0 (blue port) - this will increase throughput.
  • 📏 Place the adapter closer to the router or use a USB extender with an external antenna.
  • 🔄 Disconnect other USB devices (especially external hard drives) that may be causing interference.

For PCIe adapters:

  • 🖥️ Make sure the adapter is installed in the slot PCIe x1 (not in PCI, which is outdated).
  • 📡 Connect external antennas (if included) for better reception.
  • 🛠️ Check if the metal case of the system unit is blocking the signal.

General settings:

  • 🔒 Change the Wi-Fi channel in the router settings (for example, from car on 6 or 11 For 2.4 GHz).
  • 📶 Turn on the mode 802.11ac/ax in the router control panel (if the adapter supports it).
  • 🔄 Update your router firmware—outdated versions can limit your speed.
Problem Possible cause Solution
Low speed (<100 Mbps) The adapter is connected to USB 2.0 Reconnect to USB 3.0 or check your router settings
Frequent connection breaks Interference from other devices (2.4 GHz) Switch to 5 GHz or change the channel in the router
The adapter is not detected Driver conflict Remove old drivers via device Manager

6. Diagnostics and troubleshooting

If the adapter does not work or works unstable, check it using the following algorithm:

Step 1: Check the physical connection

  • 🔌 For USB adapter: Try a different port or an extension cable.
  • 🖥️ For PCIe adapter: Make sure the module is seated securely in the slot and the antennas are connected.

Step 2: Diagnose in Device Manager

  1. Open device Manager (Win + X → Device Manager).
  2. Find the section Network adapters.
  3. If there is an exclamation mark next to the adapter, right-click → Properties → Details and check the error code.

Explanation of common errors:

  • Code 10 — the device does not start (driver problem).
  • Code 28 - no drivers.
  • Code 43 - hardware failure or conflict with another device.

Step 3: Checking in Command Prompt

Launch Command line as administrator and run:

netsh wlan show interfaces

ping 8.8.8.8

ipconfig /all

If ping It works, but websites don't open - the problem is in the DNS. If ipconfig does not show IP address - network is not connected.

⚠️ Attention: If the adapter stops working after a Windows update, roll back the system or install an older version of the driver (function Roll back V Device Manager).

7. Alternative ways to connect to Wi-Fi without an adapter

If purchasing an adapter is temporarily unavailable, consider alternative options:

Method 1: Sharing Wi-Fi from your phone (USB tethering)

  • 📱 Connect your smartphone to your PC via USB.
  • Turn it on in your phone settings Modem mode → USB tethering.
  • 🖥️ A new network connection will appear on your computer.

Cons: traffic limitation (if your mobile operator has a limit) and high latency (ping).

Method 2: Bridge via a second computer

If you have a laptop with Wi-Fi:

  1. Connect your laptop to your PC via Ethernet (cable).
  2. On your laptop, open Control Panel → Network and Sharing Center → Change adapter settings.
  3. Select Wi-Fi And Ethernet, right-click → Setting up the bridge.

Method 3: Powerline adapters

If the router is far away and it is inconvenient to lay the cable, use Powerline — devices that transmit the Internet through electrical wiring. Speed ​​up to 1200 Mbps, but it depends on the quality of the wiring.

Is it possible to connect a Wi-Fi adapter to a TV?

Yes, if your TV has a USB port that supports OTG. However, most adapters require drivers that aren't installed on your TV. Smart TVIt is better to use specialized USB modules (for example, TP-Link TL-WN725N) or connect via Ethernet.

FAQ: Frequently asked questions about connecting Wi-Fi adapters

❓ My adapter connects, but the speed is below 100 Mbps. What's the problem?

The reasons may be different:

  • The adapter is connected to USB 2.0 (maximum 480 Mbps, but in reality - up to 200 Mbps).
  • The router is operating in the mode 802.11n (maximum 300 Mbps).
  • The signal is weakened by walls or interference (check in the utility) NetSpot).
  • Your provider is limiting your speed (check your tariff).

Solution: Connect the adapter to USB 3.0, switch the router to 5 GHz and change the channel to a less busy one.

❓ Should I disable the built-in Wi-Fi on my laptop when using an external adapter?

Not required, but recommended if:

  • The built-in module is weaker than the external one (for example, 1x1 MIMO vs 2x2 MIMO).
  • There is a driver conflict (the network is constantly disconnected).
  • You want to save battery power (an external adapter consumes less power).

You can disable the built-in Wi-Fi in Device Manager or through BIOS (if it is not needed at all).

❓ Does a Wi-Fi 6 adapter work with a Wi-Fi 5 (802.11ac) router?

Yes, but the speed will be limited by the router's capabilities. For example:

  • Adapter Wi-Fi 6 (2400 Mbps) + router Wi-Fi 5 (1300 Mbps) → maximum speed ~1300 Mbps.
  • Benefits of Wi-Fi 6 (eg. OFDMA or TWT) will not work.

To fully utilize Wi-Fi 6, you need both an adapter and a router that supports this standard.

❓ How do I connect a Wi-Fi adapter to Linux (Ubuntu)?

In most cases, adapters are chip-based Intel or Atheros work out of the box. For Realtek or Mediatek Manual installation of drivers may be required:

  1. Check the chip model: lsusb or lspci.
  2. Download the driver from GitHub (for example, a repository rtl8821cu for Realtek chips).
  3. Compile and install the module (instructions are usually in README).

To make things easier, use the utility ndiswrapper, if there is a Windows driver.

❓ Can I use a Wi-Fi adapter to share the Internet (access point)?

Yes, but not all adapters support the mode. AP (Access Point)Check the model specifications. For Windows:

  1. Open Command prompt (administrator).
  2. Enter:
    netsh wlan set hostednetwork mode=allow ssid=MyHotspot key=12345678
    

    netsh wlan start hostednetwork

  3. Allow public access in Connection properties.

For Linux use hostapd or create_ap.