You turn on your laptop or PC with Windows 10, and instead of the usual list of networks, the inscription “No connections available" or infinite "Connecting..." that suddenly resets? This problem is familiar to millions of users, and its causes can lie in both the operating system settings and the hardware—from Wi-Fi adapter to routerUnlike Windows 11While some network functions are simplified, Windows 10 often requires manual configuration, especially after updates or driver changes.
In this article, we won’t just list standard tips like “reboot your router,” but we’ll also look at Hidden Windows 10 settings that affect Wi-Fi connection stability but are rarely mentioned in typical instructionsYou will learn how to diagnose the problem using error codes (for example, 0x80070035 or 1068), why the laptop “sees” the network, but does not connect to it, and what to do if IP address It's not issued automatically. We'll pay special attention to cases where Wi-Fi works on other devices but refuses to connect to your PC.
Before you begin making corrections, answer one question to help narrow down the possible causes:
1. Checking the basic parameters: what to do first
Start with the basic steps—they solve the problem in 30% of cases, but many users skip them, jumping straight to complex settings. Here's a quick diagnostic checklist:
☑️ Basic Wi-Fi Test on Windows 10
If the problem persists after these steps, proceed to analysis adapter status. Open device Manager (Win + X → Device Manager) and find the section "Network adapters" This should display:
- 🔹 Wireless adapter (For example, Intel Wi-Fi 6 or Qualcomm Atheros) - without exclamation marks.
- 🔹 WAN Miniport (virtual adapters for VPN/PPPoE) - their absence is not critical.
- 🔹 Microsoft Wi-Fi Direct Virtual Adapter - is responsible for the function Wi-Fi Direct.
If there is a yellow triangle next to the adapter, it means problem with the driver (More on this in the next section). If there is no adapter at all, it is either disabled in BIOS/UEFI, or physically damaged. On laptops Lenovo, HP And Dell Wi-Fi is often disabled by a keyboard shortcut - for example, Fn + F2 or Fn + F12 (The exact combination is indicated in the manual for your model).
2. Drivers: updating, rolling back, and hidden conflicts
Incorrect or outdated drivers are the most common cause of Wi-Fi problems in Windows 10. The system can automatically install universal drivers (Microsoft Wi-Fi Driver) that are not fully compatible with your adapter. To check this:
- Open
device Manager→ «Network adapters». - Right click on your Wi-Fi adapter (for example, Realtek RTL8821CE) and select "Properties».
- Go to the "Driver" and check the version. If it's older than 2022, the driver is out of date.
Solutions:
- 🔄 Update the driver manually: Download the latest version from the adapter manufacturer's website (Intel, Broadcom, Qualcomm etc.). Do not use drivers from the laptop manufacturer's website - they are often outdated!
- 🔙 Roll back the driver: If the problem appeared after the update, click "Roll back» in the driver properties.
- 🗑️ Remove conflicting driversSometimes old driver files remain in the system. Use this utility. Display Driver Uninstaller (DDU) in safe mode to remove them completely.
Pay special attention to adapters Realtek — their drivers often conflict with Windows updates. If Wi-Fi is completely gone after installing a new driver, try:
- Boot into Safe Mode with Networking (
Win + R → msconfig → Boot → Safe Mode → Network). - If Wi-Fi works in safe mode, the problem is with third-party software (antivirus, VPN).
- If it doesn't work, the driver is corrupted. Remove it via
device Manager(right click → «Remove device"), then reboot - Windows will install the basic driver.
How can I find out the exact model of my Wi-Fi adapter if it's not detected?
Open Command line (Win + R → cmd) and enter:
wmic nic get name, adaptertype, instancename
In the list, find the device with the type Ethernet 802.3 (this is a wired network) and 802.11 (This is Wi-Fi). Copy the value. instancename and search for the driver using it.
3. Network settings: IP, DNS, and hidden Windows settings
If Wi-Fi connects but the internet doesn't work, or you see statuses like "No internet access" or "Limited", the problem lies in the network settings. Start by checking IP addresses:
- Open
Command lineand enter:ipconfig /all - Find the block with the name of your Wi-Fi adapter (for example,
Wireless network). - Check the fields:
IPv4 address: must be in range192.168.x.xor10.x.x.x(if the router is configured by default).Main gateway: must match the router's IP (usually192.168.1.1or192.168.0.1).DNS servers: if this is empty or contains invalid addresses (e.g.0.0.0.0), the Internet will not work.
If the IP address starts with 169.254.x.x, this means that DHCP does not issue an addressYou can fix this like this:
- 🔧 Restart the DHCP service:
net stop dhcpnet start dhcp - 🔄 Reset the TCP/IP stack:
netsh int ip resetnetsh winsock resetOnce completed, restart your PC.
- ⚙️ Configure IP manually (if DHCP does not work):
- Open
Settings → Network & Internet → Wi-Fi → Configure adapter settings. - Right click on your Wi-Fi → «Properties» → «Internet Protocol version 4 (TCP/IPv4)».
- Install:
- IP address:
192.168.1.X(where X is a number from 2 to 254, not occupied by other devices). - Subnet mask:
255.255.255.0. - Default gateway:
192.168.1.1(or your router's address). - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare).
- IP address:
- Open
Another common problem is DNS conflictIf the sites don't open, but ping 8.8.8.8 The command line works fine, but DNS is to blame. Check:
- 🌍 Change DNS server in IPv4 properties (as described above).
- 🛡️ Disable DNS interception in an antivirus (for example, in Kaspersky or Avast).
- 🔍 Check the file
hosts:- Open
C:\Windows\System32\drivers\etc\hostsV Notepad (as administrator). - Make sure that after the line
127.0.0.1 localhostthere are no extraneous entries (viruses often add redirects there).
- Open
- Open
Control Panel → Windows Firewall → Allow an app to interact with the app. - Make sure that for your network (Private or Public) flags for " are allowedNetwork discovery" And "File and Printer Sharing».
- If Wi-Fi connects but there is no internet connection, temporarily disable your firewall and check the connection.
- 🛡️ Firewall: Turn it off for 5 minutes and check the connection.
- 🔍 Traffic scanner: In the antivirus settings, find the section "Network protection" and disable HTTPS/SSL checking.
- 🚫 Blacklist: Some antiviruses (for example, Kaspersky) block networks with "suspicious" names (for example,
free_wifi). Check the list of blocked networks. - 🔌 Disable your VPN and restart your PC.
- 🔧 Remove VPN virtual adapters in
Device Manager(chapter "Network adapters”, names likeTAP-Windows Adapter). - 📡 Reset network settings:
netsh interface ipv4 resetnetsh interface ipv6 reset - 🔐
WEP— an outdated protocol, insecure and often blocked. - 🔒
WPA3in mode Transition Mode (mixed with WPA2) - may cause conflicts. - 🚫
TKIP- if specified in the router settingsWPA2-PSK TKIP/AES, select onlyAES. - Open
device Manager→ «Network adapters». - Right-click on the Wi-Fi adapter → «Properties» → tab «Power management».
- Uncheck the box "Allow the computer to turn off this device to save power».
- 🔄
WLAN AutoConfig(WLAN auto-configuration) - should beWorks. - 🌐
Network List Service(Network List Service) - if disabled, Windows will not see the network. - 🔗
Automatic Network Detection Service(Network Location Awareness) - is responsible for recognizing the network type (private/public). - Click
Win + R, enterservices.msc. - Find the service in the list, right-click → "Properties».
- Install "Launch type" V "Automatically" and press "Launch».
- Open
Command lineon behalf of the administrator. - Enter:
netsh advfirewall resetnetsh int ip reset
netsh winsock reset - Restart your PC.
- 🔍 External examination: On laptops, check if the Wi-Fi module connector is damaged (usually located under the cover on the back panel). On PCs, make sure that the adapter (e.g. TP-Link TL-WN823N) fits tightly in
USBorPCIeslot. - 🔧 Test on another device: If you have
USB Wi-Fi adapter, connect it to another PC or laptop. If it works there, the problem is with your system. - 📡 Checking antennas: On some laptops (eg. HP PavilionThe Wi-Fi antennas are connected to the module with thin cables. If the cable is loose, the signal will be weak or absent.
- Open
Command lineand enter:ping 127.0.0.1If the ping works, the network stack is working. If not, there's a problem with the drivers or adapter.
- Check the event log:
eventvwr.mscIn the section "Windows Logs → System» look for errors with the source
Netwtw04orWLAN-AutoConfig. - For adapters Realtek Download the driver from the website Realtek (chapter
Communications Network ICs → Wireless LAN ICs). - For Intel use Intel Driver & Support Assistant - it will automatically select the latest version.
- For Broadcom Look for drivers on the laptop manufacturer's website (for example, Dell Support or Lenovo PC Support).
- 📶 Modem mode: Connect your phone via USB and turn on "USB modem" in your phone's settings. This will temporarily connect you to the internet to download the drivers.
- 🔌 Powerline adapterIf the router is far away, use adapters TP-Link AV600 or Devolo Magic, which transmit the Internet through electrical wiring.
- 🖥️ USB Wi-Fi adapter: Buy an external adapter (eg. TP-Link TL-WN725N (for 500–1000 ₽) and connect it to a USB port. This will bypass issues with the built-in module.
- 🔄 Windows Update: Sometimes Wi-Fi issues are fixed in patches. Check for updates in
Settings → Update & Security. - 🔧 Disable IPv6: In the router settings (
LAN → IPv6) Disable IPv6 support - sometimes it conflicts with Windows 10. - 🌐 Enable compatibility mode: In the Wi-Fi router settings (
Wireless → Advanced) install802.11n Onlyinstead of802.11b/g/n/ac. - 🔒 Change region: In some routers (for example, Xiaomi Mi Router) the region is set by default
China, which limits the signal strength. SelectRussiaorEurope. - Disabled service
WLAN AutoConfig(check inservices.msc). - Corrupted adapter driver (try reinstalling it).
- Hardware failure (for example, detached antennas on a laptop).
- Is an IP address issued (enter
ipconfigon the command line). If the address is of the type169.254.x.x— problem with DHCP. - Is the internet working on other devices? If not, reboot the router.
- Is your antivirus blocking the connection (temporarily disable it).
- Try changing your DNS to
8.8.8.8or1.1.1.1. - Check the file
hosts(path:C:\Windows\System32\drivers\etc\hosts). - Perform a network reset:
Settings → Network & Internet → Status → Network reset.
4. Conflicts with antiviruses, VPNs, and firewalls
Firewalls and antivirus programs often block Wi-Fi connections, especially if the network is marked as "public" Start by checking Windows Firewall:
Antiviruses (ESET NOD32, Dr.Web, Avast) may block the network for several reasons:
VPN clients (OpenVPN, NordVPN, ProtonVPN) can also disrupt the connection. If you use a VPN:
5. Router issues: channels, encryption, and firmware
If Wi-Fi is not working on only one device with Windows 10, and everything is fine on phones and tablets, the problem is most likely in the PC settings. But if they don't connect all devices, the router is at fault. Check the following parameters:
| Parameter | Optimal value | How to check/change |
|---|---|---|
| Wireless network mode | 802.11n/ac (or 802.11ax for Wi-Fi 6) |
In the router settings: Wireless → Mode or Basic Settings |
| Channel width | 20/40 MHz (for 2.4 GHz) or 80 MHz (for 5 GHz) |
Wireless → Channel Width |
| Security type | WPA2-PSK AES or WPA3-PSK |
Wireless → Security |
| Wi-Fi channel | Auto or manual (eg. 6 for 2.4 GHz) |
Wireless → Channel |
| Max. number of devices | At least 10 (default is usually 32) | DHCP → Max Lease Time or Wireless → Advanced |
Pay special attention encryption typeWindows 10 doesn't work well with:
If the router supports Wi-Fi 6 (802.11ax), but your adapter is older than 2019, turn on compatibility mode (802.11a/b/g/n/ac). Also check transmit power - in some routers (for example, ASUS RT-AX88U) it is reduced to 50% by default. Set the value 100% in the section Wireless → Professional.
6. Hidden Windows 10 Settings: Services, Power Saving, and Policies
Windows 10 has several "hidden" features that can block Wi-Fi. One of them is energy conservation policy for the network adapter. To disable it:
Another common problem is disabled services, responsible for the network. Check the status of the following services:
To check and enable services:
Another Windows 10 feature is connection limitation through Group policy (even in the home version!) To reset restrictions:
How to reset Windows 10 network settings to factory defaults?
Open Settings → Network & Internet → Status → Network resetThis function removes all network adapters, VPN connections, and returns TCP/IP settings to default values. Attention: After the reset, you will have to re-enter your Wi-Fi passwords!
7. Hardware problems: how to check your Wi-Fi adapter
If none of the software methods helped, the problem may be in iron. Start by checking the adapter:
To diagnose hardware problems, use built-in Windows tools:
If the adapter is detected but does not catch the network, try alternative driver:
8. Alternative connection methods if nothing helps
If standard methods don't work, try these workarounds:
If you suspect the problem is router, but don't want to reset it, try:
⚠️ Attention: If you use corporate network (for example, in an office or university), the problem may be in the settings 802.1X authentication. In this case, contact your network administrator; changing the settings yourself may result in your device being blocked.
FAQ: Frequently Asked Questions about Wi-Fi on Windows 10
Why doesn't Windows 10 show available networks even though Wi-Fi is turned on?
This may be caused by:
Also check if the hidden network mode is enabled on your router (Hide SSID). In this case, the network will not appear in the list, but you can connect to it manually.
The Wi-Fi connects, but the internet isn't working. What should I do?
First check:
If there is an IP, but websites do not open:
Wi-Fi disappeared after updating Windows 10. How can I get it back?
Updates often break drivers.