My laptop's WiFi drivers have crashed: what to do and how to restore them

Many users are familiar with the situation when the wireless connection on a laptop suddenly disappears, and all access points disappear from the list of available networks. Most often, the root of the problem lies in a software glitch that causes WiFi drivers crashed adapter. The operating system stops interacting correctly with the network equipment, and the connection icon may disappear completely or display a red cross.

Restoring the module's functionality requires a consistent approach, as the solutions depend on the operating system version and the type of hardware installed. In some cases, a simple service reboot is sufficient, while in others, manual software reinstallation will be required. It's important not to panic, as physical adapter failure is much less common than a software conflict.

Below are proven methods that will help you restore internet access without immediately contacting a service center. We'll cover both standard Windows tools and methods for downloading necessary files even without an active internet connection.

Primary diagnostics and checking the adapter status

Before you begin complex manipulations with the registry or BIOS, you need to make sure the current status of your network equipment. Open device Managerby right-clicking on the Start menu and selecting the appropriate item. Find the section in the list Network adapters and open its contents for analysis.

If the driver has crashed completely, the device may be displayed with a yellow exclamation mark or be located in the Other devices as an unknown device. This is a sure sign that Windows sees the hardware but doesn't know how to work with it. The absence of the adapter in the list may indicate that it's disabled at the BIOS level or that there's a physical problem.

If an error code appears in the device properties, check for it. Codes 10 and 43 often indicate a startup error that can be resolved using software. Code 28 may indicate that the drivers are not installed at all, and code 32 indicates that the driver is disabled.

Automatic recovery via Device Manager

The easiest way to try to fix the situation is to force the operating system to automatically find and install the appropriate software. To do this, right-click the problematic adapter in Device Manager (e.g., Realtek RTL8822BE or Intel Wireless AC 9560) and select "Remove device".

In the window that opens, be sure to check the box next to "Delete the driver software for this device," if available. This is a critical step to ensure a complete cleanup before reinstalling. After uninstalling, select "Action" → "Scan for hardware changes" from the top menu.

The system will attempt to find a standard driver in its database. If successful, the adapter will start and WiFi will work. However, if the standard Windows files are not compatible with your specific network card model, this method will not work.

  • 🔍 Right-click on the adapter and select "Properties" to view the hardware ID.
  • 🔄 Select the "Driver" tab and click the "Roll Back Driver" button if the problem appeared after a recent update.
  • 🛠️ Use the "Update driver" button → "Search automatically for drivers".

Manually installing drivers without internet access

If the automatic search doesn't help, you'll have to download the installation files manually. The main difficulty is that the laptop doesn't have internet access. There are two ways to solve this: using a second computer with internet access or a smartphone with USB modem support.

For the first option, you'll need a different PC. Go to the official website of your laptop manufacturer (for example, ASUS, Lenovo, HP) or chip manufacturer (Intel, Qualcomm Atheros). In the support section, find the model of your device and download the driver for it. Wireless LAN or WLAN.

⚠️ Important: Download drivers only from the manufacturer's official websites. Using third-party auto-installers on an infected or unstable system may result in the installation of incorrect software versions.

Copy the downloaded installation file to a USB flash drive and transfer it to the affected laptop. Run the installation as administrator and follow the wizard's instructions. Be sure to restart your computer after the installation is complete.

What should you do if the driver for your model is not found on the website?

Try searching for the driver using the device's VEN and DEV IDs. In Device Manager, open Properties → Details → Hardware IDs. Copy the top line (e.g., PCI\VEN_8086&DEV_...) and enter it into a search engine—this will help you find the exact chip model.

Using your smartphone as a USB modem for updates

Modern smartphones based on Android And iOS They can act as an external network adapter for a laptop. This is an ideal way to temporarily gain network access to automatically update drivers through Windows Update.

Connect your smartphone to your laptop via a USB cable. On Android, go to Settings, select "Connections" or "Network & Internet," find "Personal Hotspot" and enable "USB Tethering." On iPhone, this feature is called "Personal Hotspot" and is enabled in the main cellular settings.

Once your computer detects a new network connection, run Windows Update. The system will automatically find and install the missing components for your WiFi adapter. This method is often more effective than manual searches, as Microsoft certifies the drivers for stable operation.

  • 📱 Make sure your phone's data plan is enabled and traffic restrictions are removed.
  • 🔌 Use a high-quality USB cable that can transfer data, not just charge.
  • 📡 After installing the drivers via your phone, disconnect the USB modem and check the WiFi connection.

Resetting network settings and command line

Sometimes the problem isn't a missing driver, but rather incorrect TCP/IP protocol stack settings. In this case, a complete reset of network settings via the command line will help. Launch the terminal as administrator by entering cmd in the search and selecting the appropriate item.

Enter the following commands one by one, pressing Enter after each line. This will flush the DNS cache, reset Winsock settings, and renew IP addressing. These actions are safe and will not delete your personal files.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running all the commands, the system will require a reboot. If this doesn't help, use the built-in network reset tool in Windows 10/11. Go to Settings → Network & Internet → Advanced network settings → Network reset.

📊 Which recovery method helped you the most?
Automatic search in the Dispatcher
Manual installation from a flash drive
Using your phone as a modem
Reset via command line

Table of common errors and solutions

For quick diagnostics, use the table below. It contains the most common error codes associated with WiFi adapter issues and a brief description of the steps to take.

Error code Description of the problem Recommended action
Code 10 The device cannot start Remove the device, restart the PC, check for BIOS updates
Code 28 Drivers not installed Download the driver from the manufacturer's website and install it manually.
Code 43 Windows has stopped the device Check USB power (if external), roll back the driver, check the BIOS
Code 52 Windows cannot verify the digital signature. Disable mandatory driver signature verification at boot

⚠️ Note: Menu interfaces and item names may vary slightly depending on the Windows version (10, 11) and operating system build. If the exact name of an item is different, look for a more meaningful equivalent.

Checking BIOS and Windows services

In rare cases, the adapter may be disabled at the BIOS/UEFI level. When booting your computer, enter the BIOS menu (usually F2, Del, or F10) and find the section related to peripherals or system configuration. Make sure the setting is WLAN Device or Wireless LAN does it matter Enabled.

It's also worth checking the operation of the system service. Click Win + R, enter services.msc and find "WLAN AutoConfig Service" in the list. Make sure the startup type is set to "Automatic" and the service is running.

If none of these methods help restore functionality, there may be a hardware fault with the WiFi module. In such cases, replacing the internal card or using an external USB WiFi adapter may be necessary.

☑️ Checklist before contacting the service center

Completed: 0 / 5
Why did WiFi disappear after a Windows update?

Operating system updates often contain new driver versions that may conflict with installed hardware. The updated file may also become corrupted during loading. Solution: Roll back the driver in Device Manager or uninstall the latest Windows update.

Can I use universal drivers?

Using universal drivers (such as those from Realtek for all Realtek cards) is possible, but not recommended. They may not take into account the specifics of your laptop model, which could lead to unstable operation or rapid battery drain.

What should I do if there are no network adapters in the Device Manager?

This indicates that the system doesn't see the device at all. Check to see if the adapter is disabled in the BIOS. If it's enabled in the BIOS but isn't displayed in Windows, even as an unknown device, there's a high probability that the card is physically damaged.