No internet access on Wi-Fi on a laptop: How to fix it in Windows 10

The situation when a laptop sees a wireless network and successfully connects to it, but browsers stubbornly display "No Internet access" is familiar to many users. Windows 10This condition often causes panic, as everything appears to be working properly: the Wi-Fi icon shows a full signal strength, but pages won't load. The problem could be a software glitch in the operating system or a conflict with router or ISP settings.

Before attempting complex registry manipulation or driver reinstallation, it's important to perform a basic diagnostic. Often, the cause is a simple router malfunction or temporary issues on the service provider's end. Rebooting the equipment resolves up to 40% of such incidents by allowing devices to re-exchange IP addresses and clear the error cache.

If a simple reboot doesn't help, the problem lies deeper—in TCP/IP protocol settings, DNS servers, or network adapter drivers. In this article, we'll walk you through a step-by-step procedure to help restore your connection. It's important to proceed sequentially, moving from simple to more complex methods, to pinpoint the source of the problem.

Diagnostics and initial reset of network settings

The first step should always be built-in diagnostics WindowsAlthough often overlooked by users, this tool can automatically fix a number of common errors, such as incorrect gateway settings or DHCP issues. Right-click the connection icon in the system tray and select "Troubleshoot."

However, a more effective method is to perform a full network reset through the system interface. This will return all network settings to factory defaults, deleting saved Wi-Fi profiles and resetting adapters. To do this, go to Settings → Network & Internet → Status and find the "Network Reset" link at the very bottom of the page.

  • 🔄 Click the "Reset Now" button and confirm the action.

  • ⏳ Wait for the process to complete, after which the system will automatically reboot after 5 minutes.

  • 🔑 After turning on, re-enter the password for your Wi-Fi network.

📊 Have you encountered the "Connected, but no internet access" error?
Yes, often
Rarely, but it happened
Never, everything works for me
I have a cable, I don't use Wi-Fi.

It's important to understand that after the reset, you'll have to reconnect to all known networks. This is necessary, as old configurations may have been corrupted by system updates or viruses. Network reset It also clears the DNS cache and resets Winsock, which is often the key to solving the problem.

Checking network adapter drivers

A common reason for a lack of internet connection when Wi-Fi is working is outdated or faulty network adapter drivers. Windows 10 It can automatically detect updates, but in case of critical failures, manual intervention may be required. Open device Manager via search or command devmgmt.msc.

In the list of hardware, find the "Network Adapters" section. If you see a device with a yellow exclamation mark or an unknown device, the driver is not working correctly. Even if there are no error icons, we recommend reinstalling the driver to eliminate software conflicts.

devmgmt.msc

Right click on your wireless adapter (usually it has the words in the name Wireless, Wi-Fi or 802.11) and select "Uninstall device." In the window that appears, check "Delete the driver software for this device," if available, and confirm the action.

  • 💻 After uninstalling the driver, in the Device Manager menu, click "Action" → "Scan for hardware changes".

  • 🔄 The system will redetect the adapter and attempt to install the standard driver.

  • 📥 If the standard driver doesn't work, download the latest version from the laptop manufacturer's website on another device.

⚠️ Warning: Removing network card drivers may temporarily cause the list of available Wi-Fi networks to disappear. Don't worry, this is normal system behavior until you reboot or reinstall the driver.

☑️ Driver Checklist

Completed: 0 / 5

Configuring IP and DNS protocols

If the drivers are correct, the problem may lie in incorrect static IP address or DNS server settings. Users or programs often change these values ​​manually, leading to address conflicts on the local network. To fix this, open the adapter settings.

Click Win + R, enter the command ncpa.cpl and press Enter. In the window that opens, find your wireless connection, right-click it, and select "Properties." In the list of components, find "Internet Protocol Version 4 (TCP/IPv4)" and double-click it.

Make sure "Obtain an IP address automatically" and "Obtain DNS server address automatically" are selected. If any numbers are listed, they are likely incorrect for your current network. However, if automatic DNS doesn't work, you can try using public DNS from Google or Cloudflare.

Parameter Google DNS Cloudflare DNS Yandex DNS
Preferred server 8.8.8.8 1.1.1.1 77.88.8.8
Alternative server 8.8.4.4 1.0.0.1 77.88.8.1
Type Public Public Public

Using alternative DNS servers often helps if your ISP blocks access to certain resources or if your ISP's own DNS server is slow. IPv4 protocol is the main one for home use, so IPv6 settings can be left alone for now to avoid complicating diagnostics.

Why change DNS?

