A situation where a worker laptop suddenly loses connection to the Internet, which can paralyze the entire work process, especially if the deadline is already approaching. You see the network icon, but when you try to access the site you get the error “No Internet access” or the device simply cannot find known networks. The problem often lies not in hardware failure, but in a software glitch, outdated drivers, or a conflict in network settings.

In this article we will look at the main reasons why your laptop stopped seeing Wi-Fi, and we will provide step-by-step instructions on how to restore the connection. We will go from the simplest actions, such as rebooting the router, to deep cleaning of network stacks through the command line. By following these steps, you can diagnose and fix the problem yourself without contacting a service center.

Basic checks of equipment and settings

Before you delve into the jungle of Windows settings, you should make sure that the problem is not caused by external factors or accidental key presses. Often, users forget about the physical button to turn on Wi-Fi or switch to Airplane mode. This is the first thing that needs to be excluded during diagnosis.

Check the indicators on the device body. On many models such as HP or Acer, there is a separate button or key combination (usually F2, F12 or Fn + F2) to enable the wireless module. If the LED next to the button does not light up or flashes red, the module is simply turned off by software or hardware.

  • 🚀 Check Airplane mode: open Notification Center in the lower right corner and make sure the Airplane Mode tile is not active.
  • 🔘 Inspect your keyboard for an antenna icon and try pressing the corresponding function key.
  • 🔌 Reboot the router: disconnect it from the network for 10 seconds and turn it back on to reset temporary errors.

If physically turning it on doesn't help, there may be a problem with the power saving settings. Windows sometimes disables the network adapter to save battery power, and upon waking it cannot initialize it correctly. This is a common reason why a laptop disconnects from Wi-Fi and does not connect after sleep.

⚠️ Attention: If the Wi-Fi indicator on the laptop is completely off and does not respond to key presses, the wireless module itself may have failed or the contact inside the case has come loose.

Sometimes it is enough just to switch the network operating mode. In the adapter settings, you can try changing the network profile from “Private” to “Public” and back, which sometimes resets the firewall blocking rule.

💡

The first step should always be to check the physical condition of the adapter and reboot the router, as this eliminates up to 40% of connection problems.

Reset network settings and clear DNS cache

If basic checks fail, the next logical step is to reset your network settings to factory settings. Modern versions of Windows 10 and 11 have a built-in feature that removes all network adapters and their settings, forcing the system to reconfigure them the next time you reboot.

This method is effective when the system is “confused” about IP addresses or proxy settings. To reset, go to Settings → Network and Internet → Status. At the bottom of the page, find the “Network reset” link and click on it. The system will warn you that you will need to re-enter passwords for Wi-Fi networks.

In addition to a global reset, it is useful to manually clear the DNS cache and reset the TCP/IP stack via the command line. This removes errors related to incorrect site name resolution. Launch Command Prompt as Administrator and run the following commands one by one.

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh winsock reset

netsh int ip reset

After entering each command, you should see a success message. These actions force an update to the network protocol configuration. Please note that the command netsh winsock reset Requires a computer restart to take effect.

  • 💻 Launch Command Prompt as administrator via search in the Start menu.
  • 🔄 Enter the commands one at a time and wait for the “OK” or “Success” message.
  • ⏸️ Reboot your laptop immediately after completing all commands.

☑️ Cleaning network settings

Done: 0 / 4

This method often solves the problem where the network icon shows “Connected, no internet access.” Errors in the DNS cache can prevent the browser from finding servers, even if a connection to the router is established.

Working with network adapter drivers

A driver is a software interface that connects the hardware of your adapter to the operating system. If it is outdated, damaged, or conflicts with a Windows update, the laptop will no longer see Wi-Fi networks. IN Device Manager this is often visible by a yellow exclamation mark next to the device.

Open Device Manager (click Win + X and select the appropriate item). Expand the “Network adapters” section and find your wireless module (usually the name contains the words Wireless, Wi-Fi, 802.11). Right-click on it and select “Remove device.”

Important: when uninstalling, do not check the “Delete driver programs” checkbox unless the system explicitly prompts you to do so. After uninstallation, restart your computer. Windows will automatically detect the new hardware and install the standard driver. If this does not help, you will have to download the current driver from the laptop manufacturer’s website using another computer and a flash drive.

Sometimes rolling back the driver to a previous version helps. In the adapter properties on the “Driver” tab there is a “Roll Back” button. If it is active, it means that the latest update caused a conflict. It is also worth checking whether the adapter is disabled in the same menu.

⚠️ Attention: If you delete the driver and cannot restore the Internet, download the necessary file in advance on another device, since the laptop will remain without connection until installation.

For brand users Asus, Lenovo or Dell There are proprietary update utilities that can automatically find and install the correct versions of drivers, which reduces the risk of errors during manual installation.

What to do if the driver does not install?

If the system says that the driver cannot be installed, try running the installation file as an administrator or using compatibility mode with a previous version of Windows.

📊 What operating system do you have?
  • Windows 10
  • Windows 11
  • macOS
  • Linux

Resolving IP Address and DHCP Conflicts

