How to Fix Laptop Internet Problems: Windows 11 Guide

Affiliate Disclosure: As an Amazon Associate I earn from qualifying purchases. Learn more.

When a laptop stops reaching the internet, the fault is somewhere along a chain: the browser, the network adapter and its driver, Windows’ network stack, the router, the line to your provider. Fixing it quickly is mostly a matter of working along that chain in order instead of guessing.

This guide runs from the checks that cost nothing through to the commands that rebuild Windows’ networking configuration. The Settings paths are the Windows 11 ones — Windows 10 reached end of support in October 2025, and several of the routes older guides describe no longer exist. The wired steps apply equally to a desktop.

Confirm the Problem Is the Connection, Not the Browser

Before troubleshooting the network, rule out the browser. An extension, a stale proxy setting or a single site being down all look identical to “no internet” from the user’s side.

  • Try several well-known sites, not one. The site you wanted may simply be offline.
  • Open a private or incognito window, which loads without most extensions.
  • Try a second browser entirely.
  • Check another device on the same network. If your phone on the same Wi-Fi works, the problem is the laptop; if nothing works, it is the router or the line.

That last check is the most useful single test in this guide, because it splits the problem in half in about ten seconds.

Basic Network Troubleshooting Steps

Restart the Laptop

It sounds like filler advice, and it genuinely resolves a large share of network faults. A restart clears stale adapter state, releases and renews the DHCP lease, and reloads the driver.

One Windows-specific detail matters here: with Fast Startup enabled, choosing Shut down does not fully reinitialize drivers, because the system hibernates the kernel session instead. Use Restart, which always performs a full boot.

Make Sure the Wireless Adapter Is Enabled

Many laptops have a physical switch or a function-key toggle for the radio, and it gets caught accidentally. Look for a slider on the side of the chassis, or an F-key with an antenna or airplane icon — usually pressed together with the Fn key.

Check the software side too. In Windows 11, open Settings > Network & internet and confirm Wi-Fi is on and Airplane mode is off. The quick settings panel from the taskbar has both toggles as well.

If the adapter stays off or does not appear at all, that points at the driver rather than the switch, which is covered further down.

Restart the Modem and Router

Routers left running for months become unresponsive, drop their routing tables or hold expired DHCP leases. Unplug both modem and router from power, wait about thirty seconds, then power the modem back on first and let it fully sync before restarting the router.

The order matters: the router negotiates its connection through the modem, so a modem that is still syncing hands the router nothing to work with.

Reset the Router Only If You Have To

A power cycle is not the same as a factory reset. If a power cycle changes nothing and other devices are also affected, a factory reset returns the router to its default configuration — usually by holding a recessed button, often for around thirty seconds, with a pin or paperclip. Check your model’s manual for the exact hold time.

A factory reset wipes your Wi-Fi name and password. Every device in the house will need reconnecting to the default credentials printed on the router, and any custom configuration — port forwarding, static leases, a provider-specific connection profile — is erased. On a router supplied by your provider, that may include settings you cannot restore yourself. Note down what you need before pressing the button.

Check Distance and Obstacles

Move closer to the router and see whether the connection recovers. Walls, floors, metal appliances and large bodies of water all attenuate the signal, and a connection that works in one room and not another is a coverage problem rather than a fault.

Band choice matters more than it did in 2022. The 5GHz and 6GHz bands are considerably faster but have shorter usable range and penetrate walls less well than 2.4GHz. If your laptop keeps a strong 5GHz connection close to the router and drops it two rooms away, try connecting to the 2.4GHz network for that location — many routers publish both under one name, which hides the switch from you.

Test with a Wired Connection

Ethernet is both faster and a diagnostic tool. Plugging directly into the router isolates where the fault sits, and a USB-C or USB-A Ethernet adapter does the job on a laptop with no RJ45 port.

  • Works over Ethernet to the router but not over Wi-Fi: the laptop’s wireless adapter or its driver, or the router’s wireless side.
  • Works plugged directly into the modem but not through the router: the router.
  • Fails on every connection type and on every device: the line or your provider.

Disconnect other devices while testing so nothing else is competing for the connection. A single misbehaving device flooding the network can degrade it for everything else.

Windows 11 Network Troubleshooting and Reset

