Problems with Wi-Fi on Windows 10 — one of the most common problems users encounter. Sometimes the network disappears for no apparent reason, sometimes the connection is limited, sometimes the speed drops to zero. In 80% of cases, the culprit is not hardware failure, but rather glitches in drivers, system settings, or conflicts with the router. The good news: you can restore Wi-Fi yourself, without resorting to professional help.
This article is not just a collection of template tips, but structured diagnostic methodology, which will help identify the root of the problem and fix it with minimal time investment. We'll cover both basic methods (rebooting, checking cables) and advanced ones (manual setup) IPv4, stack reset TCP/IP). We'll pay special attention to cases where Windows 10 doesn't see the network at all or connects, but doesn't have internet access.
Before you begin, answer two questions: Does the laptop/PC see other networks? (neighbors, public areas) and Does the Internet work on other devices? (phone, tablet)? This will help narrow down the possible causes. If the problem only affects one device, Windows is to blame. If it affects all devices, check your router or ISP.
1. Basic diagnostics: what to check first
Start with basic steps that even experienced users often overlook. These actions take no more than 5 minutes, but can save hours of searching for complex solutions.
- 🔌 Check the physical connection of the router: Make sure the power cable is firmly plugged into the outlet and the indicators on the router are steady (not flashing erratically). If the router is connected to the ISP via
Ethernet- the cable, check its integrity - carefully bend it in several places, listen to see if the braid cracks. - 📶 Restart your router and computerUnplug your router for 30 seconds, then plug it back in. Do the same with your PC/laptop. This clears the cache.
DNSand temporary connection errors. - ⚡ Check the airplane mode: click
Win + Ato open the notification center and make sure Airplane mode is disabled. Sometimes it's accidentally activated by a keyboard shortcut.Fn + F2(depending on the laptop model). - 🔍 Make sure Wi-Fi is enabled on your device.: Some laptops have a physical switch or key combination (eg.
Fn + F12) to disable wireless modules.
If the Wi-Fi works after these steps, the issue was temporary. If not, proceed to the next section. Please note: if other devices connect to the network normally, but your PC does not, rule out a router malfunction from the list of possible reasons.
2. Diagnosing the network adapter in Windows 10
If the basic methods don't help, it's time to dig deeper. Let's start by checking the network adapter status. To do this:
- Click
Win + Xand select "Device Manager". - Expand the tab Network adapters.
- Find the device with the names Wireless, Wi-Fi, 802.11 or the model of your adapter (for example, Intel Wi-Fi 6 AX200).
Please note the icon next to the adapter name:
- ❌ Red cross — the adapter is disabled. Right-click and select "Enable."
- ⚠️ Yellow exclamation mark — a driver problem. More on this in the next section.
- ✅ No icons — the adapter is turned on and recognized by the system.
If the adapter is OK, but the Wi-Fi is not working, check its status via command line:
netsh wlan show interfaces
In the output, pay attention to the lines:
State— it should be "connected" (if you have already tried to connect to the network).Radio status— it should be "Hardware Radio On / Software Radio On". IfOff— the adapter is software disabled.
3. Update and reinstall Wi-Fi drivers
Driver failures are the most common cause of Wi-Fi issues on Windows 10. Drivers can be outdated, corrupted after a system update, or conflict with other software. Let's look at three possible solutions:
Method 1: Automatic update via Device Manager
- Open device Manager (
Win + X → Device Manager). - Expand Network adapters, find your Wi-Fi adapter, right-click and select Update Driver.
- Select Automatic search and wait for the process to complete.
Method 2: Manual installation from the manufacturer's website
Automatic updates don't always find the latest version. It's best to download the driver from the official website:
- Determine the adapter model (see the previous section).
- Go to the manufacturer's website:
- Intel: intel.ru (section "Support → Drivers")
- Realtek: realtek.com
- Qualcomm Atheros: qualcomm.com
- Broadcom: Drivers are usually available on the laptop manufacturer's website (Lenovo, HP, Dell etc.).
Settings → System → About).Method 3: Roll back the driver (if the problem appeared after an update)
If your Wi-Fi stopped working after a recent Windows or driver update, try rolling back to the previous version:
- IN Device Manager Right click on the Wi-Fi adapter.
- Select Properties → Driver → Roll Back Driver.
- Confirm the action and restart your computer.
- 🔄 Error "Connected, no internet access".
- 🚫 Inability to connect to any network (even with the correct password).
- 🐢 Extremely slow Wi-Fi speed with a stable signal.
☑️ Check Wi-Fi drivers
⚠️ Attention: If after updating the driver the Wi-Fi adapter has disappeared from Device Manager or appears as "Unknown device", it may mean you downloaded an incompatible version. In this case, follow these steps: driver rollback or use a system restore point.
4. Reset network settings in Windows 10
If the drivers are OK but Wi-Fi still isn't working, the problem may be due to incorrect network settings. Windows 10 allows you to reset them to factory defaults without reinstalling the system. This will delete all saved networks and settings, but it often helps with:
To reset settings:
- Open Parameters (
Win + I). - Go to Network and Internet → Status.
- Scroll down and click Network Reset.
- Confirm the action and wait for the PC to restart.
After the reset, you'll need to reconnect to all Wi-Fi networks, entering their passwords. If the issue was a conflict, IP-addresses or DNS, this method will eliminate it.
What should I do if the "Network Reset" button is inactive?
This means your version of Windows 10 doesn't support this feature (this applies to earlier builds before 1803). In this case, use the alternative command line method:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing the commands, restart your computer.
5. Manual TCP/IP and DNS configuration
Sometimes Windows 10 can't automatically retrieve the correct network settings from the router. This manifests itself as a connection without internet access or constant disconnections. In such cases, manual configuration can help. IPv4 And DNS.
First, check your current settings:
- Open Control Panel → Network and Sharing Center.
- Click on the Wi-Fi connection (to the right of "Connections").
- Click Properties → IPv4.
If there are check marks on Obtain an IP address automatically And Obtain DNS server address automatically, but the internet doesn't work, try entering the parameters manually:
| Parameter | Meaning (for most routers) | Note |
|---|---|---|
IP address |
192.168.1.100 |
The last digit can be any number from 2 to 254, but should not match the addresses of other devices on the network. |
Subnet mask |
255.255.255.0 |
Usually does not change. |
Main gateway |
192.168.1.1 |
Your router's address. It may differ (for example, 192.168.0.1). Check the router sticker. |
DNS server |
8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) |
Use public DNS if your ISP is unstable. |
After applying the settings, check your connection. If the internet connection starts working but then drops out again after a while, the problem may be with your router (see the next section).
⚠️ Attention: If after manual settingIPYou have lost access to your router (you cannot access the web interface via192.168.1.1), return settingsIPv4in automatic mode or check that the gateway entered is correct.
6. Router-side issues: what to check
If Wi-Fi isn't working on other devices or is unstable, the problem lies with the router. Here's what to do:
- 🔄 Reset your router to factory settings: press and hold the button Reset (usually it's recessed into the case and requires a paperclip) for 10-15 seconds. After resetting, configure the router again through the web interface (
192.168.1.1or192.168.0.1). - 📡 Check your Wi-Fi channelIf there are a lot of networks in your area, they may be causing interference. Go to your router settings and change the channel to
1,6or11(for the range2.4 GHz). For5 GHzchoose channels with less traffic (for example,36,40). - 🔒 Update your router firmwareOutdated software can cause Wi-Fi issues. Download the latest firmware from the manufacturer's website and install it through the web interface.
- 📶 Turn off Smart Wi-Fi or Band Steering: These technologies automatically switch devices between
2.4 GHzAnd5 GHz, but sometimes they don't work correctly. Try disabling them in the settings.
If Wi-Fi worked after resetting the router, but the problem returns after a while, the device may be overheating. Check that the router isn't in an enclosed space (for example, behind a TV) and that the ventilation holes aren't clogged with dust.
7. Advanced Methods: When Nothing Else Works
If all previous methods have failed, it's time for more radical measures. These methods require more time, but often resolve complex cases.
Method 1: Reinstalling the network stack via the command line
This procedure completely resets all Windows network components, including TCP/IP, WinSock And DNS. Open command prompt as administrator (Win + X → Command Prompt (Administrator)) and perform in order:
netsh winsock reset catalognetsh int ipv4 reset reset.log
netsh int ipv6 reset reset.log
ipconfig /flushdns
reg delete HKCR\CLSID\{988248f3-a1ad-49bf-9170-676cbbc36ba3} /va /f
netcfg -v -u dni_dne
Once completed, restart your computer.
Method 2: Disable power saving for your Wi-Fi adapter
Windows 10 disables the Wi-Fi adapter by default to save battery life, which can cause connection drops. To fix this:
- Open device Manager.
- Find your Wi-Fi adapter, right-click → "Properties".
- Go to the tab Power Management.
- Uncheck the box "Allow the computer to turn off this device to save power".
- Click "OK" and restart your PC.
Method 3: Check for viruses and malware
Some viruses modify network settings or block internet access. Scan your system with:
- Windows Defender (built-in antivirus):
Settings → Update & Security → Windows Security → Virus & threat protection. - Malwarebytes or Kaspersky Virus Removal Tool (for deep checking).
Method 4: System Restore
If Wi-Fi problems started after installing updates or programs, try rolling back your system to a previous restore point:
- Click
Win + R, enterrstruiand press Enter. - Select the restore point created before the problem appeared.
- Follow the instructions of the recovery wizard.
⚠️ AttentionRouter and antivirus software interfaces may vary. If you don't find the exact option you're looking for, check the documentation for your device model or software version.
FAQ: Answers to Frequently Asked Questions
❓ Why doesn't Windows 10 see any Wi-Fi networks even though the adapter is enabled?
This may be caused by:
- Missing or damaged driver (check in Device Manager).
- Hardware failure of the Wi-Fi module (often after a laptop is dropped).
- Disabled service WLAN AutoConfiguration (check in
services.msc).
First, reinstall the driver as described in Section 3If that doesn't help, try connecting an external USB Wi-Fi adapter. If it works, the problem is with the internal module.
❓ How do I find out what Wi-Fi adapter I have?
There are three ways:
- Through device Manager:
Win + X → Device Manager → Network Adapters. - Through command line:
wmic nic get name, manufacturer - On the box or in the documentation for the laptop/motherboard (for PC).
❓ Why does Wi-Fi connect, but the internet doesn't work?
There are several reasons:
- The router is not receiving internet from the provider (check the cable and indicators on the router).
- The settings are lost
IP/DNS(try manual setting as in Section 5). - Problems on the provider's side (call support).
- Blocked by antivirus or firewall (temporarily disable them to check).
First, reboot your router. If that doesn't help, check your settings. IPv4 and contact your provider.
❓ Is it possible to restore Wi-Fi without reinstalling Windows?
Yes, in 99% of cases, reinstalling Windows is not necessary. Simply:
- Update/reinstall the adapter driver.
- Reset network settings (Section 4).
- Check your router and provider.
Reinstalling Windows is a last resort and should only be used if all other methods have failed. And The problem is definitely not in the hardware.
❓ Why did Wi-Fi disappear after updating Windows 10?
Windows updates sometimes reset drivers or network settings. To restore Wi-Fi:
- Roll back the adapter driver (Section 3).
- Perform a network reset (Section 4).
- Check if the service is disabled WLAN AutoConfiguration:
sc config Wlansvc start= autonet start Wlansvc
If the problem persists after each update, disable automatic installation of drivers for your Wi-Fi adapter via Settings → Update & Security → Advanced options → Updates for other Microsoft products.