DNS (Domain Name System) works like the internet's phone book, translating human-readable addresses (like google.com) into machine IP addresses. If your provider's "directory" is poorly functioning or contains errors, websites won't open, even though you're technically connected. Switching to a fast and reliable DNS service from Google or Cloudflare often solves the "page not found" problem.

Resetting the TCP/IP stack via the command line

When the graphical interface fails, command line commands come to the rescue. Protocol stack TCP/IP Windows may accumulate errors that aren't resolved by a simple reboot. Administrator privileges are required to use it.

Right-click the Start button and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)." In the window that opens, enter the following commands one by one, pressing Enter after each.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

The first command resets the Winsock directory, the second resets the IP protocol parameters. The release and renew commands release and re-request an IP address from the router, and flushdns clears the DNS cache. After performing all these operations, be sure to reboot your computer.

  • 📝 Copy the commands carefully, avoiding unnecessary spaces.

  • ⌨️ If the system says "Access denied", make sure the console is running as an administrator.

  • 🔁 A reboot is required for registry changes to take effect.

⚠️ Attention: When executing the command netsh winsock reset Antivirus programs may display a warning about attempts to change system network settings. This is normal; you should allow the attempt to execute.

Checking Windows services and firewall

For the operation of network connections in Windows 10 Special system services are responsible. If the "WLAN AutoConfig" or "Connection Manager" services are stopped, the internet will not work, even if all the settings are correct. You can check their status in the services menu.

Click Win + R, enter services.msc and find the network-related services in the list. Make sure that the service is enabled WLAN AutoConfig The startup type is set to "Automatic" and it is running. If it is stopped, click the "Start" button.

It's also worth checking your Windows firewall. Sometimes, after installing a third-party antivirus or updates, firewall rules can block all outgoing connections. Try temporarily disabling the firewall in the Control Panel and checking for internet connectivity.

Don't forget about third-party antivirus software either. Comprehensive security suites often have their own network protection modules, which may not function correctly. Temporarily disabling all protection (not just the firewall, but also web protection) will help determine whether third-party software is at fault.

Problems on the router and provider side

If all the settings on your laptop are correct and you still can't connect to the internet, the problem may lie outside your computer. A router is a complex device with its own processor and memory, which is also susceptible to failures and overheating.

Try connecting to the same Wi-Fi network from another device, such as a smartphone. If the internet works on your phone, the problem is with your laptop (possibly a MAC address conflict or specific Windows settings). If there's no internet connection anywhere, the problem is with your router or your ISP.

Log into your router's interface (usually at 192.168.0.1 or 192.168.1.1) and check the WAN connection status. If it says "Disconnected" or "Authenticating," the router can't connect to your ISP. Check your ISP cable to make sure it's securely plugged into the WAN port.

  • 🔌 Check the indicators on your router: the globe or "Internet" icon should be lit or blinking.

  • 📞 Call your provider's technical support to rule out any line problems.

  • 💾 Consider resetting the router to factory settings (Reset button on the back).

⚠️ Warning: Resetting your router to factory settings will erase all your configurations, including your Wi-Fi login and password and PPPoE/VPN settings. Only do this if you are confident you can reconfigure the device or have your ISP credentials.
Why does the router see the network but not provide internet?

A router performs two functions: it creates a local area network (LAN/Wi-Fi) and connects to the global network (WAN/Internet). Your laptop successfully connects to the router via Wi-Fi (there's a local connection), but the router itself can't access the outside world due to a broken cable, the expiration of your subscription, or an authorization error with your provider.

Frequently Asked Questions (FAQ)

Why is the yellow triangle on the Wi-Fi icon lit up?

A yellow triangle with an exclamation point means there's a physical connection to the router, but no data exchange with the internet. This indicates a problem with obtaining an IP address, DNS, or a lack of access to the router itself.

Can a virus block the internet on a laptop?

Yes, some types of malware can change proxy server, DNS, or hosts file settings, redirecting traffic or blocking it entirely. A full system scan with an antivirus is recommended.

What should I do if my Wi-Fi driver disappeared after a Windows update?

If the driver has disappeared, the update may have installed an incompatible version. Try rolling back the driver in the device properties or downloading the official version from the laptop manufacturer's website using a different download device.

How do I know if my antivirus is blocking the internet?

Try completely disabling your antivirus software for 5-10 minutes. If the internet connection returns, the issue lies with your antivirus's firewall or web protection settings. Add the network to the exceptions list.

Will replacing the network adapter help if nothing else helps?

If software methods, resetting the network, and reinstalling drivers don't help, the laptop's Wi-Fi module itself may be faulty. In this case, an external USB Wi-Fi adapter may help.