Connecting to a wireless network via Wi-Fi adapter on a computer with Windows 10 It seems like a simple task—until you run into problems. The system might not recognize the adapter, the drivers might refuse to install, or your internet speed might be sluggish. This article will help you understand all the nuances: from choosing the right adapter to fine-tuning your network settings for maximum stability.
We'll cover not only basic installation but also rare cases—when the adapter is detected as an unknown device, when Windows stubbornly ignores driver updates, or when the signal "goes through the wall." You'll also learn how to check the adapter's actual speed and why it's sometimes better to disable power saving for network devices.
If you just bought a new one USB Wi-Fi adapter or trying to revive a built-in module in a laptop—the instructions will work for both cases. The main difference will be in the connection method (external device vs. built-in) and the capabilities of the adapter itself (for example, support Wi-Fi 6 or MU-MIMO). But more on that later.
1. Check the adapter's compatibility with Windows 10
Before purchasing or setting up Wi-Fi adapter, make sure it's compatible with your version of Windows. Even if the box says "Supports Windows 10," that doesn't guarantee flawless operation—especially with the latest system updates.
Main compatibility criteria:
- 🔹 System architecture: the adapter must support your OS bitness (
x64orx86). Most modern adapters are universal, but older models (for example, D-Link DWA-125 revisions A1) can only work with 32-bit systems. - 🔹 Windows 10 version: after major updates (for example, 22H2) Some drivers stop functioning correctly. Check the adapter manufacturer's website to see if your OS version is supported.
- 🔹 Wi-Fi standard: adapters
802.11ac(Wi-Fi 5) and newer require updated drivers. If your router supportsWi-Fi 6 (802.11ax), and the adapter is older than 2018 - the maximum you can count on is802.11n.
How to check the version and bitness of Windows 10? Click Win + R, enter winver and look at the data in the "About" window. For the bit depth, open Settings → System → About and find the line "System type".
⚠️ Attention: Some budget adapters (eg. TP-Link TL-WN725N versions v1-v3) use chipsets Realtek RTL8188, for which Microsoft blocks drivers via Windows Update due to vulnerabilities. In this case, you'll have to install the drivers manually from the manufacturer's website.
2. Installing Drivers: Automatic vs. Manual Method
Windows 10 usually finds and installs drivers for most devices automatically. Wi-Fi adapters. But this is not always the optimal solution - standard drivers from Microsoft may not support all the device's features (for example, the mode Monitor Mode for network analysis).
Automatic installation:
- Connect the adapter to a USB port (or activate the built-in module using the FN keys on your laptop).
- Wait for the notification "The device is ready to use" or check in
Device Manager(Win + X → Device Manager → Network Adapters). - If the adapter is identified as a "Wireless Network Controller" without a model name, the drivers were installed automatically, but may not have been installed correctly.
Manual installation (recommended for maximum stability):
- Download drivers from the official website of the adapter manufacturer. TP-Link This
tp-link.com/ru/support, For ASUS —asus.com/support. - Unzip the archive and run the file
Setup.exeorInstall.exe. - If the installer is missing, update the driver via
device Manager: right-click on the adapter → "Update driver" → "Browse my computer for driver software" → specify the folder with the unpacked files.
For chipset adapters Realtek or Mediatek Sometimes you need to first remove old drivers via Control Panel → Programs and FeaturesOtherwise, the new driver may not install due to conflicts.
3. Configuring Wi-Fi adapter settings in Windows 10
After installing the drivers, the adapter should appear in the list of available networks. However, for optimal performance, it's worth configuring a few key settings.
Basic connection setup:
- Click on the Wi-Fi icon in the tray (bottom right) and select your network.
- Enter the password and click "Next." If the network is hidden (the SSID is not broadcast), click "Hidden network" and enter the network name manually.
- After connecting, check the status in
Settings → Network and Internet → Wi-Fi.
Additional adapter options:
- 📶 Power saving modeBy default, Windows reduces the adapter's power to save battery life. To disable:
Control Panel → Power Options → Change plan settings → Change advanced power settings → Wireless adapter settings → Power saving mode: Maximum performance - 🔄 Network priority: If you have multiple saved networks, Windows connects to the first available one. To change the priority, delete unnecessary networks in
Settings → Network & Internet → Wi-Fi → Manage known networks. - 🛡️ Security: For public networks, disable the "Allow other devices to connect to my connection" option in the network properties.
The adapter appears in Device Manager without an exclamation mark|
The connection speed in the network status corresponds to the capabilities of the router (for example, 866 Mbps for Wi-Fi 5)|
In the adapter properties (Device Manager → Properties → Driver) the driver version is up to date|
No intermittent connection drops when testing (ping 8.8.8.8 -t in CMD)
-->
For adapters with support 5 GHz Make sure this band is enabled in your router settings. In some countries (for example, Russia), channels 100-140 in the 5 GHz band may be blocked by default.
4. Optimizing connection speed and stability
If Wi-Fi is working, but the speed is slow or the connection is unstable, the problem may lie in the adapter or router settings. Here's what you can do on your computer:
Changing the channel width:
Adapters 802.11ac/ax support channel width up to 160 MHz, but by default Windows often installs 20 MHz for compatibility. To change:
- Open
device Managerand find your adapter in the "Network adapters" section. - Right click → "Properties" → "Advanced" tab.
- Find the parameter
Wireless Modeor802.11n/ac Wireless Modeand set the maximum supported standard (for example,802.11ac). - For the parameter
Channel Width for 5GHzselectAutoor160 MHz(if the router supports it).
Disabling features that reduce performance:
- 🚫 Roaming Aggressiveness: If the value is high (4-5), the adapter will reconnect to other access points more often, which can cause lags. Set
1-Medium. - 🚫 802.11n Preamble: For maximum compatibility, please select
Auto, but if the router is modern, tryShort GI. - 🚫 Bluetooth Collaboration: If you don't use Bluetooth, disable this setting as it may interfere with 2.4 GHz Wi-Fi.
A critical setting for gaming PCs: Disable the "Greenfield" option in the adapter properties (Advanced tab). This feature is designed to save power, but it adds up to 50ms of latency in online games.
| Parameter | Recommended value | What is it for? |
|---|---|---|
Transmit Power |
Highest or 100% |
Increases the adapter's signal strength (relevant for large spaces) |
Roaming Aggressiveness |
1-3 (Low-Medium) |
Reduces the frequency of automatic reconnection to other networks |
802.11n/ac Wireless Mode |
Enabled |
Includes support for modern Wi-Fi standards |
Bluetooth Coexistence |
Disabled |
Disables conflicts between Wi-Fi and Bluetooth on the 2.4 GHz frequency |
5. Diagnostics and troubleshooting
If your Wi-Fi adapter is not working or is not working correctly, use the built-in Windows diagnostic tools and additional methods.
Built-in network diagnostics:
- Right-click the Wi-Fi icon in the tray and select "Troubleshoot problems."
- Follow the wizard's instructions. It may automatically reset the adapter settings or restart the service.
WLAN AutoConfig.
Manual troubleshooting methods:
- 🔄 Restarting the WLAN service:
net stop wlansvcnet start wlansvcRun these commands in
CMDon behalf of the administrator. - 🔧 Resetting the TCP/IP stack:
netsh int ip resetnetsh winsock resetOnce completed, restart your PC.
- 📡 Checking channel conflicts: If there are many networks nearby on channel 6 (2.4 GHz), switch the router to channel 1 or 11 manually.
Common mistakes and their causes:
- 🚨 "No connections available": the adapter is disabled in BIOS (desktop PCs) or physically (laptops - check the fn keys).
- 🚨 "Limited" or "No Internet Access": Incorrect IP settings (try in CMD:
ipconfig /release→ipconfig /renew). - 🚨 "The adapter does not have valid IP configuration parameters.": reset TCP/IP (see above) or check the router settings (DHCP must be enabled).
⚠️ Attention: If your adapter stops working after updating Windows 10, check your update history (Settings → Update & Security → View update history). Sometimes rolling back the last update or installing a newer version of the driver from the manufacturer's website helps.
What to do if the adapter is detected as "Unknown Device"
This means that Windows cannot recognize the device. Solutions:
1. Try connecting the adapter to a different USB port (preferably USB 2.0 if the adapter is an older model).
2. Check if USB controllers are disabled in BIOS (section "Advanced" or "Onboard Devices").
3. Uninstall the device in Device Manager and scan for hardware changes (Action → Update hardware configuration).
4. If the adapter requires additional power (for example, Alfa AWUS036ACH), connect it via a USB hub with external power.
6. Checking real speed and performance
To determine whether the adapter is operating at full capacity, it's not enough to just look at the signal bars in the tray. You need to conduct real-world tests.
Testing tools:
- 📊 Speedtest.net (browser version or app): shows download/upload speed and ping. Run the test 3-5 times and average the results.
- 📶 Wi-Fi Analyzer (Android app or NetSpot (for PC): shows the signal level in dBm, channel occupancy and neighboring networks.
- 🖥️ Command line:
ping -n 50 8.8.8.8Look at the packet loss percentage. If it's >5%, there's a stability issue.
What affects speed?:
| Factor | Influence | How to improve |
|---|---|---|
| Distance to the router | Speed reduction by 30-50% at distances >10 m | Use a repeater or mesh system |
| 2.4 GHz channel congestion | Lag and packet loss | Switch to 5 GHz or change the channel in your router |
| Outdated Wi-Fi standard | Maximum 150 Mbps on 802.11n | Upgrade your adapter to 802.11ac/ax |
| VPN enabled | Increase ping by 20-100 ms | Disable VPN for local testing |
If the actual speed is lower than expected (for example, instead of 300 Mbps you get 50 Mbps), check:
- QoS settings on the router (possibly MAC address restriction).
- Adapter operating mode (must be
802.11acfor speeds above 150 Mbps). - Channel width (for 5 GHz set
80 MHzinstead of20/40 MHz).
7. Updating the adapter firmware (for external devices)
Unlike drivers that are installed on a PC, some external Wi-Fi adapters (For example, ASUS USB-AC68 or Netgear A7000) have their own firmware. Updating it can resolve compatibility issues or add support for new standards.
How to update firmware:
- Check the adapter model (written on the case or in
Device Manager). - Go to the manufacturer's website and check the support section for your model.
- Download the latest firmware version and update utility (usually this is a file with the extension
.binor.img). - Follow the manufacturer's instructions. Typically you will need to:
- Connect the adapter to the PC.
- Run the update utility as administrator.
- Specify the path to the firmware file and wait for it to complete (do not disconnect the adapter during the process!).
Examples of adapters with updatable firmware:
- 🔹 ASUS USB-AC56, USB-AC68 — the firmware is updated via a utility ASUS AiRadar.
- 🔹 TP-Link Archer T4U, T9E — the firmware is updated through TP-Link Utility.
- 🔹 Alfa AWUS036ACH — the firmware is updated manually via a TFTP server.
⚠️ Attention: Continuous firmware updates for chipset-based adapters Realtek RTL88x2bu (For example, TP-Link TL-WN823N) may brick your device. Before proceeding, make sure you have a backup of your current firmware and the recovery instructions.
8. Alternative connection methods if Wi-Fi doesn't work
If configuring your Wi-Fi adapter doesn't work, consider alternative internet connection options:
Connection options:
- 🔌 Ethernet over USB: adapters USB-to-Ethernet (For example, TP-Link UE300) allow you to connect to the router via cable if Wi-Fi is unstable.
- 📱 USB tethering: Connect your smartphone via USB and enable tethering in your phone's settings. Windows will automatically install the drivers for
Remote NDIS. - 📡 4G/5G modem: USB modems (for example, Huawei E3372) or mobile routers (for example, TP-Link M7350) can become a temporary replacement for Wi-Fi.
- 🔄 Powerline adapters: transmission of the Internet via electrical wiring (for example, TP-Link AV1000). Suitable if the router is far away and laying a cable is inconvenient.
When to consider alternatives:
- 🏠 Your home has thick concrete walls that weaken the Wi-Fi signal.
- 🎮 You need minimal latency for online gaming (in this case, only cable or Powerline will give a ping < 10 ms).
- 🔧 The adapter is physically damaged (for example, the USB connector contacts are burnt out).
FAQ: Frequently asked questions about setting up Wi-Fi adapters
My adapter is identified as a "Network Controller" without a model name. What should I do?
This means that Windows installed the basic driver but did not recognize the specific model. Solutions:
- Check the device ID in
Device Manager(Properties → Details → Hardware IDs). Copy the first line (for example,USB\VID_2357&PID_010C) and find the driver using this code on the website DevID.info. - If the adapter is external, look at the model number on the case and download the driver from the official website.
- For laptops, find the driver for your device model on the manufacturer's website (e.g. Lenovo Support for Lenovo laptops).
If nothing helps, the adapter may not be compatible with your version of Windows 10.
How do I know which Wi-Fi standard my adapter supports (802.11n, ac, ax)?
There are several ways:
- Check the specifications on the box or on the manufacturer's website.
- IN
Device ManagerOpen the adapter properties → Advanced tab. Look for options likeWireless Modeor802.11n/ac. - Use the command in
CMD:netsh wlan show driversThe "Radio Types" section will indicate the supported standard (e.g.
802.11n 802.11g 802.11b).
Adapters 802.11ac (Wi-Fi 5) support speeds up to 1.3 Gbps, and 802.11ax (Wi-Fi 6) - up to 2.4 Gbps (under ideal conditions).
Can a Wi-Fi adapter be used as an access point to share the Internet?
Yes, but with some reservations:
- 🔹 Windows 10 has a built-in "Mobile Hotspot" feature (
Settings → Network & Internet → Mobile Hotspot), but it does not work with all adapters. - 🔹 For external adapters (eg. TP-Link TL-WN722N) you can use third-party programs like Connectify Hotspot or MyPublicWiFi.
- 🔹 Some adapters (for example, on the chipset Ralink RT5370) support the regime
AP Modeonly with special drivers.
Restrictions:
- The maximum number of connected devices is usually 5-10.
- The speed will be lower than with a direct connection to the router.
- Some providers block internet distribution (check your contract).
Why is the Wi-Fi speed on my PC slower than on my smartphone connected to the same router?
The reasons may be different:
- 📱 Different Wi-Fi standards: smartphones of recent years (for example, Samsung Galaxy S22) support
Wi-Fi 6, and old PC adapters are onlyWi-Fi 4 (802.11n). - 🔋 Energy saving: Your PC may have Wi-Fi power saving mode enabled (see section 3).
- 📶 Number of antennas: adapters with one antenna (eg TP-Link TL-WN823N) are losing to smartphones
MIMO 2x2. - 🔄 Drivers: Standard Windows drivers often limit speed. Install drivers from the manufacturer's website.
To compare actual performance, connect your PC to the router via cable and test the speed. If the speed is high via cable, the issue is definitely with the Wi-Fi adapter or its settings.
Is it possible to increase the transmission power of a Wi-Fi adapter?
Technically yes, but with limitations:
- 📶 In some adapters (for example, Alfa AWUS036NHA) you can increase the transmission power (
Transmit Power) in the device properties before100%orHighest. - 🔧 For chipset-based adapters Atheros or Ralink You can use utilities like Atheros Client Utility for manual power adjustment.
- ⚠️ ImportantIn most countries, the maximum transmit power for Wi-Fi devices is limited by law (usually 20 dBm or 100 mW). Exceeding this limit may violate regulations and interfere with other networks.
A safer way to improve the signal is to use an adapter with an external antenna (eg. TP-Link Archer T4U) or install a repeater next to the PC.