My laptop's Wi-Fi connection has disappeared in Windows 10: How to reconnect

A situation where the Internet suddenly disappears on a laptop with an operating system Windows 10, often catches you off guard at the most inopportune moment. You could be working on an important project, watching a movie, or simply messaging friends, when suddenly the Wi-Fi icon on the taskbar disappears, replaced by a globe with a red cross or a yellow triangle that says "No internet access." It's annoying, but don't panic. In most cases, the problem stems from a software glitch or a temporary conflict with router settings, rather than a physical hardware failure.

Before attempting any complex steps, it's important to conduct a basic diagnosis. Users often forget about the simplest things: airplane mode accidentally activated, the physical switch on the wireless module turned off, or the router's battery drained. Hardware failure This is much less common than a software driver conflict. If the router's lights are flashing normally, and other devices (phones, tablets) see the network, then the problem is localized to your laptop.

Further steps should be sequential. We'll cover a full range of solutions: from a quick service check to a deep cleanup of network stacks via the command line. A critical step is to check the status of the wireless adapter driver, as it is the one that most often causes crashes after a system update. Don't rush to reinstall Windows, as in 90% of cases the problem can be solved using the operating system's standard tools without losing data.

Primary diagnostics and quick reboot of modules

The most effective method, ignored by many users due to its triviality, is a complete hardware reboot. Computers and routers accumulate errors in RAM, which can cause network protocols to freeze. Shut down your laptop completely, rather than putting it into sleep mode. The router should be powered off by unplugging it for 15-20 seconds. This will allow the capacitors to discharge and reset the temporary settings.

After turning on the equipment, pay attention to the indicators. If the Wi-Fi icon appears but says "Connected, no internet access," check the date and time on your laptop. An incorrect date can block access to secure protocols. Also, make sure that the "Wi-Fi mode" isn't activated. Airplane modeIn Windows 10, you can disable it through the Action Center by clicking the airplane icon, or with a keyboard shortcut if your keyboard has a corresponding function key.

Sometimes the problem is that the system has forgotten the network or saved incorrect security settings. Try deleting the network profile. To do this, go to Settings → Network & Internet → Wi-Fi → Manage known networksFind your network in the list, click it, and select "Forget." Then try connecting again, entering the password. This forces Windows to re-authenticate and obtain a new IP address.

☑️ Initial connection check

Completed: 0 / 4

If simple methods don't help, it's worth checking the physical condition of the module. On some laptop models, especially business series Lenovo ThinkPad or old ones HP, there are physical switches or key combinations (eg Fn + F2), which completely disable power to the wireless adapter. If such a switch is accidentally triggered, no software settings will help restore the connection.

Using the built-in troubleshooter

Windows 10 has a fairly powerful built-in diagnostic tool that automatically scans your system for common errors. It can automatically reset your network adapter, update your IP configuration, or fix DNS errors. To launch it, right-click the network icon in the system tray and select "Troubleshoot." The system will collect data and offer troubleshooting options.

The diagnostic tool often detects a problem with the DNS server. In this case, it will offer to flush the DNS cache or automatically enter the server addresses. However, there are times when the built-in wizard freezes or returns the error "Unable to resolve the problem." In such cases, manual intervention via the command line is required, which provides deeper access to network settings.

It's worth noting that diagnostic tools aren't always effective for driver conflicts. If the system reports "The wireless adapter is experiencing problems" but can't fix the problem, the driver is corrupted or incompatible with the current version of Windows. In this case, you'll need to manually update or reinstall the device's software.

⚠️ Attention: In the latest Windows 10 updates, Microsoft changed the network subsystem's algorithms. If the built-in diagnostics don't help, don't run them repeatedly, as this could temporarily block network services. It's best to switch to manual configuration methods.

Resetting network settings via the command line

When the graphical interface fails, the command line comes to the rescue. This method allows you to perform a deep reset of network settings, clear the cache, and re-register components. To get started, open the command prompt as administrator. Win + X and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)".

In the window that opens, you need to enter a series of commands sequentially by pressing Enter After each one. First, reset Winsock and TCP/IP settings:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After executing these commands, the system will report a successful reset. However, the changes will only take effect after you restart your computer. TCP/IP protocol is responsible for data transfer, and Winsock — for how applications interact with the network. Resetting them eliminates most software errors caused by incorrect settings or viruses.

What should I do if the command prompt gives an "Access Denied" error?

This means you launched the console without administrator rights. Close the window, right-click the Start menu, and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)."

There is also a more radical reset method available in the Windows 10 graphical interface. Go to Settings → Network & Internet → StatusAt the very bottom of the page, find the "Network Reset" link. Click "Reset Now." The computer will warn you that it will restart in 5 minutes. This method removes all installed network adapters and reinstalls them with factory settings.

Working with wireless adapter drivers

