You open your laptop and connect to your usual network. Wi-Fi, but instead of loading pages, you see the message "No internet access" or a yellow triangle on the network icon. This situation is familiar to many: the device has a network connection, but no traffic is transmitted. What's the cause, and how can you restore internet access without calling a technician?
The problem may lie in the settings of the laptop itself (incorrect parameters IP/DNS, outdated drivers, software conflicts), as well as external factors - failures on the provider's side, router malfunctions, or even DDoS attacks to a local network. In this article, we'll discuss all possible scenarios - from basic checks to advanced diagnostic methods, which work on Windows 10/11, macOS and even Linux.
Important: If the problem occurred after a system update, installing new software, or changing router settings, this will significantly narrow down the search. Start with the section that matches your situation.
1. Basic diagnostics: what to check first
Before digging into settings, rule out obvious causes. Start with these steps:
- 🔌 Restart your router and laptopUnplug the router for 30 seconds, then plug it back in. Restarting your laptop will clear temporary network errors.
- 📶 Check other devicesConnect your smartphone or tablet to the same network. If the internet works, the problem is with the laptop. If not, the router or ISP is to blame.
- 🔗 Make sure your internet connection is paid for.Log into your provider's account (via mobile internet) and check your balance. Sometimes access is blocked for non-payment.
- 🛠️ Disable VPN/proxyServices like NordVPN, ProtonVPN Or manual proxy settings may be blocking traffic. Disable them temporarily.
If the internet still doesn't work after these steps, proceed to the next section. Please note: if the network works on other devices but not on your laptop, the problem is almost certainly in the settings. TCP/IP or network card drivers.
2. Router Problems: Settings That Break the Internet
Often, it's not the laptop, but the router that's at fault. Here are the router settings that can block access:
| Problem | How does it manifest itself? | How to fix |
|---|---|---|
| Incorrect Wi-Fi operating mode (802.11n/ac/ax) | The laptop connects, but the speed is 0 Kbps or the connection keeps dropping. | In the router settings, set the mode 802.11b/g/n (universal) |
| On MAC address filter | The laptop does not receive an IP address or connects without internet. | Disable filtering or add the laptop's MAC address to the list of allowed addresses. |
| Incorrect DHCP settings | The laptop receives an IP address of the type 169.254.x.x (APIPA) |
Enable the DHCP server on your router or set up a static IP manually. |
| Double NAT (if the router is connected to another router) | The Internet works on the main router, but not on the connected one. | Put the second router into mode Bridge or disable DHCP on it |
To access your router settings:
- Find out its IP address (usually
192.168.0.1or192.168.1.1). Find the sticker on the device body. - Enter the address in the browser on your laptop (the page should open even without the Internet).
- Log in (default logins/passwords:
admin/admin,admin/empty). - Check the sections
Wireless,DHCP,MAC Filter.
⚠️ Attention: If you are not sure about your actions, do not change the settings.WAN,PPPoEorVLAN— this can completely disable the internet for all devices. It's best to reset the router to factory settings (buttonReseton the back panel) and set it up again.
3. Network settings on a laptop: reset TCP/IP and DNS
If the router works fine and other devices connect without problems, the settings are to blame. network adapter on a laptop. Let's start with the most effective method: resetting the stack TCP/IP and cache DNS.
For Windows 10/11:
- Open
Command lineas administrator (clickWin + X→Terminal (administrator)). - Enter the commands one by one:
netsh int ip resetnetsh winsock reset
ipconfig /flushdns
ipconfig /release
ipconfig /renew - Restart your laptop.
For macOS:
- Open
Terminal(Applications → Utilities → Terminal). - Enter the commands:
sudo ifconfig en0 downsudo ifconfig en0 up
sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder(replace
en0to your network interface, if it is different).
After reset, check if the laptop is receiving the correct IP addressTo do this:
- On Windows: open
cmd→ enteripconfig /all. Look for the lineIPv4 address- it must be from the router's subnet (for example,192.168.1.x). - On macOS:
System Preferences → Network → Wi-Fi → Advanced → TCP/IP. Check the fieldIPv4 address.
⚠️ Attention: If the IP address starts with 169.254 — this means the laptop couldn't get an address from the router. Check your settings. DHCP on the router or assign a static IP manually.
Make sure the IP address is not 169.254.xx|Check that the gateway matches the router's IP|Ping 8.8.8.8 (it should respond)|Ping ya.ru (if it doesn't ping, there's a DNS problem)-->
4. Updating and reinstalling network card drivers
Outdated or corrupted drivers Wi-Fi adapter — a common cause of connection issues. This is especially true after an update. Windows or installing new programs.
How to update the driver:
- Click
Win + X→device Manager. - Expand the branch
Network adapters. - Find yours Wi-Fi adapter (For example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA61x4, Realtek RTL8821CE).
- Right click →
Update driver→Automatic search.
If automatic update does not help:
- 🔍 Download the driver from official website of the manufacturer laptop (not with Windows Update!). For Lenovo, HP, Dell And ASUS There are special support pages for each device model.
- 📥 Uninstall the current driver via
device Manager(right click →Remove device), then install the downloaded one. - 🔄 Restart your laptop.
For macOS Drivers are updated through System Settings → Software UpdateIf Wi-Fi stops working after updating macOS, try resetting it. NVRAM:
- Shut down your Mac.
- Turn on by pressing and holding immediately
Option + Command + P + Rfor 20 seconds. - Release the keys and wait for the reboot.
How can I find out the model of my Wi-Fi adapter if it's not detected?
If in Device Manager The adapter is displayed as Unknown device, open Equipment information (right click → Properties → Details). From the drop-down menu, select Equipment ID. Copy the first line (starts with PCI\VEN_) and find the driver using this code using a search engine.
5. Software conflicts: antiviruses, firewalls, and VPNs
Many programs actively interfere with network connections. The most common causes of problems are:
- 🛡️ Antiviruses (Kaspersky, ESET NOD32, Avast) - block suspicious connections, sometimes mistakenly identifying the home network as dangerous.
- 🔥 Firewalls (Windows Defender Firewall, Comodo Firewall) - may close ports required for DNS operation.
- 🌍 VPN clients (OpenVPN, WireGuard, ProtonVPN) — redirect all traffic through their servers, which leads to leaks or a complete lack of communication.
- 🎮 Game accelerators (WTFast, ExitLag) - change traffic routing, which can break normal connections.
How to diagnose and fix:
- Temporarily disable your antivirus/firewall and check your connection. If the internet works, add your network to the program's exceptions.
- For Windows Defender Firewall:
Control Panel → Windows Firewall → Turn Windows Firewall on or offTurn it off for 5 minutes to test.
- If you use VPN - completely uninstall the program (it's not enough to just disconnect!). Some clients (for example, NordVPN) leave theirs in the system
TAP adapters, which conflict with the main connection. - Check it out network services:
Win + R → services.mscMake sure that the following are running:
WinHTTP Web Proxy Auto-Discovery ServiceNetwork List ServiceWindows Firewall(even if it is disabled in the settings)
If the problem disappears after disabling the program, contact its developer's support for setup instructions. For example, in Kaspersky you need to add your network to Trusted, and in OpenVPN — disable the option Redirect all traffic through VPN.
6. Problems on the provider's side: how to check and what to do
Sometimes, a lack of internet connection when connected to Wi-Fi isn't related to either the laptop or the router. Your ISP could be to blame. Here's how to determine this:
- 📡 Check the status of your provider's servicesAccess their website via mobile internet or call support. There may be problems with the line.
- 🔌 Connect your laptop to the router via cableIf the internet works, the problem is in the settings. Wi-Fi router. If not, there's a problem with the provider.
- 📞 Please specify the connection typeIf you have
PPPoE,L2TPorPPTP, perhaps the authorization settings (logins/passwords) have become corrupted. - 🔄 Reset your router statisticsSometimes providers limit traffic or block access when the limit is exceeded (this applies to plans with a FUP).
If your provider claims everything is fine on their end, but the internet isn't working:
- Try it change DNS servers on the laptop:
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings → Wi-Fi → Properties → IPv4Check the box
Use the following DNS server addressesand enter:8.8.8.88.8.4.4(this is DNS from Google) or
1.1.1.11.0.0.1(DNS from Cloudflare).
- If you use
PPPoE-connection, check the settings in the router:Internet → PPPoE → Login/Password (must match the data from your provider)
⚠️ Attention: Some providers (eg Rostelecom, MTS, Beeline) tie internet access to MAC address devices. If you've changed your router or laptop, you may need to call support and provide the new MAC address. You can find it throughipconfig /all(look for the linePhysical address).
7. Advanced diagnostics: commands and logs
If the previous methods haven't helped, it's time to dig deeper. Here are the commands and tools for detailed diagnostics:
For Windows:
- 📊 View network statistics:
netstat -anoShows all active connections and ports. Look for suspicious ones.
ESTABLISHED-connections. - 🔍 Route tracing:
tracert ya.ruIf at any point packets start to get lost, the problem is between you and that node.
- 📜 View Wi-Fi logs:
Windows Logs → Applications and Services → Microsoft → Windows → WLAN-AutoConfigLook for errors with the code
10000or40001.
For macOS/Linux:
- 📡 Wi-Fi network scanner:
sudo airport -s(Mac only) will show all available networks and signal strength.
- 🔗 Traffic analysis:
sudo tcpdump -i en0(replace
en0(to your interface). If packets are sent but there are no responses, the problem is on the router/ISP side.
If you see errors like this in the logs:
DHCPNACK— the router refuses to issue an IP.Authentication failed— incorrect Wi-Fi password or MAC blocking.No Internet, secured— the laptop is connected to the network, but the gateway is unavailable.
Most likely you will need:
- 🔧 Reflash the router (if the error is related to
DHCP). - 🔑 Reset network settings on your laptop (
Settings → Network → Network Reseton Windows). - 📋 Contact your provider with logs (if the error is at the level
PPPoEorVLAN).
FAQ: Frequently asked questions about the problem
Why does my laptop connect to Wi-Fi, but websites don't open, while Skype/Telegram work?
This is a typical symptom of problems with DNSApplications like Skype or Telegram They use direct server IP addresses, while browsers rely on DNS. Try:
- Change DNS to
8.8.8.8(Google) or1.1.1.1(Cloudflare). - Clear DNS cache:
ipconfig /flushdns(Windows) orsudo dscacheutil -flushcache(macOS). - Check the file
hosts(VC:\Windows\System32\drivers\etc\) for the presence of extra entries.
Wi-Fi stopped working after a Windows update. What should I do?
Updates often break network card drivers. Follow these steps:
- Driver rollback:
Device Manager → Network Adapters → [your adapter] → Properties → Driver → Roll Back Driver. - If rollback is not available, download the driver from the manufacturer's website. laptop (not an adapter!). For example, for Lenovo IdeaPad I need a driver from the website. Lenovo, and not Intel.
- Disable Windows Fast Startup:
Control Panel → Power Options → Choose what the power buttons do → Change unavailable settings → Uncheck "Turn on fast startup".
If nothing helps, try rolling back the Windows update itself Settings → Update & Security → Windows Update → View update history → Uninstall updates.
My laptop connects to Wi-Fi, but the speed is 0 kbps or the connection keeps dropping. What's wrong?
The reasons may be different:
- 📶 Weak signal - check the level in
Task Manager(tabPerformance → Wi-Fi). If it is below 3 bars, move closer to the router. - 🔄 Channel congestion - change the Wi-Fi channel in the router settings (select
1,6or11for 2.4 GHz). - 🔌 Problems with the adapter power supply — On Windows, disable power saving for Wi-Fi:
Device Manager → Network Adapters → [your adapter] → Properties → Power Management → Uncheck "Allow the computer to turn off this device to save power" - 🛠️ Hardware malfunctions If the laptop drops or overheats, the Wi-Fi antenna connection may have become loose. In this case, diagnostics at a service center are required.
My laptop has two Wi-Fi networks: one works, the other doesn't. Why?
Most likely, you have:
- 🔗 Two network cards - for example, built-in and USB adapter. Disable the unnecessary one
Device Manager. - 📡 The router distributes two networks (2.4 GHz and 5 GHz). Check which band your laptop is connected to. Sometimes 5 GHz is unstable on older devices.
- 🔄 Profile conflict - delete both networks in
Settings → Network & Internet → Wi-Fi → Manage known networksand reconnect.
Can a virus block internet access?
Yes, some viruses (Trojan.DNSChanger, ProxyChanger) change network settings to redirect traffic through their servers. Signs of infection:
- 🔗 Unknown numbers have appeared in the network settings proxy (
Settings → Network → Proxy). - 📛 Changed DNS servers to unknown IPs (check through
ipconfig /all). - 📁 In the folder
C:\Windows\System32\drivers\etc\in the filehostsstrange entries appeared.
What to do:
- Scan the system Malwarebytes or Dr.Web CureIt!.
- Reset network settings (
Settings → Network → Network reset). - Recover the file
hosts(download the original from the Microsoft website).