You are sitting with a laptop and you see that Wi-Fi is connectedThe signal is strong, but browser pages won't load, instant messaging apps show "no connection," and games display network errors. This situation is familiar to many—and it's frustrating, especially when you urgently need internet access. In 90% of cases, the problem can be resolved in 5-10 minutes if you know where to look.
This article isn't about trivial advice like "reboot your router" (although that sometimes works). We'll look into systemic causes - from lost settings TCP/IP to driver conflicts that block traffic. You'll also learn how to distinguish a laptop-related issue from a problem with your ISP or router, so you don't waste time.
Important: If the Internet does not work only on one laptop, and everything is fine on your phone or other device, the problem is definitely with your device. If the internet drops on all devices at once, the router or ISP is to blame (go to section on external causes).
Quick Check: 4 Steps to a Deeper Diagnosis
Before digging into settings, try these steps. They take less than a minute and often resolve the issue:
- 🔄 Restart your laptopYes, it sounds primitive, but it resets temporary network service outages.
- 📶 Disable/enable Wi-Fi On a laptop, use a keyboard button (if available) or the taskbar. Sometimes the module freezes.
- 🔌 Check the airplane modeOn . Windows 11 it can be accidentally activated by a combination
Fn + PrtSc(depending on the model). - 🌐 Open another browserIf the internet doesn't work only in Chrome, but works in Edge — the problem is in the browser settings, not the system settings.
If your internet works after these steps, great! If not, read on.
DNS Errors: Why Websites Won't Open, But Skype Works
Classic situation: Skype, Discord or Steam connect to the internet, but the pages in the browser don't load. This is a sure sign of a problem with DNS servers - they translate website addresses (for example, google.com) into IP addresses that computers understand. If DNS doesn't respond, the browser doesn't know where to turn.
How to check:
- Click
Win + R, entercmdand pressEnter. - Enter the command:
ping 8.8.8.8If there are answers (for example,
Reply from 8.8.8.8: number of bytes=32...), and websites don't open - DNS is to blame.
How to fix:
- 🔧 Change DNS manually:
- Open
Settings → Network & Internet → Wi-Fi → Configure adapter settings. - Right-click on your Wi-Fi connection →
Properties→Internet Protocol version 4 (TCP/IPv4). - Select
Use the following DNS server addressesand enter:8.8.8.88.8.4.4(this is DNS from Google) or
1.1.1.1(Cloudflare).
- Open
- 🧹 Clear your DNS cacheIn the command line, run:
ipconfig /flushdns - Open Command Prompt (
Win + R → cmd). - Enter:
ipconfig /releaseThen:
ipconfig /renewThis will force the laptop to request a new IP from the router.
- If this doesn't help, assign the IP manually:
- In the adapter settings (
Settings → Network → Wi-Fi → Configure adapter settings) select your connection →Properties→IP version 4. - Check the box
Use the following IP addressand enter:IP address: 192.168.1.100Subnet mask: 255.255.255.0
Default gateway: 192.168.1.1(if the router has a different address, for example
192.168.0.1, adjust it to it).
- In the adapter settings (
- Open
device Manager(Win + X → Device Manager). - Expand the branch
Network adapters. - If a yellow triangle is lit next to the name of your Wi-Fi adapter, the driver is not working correctly.
- 🔄 Update your driver:
- Right-click on the adapter →
Update driver→Automatic search. - If this doesn't help, download the driver from the laptop manufacturer's website (Lenovo, HP, Asus etc.) for your model.
- Right-click on the adapter →
- 🗑️ Uninstall and reinstall the driver:
- IN
Device Managerremove the adapter (right click →Remove device). - Restart your laptop - Windows will install the driver automatically.
- IN
- ⚡ Driver rollbackIf the problem appeared after the update:
- IN
Device Managerselect adapter →Properties → Driver → Roll Back Driver.
- IN
- Open
device Manager→Network adapters. - Right-click on your Wi-Fi adapter →
Properties→ tabPower management. - Uncheck the box
Allow the computer to turn off this device to save power. - Go to the tab
Additionallyand find parameters likePower Save ModeorWireless Power Save- set the valueDisabled. - Open
Control Panel → Power Options. - Click
Setting up a power plan→Change advanced power settings. - Find the section
Wireless Network Adapter Settings→Power saving modeand installMaximum performance. - 🔴 Provider:
- Call support or check the service status on the provider's website (sometimes there are widespread outages).
- Check if it's over traffic according to tariff (relevant for mobile Internet or tariffs with a limit).
- 📡 Router:
- Reboot your router (unplug it from the power outlet for 30 seconds).
- Check if the indicators are on
InternetorWAN(if not, there is a problem with the cable or port). - Connect the provider's cable directly to the laptop (if there is a port Ethernet). If the Internet works, the router is to blame.
- 🔌 Cables and connectors:
- Make sure that the cable from the provider is firmly inserted into the router (the port is usually signed
WANorInternet). - If you use PPPoE-connection, check if the login/password in the router settings has been reset.
- Make sure that the cable from the provider is firmly inserted into the router (the port is usually signed
- 🛡️ Run the scan built-in Windows Defender:
- Open
Settings → Update & Security → Windows Security → Virus & threat protection. - Click
Quick checkorFull check.
- Open
- 🔍 Use specialized utilities:
- Download Malwarebytes or AdwCleaner (free versions) and scan the system.
- Remove anything that programs detect as a threat.
- 🔄 Reset network settings:
- Open
Settings → Network & Internet → Status → Network reset. - Click
Reset now(reboot required).
- Open
- 🔧 Resetting the TCP/IP stack:
- Open the command prompt as administrator (
Win + X → Command Prompt (Administrator)). - Execute the commands one by one:
netsh int ip resetnetsh winsock reset
ipconfig /flushdns - Restart your laptop.
- Open the command prompt as administrator (
- 🔄 Creating a new connection:
- Open
Settings → Network & Internet → Wi-Fi → Manage known networks. - Find your network, click
Forget. - Please reconnect by entering your password.
- Open
- 🖥️ Checking at the BIOS level:
- Restart your laptop and log in BIOS (usually a key
F2,DelorEscwhen loading). - Make sure your Wi-Fi adapter is turned on (section
Advanced → Wireless LANor similar).
- Restart your laptop and log in BIOS (usually a key
IP Address Conflicts: "No Internet Access"
If next to your network name in Windows The exclamation mark is on and the status is "No Internet access", most likely it happened IP address conflictThis happens when two devices on the network receive the same IP (for example, if the router assigns the same address to a laptop and a phone).
How to fix:
⚠️ Attention: If your network uses static IP binding (configured in the router), manually assigning the address may lead to a new conflict. In this case, it's best to reset the router or contact your network administrator.
| Symptom | Probable cause | Solution |
|---|---|---|
| Wi-Fi is connected, but "No internet access" | IP conflict or DHCP failure | ipconfig /release + /renew |
| The sites don't open, but Skype/Telegram are working | DNS issues | Change DNS to 8.8.8.8 or 1.1.1.1 |
| The internet works, but it's very slow. | Channel congestion or provider restrictions | Reboot your router and check your traffic limit. |
| Wi-Fi disconnects periodically | Saving power from the network adapter | Disable in Device Manager |
Network Adapter Drivers: When Windows "Can't See" Wi-Fi
If in the tray (notification area) The Wi-Fi icon disappeared or it's crossed out with a red cross, the problem may be with the network card driver. This is especially true after an update. Windows or if you have recently reinstalled the system.
How to check:
How to fix:
⚠️ AttentionIf Wi-Fi is completely lost after updating the driver, connect your laptop to the router via cable (or use a USB modem) and download the correct driver version from the official website. Avoid using third-party drivers, as they may contain viruses.
Make sure the adapter is visible in Device Manager.
Check for yellow error signs
Update the driver via Windows Update
Download the driver from the laptop manufacturer's website
Restart your laptop after installation-->
Energy Saving: Why Wi-Fi Turns Off on Its Own
Windows By default, it tries to save battery power, including turning off the network adapter when it is "not needed." This can lead to periodic Wi-Fi interruptions or a complete lack of internet access after waking up from sleep.
How to disable:
Also check your power plan settings:
What to do if Wi-Fi disappears after sleep?
If your laptop loses connection after closing the lid or going into sleep mode, check:
1. Settings Power Options → Power Button Actions (turn off sleep mode).
2. Parameter Allow this device to wake the computer from standby in the properties of the Wi-Fi adapter (must be enabled).
3. Update your laptop's BIOS - sometimes the problem can be solved with a new firmware version.
Problems with your ISP or router: When your laptop isn't to blame
If the Internet doesn't work on all devices (phone, tablet, TV), the problem lies outside your laptop. Here's what to check:
⚠️ Attention: If you have dynamic IP (DHCP), but the router suddenly started requiring manual settings—your ISP may have changed the connection type. Check with support for the current settings.
Viruses and Malware: When the Internet is Blocked by Malware
Some viruses and adware (adware) change network settings, replace DNS, or block access to certain websites. If the problem appeared suddenly and is accompanied by pop-up advertising or redirection to strange pages, check your system for viruses.
How to check:
If the internet works after cleaning, but the problem returns after a while, a virus may have infiltrated the system files. In this case, clean installation of Windows or restore from a backup.
Advanced Methods: When Nothing Else Works
If you've tried everything above and your internet still isn't working, try these methods:
If all else fails, the Wi-Fi module itself may be faulty. Connect your laptop to the router via cable or try an external USB Wi-Fi adapter. If the internet works with the cable, the problem is with the wireless module.
⚠️ Attention: If your laptop crashes, overheats, or Wi-Fi drops out under load (for example, while gaming), the problem may be in network chip overheatingCheck the temperature with HWMonitor and clean the cooling system if necessary.
FAQ: Frequently Asked Questions
Why does Wi-Fi connect, but pages don't load, and games say "no connection"?
This is a typical sign of a problem with DNSChange DNS servers to 8.8.8.8 And 8.8.4.4 (Google) or 1.1.1.1 (Cloudflare) in the adapter settings. Also check if it's blocking access. firewall or antivirus.
The Internet works, but it’s very slow – what should I do?
The reasons may be different:
- 📶 Weak Wi-Fi signal: move the laptop closer to the router or change the channel in the router settings (for example, from
caron6or11). - 🚦 Provider limitation: Check if your traffic limit has been reached.
- 🖥️ Background updates: open
Task Manager(Ctrl+Shift+Esc) and check if the network is overloaded Windows Update or other software.
My Wi-Fi stopped working after a Windows update. How do I fix it?
Updates Windows Drivers often break. Try the following:
- Roll back the network adapter driver
Device Manager(right click →Properties → Driver → Roll Back Driver). - If rollback is not available, download the driver from the laptop manufacturer's website (do not use Windows Update!).
- Check if the adapter is disabled in BIOS (Sometimes settings resets occur after major updates).
My laptop's Wi-Fi isn't working, but the Ethernet cable works fine. What's wrong?
This means that the problem is specifically in wireless adapterPossible reasons:
- 🔌 Hardware failure: The Wi-Fi module may have failed (for example, after the laptop fell).
- 🔧 Disabled in BIOS: check the settings BIOS (chapter
Advanced → Wireless LAN). - 🖥️ Driver conflict: Uninstall the current driver and install the version from the manufacturer's website.
To temporarily solve the problem, use USB Wi-Fi adapter (costs from 300 rubles).
How can I tell if the router or the laptop is to blame?
Simple test:
- Try connecting to the same Wi-Fi network from your phone or tablet. If the internet works, the problem is with your laptop.
- Try connecting your laptop to a different Wi-Fi network (for example, using your phone's hotspot mode). If that works, your router is to blame.
- Connect your laptop to the router via cable. If the internet is available, the problem is with the router's or laptop's Wi-Fi module.