If the laptop is the only device affected, the problem is on the machine, and Windows has its own tools for this. The routes have changed since Windows 10, so old instructions frequently point at menus that no longer exist.

The Built-in Troubleshooter Has Changed

The old right-click-and-Diagnose troubleshooters were built on the Microsoft Support Diagnostic Tool, and Microsoft has been retiring that platform — redirecting the legacy troubleshooters to the Get Help platform, removing the remaining ones, and retiring MSDT itself. The Network and Internet troubleshooter is among those redirected.

On current Windows 11 the route is Settings > System > Troubleshoot > Other troubleshooters, which hands the network troubleshooter over to Get Help. The old Run box shortcut ncpa.cpl still opens Network Connections, where you can enable, disable or check the status of individual adapters, so it remains useful even though the diagnostics behind it have moved.

Reset the Windows Network Stack with Commands

These commands rebuild the parts of Windows’ networking configuration that get corrupted by bad DHCP leases, stale DNS entries, leftover VPN adapters or interfering software. Microsoft’s Wi-Fi troubleshooting guidance gives them in this order, run from a Command Prompt opened as Administrator.

  1. netsh winsock reset — restores the Winsock catalog, which third-party networking software often leaves in a broken state.
  2. netsh int ip reset — rewrites the TCP/IP stack configuration to defaults.
  3. ipconfig /release — gives up the current DHCP lease.
  4. ipconfig /renew — requests a fresh one from the router.
  5. ipconfig /flushdns — clears the local DNS resolver cache.

A successful flush reports that the DNS Resolver Cache was successfully flushed. Restart the laptop after running the set, since the Winsock and TCP/IP resets do not take full effect until a reboot.

The DNS cache is worth understanding rather than just clearing. Windows stores the addresses of sites you visit so repeat lookups are faster, and when a site changes its DNS records your cached entry points somewhere that no longer answers. That produces the specific symptom of some sites loading while others fail.

Use Network Reset as the Last Software Step

Windows 11 has a single option that does everything above and more. Microsoft’s path is Settings > Network & internet > Advanced network settings > Network reset, then Reset now.

Network reset removes and reinstalls every network adapter and returns networking components to defaults. Saved Wi-Fi passwords go with it, and so do VPN clients and virtual adapters, which may need reinstalling. Have your Wi-Fi password to hand before you run it — if it is only stored on this machine, retrieve it first from your saved network profiles.

The machine restarts and comes back with a clean networking configuration. This resolves faults that survive individual command resets, which is why it belongs at the end rather than the start.

Fixing Network Adapter Driver Problems

A missing adapter, one marked with a warning icon, or Wi-Fi that will not switch on is a driver problem. This is also a common outcome of a Windows feature update, where a generic driver replaces the vendor one.

Microsoft’s steps are to open Device Manager, expand Network adapters, right-click the Wi-Fi adapter, and use the Driver tab to check the installed version and date, then obtain the latest driver from the device manufacturer’s website and install it.

If updating does not help, remove and let Windows rebuild it: right-click the adapter, choose Uninstall device, tick the option to remove the driver software, and restart. Windows reinstalls a driver on boot.

Download the driver before you uninstall the current one. If the reinstall does not restore connectivity, you now have a laptop that cannot get online to fetch the fix. Save the driver installer from your laptop maker’s support page to the machine — or onto a USB stick from another device — first.

Prefer the driver from your laptop manufacturer’s support page for your exact model over one from the chipset vendor. OEM builds carry firmware and power-management settings tuned to that machine, and generic packages sometimes cause sleep and roaming problems even when they install cleanly.

One power setting causes intermittent drops specifically after sleep: in the adapter’s properties, on the Power Management tab, clear “Allow the computer to turn off this device to save power” and see whether the disconnections stop.

Clearing Browser Cache and Checking for Malware

Where only certain sites fail, or pages load in outdated form, clear the browser’s own cache. Ctrl+Shift+Delete opens the clearing dialog in Chrome, Edge and Firefox on Windows, and Command+Shift+Delete does the same on macOS. Choose a time range, tick cached images and files, and clear.