A driver is an intermediary between the operating system and the hardware. If your internet connection is lost, there's a high probability that a driver has crashed or is conflicting with a Windows update. Open Device Manager by clicking Win + X and selecting the appropriate item. Find the "Network adapters" section and expand it.

In the list you will see the name of your adapter, for example, Intel Wireless-AC 9560 or Realtek RTL8822BEIf the adapter icon has a yellow triangle with an exclamation point, the device is not working properly. Right-click it and select "Uninstall device." In the window that appears, check "Delete the driver software for this device" (if available) and confirm.

After uninstalling the driver, the adapter will disappear from the list. Don't worry, this is normal. Now simply restart your laptop. Upon startup, Windows will detect new hardware and automatically install the default driver. This often restores functionality. If the default driver isn't suitable, download the latest version from the laptop manufacturer's official website (using a phone or another PC) and install it manually.

📊 What is the manufacturer of your Wi-Fi adapter?
Intel
Realtek
Qualcomm Atheros
Broadcom
Don't know

In some cases, rolling back the driver can help. If the internet connection disappeared immediately after a system update, open the adapter's properties in Device Manager, go to the "Driver" tab, and click "Roll Back." This will restore the previous software version that worked reliably.

Configuring Power Options and Services

Windows 10 aggressively saves power, which can cause the system to disable Wi-Fi to conserve battery life. To prevent this, open Device Manager again. Find your wireless adapter, right-click → "Properties." Go to the "Power Management" tab.

Uncheck "Allow the computer to turn off this device to save power." This will prevent the module from accidentally turning off in the background. Also, check the service WLAN AutoConfig. Click Win + R, enter services.msc and find this service in the list. It should be running, and the startup type should be set to "Automatic."

Parameter Recommended value Impact on work
Power saving mode Disabled Prevents connection breaks during idle periods
WLAN AutoConfig Service Automatically (Started) Ensures the operation of wireless networks
DHCP service Automatically (Started) Required to obtain an IP address
DNS Client Service Automatically (Started) Responsible for resolving domain names

If the WLAN AutoConfig service is stopped, click the "Start" button. Without this service, connecting to Wi-Fi in Windows 10 is impossible. Also, check the "Remote Access Connection Manager" service; it can sometimes interfere with the creation of virtual adapters.

⚠️ Attention: Changing power settings can slightly increase battery life when running on battery power. However, a stable connection is usually more important than a few minutes of battery life.

Checking static IP and DNS

Sometimes the problem lies in incorrectly assigned static addresses. If your network uses automatic address distribution (DHCP), but your laptop has a static IP address, a conflict is inevitable. Control Panel → Network and Internet → Network and Sharing CenterClick on the name of your connection (Wi-Fi), then "Properties." Find "Internet Protocol Version 4 (TCP/IPv4)" in the list and click "Properties."

Make sure the "Obtain an IP address automatically" and "Obtain DNS server address automatically" boxes are checked. If you are using a public DNS (e.g., Google 8.8.8.8), try switching to automatic ones, or vice versa - enter them manually if the provider blocks its servers.

To force a reset of the IP configuration, you can use the command in the command line: ipconfig /release, and then ipconfig /renewThis will force the laptop to request a new address from the router. If the router is frozen and not providing an address, a reboot will help.

In rare cases, an antivirus or firewall may block the connection. Try temporarily disabling your third-party antivirus and checking for internet access. If you can connect, add your network to the exceptions list or change your antivirus security settings.

What to do if nothing helps and the yellow triangle is on?

If you've tried all these methods but the "No Internet Access" status persists, there may be a problem with your ISP or router. Check if the internet works on other devices using the same Wi-Fi network. If not, call your ISP. Also, try connecting your laptop to the router via a cable (LAN). If you can connect via cable but not via Wi-Fi, and reinstalling the drivers doesn't help, the laptop's Wi-Fi module itself may be faulty. In this case, an external USB Wi-Fi adapter may be the solution.

Why did Wi-Fi disappear after updating Windows 10?

System updates often contain new driver versions that may be incompatible with your hardware. An update may also reset power settings or change service priorities. In such cases, rolling back the driver in Device Manager or uninstalling the latest update via Settings → Update & Security → Update history → Uninstall updates can help.

How to check if the Wi-Fi module is physically working?

Go to Device Manager. If your device isn't listed under "Network Adapters" and instead appears as an "Unknown Device" with an error, or if the adapter isn't showing up anywhere (even under hidden devices), the module may have come loose from the motherboard (this is especially true after dropping the laptop) or burned out. You can also check in the BIOS to see if Wireless LAN is enabled.

Can a virus disable the internet?

Yes, some types of malware block network access to prevent you from downloading antivirus software or seeking help. They can change proxy server settings (check your browser's LAN settings) or specify incorrect DNS settings. It's recommended to scan your system with an antivirus utility, such as Dr.Web CureIt! or Malwarebytes.