Do you see the familiar Wi-Fi connection icon in your system tray, but your browser keeps giving you the "No Internet Connection" error, and your messengers aren't updating? A situation where The laptop connects to Wi-Fi, but does not access the Internet., is more common than you might think. The causes can lie in the device's settings, as well as issues with the router or ISP. In this article, we'll cover all possible scenarios—from trivial settings errors IP/DNS to hidden conflicts between network adapter drivers.
It's important to understand: if other devices (smartphones, tablets) work fine over the same Wi-Fi connection, the problem is almost certainly with your laptop. If the internet connection drops on all devices simultaneously, the router or ISP is to blame. We'll start with simple checks and gradually move on to more complex technical details, so you can restore your network access yourself without calling a technician.
1. Checking basic connection parameters
Before digging deep into the settings, make sure the problem isn't resolved with simple steps. Start with a reboot—it sounds trivial, but it helps in 30% of cases:
- 🔄 Restart your laptop - Sometimes Windows network services freeze and require a restart.
- 📡 Reboot your router - Disconnect it from the power supply for 30 seconds, then turn it on again.
- 🔌 Check the airplane mode - click
Win + Aand make sure Airplane mode is turned off.
If the problem persists after rebooting, please pay attention to connection icon in the system tray (next to the clock). If it's marked with a yellow exclamation mark or a cross, Windows is signaling limited access. This is a key sign of problems with IP addressing or DNS.
2. Diagnosing the network adapter in Windows
Windows has built-in tools for diagnosing network problems. To run them:
- Right-click the Wi-Fi icon in the tray →
Troubleshooting. - Wait for the check to complete. The system may automatically fix some errors (for example, reset the adapter settings).
- If the diagnostics did not help, open
Control Panel → Network and Sharing Center → Change adapter settings. - Find your wireless connection (usually
Wi-FiorWireless network), right-click →Properties.
In the properties window, check:
- ✅ IPv4 protocol — must be enabled (check mark next to it).
- ✅ IP and DNS settings — if they are set to manual (not "Automatic"), try switching to automatic receipt.
☑️ Checking the network adapter
If static addresses are specified in the IPv4 properties (for example, 192.168.1.100), and the router distributes dynamic (DHCP) ones, a conflict is inevitable. In 90% of cases, home users only need to enable automatic IP and DNS acquisition—this solves the "connected, but no internet" problem.
3. DNS issues: why websites don't open
If the laptop connects to Wi-Fi, but browsers show errors like ERR_NAME_NOT_RESOLVED or DNS_PROBE_FINISHED_NXDOMAIN, I'm guilty DNS server. It is a system that converts domain names (eg. google.com) into IP addresses. If DNS is down, websites become unavailable even though the internet connection is active.
How to check and fix:
- Open
Command line(Win + R→ entercmd→Enter). - Enter the command:
nslookup google.comIf the response contains lines like
*** Request to [DNS server] timed-out, DNS is not responding. - Try using public DNS from Google or Cloudflare:
8.8.8.88.8.4.4or
1.1.1.11.0.0.1To change DNS, go back to
IPv4 Properties(see section 2) and enter the addresses manually.
| DNS server | Affiliation | Advantages |
|---|---|---|
8.8.8.8, 8.8.4.4 |
Google Public DNS | High speed, reliability |
1.1.1.1, 1.0.0.1 |
Cloudflare | Phishing protection, low latency |
77.88.8.8, 77.88.8.1 |
Yandex.DNS | Optimized for Russian websites |
After changing DNS, don't forget to run the commands to reset the cache:
ipconfig /flushdns
ipconfig /registerdns
4. IP address conflicts and resetting network settings
If you have multiple devices on your network, the router may assign the same IP address to two of them. IP addressThis results in one device (often a laptop) connecting to Wi-Fi but not accessing the internet. Symptoms:
- 🔴 Wi-Fi icon with an exclamation mark.
- 🔄 Constant connection breaks.
- 📛 "IP conflict" message in Network and Sharing Center.
How to fix:
- Open
Command lineand enter:ipconfig /releaseipconfig /renewThis will force the laptop to request a new IP from the router.
- If it doesn't help, reset Windows network settings:
netsh int ip resetnetsh winsock resetOnce completed, restart your laptop.
⚠️ Attention: Reset winsock may disrupt the operation of some VPN clients or specialized software (for example, OpenVPN or WireGuard). After the procedure, they may need to be reinstalled.
5. Problems with network adapter drivers
Outdated, damaged or incompatible Wi-Fi adapter drivers — a common reason why a laptop connects to the network but fails to access the internet. This is especially true after a Windows update or a network card replacement.
How to check and update drivers:
- Click
Win + X→device Manager. - Expand the branch
Network adapters. - Find your Wi-Fi adapter (names may contain Wireless, Wi-Fi, 802.11 or brand: Intel, Qualcomm, Realtek).
- Right click →
Update driver→Automatic search.
If Windows does not find updates, download the driver manually from the laptop manufacturer's website (for example, ASUS, Lenovo, HP) or adapter. For popular models:
- 🖥️ Intel Wireless-AC 9560 — Intel Download Center.
- 🖥️ Realtek RTL8821CE — Realtek.
- 🖥️ Qualcomm Atheros QCA61x4 — Qualcomm.
⚠️ Attention: After updating the drivers, some functions (eg. Miracast or Wi-Fi Direct) may temporarily stop working. In this case, rolling back the driver to a previous version solves the problem.
How can I find out the model of my Wi-Fi adapter if it's not detected?
Open Command line and enter:
wmic nic get name, manufacturer
Find your wireless adapter in the list. If it's not there, it's disabled or damaged.
6. Router settings: MAC filtering, Wi-Fi mode
If the problem only occurs on one laptop, and other devices are working fine, check your router settings. Two key parameters are:
- MAC address filtering:
Some routers (especially TP-Link, ASUS) allow you to restrict access to the network by
MAC addressIf your laptop isn't whitelisted, it will connect to Wi-Fi but won't have internet access.How to check: go to the router's web interface (usually
192.168.0.1or192.168.1.1), find the sectionWireless MAC Filterand make sure that filtering is disabled or the laptop's MAC is added to the list. - Wi-Fi operating mode:
Older laptops (before 2015) may not support modern standards. Wi-Fi 6 (802.11ax) or even 802.11acIf the router only operates in the new mode, the device will connect, but the connection will be unstable or there will be no internet access.
Solution: in the router settings (
Wireless Settings) set the mode802.11norMixed (b/g/n).
| Problem | Signs | Solution |
|---|---|---|
| MAC filtering | The laptop connects, but there is no internet. Other devices work. | Disable filtering or add the laptop's MAC to the list. |
| Incompatible Wi-Fi mode | The connection keeps dropping or is very slow. | Set the mode 802.11n or b/g/n. |
| DHCP is disabled | The laptop does not receive an IP address (in the connection properties - 169.254.x.x). |
Enable DHCP in the router settings (LAN Settings). |
7. Antiviruses, firewalls and VPNs: hidden blockers
Traffic security or anonymization programs can block internet access even if a Wi-Fi connection is active. Typical suspects:
- 🛡️ Antiviruses (Kaspersky, ESET, Avast) - can block DNS requests or network activity of "suspicious" programs.
- 🔥 Windows Firewall - sometimes resets rules after updates.
- 🌍 VPN clients (NordVPN, ProtonVPN) - if the VPN server is unavailable, traffic may "freeze".
How to diagnose:
- Temporarily disable your antivirus and check your internet access.
- Disable VPN (tray icon →
Disconnect). - Check your firewall:
netsh advfirewall set allprofiles state off(Don't forget to turn it back on after the test!).
If the internet works after disabling protection, the problem is in the program settings. For example, in Kaspersky Internet Security need to:
- Open Settings →
Protection→Firewall. - Add browsers (Chrome, Firefox) to the list of trusted programs.
- Disable
Network activity monitoringfor the test.
8. Hardware problems: when software methods don't help
If none of the previous methods worked, the problem may be hardware-related. Common scenarios:
- 📡 The Wi-Fi module is damaged - physical damage (for example, after a laptop is dropped) or overheating.
- 🔌 Problems with antennas — a break in the cable coming from the network card (relevant for disassemblable laptops).
- 🔋 Energy saving — Windows disables the adapter to save battery power.
How to check:
- Turn off power saving mode:
Go to
device Manager→Network adapters→ your Wi-Fi properties → tabPower managementUncheck the box.Allow the computer to turn off this device to save power. - Check the hardware status:
If your laptop only connects to Wi-Fi near the router or constantly loses signal, the antennas may be faulty. In this case, repair is the only solution.
⚠️ Attention: If the laptop does not connect to any If you're connected to Wi-Fi networks (including public ones), but the Ethernet cable works, it's almost certainly a hardware failure of the adapter. In this case, you'll need to replace the module or use an external USB Wi-Fi adapter.
FAQ: Frequently Asked Questions
My laptop connects to Wi-Fi, but it says "No internet access." What should I do first?
Start by rebooting your laptop and router. If that doesn't help, check your settings. IPv4 (should be set to "Automatic") and try changing DNS on 8.8.8.8 or 1.1.1.1In 80% of cases this solves the problem.
I have internet on my phone, but not on my laptop. What's wrong?
This means the problem lies with the laptop. Check:
- Settings IP/DNS (see section 2).
- Drivers Wi-Fi adapter (section 5).
- Antivirus or firewall (section 7).
If nothing helps, the laptop's Wi-Fi module itself may be faulty.
My Wi-Fi stopped working after a Windows update. How can I restore access?
Windows updates often reset drivers or network settings. Try:
- Roll back the Wi-Fi adapter driver (
device Manager→ adapter properties →Roll back). - Reset network settings:
netsh int ip resetnetsh winsock reset - Install the driver manually from the laptop manufacturer's website.
The router is distributing internet, but the laptop can't see it. What should I check?
If a laptop doesn't see at all Wi-Fi (doesn't connect), not just doesn't go online, check:
- Is it included? Wi-Fi adapter on a laptop (key
Fn + F2/F12or inDevice Manager). - Is it turned off? Wi-Fi on the router (button
WPS/Wi-Fion the body). - Is the network hidden (the checkbox should be unchecked in the router settings)
Hide SSID).
Can a virus block internet access?
Yes, some viruses (eg. trojan-proxy) change the settings proxy servers or DNS, which is why websites won't open. Check:
- Proxy settings:
Windows Settings → Network & Internet → Proxy→ disable all options. - Run an antivirus scan (Malwarebytes or Dr.Web CureIt!).
- Check it out
hosts-file (path:C:\Windows\System32\drivers\etc\hosts) - it should not contain any extraneous entries.