You turned on your laptop or PC with Windows 10, and instead of the usual Wi-Fi connection, there is an error "No connections available" or infinite "Obtaining an IP address"? This problem is familiar to millions of users, and there are dozens of possible causes: from a simple disabled adapter to conflicts with antivirus software or registry errors. In this article, we'll look into it. all possible scenarios, Why Windows 10 won't connect to WiFi, - from the most obvious to the exotic, and we will also give step-by-step instructions to eliminate each of them.
It is important to understand that the diagnostic algorithm depends on symptomFor example, if your Wi-Fi isn't showing up at all in the list of networks, that's one reason. If the network is visible, but the connection drops after a few seconds, that's another. And if the connection indicator is on, but the internet isn't working, that's a third. We've structured this article so you can quickly find a solution. specifically for your situation.
Before you start making settings, please check two things: 1) Make sure Wi-Fi is working on other devices (smartphone, tablet). If not, the problem is with the router or ISP. 2) Restart your computer and router (unplug the router for 30 seconds). In 20% of cases, this resolves the issue without any additional steps.
1. The Wi-Fi adapter is disabled or not detected by the system.
The most common reason why Windows 10 doesn't detect Wi-Fi — physical or software disconnection of the adapter. On laptops, this often occurs after updates or due to accidental key presses. On PCs, the problem may be due to an incorrectly connected USB/PCI adapter.
How to check:
- 🔍 Find it on your laptop hardware Wi-Fi switch (usually on the sidebar) or a keyboard shortcut (for example,
Fn + F2,Fn + F12(Depends on the model). Press it to turn on the adapter. - 🖥️ On your PC, make sure the USB/PCI device is securely connected to the port. Try reconnecting it or using a different port.
- 📋 Open
device Manager(Win + X → Device Manager) and check the section "Network adapters" If there is an exclamation mark next to the name of your Wi-Fi adapter, the driver is not working correctly.
If the adapter is not listed or is marked as "Unknown device", the problem is drivers or hardware failure. Proceed to the section on drivers.
2. Problems with Wi-Fi adapter drivers
Drivers — the second most common cause of connection failures. They can be obsolete, damaged or conflict with other programs. This is especially relevant after major updates. Windows 10 (for example, switching to version 22H2) when the system automatically installs generic drivers that are not optimized for your adapter.
How to fix:
- Update the driver manually:
- 🔄 Open
device Manager, find your adapter in the "Network adapters». - 🖱️ Right-click → «Update driver» → «Automatic search».
- ⚠️ If the system reports that the driver is up to date, this isn't always true. Proceed to the next step.
- 🔄 Open
- 🗑️ In
Device Managerremove the adapter (right click → "Remove device»). - 🌐 Download the driver from the official website of the laptop/adapter manufacturer (for example, for Intel — intel.ru, For Realtek — realtek.com).
- 📥 Install the driver manually, following the manufacturer's instructions.
☑️ Check Wi-Fi drivers
Critical Information: If your Wi-Fi adapter disappears from Device Manager after updating your driver, this may indicate a conflict with your Windows 10 version. In this case, rolling back your system to a restore point or installing the driver in compatibility mode (right-click the installation file → "Properties" → "Compatibility" → select your previous version of Windows) may help.
3. Incorrect network settings in Windows 10
Sometimes Windows 10 won't connect to Wi-Fi Due to corrupted network settings. This can occur after a virus attack, an improper PC shutdown, or experimenting with system tweaker software. The main "weak points" are:
- 🔧 WLAN AutoConfig Service disabled.
- 📡 TCP/IP parameters reset to static values.
- 🔒 Network profile set to "Public" instead of "Private".
How to fix:
- Check the WLAN AutoConfig service:
1. ClickWin + R, enterservices.msc.2. Find the service "WLAN AutoConfig Service».
3. Double-click → in the “Launch type» select «Automatically».
4. Click "Launch» → «Apply». - Reset TCP/IP settings:
Open
Command prompt as administrator(Win + X → Command Prompt (Administrator)) and perform the following in turn:netsh int ip resetnetsh winsock reset
ipconfig /flushdnsAfter each command, press
Enter. Restart your PC.
⚠️ Attention: If you use VPN or proxy server, their settings may conflict with your Wi-Fi connection. Try temporarily disabling these services in your network settings (Settings → Network & Internet → VPN/Proxy).
4. Conflict with antivirus or firewall
Aggressive antiviruses (For example, Kaspersky Internet Security, Avast, ESET NOD32) or built-in Windows Firewall They may block your Wi-Fi connection, viewing it as a potential threat. This is especially true for public networks (in cafes, airports) or when connecting to a new hotspot for the first time.
How to diagnose:
- 🛡️ Temporarily disable your antivirus (right-click on the tray icon → “Disable protection” or “Pause”).
- 🔥 Disable Windows Firewall:
Control Panel → Windows Firewall → Turn Windows Firewall on or off - 🔄 Try connecting to Wi-Fi. If it works, the issue is in your security settings.
Solutions:
- 🔧 Add your network to antivirus exclusions (Settings → “Exceptions” → enter the router’s IP address or network name).
- 📋 In Windows Firewall, allow connections for network-related applications (
Control Panel → Firewall → Allow an application to interact with). - 🔄 If the problem appeared after updating your antivirus, check for updates or roll back to the previous version.
5. Problems on the router side
If Windows 10 won't connect to WiFi, and the network works on other devices - the PC isn't always to blame. The router can block your device by MAC address, use incompatible standard (For example, 802.11ax for the old adapter) or have lost settings DHCP.
What to check:
| Problem | How does it manifest itself? | Solution |
|---|---|---|
| MAC address filtering | The network is visible, but connection is impossible. | Add the PC's MAC address to the router's whitelist |
| Incompatible Wi-Fi standard | The network is not displayed or the connection is unstable | In the router settings, select the mode 802.11n (instead of 802.11ac/ax) |
| DHCP failure | Error "Obtaining IP address" or address 169.254.x.x |
Reboot your router or assign a static IP manually |
| Channel congestion | Slow connection or disconnections | Change the Wi-Fi channel in the router settings (for example, from 6 on 11) |
How to change router settings:
- Open your router's control panel (type into your browser
192.168.0.1or192.168.1.1, login/password usuallyadmin/admin). - Go to the section
Wi-FiorWireless mode. - Check the parameters:
- 📶 Network standard: select
802.11n(if the adapter is old). - 🔒 Encryption: should be
WPA2-PSK(NotWPA3, if the adapter does not support it). - 🔄 Channel: try it
1,6or11(least loaded).
- 📶 Network standard: select
⚠️ Attention: If you are unsure of your router settings, make a backup copy of your configuration (System Tools → Backup/Restore) before making changes. Incorrect settings can completely disable the internet for all devices.
6. Registry or system file failures
Deep failures in Windows registry or damaged system files may lead to the fact that Windows 10 won't connect to Wi-Fi, even if the adapter is working and the drivers are installed. This often happens after:
- 🖥️ Failed system update.
- 🦠 Viral infection.
- 🔧 Using programs to “optimize” the registry (for example, CCleaner).
How to recover:
- Check the integrity of system files:
Open
Command prompt (administrator)and run:sfc /scannowdism /online /cleanup-image /restorehealthWait for the process to complete (this may take 10–30 minutes). Restart your PC.
- Reset network settings via registry:
Create a text file with the extension
.regand the following contents:Windows Registry Editor Version 5.00[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp]Save the file, right-click on it → "Merger" Reboot.
What to do if resetting the registry didn't help?
If Wi-Fi still doesn't work after resetting the registry, try creating a new Windows user (Settings → Accounts → Family & other users). Sometimes the user profile gets corrupted and the new network settings are not applied.
7. Hardware malfunctions
If none of the above methods worked, the problem may be hardware:
- 🔌 Damaged Wi-Fi module (especially relevant for laptops after falls or overheating).
- 🔋 Faulty USB port (for external adapters).
- 📡 Antenna problems (for example, a cable has come loose inside the laptop case).
How to diagnose:
- 🔄 Connect an external Wi-Fi adapter (even the cheapest one). If it works, the problem is with the built-in module.
- 🔍 Check it out
device Manager: If the adapter appears and then disappears, this is a sign of unstable contact. - 🛠️ On a laptop, gently press on the case in the area of the Wi-Fi module (usually under the key
F2orF12). If the connection appears, repairs are required.
Solutions:
- 🔧 For PC: replace the PCI-e/USB adapter (cost from 500 ₽).
- 💻 For a laptop: Contact a service center to replace the Wi-Fi module (price 1,500–3,000 ₽ depending on the model).
⚠️ Attention: If you decide to replace the Wi-Fi module yourself, make sure the new module is compatible with your laptop model. For example, modules Intel And Broadcom may not work on devices with a hardware whitelist (for example, on some models Lenovo or HP).
8. Windows 10 Features (Updates, Policies, Energy Saving)
Windows 10 is known for its "surprises" after updates. Some builds (for example, 20H2 or 21H1) contained bugs that caused Wi-Fi adapters stopped being detected or were unstable. In addition, the system may automatically disable the adapter to save energy.
What to check:
- 🔄 Rolling back updates:
Settings → Update & Security → Windows Update → View update history → Uninstall updatesRemove recently installed packages (especially if the problem appeared recently).
- ⚡ Energy saving settings:
Device Manager → Network Adapters → [your adapter] → Properties → Power ManagementUncheck the box next to "Allow the computer to turn off this device to save power».
- 📋 Group Policies (For Windows 10 Pro/Enterprise):
Click
Win + R, entergpedit.msc→ follow the path:Computer Configuration → Administrative Templates → Network → Windows Connection ManagerMake sure the policy is "Disable connection to infrastructure networks" is disabled.
FAQ: Frequently asked questions about connecting to Wi-Fi in Windows 10
🔹 Why does Windows 10 say "No connections available" even though the router is working?
This may be caused by:
- Disabled Wi-Fi adapter (check
device Managerand keysFn). - Service failure
WLAN AutoConfig(restart it afterservices.msc). - Damaged driver (remove it and reinstall it from the manufacturer's website).
Also try turning it on airplane mode for 10 seconds, then turn it off.
🔹 How do I connect to Wi-Fi if Windows 10 asks for a password, but it's correct?
Possible reasons:
- It's enabled on the router. WPA3 encryption, and your adapter does not support it (switch to
WPA2-PSK). - It is set in the router settings hidden SSID (disable this option).
- Windows Credential Manager failed. Delete the saved network:
Settings → Network & Internet → Wi-Fi → Manage known networks → select a network → Forget
🔹 Why does Wi-Fi connect, but the internet doesn't work?
This is a typical problem with IP addressing or DNS. Check:
- Open
Command lineand enteripconfig /allIf the IP address starts with169.254, DHCP does not work → reboot the router or assign IP manually. - Try changing your DNS to
8.8.8.8(Google) or1.1.1.1(Cloudflare):Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings → [your connection] → Properties → Internet Protocol Version 4 → Specify DNS manually
🔹 Can antivirus software block Wi-Fi?
Yes, especially if you have it installed Kaspersky, Avast or ESETThese programs may block the connection for several reasons:
- The network is considered "unsafe" (eg public Wi-Fi).
- The module " is enabledNetwork protection" or "Traffic control».
- Conflict with the built-in Windows firewall.
Solution: Temporarily disable your antivirus or add the network to the exceptions.
🔹 What should I do if my Wi-Fi connection is lost after updating Windows 10?
Updates often break driver compatibility. Try this:
- Roll back the adapter driver (
Device Manager → [adapter] → Properties → Driver → Roll Back Driver). - Install the driver in compatibility mode (right-click on the installation file → “Properties” → “Compatibility” → select the previous version of Windows).
- Roll back the Windows update itself (
Settings → Update & Security → Update → Update history → Uninstall updates).
If all else fails, check the Microsoft forums—there may already be a patch available for your adapter model.