The situation is familiar to many: the laptop successfully connects to Wi-Fi, but next to the network name there is a message "No internet access", and the browser persistently displays a "No connection" error. The causes could lie in the device's settings, or in issues with the router or ISP. In this article, we'll look into the matter. all possible scenarios — from the common to the rare — and we will also provide clear instructions for diagnosing and troubleshooting.
It is important to understand that the message "No internet access" This doesn't always mean a malfunction. Most often, it's the result of a network configuration error, IP address conflict, or blocking by antivirus software. We've structured our solutions by complexity: from simple checks to in-depth network configuration.
If you're not a technical expert, start with the first steps—they solve 80% of problems. For experienced users, we'll provide diagnostic commands at the end of the article. CMD and manual configuration methods DNS.
1. Basic checks: router, cables and other devices
Before digging into your laptop's settings, make sure the problem isn't hardware or ISP-related. These steps take no more than 5 minutes but will save you hours of troubleshooting.
- 🔌 Reboot your router. Unplug it for 30 seconds, then plug it back in. Wait until it boots up completely (the indicators should be steady).
- 📡 Check the internet on other devices. If your phone or tablet also doesn't connect, the problem is with your router or provider.
- 🔗 Make sure your ISP cable is connected. If used ADSL or fiber optic, check if the cable has fallen out of the port
WAN/Interneton the router. - 💡 Look at the router indicators. Burning red or flashing orange light on the port
Internetindicates a lack of connection with the provider.
If, after rebooting the router, internet access is restored on other devices, but the laptop still has no access, proceed to the next section. If the problem persists on all devices, call your provider or check your account balance.
⚠️ Attention: On some router models (for example, TP-Link Archer C6 or Asus RT-AX55) after updating the firmware, the connection type may be lost (PPPoE/DHCP/Static IP). If the indicatorInternetIf it's not lit, go to your router's control panel and check the settings.WAN.
2. Diagnosing the network adapter on a laptop
If the router is working, but your laptop stubbornly can't connect to the internet, the problem may be with the network adapter. Let's start with some simple troubleshooting steps.
- 🔄 Turn Airplane mode on/off. Click
Win + A(on Windows) or click the Wi-Fi icon in the taskbar, then toggle the mode on and off. This will reset the temporary network settings. - 🔧 Disconnect and reconnect to Wi-Fi. Forget the network (on Windows 11:
Settings → Networks & Internet → Wi-Fi → Manage known networks), then enter the password again. - 🖥️ Check the adapter's operation in Device Manager. Click
Win + X, selectdevice Manager, then expand the tabNetwork adapters. If next to the name of your Wi-Fi module (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4) the exclamation mark is on - the driver is not working properly.
If the adapter shows up with an error, try update driver:
- Right-click on the adapter →
Update driver→Automatic search. - If this doesn't help, download the driver from the laptop manufacturer's website (for example, Lenovo Support or HP Customer Support) and install it manually.
3. Reset network settings and TCP/IP protocol
If basic methods don't work, try resetting the network stack. This will remove all temporary configurations and return the settings to factory defaults.
On Windows 10/11 do the following:
- Open
Settings → Network & Internet → Status → Network reset. - Click
Reset nowand confirm the action. The laptop will restart.
For a deeper reset, use command line as administrator:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
On macOS perform in Terminal:
sudo ifconfig en0 downsudo ifconfig en0 up
sudo networksetup -renewDHCP en0
(replace en0 to your network interface, if it is different).
⚠️ Attention: After resetting the network, all saved Wi-Fi passwords will be deleted. Write them down in advance or take a screenshot of the list of networks in Settings → Wi-Fi → Manage known networks.
Save Wi-Fi passwords
Close all programs using the Internet
Connect the laptop to power (in case of a long reboot)
Check that you have administrator rights-->
4. Checking and changing DNS servers
Sometimes the problem lies in DNS servers — they may be overloaded, blocked by the provider, or simply work unstable. By manually entering alternative DNS (for example, from Google or Cloudflare), you can restore access to the Internet.
How to change DNS on Windows:
- Open
Settings → Networks & Internet → Wi-Fi → Configure adapter settings. - Right-click on your connection →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties. - Set the switch to
Use the following DNS server addressesand enter:- Preferred DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare) - Alternative DNS:
8.8.4.4or1.0.0.1
- Preferred DNS:
OK and restart your laptop.| DNS server | Main IP | Alternative IP | Peculiarities |
|---|---|---|---|
| Google Public 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 |
Focus on privacy, supports DNS-over-HTTPS |
| OpenDNS | 208.67.222.222 |
208.67.220.220 |
Filters out malicious websites, suitable for family use |
| Yandex DNS | 77.88.8.8 |
77.88.8.1 |
Optimized for Russian-language resources, blocks fraudulent sites |
If the internet works after changing the DNS, but some websites still don't open, try a different server. For example, Yandex DNS may block access to foreign resources if they are blacklisted.
5. Check your antivirus, firewall, and VPN
Security programs often cause internet problems. Antiviruses (for example, Kaspersky, Avast, ESET NOD32) can block network connections, and a firewall Windows — restrict access to certain ports. The same applies to VPN services (NordVPN, ProtonVPN), which sometimes “break” routing.
What to do:
- 🛡️ Temporarily disable your antivirus. Find its icon in the tray (next to the clock), right-click and select
Disable protectionorSuspend. - 🔥 Check Windows Firewall. Open
Control Panel → Windows Defender Firewall → Turn on or offand temporarily disable it for private networks. - 🌍 Disable your VPN. If you're using a VPN client, close it or disable the browser extension. Check your system settings for any unnecessary proxies (
Settings → Networks and Internet → Proxy).
⚠️ Attention: If the internet works after disabling the antivirus, add your network to the exceptions or update the program. Outdated versions Kaspersky Internet Security (for example, until 2023) conflict with Windows 11 due to changes in the network stack.
How do I add a network to antivirus exclusions?
1. Open the main window of the antivirus (for example, Kaspersky).
2. Go to Settings → Advanced → Network.
3. Find the section Trust networks and add your Wi-Fi network to the exception list.
4. Save the changes and restart your laptop.
6. Manually assigning an IP address (if DHCP does not work)
If the laptop does not receive an IP address automatically (the connection status says APIPA or address type 169.254.x.x), try assigning it manually. This is useful if the router doesn't provide DHCP or there's an address conflict.
Instructions for Windows:
- Open
Settings → Networks & Internet → Wi-Fi → Configure adapter settings. - Right-click on your connection →
Properties→Internet Protocol version 4 (TCP/IPv4)→Properties. - Select
Use the following IP addressand enter:- IP address:
192.168.1.100(if the router has an address192.168.1.1) - Subnet mask:
255.255.255.0 - Default gateway:
192.168.1.1(your router's address)
- IP address:
8.8.8.8 And 8.8.4.4.OK and reconnect to Wi-Fi.Critical! If the router address is different (for example, 192.168.0.1 or 10.0.0.1), use an IP from its subnet (eg. 192.168.0.100). You can find out the router's address using the command line:
ipconfig /all
(look for the line Main gateway).
7. Diagnostics via command line (CMD)
If the previous methods did not help, use the tools CMD for in-depth diagnostics. These commands will help identify at what point the connection is interrupted.
Open the command prompt as administrator and run the following in turn:
- Checking the connection to the router:
ping 192.168.1.1If the packets don't arrive (
The specified node is unavailable), the problem is at the physical level (adapter, driver, router). - DNS Check:
nslookup ya.ruIf the answer is
DNS request timed out, DNS servers are not responding - try changing them (see section 4). - Route Tracing:
tracert ya.ruIf at any stage asterisks appear (
*), the connection is lost. This could indicate a blocking by the provider or problems with the server. - Checking the network stack:
netsh interface ip show configLook for lines with
DHCP enabled: NoorIP Address: 169.254.x.x- these are signs of problems with obtaining an IP. - 🔄 Conflict with another network device. If there is another router or access point on the network (for example, Mesh system), they may interfere with each other. Disconnect all additional devices and check the connection.
- ⚡ Adapter power saving. On some laptops (especially Lenovo And Acer) Windows turns off Wi-Fi to save battery power. Go to
Device Manager → Network Adapters → Properties of your adapter → Power Managementand uncheckAllow the computer to turn off this device to save power. - 🛠️ Hardware failure. If your laptop can't see any networks or constantly loses connection, the Wi-Fi module may be broken. Connect via cable (Ethernet) - if the Internet works, the problem is in the wireless adapter.
- 🔒 MAC address blocking. Some routers (especially in offices) are configured to distribute internet only to certain devices. Check your router settings (
Wireless MAC Filter), whether your laptop is locked. - Network adapter or driver failure.
- IP address conflict (if the router is enabled)
DHCP, but the laptop does not receive an address). - Blocked by antivirus or firewall.
If after ping 192.168.1.1 the packages arrive, but ping ya.ru No, the problem is with DNS or your ISP settings. If you can't even ping the router, check the adapter or cable (if used). Ethernet).
8. Rare causes: from conflicts to hardware failures
If none of the above helps, consider less obvious scenarios:
⚠️ Attention: On laptops with dual-band Wi-Fi (2.4 and 5 GHz support) issues may occur due to automatic frequency switching. Try manually setting the frequency range in your router settings (for example, disabling 5 GHz and leaving only 2.4 GHz).
How to check the MAC address of a laptop?
1. Open CMD and enter ipconfig /all.
2. Find the block with the name of your Wi-Fi adapter.
3. Line Physical address - this is the MAC address (for example, 00-1A-2B-3C-4D-5E).
4. Compare it with the list of allowed devices in the router settings (Wireless → MAC Filter).
FAQ: Frequently Asked Questions
Why does my laptop say "No Internet access" but my phone connects fine?
This means the problem is localized to the laptop. The most likely causes are:
Start by rebooting your laptop and router, then check your DNS and IP settings (sections 4 and 6).
What should I do if the problem persists after resetting the network?
If resetting doesn't help, follow these steps:
- Update your network card driver manually (download from the manufacturer's website).
- Check your router settings: disable
MAC filtering, change the Wi-Fi channel (from 2.4 GHz to 5 GHz or vice versa). - Create a new hotspot on your phone and connect to it from your laptop. If the internet works, the problem is with the router.
Could a virus be the reason for the lack of internet?
Yes, some viruses (eg. trojan-proxy) change network settings, spoof DNS, or block access to certain websites. To check:
- Scan the system Malwarebytes or Dr.Web CureIt.
- Check the file
hosts(path:C:\Windows\System32\drivers\etc\hosts). If there are any strange entries (for example, redirectionya.ruto another IP), delete them.
My laptop connects to Wi-Fi, but websites won't open. What should I do?
This is a typical symptom of DNS or proxy issues. Try the following:
- Change DNS to
8.8.8.8or1.1.1.1(section 4). - Disable proxy:
Settings → Networks and Internet → Proxy→ turn off all switches. - Check if you have any VPN extensions installed in your browser (e.g. Hola or ZenMate).
If it doesn't help, try opening the site through Tor Browser - If it loads, your ISP or network is blocking traffic.
There's no internet on my Windows 11 laptop, but everything works on Windows 10. What's wrong?
Windows 11 is stricter about drivers and network protocols. Possible reasons:
- Outdated Wi-Fi adapter driver (download a version specifically for Win 11).
- Conflict with WPA3 - try changing the security type on your router to
WPA2-PSK. - Blocking from the side Windows Defender (disable it temporarily to test).
Also in Windows 11 the service may be disrupted WLAN AutoConfigTo restart it, run CMD (from the admin):
net stop wlansvc
net start wlansvc