The situation is familiar to many: the laptop successfully connects to Wi-Fi, the signal is stable, but the browser persistently displays the error “No Internet connection”, and instant messengers do not synchronize. At the same time, the Internet works flawlessly on a phone or other device. What is the reason and how to regain access to the network?
The problem may lie either in the operating system settings or in hardware failures. Most often to blame incorrect network parameters, IP address conflicts, outdated adapter drivers, or router errors. In this article we will look at all possible reasons and we will offer proven solutions - from a basic reboot to fine-tuning the protocol TCP/IP.
Important: if the problem occurred after updating Windows or changing the router settings, start with the section about reset network settings. If the laptop was previously working normally, and the failure occurred suddenly, check router And DNS servers.
1. Diagnosis of the problem: what to check first
Before digging into the settings, make sure that the problem is really on the laptop side. To do this:
- 📱 Check if the Internet works on other devices (smartphone, tablet) connected to the same Wi-Fi. If yes, the problem is in the laptop.
- 🔌 Connect your laptop to the router via Ethernet cable. If the Internet works, the Wi-Fi adapter or its driver is to blame.
- 🔄 Reboot your laptop and router (turn off the power to the router for 30 seconds). In 30% of cases this solves the problem.
- 🛡️ Temporarily disable antivirus or firewall - they can block the connection.
If after these manipulations the Internet does not appear, proceed to detailed diagnostics. On Windows, open Command line (click Win + R, enter cmd) and do:
ping 8.8.8.8
ping ya.ru
Results:
- If
ping 8.8.8.8passes, andping ya.ru- no → problem with DNS. - If both pings fail → failure IP settings or router.
- If the ping goes, but the pages do not open → culprit proxy or browser.
- Regularly (once a week)
- Sometimes (once a month)
- For the first time
- Only after Windows update
2. Resetting IP and TCP/IP settings: step-by-step instructions
Incorrect parameters IPv4/IPv6 - one of the most common reasons for the lack of Internet when connected to Wi-Fi. You can fix this via the command line or graphical interface.
Method 1: Command Line (universal for all Windows)
Open Command line as administrator and run sequentially:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After each command, wait for a success message. Then restart your laptop.
Method 2: Manually configure IP (if automatic acquisition does not work)
Go to Control Panel → Network and Sharing Center → Change adapter settings. Right-click on your Wi-Fi connection, select Properties, then:
- Highlight
IP version 4 (TCP/IPv4)and pressProperties. - Set the switch to
Use the following IP address. - Enter:
- IP address:
192.168.1.X(where X is any number from 2 to 254 that is not occupied by other devices). - Subnet mask:
255.255.255.0. - Main gateway:
192.168.1.1(or another if your router has a different address). - DNS servers:
8.8.8.8And8.8.4.4(Google Public DNS).
- IP address:
If after manual configuration the Internet does not work, return the settings to the “Receive automatically” mode and proceed to the next section.
Make sure Wi-Fi is enabled in Windows settings
Make sure Airplane mode is turned off
Reset TCP/IP via command line
Reboot the router and laptop
Try connecting to another Wi-Fi network (for example, from your phone in hotspot mode)
-->
3. Changing DNS servers: why it helps and how to do it
If ping 8.8.8.8 passes, but the sites do not open - the DNS servers that resolve domain names are to blame (for example, ya.ru) to IP addresses. By default, your provider's DNS is used, but they may be overloaded or blocked.
The solution is to switch to public DNS from Google, Cloudflare or Yandex. You can do this in two ways:
Method 1: Through adapter settings (permanent change)
Similar to the section about IP, in properties IPv4 please indicate:
- Preferred DNS Server:
1.1.1.1(Cloudflare) or8.8.8.8(Google). - Alternative DNS server:
1.0.0.1or8.8.4.4.
Method 2: Through the command line (temporary change)
Run the command:
netsh interface ip set dns name="Wi-Fi" static 1.1.1.1
To return provider settings:
netsh interface ip set dns name="Wi-Fi" dhcp
After changing DNS, be sure to clear the cache:
ipconfig /flushdns
| DNS server | IP address | Benefits |
|---|---|---|
| Google Public DNS | 8.8.8.8, 8.8.4.4 |
High speed, reliability, protection against phishing |
| Cloudflare DNS | 1.1.1.1, 1.0.0.1 |
Minimum latency, privacy (does not keep logs) |
| Yandex DNS | 77.88.8.8, 77.88.8.1 |
Optimized for Russian sites, protection against malicious resources |
| OpenDNS | 208.67.222.222, 208.67.220.220 |
Content filtering, parental controls |
If after changing the DNS the Internet works, but some sites open slowly, try alternative servers. For example, Cloudflare (1.1.1.1) is suitable for gamers, and Google DNS is suitable for streaming.
4. Problems with the router: settings to check
If the Internet does not work only on the laptop, but everything is fine on other devices, the problem is most likely in the laptop. But if the failure is widespread, the router is to blame. Check the following settings:
- 🔒 Wi-Fi security type: must be
WPA2-PSK (AES)orWPA3. OutdatedWEPorTKIPmay cause conflicts. - 📡 Wi-Fi channel: If the router is on an automatic channel, try setting it manually
1,6or11(for 2.4 GHz) - they are less susceptible to interference. - 🔄 Operating mode: if the laptop does not support 802.11ac (Wi-Fi 5), set the mode
802.11n(up to 300 Mbit/s). - 🔗 MAC filtering: Make sure the laptop's MAC address is not blocked in the router settings.
How to enter the router settings:
- Open your browser and enter in the address bar
192.168.1.1(or192.168.0.1,192.168.8.1- depends on the model). - Enter your username and password (usually
admin/adminor indicated on the router sticker). - Go to section
Wi-FiorWireless networkand check the settings.
How to find out the MAC address of a laptop?
Open Command line and run the command ipconfig /all. Find the block Wi-Fi wireless network adapter - string Physical address and there is a MAC address (for example, 00-1A-2B-3C-4D-5E).
⚠️ Attention: If, after changing the router settings, Wi-Fi disappears completely, reset the router to factory settings using the button Reset (hold for 10-15 seconds).
5. Update or rollback the Wi-Fi adapter driver
Outdated, damaged, or incompatible drivers are a common cause of Wi-Fi problems. Especially after updating Windows. Check the driver status:
- Click
Win + X→Device Manager. - Expand the thread
Network adapters. - Find the device with names Wireless, Wi-Fi or Network Adapter (For example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA9377).
- Right click →
Properties→ tabDriver.
Further actions depend on the situation:
- 🔄 Update driver: Click
Update driver→Automatic search. If Windows does not find updates, download the driver from the laptop manufacturer's website (for example, Lenovo Support, HP Software & Drivers). - 🔙 Roll back driver: If the problem appeared after updating, click
Rollback(the button is active only if there is a previous version). - 🗑️ Uninstall and reinstall: Click
Remove device, then to the menuAction→Update hardware configuration.
For laptops with adapters Intel, Realtek or Broadcom We recommend downloading drivers only from official sites, and not through Windows Update - the latter often contain errors.
If after updating the driver Wi-Fi disappears completely, try booting the laptop into safe mode with network support (click F8 when loading or use msconfig).
6. Proxy and VPN: why they can block the Internet
If you have previously configured proxy server or VPN, they could remain active and block access. Check:
Disabling proxy in Windows
- Open
Settings → Network and Internet → Proxy. - In the section
Manual proxy setupdisable the optionUse a proxy server. - In the section
Automatic proxy configurationturn offAutomatically detect parameters.
VPN check
If you use VPN clients (NordVPN, OpenVPN, ProtonVPN), close them completely through Task Manager (click Ctrl + Shift + Esc). Some VPNs create virtual adapters that conflict with the main connection.
Also check your browser settings:
- B Google Chrome:
Settings → System → Proxy settings. - B Mozilla Firefox:
Settings → Network → Configure....
⚠️ Attention: Some viruses install hidden proxy servers. If the problem remains after disabling the proxy in Windows settings, check the system with an antivirus (Kaspersky Virus Removal Tool, Dr.Web CureIt!).
7. Reset Windows network settings to factory settings
If none of the previous methods worked, perform a full reset of the network stack. This will return all settings (IP, DNS, proxies, adapters) to their default state.
On Windows 10/11:
- Open
Settings → Network and Internet → Status. - Scroll down and click
Network reset. - Confirm the action and wait for the reboot.
After reset:
- Wi-Fi networks will be deleted and you will have to reconnect.
- VPN and proxy settings will be reset.
- Network adapter drivers will be reinstalled automatically.
If after resetting the network Wi-Fi does not turn on at all, check whether the adapter is disabled in Device Manager (down arrow icon next to title).
8. Hardware problems: when the hardware is to blame
If software methods do not help, the reason may be Wi-Fi adapter malfunction or antennas. Signs of a hardware problem:
- Wi-Fi periodically disappears and appears.
- The laptop does not see any network (even public ones).
- B
Device ManagerThe adapter is marked with an exclamation mark. - After rebooting, Wi-Fi works for 5-10 minutes, then turns off.
What to do:
- 🔧 Check the Wi-Fi switch: on some laptops (Lenovo, HP) there is a physical button or key combination (for example,
Fn + F2) to enable/disable the adapter. - 🔋 Adapter power: in
Device Manageropen adapter properties → tabPower management→ uncheckAllow this device to turn off to save power. - 🛠️ Antenna diagnostics: If the laptop was dropped or repaired, the antenna cables from the Wi-Fi module could come off. In this case, only a service center will help.
For laptops with a replaceable Wi-Fi module (Dell Latitude, HP EliteBook) you can try to reinstall the module yourself. Look for instructions for your specific model at YouTube or iFixit.
⚠️ Attention: If the laptop is under warranty, do not open the case - this will void the warranty. Contact the service center with a description of the problem.
FAQ: Frequently asked questions about the problem
Why is there Internet on the phone, but not on the laptop?
This means that the problem is localized to the laptop. Reasons:
After updating Windows, Wi-Fi stopped working. What to do?
Windows updates often break driver compatibility. Solutions:
- Roll back the Wi-Fi adapter driver (see. section 5).
- Download the latest driver from the laptop manufacturer's website (not through
Windows Update!). - Perform a system rollback:
Control Panel → Recovery → Run System Restore.
Wi-Fi connects, but pages do not open, but Skype/Telegram works. What's the matter?
This is a typical sign of problems with DNS. Websites do not open because their names are not converted to IP addresses, but instant messengers use direct IP connections. Solution:
- Change DNS servers to
1.1.1.1or8.8.8.8(see section 3). - Clear DNS cache:
ipconfig /flushdns. - Check the file
hosts(path:C:\Windows\System32\drivers\etc\hosts) for suspicious entries.
The laptop connects to Wi-Fi, but after 5 minutes the Internet disappears. How to fix it?
Reasons for periodic interruptions:
- Energy saving: disable the option
Allow device to turn off to save powerin the properties of the Wi-Fi adapter. - Interference on the channel: in the router settings, change the Wi-Fi channel to
1,6or11(for 2.4 GHz). - Adapter overheating: If your laptop gets hot, cool it down (for example, by raising the back for better ventilation).
- IP conflict: in properties
IPv4set a static IP (see section 2).
Is it possible to use a USB-Wi-Fi adapter if the built-in one is broken?
Yes, external USB adapter (eg TP-Link TL-WN725N, ASUS USB-AC53 Nano) is a great solution if the built-in module does not work. When choosing, pay attention to:
- Wi-Fi standard:
802.11ac(5 GHz) or802.11n(2.4 GHz). - Speed: from
150 Mbit/s(for basic use) up to1300 Mbit/s(for gaming/streaming). - Driver support for your OS (especially relevant for Linux).
After connecting the adapter, install the drivers from the disk or from the manufacturer's website.