You open your browser, and instead of your favorite website, you see a message saying "No internet connection" or an endless loading screen. Meanwhile, the Wi-Fi icon with signal bars proudly displays in the system tray, and the connection status reads "Connected, no internet access." Sound familiar? This problem occurs on laptops of all brands, from budget ones Acer And Lenovo to bonuses Dell XPS And MacBook Pro, regardless of the version of Windows (or even macOS).
In 80% of cases, it's not hardware failures that are to blame, but software glitches or incorrect settings. We've compiled all possible reasons — from the banal “forgot to pay for the Internet” to rare IPv6 protocol conflicts. And we also prepared step-by-step instructions With images and terminal commands that will help you restore network access without calling a technician. We'll start with the simplest and gradually progress to more complex cases.
1. Check the obvious: router, tariff, and physical connections
Before digging into your laptop's settings, make sure the problem isn't with your ISP or hardware. These steps take 2-3 minutes but save hours of troubleshooting.
- 🔌 Reboot your routerUnplug the power cord for 30 seconds, then plug it back in. Wait until it boots up completely (the indicators should stop flashing).
- 💰 Check your tariff balanceLog in to your provider's account or call support. Sometimes access is blocked for non-payment, but the Wi-Fi network remains active (for example, for authorization).
- 📡 Test on other devicesConnect your smartphone, tablet, or second laptop to the same Wi-Fi network. If the internet works, the problem is with your device. If not, the router or ISP is to blame.
- 🔗 Check the cablesMake sure the Ethernet cable is firmly inserted into the port.
WANon the router and is not damaged. If you use ADSL, check the telephone cable.
If the internet indicator (usually blue or green) doesn't light up after rebooting your router, the problem is with your ISP. Contact support and check if there's any ongoing maintenance in your area. In 15% of cases, "no internet" on a laptop is due to a line problem, not to the device's settings.
2. Diagnosing a network connection in Windows
Windows has built-in network diagnostic tools. They don't always provide a definitive answer, but they often point you in the right direction to troubleshoot the problem.
Open Settings → Network & Internet → StatusIn the “Change network settings” section, click Network TroubleshootingThe system will automatically check:
- 🔍 Availability of an IP address (if it is not present, there is a problem with DHCP).
- 🌐 DNS server availability (if they don't respond, websites won't open).
- 🔌 Network adapter status (if it is disabled, there is no connection).
If the diagnostics returns an error of the type "The network settings saved on this computer do not meet the requirements of this network.", which means the laptop can't receive the correct settings from the router. This can be resolved by resetting the network settings or manually configuring the IP (more on that below).
For advanced diagnostics, open command line (Win + R → cmd) and execute the commands sequentially:
ipconfig /allping 8.8.8.8
ping ya.ru
The results will help determine:
- 🔢 Do you have an IP address (line
IPv4 address). If it starts with169.254.x.x- This APIPA, indicating a DHCP failure. - 📶 Do packets reach Google DNS? (
8.8.8.8). If yes, butping ya.rudoesn't work - DNS problem.
3. Reset network settings and DNS cache
Incorrect network settings or an outdated DNS cache can cause connection issues even if Wi-Fi is "connected." This is one of the most common causes, especially after a Windows update or a new router.
Do it full reset of the network stack via command line (Win + X → Command Prompt (Administrator)):
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing the commands restart your laptopThis will clear:
- 🔄 DNS cache (will eliminate errors like "DNS server not responding").
- 🔧 TCP/IP settings (fixes problems with obtaining an IP address).
- 🔌 Winsock (will restore network connections if they are damaged by viruses or updates).
If the internet works after the reset, the problem was a software conflict. If not, proceed to the next steps.
4. Manual IP and DNS Configuration: When DHCP Doesn't Work
If the laptop cannot automatically obtain an IP address from the router (in ipconfig /all you see 169.254.x.x or 0.0.0.0), try configuring the settings manually. This is relevant for networks where the DHCP server is disabled or there is an address conflict.
Instructions for Windows 10/11:
- Open
Settings → Network & Internet → Wi-Fi → Configure adapter settings. - Right-click on your Wi-Fi connection → "Properties".
- Find Internet Protocol Version 4 (TCP/IPv4) and press "Properties".
- Select "Use the following IP address" and enter:
- IP address:
192.168.1.100(or another one from your router's range, for example192.168.0.100). - Subnet mask:
255.255.255.0. - Default gateway:
192.168.1.1(or your router's address, which is indicated on the sticker). - DNS servers:
8.8.8.8And8.8.4.4(Google DNS) or1.1.1.1(Cloudflare).
- IP address:
| Parameter | Default value (for most routers) | Alternative meanings |
|---|---|---|
| IP address | 192.168.1.100 |
192.168.0.100, 10.0.0.100 |
| Subnet mask | 255.255.255.0 |
255.255.0.0 (rarely) |
| Gateway | 192.168.1.1 |
192.168.0.1, 10.0.0.1 |
| DNS | 8.8.8.8, 8.8.4.4 |
1.1.1.1, 77.88.8.8 (Yandex) |
If the Internet works after manual setup, the problem was in DHCP server of the router or an IP address conflict. Reset the settings to "Obtain automatically" once the issue on the router side is resolved.
How do I find out my router's address?
Open command prompt and type ipconfigLook for the line “Default gateway” - this is the address of your router (usually 192.168.1.1 or 192.168.0.1).
5. Problems with Wi-Fi adapter drivers
Outdated, corrupted, or incompatible network card drivers are a common cause of connection issues. This is especially true after updating Windows or replacing the Wi-Fi module.
How to check and update the driver:
- Open device Manager (
Win + X → Device Manager). - Expand the branch Network Adapters.
- Find your Wi-Fi adapter (usually contains the words Wireless, Wi-Fi or brand name: Intel, Qualcomm, Realtek).
- Right click → Update Driver → Automatic search.
- 🖥️ From the official website of the laptop manufacturer (section Support or Downloads).
- 🔧 From the website of the Wi-Fi module manufacturer (for example, Intel for adapters AX200/AX210).
If Windows does not find updates, download the driver manually:
If after updating the driver Wi-Fi disappears completely or an error appears Code 10 - roll back the driver to the previous version (in the adapter properties → tab "Driver" → Rollback).
Make sure the adapter is displayed in Device Manager|Check for an exclamation mark next to the adapter|Update the driver automatically|Download the driver from the official website|Restart the laptop after installation-->
⚠️ Attention: Some laptops (especially HP And Dell) require installation driver package for network adapters, not just Wi-Fi. Download the full package from the manufacturer's website, not individual drivers.
6. Conflicts with IPv6, firewall, and antivirus
Sometimes the internet doesn't work due to protocol conflicts. IPv6, blocking firewall or excessive activity antivirusLet's look at each case.
Disabling IPv6
Some routers and ISPs don't support IPv6 or are configured incorrectly. Try disabling it:
- Open
Settings → Network & Internet → Wi-Fi → Configure adapter settings. - Right-click on the Wi-Fi connection → "Properties".
- Uncheck the box Internet Protocol Version 6 (TCP/IPv6).
- Restart your laptop.
Checking Windows Firewall
A firewall can block network access for certain applications or completely. To check:
- Open
Control Panel → Windows Defender Firewall. - Select Turning the firewall on and off.
- Please disable it temporarily for private And public networks.
- Check if the internet is back online. If so, the problem lies with your firewall rules.
Antivirus and VPN
Programs like Kaspersky, Avast or NordVPN may be blocking the connection. Try:
- 🛡️ Temporarily disable your antivirus.
- 🌍 Disable VPN or proxy (if using).
- 🔄 Restart your laptop.
If the internet works after disabling the antivirus, add your browser to the exceptions list or check your antivirus's firewall settings.
7. Resetting the router and changing the Wi-Fi channel
If the problem occurs on all devices, the router is to blame. The two most common causes are:
- Wi-Fi channel congestion (especially at 2.4 GHz).
- Firmware failure after an update or power surge.
How to fix:
Changing the Wi-Fi channel
Go to your router settings (usually at 192.168.1.1 or 192.168.0.1, login/password on the sticker) and:
- Go to the section «Wi-Fi» or Wireless Network.
- Find the setting "Channel" (Channel).
- Change the channel from Auto to a fixed one (for example,
6or11for 2.4 GHz). - Save the settings and reboot the router.
Resetting the router to factory settings
If the router is glitching (doesn't issue an IP, constantly reboots, doesn't save settings), do the following: hard reset:
- Press and hold the button Reset (usually hidden in a hole on the back panel).
- Hold for 10-15 seconds until the indicators start flashing.
- After resetting, configure the router again (you will have to enter the data from your provider).
⚠️ AttentionAfter resetting the router, all connected devices will be disconnected, and you'll need to re-enter the Wi-Fi password. Prepare your internet connection information (username and password from your ISP if you're using PPPoE) in advance.
8. Rare causes: from viruses to hardware failures
If none of the above helps, the problem may be more serious. Let's look at some rare but possible scenarios.
Viruses and malware
Some viruses change network settings or block internet access. Run a full scan:
- 🛡️ Use Malwarebytes or Dr.Web CureIt! to search for threats.
- 🔍 Check the file
hosts(on the wayC:\Windows\System32\drivers\etc\hosts). It should contain only the line127.0.0.1 localhostIf there are other IP addresses there, delete them.
Hardware malfunctions
If the Wi-Fi adapter is not detected in Device Manager or constantly turns off:
- 🔌 Check if the Wi-Fi antenna is loose (relevant for laptops with a removable cover).
- 🔧 Try connecting USB Wi-Fi adapter (costs 300-500 rubles). If the internet works with it, the problem is with the built-in module.
- 💻 On laptops with M.2-Wi-Fi slot (for example, Lenovo ThinkPad or HP EliteBook) you can replace the module yourself.
Conflict with other network devices
If you have:
- 🖨️ Network printer.
- 🎮 Game console with cable connection.
- 📺 Smart TV or media player.
— Try temporarily disconnecting them from the network. Sometimes routers can't handle a large number of devices or issue incorrect IP addresses.
FAQ: Frequently asked questions about the problem
Why is there no internet on my laptop, but there is on my phone?
This means the problem is on the laptop's end. The most likely causes are:
- 🔧 Incorrect IP/DNS settings (try resetting them as described in section 3).
- 🖥️ Outdated Wi-Fi adapter drivers (update them through Device Manager).
- 🛡️ Blocked by antivirus or firewall (temporarily disable them to check).
Start by rebooting your laptop and router. If that doesn't help, check your settings as in sections 4 and 5.
What should I do if Wi-Fi connects, but websites won't open?
This problem is usually related to DNS. Try:
- Change DNS servers to
8.8.8.8And8.8.4.4(Google) or1.1.1.1(Cloudflare). - Clear DNS cache with command
ipconfig /flushdns. - Disable IPv6 in connection properties.
- Check file
hostsfor the presence of extraneous records.
If websites open after changing your DNS, the problem was with your provider's DNS.
Why did the Internet disappear after a Windows update?
Windows updates often reset network settings or install incompatible drivers. Solutions:
- 🔄 Roll back your Wi-Fi adapter driver to the previous version (in Device Manager).
- 🔧 Reset network settings with the command
netsh int ip reset. - 🖥️ Install the driver from the laptop manufacturer's official website (not through Windows Update).
If the problem appeared after a major update (for example, from Windows 10 to 11), check the compatibility of your Wi-Fi adapter with the new OS version.
Could the ISP be at fault if Wi-Fi is connected?
Yes, but indirectly. The provider can:
- 🔌 Block access by MAC address (if you've changed your router or laptop).
- 📡 Limit the speed to zero (for example, for non-payment).
- 🔄 Change connection settings (for example, switch from PPPoE to DHCP).
Call your provider's support team and check if there are any restrictions on your account. Also, check your connection settings in your personal account to see if they've changed.
What to do if nothing helps?
If you've tried everything but the internet still isn't working:
- 🔧 Connect your laptop to the router via Ethernet cableIf the internet works, the problem lies with the laptop's Wi-Fi adapter or wireless network settings.
- 🖥️ Try booting your laptop into Safe Mode with Networking (hold while loading
F8orShift + Restart). If there is internet, the software (antivirus, drivers, services) is to blame. - 🛠️ Contact a service center if you suspect a hardware malfunction (for example, a broken Wi-Fi antenna).
As a last resort, you can reinstall Windows, but this is a drastic method - first exhaust all other options.