My laptop's WiFi connection has disappeared: Step-by-step recovery instructions

A situation when suddenly the internet disappears On a laptop, this can be frustrating for any user, especially when work is stalled and deadlines are looming. Most often, the problem stems not from a global ISP outage, but from a local software conflict or a temporary network card failure. Wi-Fi adapterBefore panicking or calling a technician, it's worth performing a series of basic checks, which restore network access in 80% of cases.

Start by analyzing the indicators on the device itself and the router. If the wireless network icon displays a yellow triangle or a crossed-out globe, this indicates limited accessibility, not a complete hardware failure. Windows It often diagnoses problems on its own, but its built-in tools are not always effective, so manual intervention in the system settings is required.

It is important to understand that the reason could be either a banal disconnection of the button on the case, or a fallen off IP addresses or DNS servers. In this guide, we'll cover all recovery steps: from physical inspection to complex registry and driver manipulation. Resetting network settings via the command line often solves problems where standard methods fail.

Primary diagnostics and equipment testing

The first thing to do is make sure the problem isn't physical. Check if the indicator light is on. Wi-Fi On the router, check whether it blinks when attempting to connect. If only the power button on the router is lit, the device itself may have malfunctioned and need to be rebooted by unplugging it for 10-15 seconds.

On your laptop, you should pay attention to the presence of "airplane mode." This mode blocks all wireless interfaces, including Bluetooth and WLANIt can be activated accidentally by pressing a function key, so make sure it's disabled. Keyboards often have a dedicated button with an antenna icon that can disable the module at the hardware level.

  • 🔌 Check whether the laptop itself is plugged into a power outlet or whether the battery is charged, as the system may turn off the adapter in power saving mode.
  • 📶 Make sure that other devices (smartphones, tablets) can see your network and connect to it.
  • 🔘 Press the key combination Fn + F2 (or another function key with an antenna icon) to force the module to turn on.
  • 🔄 Reboot your router by unplugging the power cord from the outlet for 10 seconds.

⚠️ Attention: If the Wi-Fi indicator on your laptop does not light up at all even after turning it on, the contact inside the case may have come loose or the wireless module may have burned out.

📊 How does the network icon behave?
It lights up with a yellow triangle
Crossed-out globe
Red cross
There is an icon, but there is no network.

Built-in Windows troubleshooting tool

operating system Windows has a built-in diagnostic module that can automatically detect and fix a number of common errors. You can launch it by right-clicking the network icon in the system tray and selecting "Troubleshoot." The system will attempt to reset the adapter, renew the IP address, and check the gateway's availability.

During the diagnostic process, Windows may prompt you to reset the network adapter or correct incorrect DNS settings. Accepting these steps often leads to a positive outcome, as the system has administrator rights to make configuration changes. TCP/IPHowever, if the automatic search doesn't help, you'll have to resort to manual settings.

It's worth noting that the diagnostic tool doesn't always correctly identify driver issues. If the system reports "no problem detected" but there's no internet connection, the error lies deeper—in the router settings or a software conflict.

☑️ Primary verification algorithm

Completed: 0 / 4

Reset network settings via command line

The most effective method to restore access is a full stack reset. TCP/IP and clear the DNS cache. To do this, you'll need to run the command prompt as an administrator. Type in the search cmd, right-click on "Command Prompt" and select "Run as administrator".

In the black window that opens, you need to enter a series of commands sequentially by pressing Enter after each one. These commands delete temporary configuration files, reset Winsock, and update DNS registration. This action is equivalent to reinstalling network protocols without removing the drivers.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running the last command, be sure to reboot your computer. If the internet still doesn't work after rebooting, the problem may be with static IP settings that conflict with the current router configuration.

⚠️ Warning: Resetting Winsock may delete settings for VPN clients and some virtual network adapters; you will need to reconfigure them.

Why does resetting TCP/IP help?

Resetting TCP/IP removes corrupted registry entries that control network connections. Viruses or malfunctioning programs often change these settings, blocking the normal operation of the protocol stack.

Checking IP address and DNS servers