Malware can break connectivity deliberately, by installing a proxy, altering DNS settings or corrupting the Winsock catalog. Run a full scan with Windows Security, and check Settings > Network & internet > Proxy for a proxy server you did not configure — an unexpected entry there is a strong indicator, and clearing it often restores access immediately.

Keeping Windows and your security software updated is the ordinary defense here, and it costs nothing to maintain.

Flushing DNS and Diagnosing on macOS

Mac users need different commands, and the older ones circulating in 2022-era guides target macOS versions long out of use.

On current macOS, open Terminal and run sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder, which applies from Catalina onward. It produces no output when it succeeds.

The System Preferences route from older guides is gone as well — Apple replaced it with System Settings in macOS Ventura, and network configuration now lives under System Settings > Network. For wireless diagnostics, hold Option and click the Wi-Fi menu bar icon, then choose Open Wireless Diagnostics.

When to Contact Your Internet Provider

If no device on the network can reach the internet and a wired connection straight to the modem fails too, the problem is outside your house and no amount of local troubleshooting will fix it.

Check your provider’s outage page or app before calling — a known area fault saves the conversation entirely. When you do call, describe what you have already ruled out: which devices fail, whether wired works, and what the modem’s status lights show. That gets you past the first-line script much faster.

Ask them to test the line remotely and to check whether your equipment is provisioned correctly on their side. Both are things only they can do.

How do I fix my laptop’s internet connection?

Work along the chain in order: confirm other devices are affected or not, restart the laptop, restart the modem and router, then test with Ethernet to isolate the fault. If only the laptop is affected, run the Windows network reset commands and update the adapter driver, and use Settings > Network & internet > Advanced network settings > Network reset as the last software step.

Why does my laptop say connected but no internet?

The laptop has reached the router but the router is not passing traffic onward, or DNS resolution is failing. Restart the modem and router, then flush the DNS cache and renew the DHCP lease from an administrator Command Prompt. If other devices have the same symptom, it is the router or the line rather than the laptop.

How do I reset network settings on Windows 11?

Go to Settings > Network & internet > Advanced network settings > Network reset and choose Reset now. It removes and reinstalls every network adapter and returns networking components to defaults, so saved Wi-Fi passwords and VPN clients are lost — have your Wi-Fi password before you run it.

What commands fix internet problems in Windows?

From a Command Prompt opened as Administrator, Microsoft’s sequence is netsh winsock reset, netsh int ip reset, ipconfig /release, ipconfig /renew, then ipconfig /flushdns. Restart afterwards — the Winsock and TCP/IP resets do not fully apply until reboot.

How do I clear the DNS cache on a laptop?

On Windows, open Command Prompt as Administrator and run ipconfig /flushdns; it confirms the DNS Resolver Cache was flushed. On current macOS, open Terminal and run sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder, which produces no output when it works.

Why does my Wi-Fi keep disconnecting on my laptop?

The most common cause is Windows powering the adapter down: in Device Manager, open the adapter’s properties, and on the Power Management tab clear “Allow the computer to turn off this device to save power”. Signal strength and band choice are the other usual suspects — 5GHz and 6GHz are faster but have shorter range and pass through walls less well than 2.4GHz.

Where is the network troubleshooter in Windows 11?

Settings > System > Troubleshoot > Other troubleshooters. The old MSDT-based troubleshooters are being retired and the network one now hands over to the Get Help platform, which is why the right-click Diagnose route from Windows 10 guides no longer behaves as described. The Run command ncpa.cpl still opens Network Connections.

Should I factory reset my router?

Only after a power cycle has failed and multiple devices are affected. A factory reset erases the Wi-Fi name and password along with port forwarding, static leases and any provider-specific configuration, so every device needs reconnecting to the default credentials on the router label. Record what you need first.

How do I know if the problem is my laptop or my internet provider?

Test another device on the same network. If your phone works, the laptop is at fault. If nothing works, plug a computer straight into the modem — if that fails too, the fault is the line or the provider, and only they can fix it.

Final Thoughts on Fixing Laptop Internet Problems

Almost all of the time saved here comes from one early test: check whether another device on the same network works, and you immediately know whether to troubleshoot the laptop or the router.

After that, escalate in order — restart, driver, command-line resets, network reset — and download any driver you need before uninstalling the one currently keeping you online.

Leave a Comment