Wi-Fi is connected, but there's no internet: How to restore access on a laptop in 10 minutes

You open your laptop and see a familiar Wi-Fi network with the "Connected" checkmark, but your browser stubbornly displays a "No internet connection" error, and your messaging apps refuse to update. This situation is familiar to many – especially annoying when the internet works fine on your phone or other device. In 90% of cases, the problem can be resolved without calling a technician, but to do so, you need to determine where exactly the problem is: in the laptop settings, the router, or the provider.

This article isn't about trivial advice like "reboot your router" (although that sometimes works). We'll look into systemic causes - from lost parameters IPv4 to conflicts between network adapter drivers, and we will also provide checklists for Windows 10/11, macOS And LinuxWe'll pay special attention to cases where the internet connection is lost on only one device, while the other devices are working fine. If you're willing to spend 10-15 minutes troubleshooting, read on.

We warn you right away: if the problem appeared after updating Windows or changing the router settings, Don't rush to reset your network to factory settings - this will delete all saved passwords and may make the situation worse.Start with simple steps and gradually move on to more complex ones.

1. Checking basic parameters: router, cable, other devices

Before digging into your laptop's settings, make sure the problem isn't hardware or ISP-related. This step takes 2-3 minutes but saves hours of useless troubleshooting.

  • 🔌 Reboot your router: Unplug the power cord for 30 seconds, then plug it back in. Wait until it fully boots (the indicators should be steady, not flashing).
  • 📱 Check other devicesConnect your smartphone, tablet, or second laptop to the same network. If the internet works, the problem is with your device.
  • 🔗 Inspect the cables: if the router is connected to the Internet via a cable (not PON or 4G modem), make sure it is firmly inserted into the port. WAN (usually highlighted in blue).
  • 💡 Indicators on the router: are the lights on? Internet or WANIf not, the problem is with the provider.

If the internet works after rebooting the router, the issue was likely temporary (for example, due to overheating or a firmware error). If not, proceed to the next step.

⚠️ Attention: If the indicator Internet If the router's light is flashing orange or red, it could indicate a cable break on your ISP's line. In this case, call support—you won't be able to fix it yourself.
📊 What have you already tried to solve the problem?
Rebooted the router
Checked other devices
Updated the drivers
Changed IP settings
I haven't tried anything yet.

2. Diagnosing the network adapter on a laptop

When Wi-Fi is connected but there is no internet, the network adapter may be to blame - either its driver or settings IPLet's start with the simplest thing: checking the adapter status.