A common reason why the Internet is gone, is an incorrectly entered static IP address or DNS. In most home networks, addressing should happen automatically. To check this, go to Control Panel → Network and Internet → Network and Sharing Center.

Select your wireless connection, click Properties, then find it in the list Internet Protocol version 4 (TCP/IPv4)Make sure the "Obtain an IP address automatically" and "Obtain DNS server address automatically" boxes are checked. If they contain numbers, change the setting to automatic.

In some cases, providers require the use of specific DNS. If automatic DNS resolution doesn't work, try manually entering the addresses from Google or Cloudflare. This often helps bypass blocks or errors from the provider's local DNS server.

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
Response speed High Very high Average
Filtration No No Safe Search

After changing DNS servers, don't forget to clear the cache with the command ipconfig /flushdns in the command line. The changes take effect immediately, but the browser may continue to use the old cached data for a while.

Updating and reinstalling Wi-Fi drivers

If software methods do not help, there is probably a driver failure. Wireless AdapterThis can happen after updating Windows or installing new software. Open "Device Manager" from the Start menu (right-click) and find the "Network Adapters" section.

Find the device containing the words in the list Wireless, Wi-Fi or brand name (Intel, Realtek, Atheros). Right-click and select "Uninstall device." Don't worry, after rebooting, the system will attempt to reinstall the driver automatically.

If automatic installation fails, you'll need another computer with internet access or a smartphone to download the latest driver from the laptop manufacturer's official website. Install the downloaded file and reboot.

  • 📥 Download drivers only from the official websites of manufacturers (Dell, HP, Lenovo, ASUS).
  • 🗑️ When uninstalling a driver in Device Manager, you can check the box "Delete driver software" to completely clean it.
  • 🔍 Please note the presence of unknown devices with a yellow exclamation mark in the device manager.

⚠️ Please note: Manufacturer website interfaces and driver model names may change. Always check the sticker on the bottom of your laptop to confirm your exact model.

WLAN AutoConfig service and other system services

A special service is responsible for wireless connections in Windows. WLAN AutoConfigIf it's stopped or its startup type is changed to "Disabled," the laptop will physically be unable to find any networks. You can check the service's status through the Run menu (Win+R) by entering the command services.msc.

Find the "WLAN AutoConfig" service (or "WLAN AutoConfig Service") in the list. Double-click it and make sure the "Startup Type" field is set to "Automatic." If the service is stopped, click the "Start" button.

It's also worth checking the Remote Access Connection Manager service, which can interfere with some connection types. Make sure there aren't multiple background programs running on the system that are conflicting with network control, such as third-party connection managers from your network provider.

What should I do if the WLAN AutoConfig service does not start?

If an error occurs when starting a service, check its dependencies. In the "Dependencies" tab, ensure that the "Cryptographic Services" and "NDIS Usermode I/O Protocol" services are running correctly. The issue may also be caused by corrupted Windows system files, which can be fixed with the following command: sfc /scannow.

Frequently Asked Questions (FAQ)

Why does my laptop see neighboring networks but not mine?

Most likely, your router is operating on a channel that isn't supported by your laptop driver (for example, channels 12-14 in 2.4 GHz mode), or the SSID is hidden. Try accessing your router settings and changing the channel to 1, 6, or 11, and make sure network name broadcasting is enabled.

There is internet, but the browser says "No internet connection"?

This is a classic sign of DNS or proxy server issues. Check your browser and system proxy settings (under the "Network" section in Windows Settings), and also try entering public DNS addresses as described above.

Can a virus disable Wi-Fi?

Yes, some malware blocks network adapters or changes TCP/IP settings to prevent antivirus updates or steal data. Be sure to run a full system scan with up-to-date antivirus software.

How to reset network settings to factory defaults in Windows 10/11?

Windows 10 and 11 have a built-in reset feature: Settings → Network & Internet → Advanced network settings → Network reset. This will delete all saved passwords and restore your settings to their original settings.

Will replacing the antenna in a laptop help if the internet is lost?

If your laptop detects networks, but the signal is very weak or constantly drops, the antenna wire inside the case may have come loose or the module may have burned out. In this case, physical repair or replacement of the Wi-Fi card is required.