You are trying to connect to a wireless network, but Windows stubbornly ignores your Wi-Fi — Doesn't show a list of networks, displays an "Unable to connect" error, or constantly asks for a password? This problem is familiar to millions of users, and there are dozens of causes: from a simple disabled adapter to driver conflicts or a faulty router. In this article, we'll look into it. all possible scenarios, including rare cases when it's not your computer that's at fault, but your ISP or network security settings.
The peculiarity of Wi-Fi diagnostics on a PC is that Desktop computers often require an external USB/PCI adapter (e.g. TP-Link Archer T4U or ASUS PCE-AC55BT), while laptops are already equipped with a built-in moduleThis means the troubleshooting algorithm will differ. We'll cover cases for both types of devices separately and provide quick checklists.
Before you dive into complex settings, make sure the problem isn't with your router. Try connecting to the same network from your phone or tablet. If other devices work fine, your PC is to blame. If not, read our guide. router diagnostics.
1. Check the physical connection and adapter
Let's start with the obvious: Make sure your Wi-Fi adapter is turned on and recognized by the system.On laptops there is usually a toggle key for this (for example, Fn + F2 on Lenovo or Fn + F12 on HP), and on desktop PCs, check whether the external adapter is connected to the USB/PCI slot.
How to check adapter status in Windows:
- Click
Win + X→ selectdevice Manager. - Expand the tab
Network adapters. - Look for devices with names like Wireless, Wi-Fi, 802.11ac or brand (Intel AX200, Qualcomm Atheros, Realtek RTL8821CE).
- If there is a yellow triangle next to the adapter, right-click →
Update driver.
If the adapter is not in the list at all:
- 🔌 For USB adapters: try a different port (preferably USB 3.0, marked in blue).
- 🖥️ For PCI adapters: Turn off your PC, remove the adapter, clean the contacts and put it back.
- 🔄 For laptops: Check if the adapter is disabled in the BIOS (enter the BIOS by
Del/F2on boot → sectionAdvanced→Wireless LAN).
☑️ Quick adapter check
⚠️ Attention: On some motherboards (eg. ASUS ROG Strix or MSI MAG) The integrated Wi-Fi module may conflict with the connected PCI adapter. In this case, disable the integrated module in the BIOS.
2. Diagnosing Windows network settings
If the adapter works, but Windows doesn't see the network or doesn't connect to the selected one, the problem may lie in the operating system settings. Start by running the built-in troubleshooter:
- Open
Parameters(Win + I) →Network and Internet→State. - Click
Network and troubleshooting. - Select
Internet connectionand follow the instructions.
If this does not help, reset your network settings:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Enter these commands one by one in Command line (Run it as administrator). After completing the task, restart your PC.
Also check if it is installed on the system connection limit or MAC address filter:
- 📡 On the router: go to the web interface (usually
192.168.1.1or192.168.0.1) → sectionWireless→MAC FilterMake sure your PC is not blacklisted. - 🖥️ On PC: open
Network and Sharing Center→Changing adapter settings→ right click onWireless network→Properties→ uncheckIPv6 protocol(sometimes it conflicts with IPv4).
⚠️ Attention: If you're connecting to a public network (at a cafe or airport), check if browser authentication is required. Open any website—a login portal should appear.
3. Driver issues: updating and rolling back
Outdated or corrupted drivers — one of the most common causes of Wi-Fi issues. Even if there are no errors in Device Manager, the driver may not be working correctly. Here's how to fix it:
Method 1: Automatic update
- In Device Manager, right-click on the adapter →
Update driver→Automatic search. - If Windows reports that the driver is up to date, download it manually from the manufacturer's website (Intel, Realtek, Qualcomm).
Method 2: Manual installation
For popular adapters, links to drivers:
| Manufacturer | Adapter model | Link to the driver |
|---|---|---|
| Intel | AX200, AX210, 9260 | downloadcenter.intel.com |
| Realtek | RTL8821CE, RTL8188EE | www.realtek.com/en/ |
| TP-Link | Archer T4U, T6E | www.tp-link.com/support |
| ASUS | PCE-AC55BT, USB-AC56 | www.asus.com/support |
Method 3: Roll back the driver
If the problems started after a Windows update, roll back the driver to the previous version:
- In the Device Manager, click on the adapter →
Properties→ tabDriver. - Click
Roll back(if the button is inactive, there is no previous version).
What to do if there is no driver for Windows 11?
Many older adapters (eg. D-Link DWA-125 or Tenda W311MI) do not have official support for Windows 11. In this case, try installing the driver for Windows 10 in compatibility mode: download the EXE file → right-click → Properties → tab Compatibility → select Windows 10 → Run the installation as administrator.
4. Conflicts with antivirus and firewall
Antiviruses (Kaspersky, ESET NOD32, Avast) and built-in Windows Firewall Sometimes they block network connections, mistaking them for a threat. Here's how to check:
Step 1: Temporarily disable your antivirus
- 🛡️ Find the antivirus icon in the tray (next to the clock) → right-click → select
Suspend protectionorDisable. - 🔄 Try connecting to Wi-Fi. If it works, add the network to your antivirus exceptions.
Step 2: Check Windows Firewall
- Open
Control Panel→Windows Firewall→Allow interaction with the application. - Make sure that the checkboxes next to your network (private or public) are enabled.
Network discoveryAndFile and Printer Sharing.
Step 3: Reset network settings
If the conflict persists, perform a full reset of the network stack:
netsh int ip reset resettcpip.txtnetsh winsock reset catalog
netsh advfirewall reset
5. Incorrect router settings
If other devices connect to the network fine, but your PC does not, the problem may be individual router settings. Most often, the culprits are:
- 🔒 Incorrect security type: if the router is configured to
WPA3, and your adapter only supportsWPA2, the connection will be impossible. Go to the router settings and change the encryption type toWPA2-PSK (AES). - 📡 Hidden network (SSID Hidden): If the broadcast SSID is disabled in the router settings, Windows won't see the network. Enable visibility or connect manually via
Managing wireless networks. - 🔄 Wi-Fi channel: if the router is working on the channel
12-14(not allowed in all countries), some adapters will not be able to connect. Change the channel to1-11.
How to change router settings:
- Open your browser and enter the router's IP address (usually
192.168.1.1or192.168.0.1). - Log in (default logins:
admin/adminoradmin/password). - Go to the section
Wireless SettingsorWi-Fi. - Change the parameters, save the settings and reboot the router.
⚠️ Attention: On some routers (Keenetic, MikroTik) Wi-Fi settings may be hidden in the sectionInterfacesorAccess pointsIf you can't find the item you need, check the instructions for your model.
6. IP addressing issues (DHCP)
If the PC connects to the network, but the internet is not working (there is an exclamation mark next to Wi-Fi), it's my fault IP address conflict or a DHCP failure. Here's how to fix it:
Method 1: Obtain an IP automatically
- Open
Control Panel→Network and Internet→Network and Sharing Center→Changing adapter settings. - Right click on
Wireless network→Properties→Internet Protocol version 4 (TCP/IPv4)→Properties. - Select
Obtain an IP address automaticallyAndObtain DNS server address automatically.
Method 2: Manually enter DNS
If automatic retrieval doesn't work, try specifying DNS from Google or Cloudflare:
- 🌐 Google DNS:
8.8.8.8And8.8.4.4 - ☁️ Cloudflare DNS:
1.1.1.1And1.0.0.1
Method 3: Check for IP conflicts
Open Command line and enter:
arp -a
If you see duplicate IP addresses (eg. 192.168.1.100 assigned to two devices), reboot the router and PC.
7. Hardware malfunctions
If none of the methods helped, the problem may be in physical malfunction adapter, antenna, or motherboard. Here's how to diagnose it:
Signs of hardware failure:
- 🔌 The adapter is not detected in
Device Managereven after reconnection. - 📶 The network signal is extremely weak (1-2 bars), although the router is nearby.
- 🔥 A burning smell appears or the adapter heats up to high temperatures.
- 🔄 Wi-Fi only works in certain positions of the laptop (for example, if you tilt the screen).
What to do:
- 🔧 For USB adapters: Try connecting to a different PC. If the problem persists, the adapter is faulty.
- 🖥️ For PCI adapters: Check that it fits snugly in the slot. If necessary, clean the contacts with an eraser.
- 💻 For laptops: If the Wi-Fi module is soldered into the motherboard (as in MacBook or some Dell XPS), you will need to contact the service center.
If the adapter is broken, here are some budget-friendly replacement options:
| Type | Model | Speed | Price (2026) |
|---|---|---|---|
| USB | TP-Link TL-WN823N | 300 Mbps | ~1 200 ₽ |
| PCI | ASUS PCE-AC51 | 867 Mbps | ~2 500 ₽ |
| External (for laptop) | Intel Wi-Fi 6 AX200 | 2.4 Gbps | ~3 500 ₽ |
⚠️ Attention: Before purchasing a new adapter, check if your motherboard supports the standard.Wi-Fi 6 (802.11ax)For older PCs (pre-2018) you may need an adapter withWi-Fi 5 (802.11ac).
8. Rare causes: from viruses to Windows updates
Sometimes Wi-Fi stops working because non-obvious reasons, which are difficult to diagnose. Let's look at the most insidious cases:
1. Viruses and malware
Some viruses (eg Trojan.Win32.NetFilter) modify network settings, blocking connections. Run a full scan using system tools:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
2. Conflict after Windows update
Updates KB5034441 (January 2026) and KB5032278 (November 2026) are known for bugs with Wi-Fi adapters Realtek And Mediatek. Solution:
- Open
Parameters→Updates and Security→View update history. - Click
Remove updatesand remove the problematic packages. - Temporarily block their installation via
Troubleshooting→Additional funds→Windows Update.
3. Conflict with VPN or proxy
If you use NordVPN, ProtonVPN or configured the proxy manually, this may block local connections. Reset the settings:
netsh winhttp reset proxy
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /f
How can I check if my antivirus is blocking network ports?
Launch the command prompt and enter netstat -anoIf there are many connections in the list in the state TIME_WAIT or CLOSE_WAIT — this is a sign of blocking. Also check your antivirus logs: Kaspersky they are in C:\ProgramData\Kaspersky Lab\AV\Report.
FAQ: Frequently asked questions about connecting Wi-Fi to your PC
Why does Windows say "No connections available" even though the router is working?
This could mean:
- The adapter is disabled in
Device Manageror physically. - The adapter driver is not installed or is damaged.
- The router is configured for a hidden network (SSID Hidden).
- The adapter does not support the frequency.
5 GHz, and turned off the router2.4 GHz.
Start by checking the adapter in Device Manager and updating the drivers.
The Wi-Fi connects, but there's no internet access. What should I do?
The problem is usually related to IP addressing. Try:
- Reset TCP/IP settings (commands)
netsh int ip resetAndipconfig /flushdns). - Enter DNS manually (
8.8.8.8And8.8.4.4). - Check if your antivirus or firewall is blocking the connection.
- Restart your router and PC.
My laptop connects to Wi-Fi, but my desktop PC doesn't. What's wrong?
Most likely the problem is in the adapter:
- Desktop PCs often don't have built-in Wi-Fi—check if an external adapter is connected.
- The USB adapter may be faulty or conflict with the ports.
- The PCI adapter may not fit well in the slot (check the contacts).
Also make sure that the drivers for the adapter are installed on your PC.
My Wi-Fi stopped working after a Windows update. How do I fix it?
Windows updates often break adapter compatibility. Try this:
- Roll back the adapter driver to the previous version.
- Uninstall the latest Windows update (
Parameters→Updates and Security→View update history). - Download the latest driver from the adapter manufacturer's website.
The router is assigning an IP address, but the internet isn't working. What should I check?
Possible reasons:
- Problems on the provider's side (call support).
- Incorrect PPPoE settings on the router (check the login/password from the provider).
- MAC address blocking (sometimes providers bind the Internet to a specific device).
- DHCP failure (try to enter a static IP manually).