For Windows 10/11:

  1. Click Win + X and select device Manager.
  2. Expand the tab Network adapters.
  3. Find the device with the words Wireless, Wi-Fi or Network Adapter (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  4. Right click on it and select Properties.

In the properties window, pay attention to the field Device statusIf it says "The device is working properly," go to settings. IPIf there's an exclamation mark or the message "Driver not installed," download the latest version from the laptop manufacturer's website (not from Windows Update!).

For macOS:

Open System Preferences → Network, select Wi-Fi and check the status: if it says "Self-configuring IP address" and there is no internet, try specifying it manually DNS (more on this below).

☑️ Checking the network adapter

Completed: 0 / 4

Diagnostic commands (Windows)

Open Command line as administrator (Win + X → Command Prompt (Administrator)) and enter in sequence:

ipconfig /release

ipconfig /renew

ping 8.8.8.8

If after the command ping If you see responses like "Timeout exceeded," there's a problem with your router or ISP. If you see "Specified host unavailable," there's a configuration issue. IP on a laptop.

3. Manual IP and DNS settings

Often the Internet disappears because the router cannot automatically provide the correct IP address or DNS serverThis is especially true after changing providers or updating router firmware. This can be corrected manually.

For Windows:

  1. Open Control Panel → Network and Internet → Network and Sharing Center.
  2. Click on the connection Wi-FiProperties.
  3. Select Internet Protocol version 4 (TCP/IPv4) and press Properties.
  4. Check the box next to "Use the following IP address" and enter:
    • IP address: 192.168.1.100 (if the router has an address 192.168.1.1)
    • Subnet mask: 255.255.255.0
    • Main gateway: 192.168.1.1 (your router's address)
    • DNS servers: 8.8.8.8 (Google) and 1.1.1.1 (Cloudflare)

For macOS:

Go to System Preferences → Network → Wi-Fi → Advanced. Tab TCP/IP: Select "Manual" and enter the same parameters as for Windows. In the tab DNS add servers 8.8.8.8 And 1.1.1.1.

Parameter Meaning 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, 1.1.1.1 77.88.8.8 (Yandex)

After applying the settings, restart your laptop. If the internet works, the problem was with the automatic configuration. If not, proceed to the next step.

⚠️ Note: If after manually configuring the IP address, other devices on the network no longer have internet access, please reset the settings to "Obtain Automatically." This means that your network is using a different address range (e.g. 192.168.0.x instead of 192.168.1.x).

4. Reset network settings and cache

Sometimes network configuration files become corrupted—for example, after a Windows update or VPN installation. In this case, a full reset of the network stack helps.

For Windows 10/11:

Open Command prompt (administrator) and execute the following in sequence:

netsh winsock reset

netsh int ip reset

ipconfig /flushdns

nbtsat -R

After executing the commands Be sure to restart your laptopThis will clear the cache. DNS, reset the settings TCP/IP and restore the library Winsock.

For macOS:

Open Terminal and enter:

sudo dscacheutil -flushcache

sudo killall -HUP mDNSResponder

For Linux (Ubuntu/Debian):

Run in terminal:

sudo systemd-resolve --flush-caches

sudo service network-manager restart

If the internet still doesn't work after the reset, try deleting the saved Wi-Fi network and reconnecting:

  • 🪟 Windows: Settings → Network & Internet → Wi-Fi → Manage known networks → select the network and click "Forget".
  • 🍎 macOS: System Preferences → Network → Wi-Fi → Advanced → remove the network from the list.

5. Problems with network card drivers

Outdated or corrupted drivers are one of the most common reasons for a lack of internet connection when connected to Wi-Fi. This is especially true after major Windows updates (for example, upgrading from Windows 10 on Windows 11).

How to check the driver version:

  1. Open device Manager (Win + X).
  2. Expand Network adapters, find your Wi-Fi module.
  3. Right click → Properties → Driver.
  4. Check the driver date and version. If it's older than 2022, it needs to be updated.

Where to download the latest driver:

  • 🖥️ From the laptop manufacturer's website (For example, support.lenovo.com, support.hp.com). Search by device model.
  • 🔧 From the Wi-Fi module manufacturer's website (For example, Intel, Qualcomm Atheros, Realtek).
  • ⚠️ Do not use drivers from Windows Update. - they are often outdated.

After installing a new driver Be sure to restart your laptopIf the problem persists, try rolling back the driver to the previous version (the "Roll Back" button in the same properties window).

⚠️ Attention: If after updating the driver the Wi-Fi adapter disappeared from the Device Manager or appeared as "Unknown device", download the driver again and install it in compatibility mode with Windows 10 (even if you have Windows 11).
How can I find out the model of my Wi-Fi adapter if it's not detected?

Open Command Prompt and type wmic nic get name, manufacturerIn the list, find the device named "Wireless" or "Wi-Fi."

6. Conflicts with antivirus or firewall

Antiviruses (especially Kaspersky, Avast, ESET NOD32) and the built-in Windows Firewall sometimes block network connections, mistaking them for threats. If you lose internet access after installing an antivirus or updating its databases, check your settings.

How to temporarily disable protection:

  • 🛡️ Windows Firewall: Control Panel → Windows Firewall → Turn on or off → check "Disable firewall".
  • 🦠 Antivirus: Find the antivirus icon in the tray → right-click → select "Pause protection" or "Disable".

After disconnecting, check if the internet is back online. If so, the issue is with your security settings. In this case:

  1. Add your Wi-Fi network to the trusted list (in your antivirus settings).
  2. Check your firewall rules: Control Panel → Firewall → Advanced Settings → Outbound Rules.
  3. If it doesn’t help, remove the antivirus completely (via Control Panel → Programs and Features) and check the network operation.

If the Internet works after removing the antivirus, install another program (for example, Bitdefender or built-in Windows Defender).

7. Router-side issues: channel, operating modes, firmware

If the internet is only down on your laptop, but everything works fine on your phone, the problem is most likely with the device's settings. However, if the issue affects all devices, the router is to blame. Let's look at the main causes.

Incorrect Wi-Fi operating mode

Modern routers support several Wi-Fi standards: 802.11n (Wi-Fi 4), 802.11ac (Wi-Fi 5), 802.11ax (Wi-Fi 6). If your laptop is older than 2018, it may not support new modes.

Solution:

  1. Go to your router settings (usually at 192.168.1.1 or 192.168.0.1, login/password — admin/admin).
  2. Find the section Wi-Fi or Wireless network.
  3. Change the parameter Opening hours (or Wireless Mode) on 802.11n or Mixed (11b/g/n).
  4. Save the settings and reboot the router.

Congested Wi-Fi channel

If you have many neighbors with Wi-Fi networks, their signals may overlap. This leads to connection drops and no internet service.

Solution:

  • 📡 Download the app to your phone WiFi Analyzer (Android) or NetSpot (iOS) - It will show which channels are busy.
  • 🔄 In the router settings, change the channel to a free one (for example, with 6 on 11 or 1).
  • 🔒 If the router supports 5 GHz, try connecting to this network - it is less loaded.
⚠️ Note: Router settings may vary depending on the model and firmware version. If you are unsure about what you're doing, back up your configuration before changing any settings (there's usually a "Backup" button in the web interface).

8. When all else fails: radical measures

If you've tried everything but the internet still won't work, it's time to resort to extreme measures. These will help in 95% of "unsolvable" cases, but they take more time.

Reset Windows to default network settings

IN Windows 10/11 There is a function for completely resetting network components:

  1. Open Settings → Network & Internet → Status → Network reset.
  2. Click Reset now and confirm the action.
  3. After restarting your laptop, reconnect to Wi-Fi.

This operation will delete all saved networks, VPN connections, and adapter settings, returning them to factory settings.

Reinstalling Windows (last resort)

If a reset doesn't help, and the problem appeared after a system update, the system files may be corrupted. In this case:

  • 🔄 Try it restore the system from a restore point (if there is one).
  • 💻 Reinstall Windows while keeping your files (select "Refresh this PC" in the recovery menu).

Checking for hardware faults

If none of the methods worked, it is possible physical damage:

  • 🔌 Wi-Fi module: try connecting to the Internet via a cable (if the laptop does not see any networks, the module may be faulty).
  • 🔋 Nutrition: Some laptops turn off Wi-Fi when the battery is low (check in BIOS power management settings).

If you suspect a faulty module, contact a service center. Replacing a laptop's Wi-Fi adapter costs between 1,500 and 5,000 rubles (depending on the model).

FAQ: Frequently asked questions about the problem

Why is there internet on my phone but not on my laptop?

This means the problem is on the laptop's end. The most likely causes are:

  • The settings are lost IP/DNS (try specifying them manually).
  • The Wi-Fi adapter drivers are out of date (update them from the manufacturer's website).
  • Antivirus or firewall is blocking the connection (temporarily disable protection).

Start by diagnosing your network adapter (Section 2 of this article).

The internet is working, but the pages won't open. What should I do?

This is a typical sign of a problem with DNS serversSolutions:

  1. Specify DNS manually: 8.8.8.8 (Google) and 1.1.1.1 (Cloudflare).
  2. Clear your DNS cache: From the command line, run ipconfig /flushdns.
  3. Check the file hosts (path: C:\Windows\System32\drivers\etc\hosts) - it should not contain any extraneous entries.
My internet connection disappeared after a Windows update. How can I get it back?

Updates often break drivers or network settings. Here's what to do:

  1. Roll back the Wi-Fi adapter driver to the previous version (in Device Manager).
  2. Perform a network reset: Settings → Network & Internet → Network reset.
  3. If that doesn't help, go back to the previous version of Windows (you can do this within 10 days after the update) Settings → Update & Security → Recovery).
The router is distributing Wi-Fi, but the internet isn't working on any devices. What's wrong?

The problem is with your router or ISP. Check:

  • Is the indicator light on? Internet or WAN On the router? If not, the problem is with your ISP.
  • Connect the ISP cable directly to the laptop (bypassing the router). If the internet works, the router is faulty.
  • Call your provider's support team - they may be undergoing technical work.
Can a VPN block internet access?

Yes, especially if:

  • VPN server is unavailable (try connecting to a different region).
  • VPN settings conflict with the main connection (disable the VPN and check the internet).
  • Routing rules have been set up to redirect all traffic through the VPN (reset network settings).

If the Internet is restored after disabling the VPN, uninstall the program and install another one (for example, ProtonVPN or Windscribe).