You see the icon Wi-Fi with an exclamation mark in the Windows 10 system tray, but the browser keeps giving you the "No Internet Connection" error? This problem is familiar to millions of users: you're connected to the internet, but you can't access the internet. The cause could be in the settings. Windows 10, as well as in the equipment: from driver failures to problems on the provider’s side.
In this article we will look at all current solutions to the problem, from the most basic (rebooting devices) to in-depth diagnostics of network protocols. Important: not all methods are universal—effectiveness depends on the root cause of the failure. For example, if the problem is caused by an update Windows 10 before version 22H2, resetting the stack will help TCP/IP, and in case of hardware failure of the router, only hardware replacement.
Before you start setting things up, check the obvious: whether the Internet is paid for by the provider, whether there are technical works on the line, whether the antivirus is blocking access (for example, Kaspersky Internet Security or Avast). If everything is ok, follow the instructions below.
1. Restarting your router and computer is the first step.
Up to 60% of cases of no internet connection with active Wi-Fi connection are resolved by a simple reboot of the equipment. This is due to the fact that routers (especially budget models from TP-Link, D-Link or Tenda) may "freeze" after prolonged operation or power surges.
How to reboot correctly:
- 🔌 Turn off the router's power (Remove the plug from the socket, do not use the power button).
- ⏱️ Wait 30–60 seconds - this time is enough for the capacitors to discharge.
- 🔄 Turn the router back on and wait until it fully boots up (the indicators should be steady).
- 🖥️ Restart your computer with Windows 10 (via menu
Start → Shutdown → Restart).
If the Internet does not appear after rebooting, check if the indicator is on WAN/Internet on the router. If it flashing orange Or if the light isn't on at all, the problem is with your provider (cable break, unpaid bill, maintenance). In this case, call support.
⚠️ Attention: On some router models (for example, ASUS RT-AX88U or Keenetic) Factory reset is performed by long pressing the button Reset (10+ seconds). Don't confuse this with a regular reboot!
2. Troubleshooting with Windows 10
Windows 10 has a built-in tool for automatically detecting and fixing network problems. It doesn't always resolve serious issues, but in 30% of cases, it helps restore internet access without manual adjustments.
How to run diagnostics:
- Right click on the icon Wi-Fi in the tray (bottom right).
- Select
Troubleshooting. - Wait for the scan to complete (a reboot may be required).
If the system detects a problem, it will offer to apply a fix automatically. For example, diagnostics often find:
- 🔧 No valid IP address (solved by updating
DHCP). - 🌐 DNS server problems (fixed by changing DNS manually).
- 🔌 Disabled network adapter (turns on through
device Manager).
If the diagnostics don't help, proceed to the next step. Please note: after applying the fixes, you may need to reconnect to Wi-Fi (re-enter the password).
The Wi-Fi icon in the tray has turned blue (without the exclamation mark)|
The IP address in the settings starts with 192.168.xx or 10.xxx|
Any page (for example, google.com) opens in the browser|
Antivirus does not block the network (temporarily disable it)-->
3. Update or reinstall Wi-Fi adapter drivers
Malfunctions Wi-Fi adapter are often associated with outdated, corrupted, or incompatible drivers. This is especially true after major updates. Windows 10 (for example, the transition from 21H2 on 22H2), when standard drivers from Microsoft conflict with the "native" ones from the manufacturer (for example, Intel, Qualcomm Atheros or Realtek).
How to update the driver:
- Click
Win + Xand selectdevice Manager. - Expand the section
Network adapters. - Find yours Wi-Fi adapter (the title will include Wireless, Wi-Fi or 802.11).
- Right click →
Update driver→Automatic search.
If automatic update does not help:
- 🔍 Download the latest driver from official website of the manufacturer (Please indicate the exact adapter model!).
- 📁 Install it manually via
device Manager(selectSearch for drivers on this computer). - 🔄 Restart your computer.
⚠️ Warning: Do not use drivers from third-party sites (for example, driverpack.io) - they may contain malware or be outdated. For laptops HP, Lenovo or Dell Download drivers only from the laptop manufacturer's website, not the adapter's!
If after updating the driver Wi-Fi disappears completely or an error appears "The network adapter does not have valid IP configuration settings.", try it roll back the driver:
- IN
Device ManagerRight click on the adapter. - Select
Properties → Driver → Roll Back Driver. - Confirm the action and restart your PC.
4. Reset TCP/IP and Winsock settings
If the previous methods did not work, the problem may lie in corrupted network protocols. TCP/IP or WinsockThis happens after virus attacks, incorrect updates, or manual changes to network settings. Resetting these components will return them to factory settings.
Run the following commands in command prompt as administrator:
netsh int ip resetnetsh winsock reset
ipconfig /flushdns
ipconfig /release
ipconfig /renew
After entering each command, press EnterOnce complete, restart your computer. These steps:
- 🔄 Reset settings IP protocol.
- 🧹 Clear the cache DNS.
- 🔧 Libraries will be restored Winsock.
If the Internet doesn't work after the reset, check if the settings have been reset. IPv4:
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Click on the current connection →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)and pressProperties. - Make sure it is selected
Obtain an IP address automaticallyAndObtain DNS server address automatically.
What should I do if I lose access to the local network after resetting TCP/IP?
If after executing the commands you have lost access not only to the Internet, but also to local devices (printers, NAS), check the settings working group And network profile (must be selected) Private network, and not Public). Also make sure that the protocol is enabled in the adapter properties. IPv4 and turned off IPv6 (if not used).
5. Changing DNS servers manually
Sometimes the problem lies in DNS servers, provided by your provider. They may be overloaded, blocked, or simply unstable. The solution is to specify alternative DNS from Google, Cloudflare or Yandex.
How to change DNS:
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Click on the current one Wi-Fi connection →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties. - Set the switch to
Use the following DNS server addresses. - Enter:
- 🔹 Google DNS:
8.8.8.8And8.8.4.4 - 🔹 Cloudflare DNS:
1.1.1.1And1.0.0.1 - 🔹 Yandex DNS:
77.88.8.8And77.88.8.1
- 🔹 Google DNS:
OK and restart your computer.After changing the DNS, check your internet access. If the problem persists, try alternative option:
- 🔄 Return DNS settings to
Automatically. - 🔧 In the command line, run:
ipconfig /flushdns
| DNS server | Main address | Alternative address | Peculiarities |
|---|---|---|---|
| Google DNS | 8.8.8.8 |
8.8.4.4 |
High speed, but may be blocked in some regions |
| Cloudflare | 1.1.1.1 |
1.0.0.1 |
Fast and secure, supports DNS-over-HTTPS |
| Yandex DNS | 77.88.8.8 |
77.88.8.1 |
Optimized for Russian-language websites, filters malicious resources |
| OpenDNS | 208.67.222.222 |
208.67.220.220 |
Content filtering, family-friendly |
6. Checking router settings and Wi-Fi channel
If the problem occurs on all devices (not just PCs with Windows 10), your router settings are to blame. Common causes:
- 📡 Congested Wi-Fi channel (neighbors use the same channel).
- 🔒 Incorrect operating mode (For example,
802.11ninstead of802.11ac). - 🛡️ MAC address filtering (your PC may be blacklisted).
How to check your router settings:
- Connect to the router via cable or another working device.
- Open your browser and enter the router's address (usually
192.168.0.1or192.168.1.1). - Enter login/password (by default it is often
admin/admin). - Go to the section
Wi-FiorWireless network.
Please pay attention to the following parameters:
- 📶 Wi-Fi channel: if it's worth it
Auto, try selecting the channel manually1,6or11(they intersect the least). - 🔄 Opening hours: For Windows 10 optimal
802.11ac(if the router supports it). - 🔐 Encryption: should stand
WPA2-PSK(NotWEPorWPA3, if the devices do not support it). - 📋 MAC filtering: If enabled, add your PC's MAC address to the whitelist.
⚠️ Note: Router interface settings may vary depending on the model and firmware. For example, in routers MikroTik or Ubiquiti configuration is performed via WinBox, not through the web interface. If you're unsure about what to do, back up your settings before making any changes!
7. Reset network settings in Windows 10
If none of the methods helped, do the following: full reset of network settingsThis will reset all settings (including Wi-Fi, Ethernet, and VPN) to factory defaults. After the reset, you will have to re-enter passwords for all saved networks!
How to reset settings:
- Open
Settings → Network & Internet → Status. - Scroll down and click
Network reset. - Confirm the action and wait for it to complete (the PC will restart automatically).
After reset:
- 🔄 Reconnect to Wi-Fi (enter the password).
- 🔧 Check if your settings have been reset IPv4 (must stand on
Automatically). - 🛡️ Temporarily disable Windows Firewall and antivirus to check if they are blocking the connection.
If the reset didn't help, there are two options left:
- Windows 10 Rollback to the previous version (if the problem appeared after the update).
- Reinstalling the system (extreme case if the failure is caused by damage to system files).
FAQ: Frequently asked questions about the problem
Why does Wi-Fi connect, but there is no internet on only one device?
If the problem occurs only on one PC with Windows 10, and other devices (smartphones, tablets) work normally, the reasons may be the following:
- 🔸 Damaged Wi-Fi adapter drivers.
- 🔸 Conflict with antivirus or firewall.
- 🔸 Incorrect settings IPv4/IPv6.
- 🔸 Virus infection that changed network parameters.
Start with driver updates And virus checks (for example, using Dr.Web CureIt!).
How do I know if the problem is with my router or Windows 10?
A simple way to diagnose:
- Connect another device (smartphone, another laptop) to the same Wi-Fi.
- If the internet works, the problem is Windows 10.
- If not, the problem is router or on the provider side.
Also try connecting to the internet via Ethernet cable (If possible). If there's internet via cable but not via Wi-Fi, the router's wireless module or PC adapter is at fault.
Can antivirus software block internet access?
Yes, some antiviruses (for example, Kaspersky, Avast, ESET NOD32) have built-in firewalls, which may be blocking the connection. To check this:
- Temporarily disable your antivirus (via the tray icon).
- Try opening any website.
- If the internet is working, add your browser to your antivirus exceptions or configure your firewall.
Also check if it is blocking access Windows Firewall:
- Open
Control Panel → Windows Firewall. - Select
Enabling and disabling the firewall. - Disable it for private networks and test the connection.
What should I do if I lose my internet connection after updating Windows 10?
Major updates (eg. 22H2) often break compatibility with Wi-Fi drivers. Solutions:
- 🔹 Roll back the update:
Settings → Update & Security → Windows Update → View update history → Uninstall updates. - 🔹 Install the driver manually from the laptop/adapter manufacturer's website.
- 🔹 Go back to your previous version of Windows (within 10 days after update):
Settings → Update & Security → Recovery → Go back to the previous version.
If the rollback is not possible, check on the website Microsoft list of known issues with the latest update - a fix may already be released.
How to check if the provider is at fault?
To avoid problems on the provider's side:
- 📞 Call support and check if there is any maintenance going on.
- 🔌 Connect the internet cable directly to your PC (bypassing the router). If the internet isn't working, the problem is with your ISP.
- 🌐 Check the service status on the provider's website (section "Reporting malfunctions").
If the provider claims that everything is fine on their side, but the Internet does not work even via cable, there may be a problem with network card PC or settings PPPoE (if used).