My laptop is connected to Wi-Fi, but there's no internet connection – full troubleshooting instructions

You turned on Wi-Fi on your laptop, saw a familiar network, entered the password—and instead of accessing websites, you got a message saying "No internet access" or an exclamation mark on the network icon. This situation is familiar to every second user, but it's resolved faster than you think. In 90% of cases, the problem isn't a hardware failure, but a settings issue—be it the router, operating system, or ISP.

This article is not just a list of “reboot your router” tips, but step-by-step guide with diagnosis of the causeWe'll look at how to distinguish between a laptop malfunction and router-related issues, and why Windows 10/11 Sometimes the internet connection "drops" even when Wi-Fi is working, and what to do if other devices connect normally. All methods have been tested in real-life situations—from a simple IP error to rare conflicts with antivirus software.

Before you begin, answer two questions: 1. Is there internet access on other devices (phone, tablet) connected to the same Wi-Fi? 2. Does the "No Internet Access" error appear immediately after connecting or after some time?

The answers will narrow the range of possible causes by 50%.

1. Diagnosing the problem: router vs. laptop

The first step is to determine where exactly the failure occurred. If there is no internet only on laptop, and the smartphone or TV is working fine, the settings are to blame Windows or the laptop hardware. If the problem affects all devices, look for the cause in the router or with your ISP.

It's easy to check:

  • 📱 Connect your smartphone or tablet to the same Wi-Fi network. Open your browser and try loading a website (for example, google.com).
  • 🖥️ If you don't have a second device handy, check the router's indicators: are the lights on? Wi-Fi And Internet (usually green or blue). Flashing Internet red - a sign of problems with the provider.
  • 🔌 Try connecting your laptop to the router via cable EthernetIf the internet works, the laptop's Wi-Fi module or its driver is to blame.

⚠️ Attention: If only the power indicator on the router is lit and the others are off, this is hardware failure of the power supply or motherboard of the deviceIn this case, the router needs to be repaired or replaced.

📊 What's not working for you?
Only Wi-Fi on the laptop
Wi-Fi on all devices
Internet via cable too
I don't know, I haven't checked.

2. Rebooting the equipment: the correct order

It's trivial, but it works 30% of the time. However, simply unplugging the power cord isn't enough. To ensure a proper reset, follow these steps:

  1. Turn off your laptop (do not put into sleep mode!).
  2. Turn off the router from the power supply. If there is a button Reset on the back panel - press it with a pin and hold for 10 seconds (this will reset the settings to factory settings).
  3. Wait 1 minute — this time is enough for the capacitors to discharge and the router cache to clear.
  4. First, turn on the router, wait until all the indicators light up (usually 2-3 minutes).
  5. Then turn on your laptop and try connecting to Wi-Fi again.

🔹 Why does this help? Routers (especially budget models) TP-Link, D-Link or Tenda) sometimes freeze due to overheating or memory overload. While the Wi-Fi network continues to work, no traffic is transmitted. A hard reboot clears all temporary errors.

☑️ Proper network reboot

Completed: 0 / 5

3. Checking IP and DNS settings on your laptop

If the problem persists after rebooting, it is most likely Windows cannot obtain a valid IP address. from the router. This happens due to a protocol failure. DHCP (It automatically assigns addresses to devices on the network.) This can be corrected manually.

Open Control Panel → Network and Sharing Center → Change adapter settingsFind your Wi-Fi connection (usually called Wireless network or Wi-Fi), right-click and select Properties.

Check the list Internet Protocol version 4 (TCP/IPv4) and press PropertiesMake sure the following boxes are checked:

  • 🔘 Obtain an IP address automatically
  • 🔘 Obtain DNS server address automatically

If the checkboxes are already checked, but the Internet does not work, try enter DNS manually:

  • 🔹 Select Use the following DNS server addresses.
  • 🔹 In the field Preferred DNS enter 8.8.8.8 (Google DNS).
  • 🔹 In the field Alternative DNS enter 1.1.1.1 (Cloudflare DNS).
  • 🔹 Click OK and reconnect to Wi-Fi.