A common cause of problems is when a laptop receives an incorrect IP address or conflicts with another device on the network. The router works using the DHCP protocol, distributing addresses automatically. If this process is disrupted, the device will not be able to access the Internet.

Try manually setting a static IP address. To do this, go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. Right-click the Wi-Fi adapter, select Properties, then find IP Version 4 (TCP/IPv4) and click Properties.

In the window that opens, select “Use the following IP address.” Enter the details appropriate for your network. This is usually the address 192.168.1.100 (if the router 192.168.1.1), subnet mask 255.255.255.0 and gateway 192.168.1.1. DNS can be specified as 8.8.8.8 and 8.8.4.4.

If you do not know the exact settings of your network, it is better to leave automatic acquisition, but check the operation of the DHCP service. Open a command prompt and type net start dhcp. This will force start the service that is responsible for issuing addresses.

Parameter Value for most routers Description
IP address 192.168.1.100 Unique device address on the local network
Subnet mask 255.255.255.0 Defines the size of the network
Main gateway 192.168.1.1 Your router's IP address
Preferred DNS 8.8.8.8 Google server for name resolution

Setting up a static IP often helps if the router “forgot” to give the address to the laptop. This is a temporary solution that allows you to check if the problem is DHCP. If the Internet appears after manually entering addresses, the problem is definitely in the DHCP service of the router or laptop.

💡

Manually setting an IP address allows you to eliminate errors from automatic address distribution and quickly determine whether the problem is software.

Checking Windows Services and Security Policies

Sometimes the problem lies in disabled system services that are responsible for the operation of wireless networks. Without them, the adapter may be visible, but not able to connect. This often happens after installing third-party antiviruses or system cleaners.

Click Win + R, enter services.msc and press Enter. In the list of services, find the following names: WLAN AutoConfig Service, Connection Manager Service and Network Listing Service. Make sure their status is "Running" and their startup type is "Automatic".

If the service is stopped, double-click on it, click “Start” and change the startup type. Also check if Windows Firewall or third-party antivirus is blocking the connection. Try temporarily disabling your antivirus to check.

In some cases, disabling the Fast Startup feature in Windows helps. It saves the system state to disk, and sometimes the drivers don't initialize correctly when booting. Go to Control Panel → Power Options → What the Power Buttons Do and uncheck "Enable Fast Startup".

  • 🛑 Check the status of WLAN services in services.msc.
  • 🛡️ Disable your antivirus for 10 minutes for the test.
  • 🚫 Disable “Fast Startup” in Power Options.

This is the most common reason why a laptop disconnects from Wi-Fi and does not connect after turning off the power. The system simply does not have time to correctly raise the network stack at startup.

💡

If you are using a third-party antivirus, try uninstalling it completely and checking your Wi-Fi, as the built-in Windows Defender is usually more stable.

Hardware problems and diagnostics

If software methods do not help, the problem may be physical. The network module could overheat, the contact could oxidize, or the chip itself could fail. In laptops, the module is often a separate M.2 card that can be replaced.

Try connecting an external USB Wi-Fi adapter. If it works fine, then your laptop's built-in module is faulty. This is the easiest way to diagnose. If the external adapter also does not see the network, the problem may be in the antennas going from the motherboard to the case.

Antennas often become disconnected when disassembling a laptop or due to vibration. If you have disassembly skills, you can remove the back cover and check that the antenna connectors (usually black and white wires) are securely connected to the network card.

It's also worth checking the BIOS. Sometimes the BIOS settings are reset and the wireless module is disabled at the firmware level. Go to BIOS at boot (key F2 or Del) and find the “Onboard Devices” or “Wireless” section. Make sure the option Wireless LAN or WLAN Device is in the “Enabled” position.

If all else fails, the Wi-Fi chip itself may have burned out. In this case, service repairs can be expensive, and it is easier to use an external USB adapter, which costs a penny and gives excellent speed.

⚠️ Attention: Do not try to solder the network module yourself if you do not have experience working with microelectronics, as you may permanently damage the motherboard.
How to check the health of the adapter without disassembling?

Use the HWMonitor utility to view component temperatures. If the network chip shows abnormally high temperatures, it may be overheating and shutting down.

FAQ: Frequently asked questions from users

Why does my laptop see other Wi-Fi networks, but not connect to its own?

This may mean that the password was changed on the router or the old one was saved in the laptop settings. Try “Forget” the network in Windows settings and connect again by entering the current password. Also check if the router frequency is overloaded.

What should I do if the driver updated itself and stopped working?

This is a common problem after automatic Windows updates. You need to go to Device Manager, remove the driver and roll it back to the previous version or download the stable version from the manufacturer’s website.

Will resetting Windows help if Wi-Fi won't connect?

Yes, the “Reset the computer to its original state” function while saving files often resolves complex software conflicts, but this is a last resort. First try a full network reset through the settings.

Could the problem be with the router and not the laptop?

Absolutely. If other devices (phone, tablet) also cannot connect to this Wi-Fi, the problem is on the router’s side. Try rebooting it or resetting it to factory settings.

Why does Wi-Fi only disappear when playing games or watching videos?

Most likely, the adapter is overheating or going into power saving mode. Disable power saving for the network adapter in the device properties and check the cooling of the laptop.