Why does changing DNS help?

Your provider's DNS servers may be overloaded or blocked. Alternative DNS services (such as those from Google or Cloudflare) are often faster and more stable.

⚠️ Attention: If after manually entering DNS the Internet works, but after a while it disappears again, the problem may be in dynamic IP address issued by the providerIn this case, contact technical support and ask them to assign you a static IP.

4. Reset Windows network settings

If your IP and DNS are configured correctly but you still get the "No Internet Access" error, try resetting the network stack. WindowsThis will remove all temporary connection settings and return them to their default state.

Open Command line as administrator (click Win + X and select the appropriate item) and execute the commands sequentially:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After each command, a success message should appear. Restart your laptop.

🔹 What do these commands do?

  • 🔧 netsh winsock reset - resets the catalog Winsock (responsible for network connections).
  • 🔄 netsh int ip reset — restores protocol parameters TCP/IP.
  • 📥 ipconfig /release And /renew - releases and renews the IP address.
  • 🗑️ ipconfig /flushdns — clears the DNS cache.

5. Update or roll back the Wi-Fi adapter driver

Failures in the operation of the wireless module are often associated with outdated, corrupted, or incompatible driversFor example, after the update Windows 11 driver from Intel Wireless-AC 9560 may conflict with the new version of the OS, which leads to internet interruption.

To check if the driver is up to date:

  1. Click Win + Xdevice Manager.
  2. Expand the branch Network adapters.
  3. Find the device with the names Wireless, Wi-Fi or 802.11 (For example, Qualcomm Atheros QCA61x4A or Realtek RTL8821CE).
  4. Right click → Update driverAutomatic search.

If automatic update doesn't help, try install the driver manually:

  1. Download the latest driver from the laptop manufacturer's website (section Support or Downloads).
  2. IN Device Manager Right-click on the adapter → Update driverSearch for drivers on this computer.
  3. Specify the path to the downloaded file and follow the instructions.

⚠️ Attention: If the problem appears immediately after updating the driver, roll it back to the previous version. To do this, Device Manager select Properties adapter → tab DriverRoll back.

Adapter manufacturer Common problems Solution
Intel (series 7260, 8260, 9260) Connection lost after sleep/hibernation Disable power saving mode in the adapter settings
Realtek (RTL8188, RTL8821) Low speed or no internet connection Install the driver from the manufacturer's website (not from Windows Update)
Qualcomm Atheros Doesn't connect to 5 GHz networks Update the driver and enable 5 GHz support in the router settings.
Broadcom Frequent connection breaks Disable the feature 802.11n Mode in the adapter settings

6. Checking router settings

If your laptop is working fine but you still can't connect to the internet, the problem may lie in your router settings. The most common culprits are:

  • 🔒 Incorrect security type (For example, WEP instead of WPA2-PSK).
  • 📡 Disabled DHCP server (the router does not distribute IP addresses).
  • 🔄 Channel conflict (if there are many networks nearby on the same channel).
  • 🛡️ MAC address filtering (the router is blocking your laptop).

To check these parameters:

  1. Connect to the router via cable or from another device with internet access.
  2. Open your browser and type in the address bar 192.168.0.1 or 192.168.1.1 (the address is indicated on the router sticker).
  3. Enter your login and password (usually admin/admin or admin/password).
  4. Go to the section Wireless (Wi-Fi) and check:
Security: Must be WPA2-PSK (AES)

Network mode (Mode): 802.11n/ac (or Mixed)

Channel: Auto or 1/6/11 (least busy)

🔹 If you don’t know what to change: Reset your router to factory settings (button Reset for 10 seconds) and set it up again. You can find instructions for your model on the manufacturer's website.

7. Check for viruses and conflicts with antivirus software

Less common, but accurate: some viruses and antivirus programs (especially Avast, Kaspersky And 360 Total Security) block network connections, mistaking them for a threat. If the problem occurred after installing an antivirus or suspicious software, follow these steps:

Step 1: Temporarily disable your antivirus

  • 🛡️ Right-click on the antivirus icon in the tray (next to the clock).
  • 🔕 Select an item Disable protection or Suspend for 10-15 minutes.
  • 🔄 Reconnect to Wi-Fi and check your internet connection.

Step 2. Check for viruses

  • 🔍 Use Malwarebytes or Dr.Web CureIt! to scan the system.
  • 📁 Pay special attention to folders C:\Windows\System32\drivers And C:\ProgramData — network worms often hide there.

Step 3: Reset Firewall Settings

  • 🔥 Open Control Panel → Windows Firewall → Restore Defaults.
  • 🔄 Restart your laptop.

⚠️ Attention: If the Internet works after disabling the antivirus, add your network to the program exceptions or change the antivirus to a more “friendly” one (for example, Bitdefender or built-in Windows Defender).

8. Hardware problems: when to contact service

If none of the methods helped, the reason may be equipment malfunctions:

  • 💻 Laptop Wi-Fi module - physical damage (for example, after a fall or liquid spill).
  • 📡 Router antennas - damage to the cable or connector.
  • 🔌 Ethernet port on the router (if the cable connection does not work either).

How to check:

  • 🔧 Connect to your laptop USB Wi-Fi adapter (costs from 300 ₽). If the internet works with it, the built-in module is to blame.
  • 🔄 Try connecting your laptop to a different Wi-Fi network (for example, at a cafe or at a friend's place). If the problem persists, there's a problem with the laptop.

💡 Repair cost:

  • Replacing the Wi-Fi module in a laptop: 1 500–4 000 ₽ (depending on the model).
  • Router repair: 500–2 000 ₽ (antenna replacement, soldering contacts).
What to do if the laptop is under warranty?

Do not open the case yourself! Contact an authorized service center with your receipt. In most cases, repair or replacement of the Wi-Fi module will be free.

⚠️ Attention: If a laptop connects to Wi-Fi, but the internet speed is extremely slow (0.1–1 Mbps) — The issue may be related to a restriction from your provider (for example, exceeding your traffic limit). Check your personal account or call support.

FAQ: Frequently Asked Questions

🔹 Why does my laptop connect to Wi-Fi, but websites won't open, while Skype/Telegram works?

This is a sign of a problem with DNS serversWebsites don't open because the browser can't convert their names to IP addresses, and instant messengers use direct IP connections. Solution: Enter Google's DNS (8.8.8.8) or Cloudflare (1.1.1.1) manually (see Section 3).

🔹 My internet connection disappears after sleep/hibernation – how do I fix it?

The Wi-Fi adapter's power saving settings are to blame. Open device Manager, find your adapter, go to Properties → Power Management And uncheck the box from point Allow the computer to turn off this device to save power.

🔹 My router is broadcasting Wi-Fi, but I only have internet via cable. What's wrong?

Most likely in the router settings The bridge between Wi-Fi and the WAN port is disabled. Go to the router's web interface (usually 192.168.0.1), find the section Wireless → WDS or Bridge and make sure the feature is enabled. Also, check if the box is checked. Isolate wireless clients (it needs to be removed).

🔹 My laptop says "Limited" next to Wi-Fi. What does this mean?

The "Limited" status means that the laptop is connected to the network, but did not receive a valid IP address or cannot connect to the gateway (router). Solutions:

  1. Restart your router and laptop.
  2. In the command line, run ipconfig /release And ipconfig /renew.
  3. Check if it is enabled DHCP server in the router settings.
🔹 Can a virus block the internet on a laptop?

Yes, some viruses (eg. Trojan.Winlock or DNSChanger) change network settings to redirect traffic to fraudulent sites or block access entirely. Signs of infection:

  • 🚫 Unable to open antivirus websites (for example, kaspersky.ru).
  • 🔄 Pages are redirected to unknown resources.
  • 📁 In the folder C:\Windows\System32\drivers\etc file hosts contains suspicious entries.

Solution: Scan your system Dr.Web CureIt! or Kaspersky Virus Removal Tool in safe mode.