How to install a driver for a Wi-Fi adapter: from searching to diagnostics

Without working Wi-Fi, a modern computer or laptop loses half its functionality. If your wireless network adapter isn't detected by the system, it displays an error The network adapter does not have valid IP configuration settings. or is simply missing from the list of devices, the problem is almost certainly with the driver. This guide will help you figure out how to find, download, and install the correct driver for Wi-Fi module on Windows 10 or 11, even if you don't have internet access.

We will consider all possible scenarios: from automatic installation through device Manager before manually searching for drivers Equipment ID for rare adapters. We will pay special attention to typical errors (for example, when the system writes that The driver is installed, but Wi-Fi does not work due to a version conflict.) and how to fix them. If you've never configured hardware before, don't worry: each step is accompanied by screenshots and explanations.

Note: The instructions are valid for most brands - TP-Link, Realtek, Intel, Broadcom, Qualcomm Atheros and others. For built-in adapters in laptops (for example, Dell Inspiron or HP Pavilion) you may need drivers from the device manufacturer's website, not the chipset manufacturer's.

1. How to determine the model of your Wi-Fi adapter

Before you look for a driver, you need to know exactly which one Wi-Fi module installed on your device. There are three main ways:

  • 🔍 Via Device Manager — the fastest method if the adapter is somehow detected by the system.
  • 💻 Using the command line - suitable when Wi-Fi is displayed as "Unknown device".
  • 🛠️ Physical examination - relevant for PCs with removable adapters (for example, PCIe cards or USB dongles).

Let's consider each option in detail.

Method 1. Device Manager

Open the menu Start, enter device Manager and select the appropriate item. In the window that opens, find the section Network adapters. The following may be displayed here:

  • The name of the adapter (eg. Intel Wi-Fi 6 AX200 or Realtek RTL8821CE) - if the driver is installed at least partially.
  • "Unknown device" with a yellow triangle - if the driver is missing or damaged.
  • Paragraph WAN Miniport or Microsoft Wi-Fi Direct Virtual Adapter - these are not your adapter, but virtual devices.

Method 2. Command line (if the adapter is not detected)

Click Win + R, enter cmd and run the command:

wmic nic get name, manufacturer, description

In the results, look for lines mentioning Wireless, Wi-Fi or 802.11If the adapter is not displayed, try an alternative command:

pnputil /enum-devices /connected

It will show all connected devices, including those for which there are no drivers.

📊 What type of Wi-Fi adapter do you have?
Built into the laptop
PCIe card for PC
USB dongle
Don't know

2. Where can I download the driver for my Wi-Fi adapter?

Once the adapter model is known, all that remains is to find the latest driver for it. Never download drivers from third-party websites. (like driverpack.io or drp.su) - they often contain viruses or outdated versions. Here are reliable sources:

Source When to use Link (opens in a new tab)
Official website of the chipset manufacturer For adapters Intel, Realtek, Broadcom, Qualcomm Examples: downloadcenter.intel.com, realtek.com
Laptop/PC manufacturer website For built-in modules in Dell, HP, Lenovo, Asus Look for the "Support" or "Drivers" section.
Microsoft Driver Catalog If you need the basic version for initial installation Updated through Windows Update
Driver archive on GitHub For rare or outdated adapters (eg. Ralink RT5370) Search repositories with keywords WiFi driver

How to find a driver by model:

  1. Go to the manufacturer's website (for example, Intel for adapters AX200/AX210).
  2. Enter the adapter model in the search bar (for example, Wi-Fi 6 AX200).
  3. Please select the latest driver version compatible with your OS (Windows 10 or 11, x64/x86).
  4. Download the file (usually it is .exe or .zip).

What to do if the adapter model is unknown?

If the adapter is identified as "Unknown Device", locate it. Equipment ID:

  1. Open device Manager.
  2. Right-click on "Unknown Device" → Properties → tab Intelligence.
  3. From the drop-down menu, select Equipment ID.
  4. Copy the first line (eg. PCI\VEN_10EC&DEV_8821&...).
  5. Enter this code into a search engine - you will find the chipset model and links to drivers.

3. Driver Installation: 3 Proven Methods

Now that the driver has been downloaded, all that's left is to install it. Choose the method that best suits your situation:

  • 📥 Automatic installation via Device Manager - if you have access to the Internet.
  • 🖥️ Manual installation from a downloaded file — if there is no internet or automatic search did not work.
  • 🔄 Updating via Windows Update — for basic Microsoft drivers.

Method 1. Automatic installation (if there is Internet access)

  1. Open device Manager.
  2. Find your Wi-Fi adapter (or "Unknown device"), right-click on it → Update driver.
  3. Select Automatic driver search.
  4. Wait for the process to complete and restart your PC.

Method 2. Manual installation from a file

If you downloaded the driver as .exe:

  1. Run the file as administrator (right click → Run as administrator).
  2. Follow the instructions of the installation wizard.
  3. Restart your computer.

If the driver is in the archive (.zip or .rar):

  1. Unzip the archive to any folder.
  2. IN Device Manager Click on the adapter → Update driverSearch for drivers on this computer.
  3. Specify the path to the unzipped folder and click Next.

Download the driver from the official website|Unzip the archive (if necessary)|Disable your antivirus during installation|Prepare a backup copy of your current drivers-->

Method 3: Windows Update

This method is suitable if you need basic functionality and could not find a high-performance driver:

  1. Open ParametersWindows UpdateAdditional options.
  2. Click Optional updates.
  3. In the section Driver updates Find your Wi-Fi adapter and check the box.
  4. Click Download and install.

4. Common installation errors and their solutions

Even after successfully installing the driver, Wi-Fi may not work. Here are the most common issues and how to fix them:

  • ⚠️ Error: "The driver for this device is not installed (code 28)" — usually means the driver file is damaged or not compatible with your version of Windows. Try downloading the driver from another source.
  • ⚠️ "This device does not have a digital signature" (code 52) - disable driver signature verification via gpedit.msc (for Windows Pro) or by command bcdedit /set nointegritychecks on.
  • ⚠️ Wi-Fi turns on but doesn't find any networks. - check if the adapter is disabled in Device Manager (right click → Engage). Also make sure that the router is working.
  • ⚠️ After updating the driver, Wi-Fi disappeared. - roll back to the previous version (in Device ManagerPropertiesRoll back).

How to fix driver conflict:

If multiple driver versions are installed on the system (for example, from Microsoft and from the manufacturer), crashes may occur. To clear conflicting drivers:

  1. Open device Manager.
  2. Uninstall your current Wi-Fi driver (right click → Remove device, check the box Remove the driver software for this device).
  3. Restart your PC.
  4. Please reinstall the driver (see section 3).
What should I do if a BSOD (blue screen) appears after installing the driver?

If after installing the driver appears blue screen of death (for example, with an error DRIVER_IRQL_NOT_LESS_OR_EQUAL), this means the driver is incompatible with your system. To restore functionality:

  1. Boot into Safe mode (while starting the PC, hold Shift + F8 or use a bootable USB flash drive).
  2. Remove the problematic driver via device Manager.
  3. Restore the previous version of the driver or install a different one (for example, from the Microsoft website instead of the manufacturer).

If the blue screen appears constantly, try to roll back the system to a restore point (Control Panel → Recovery).

5. Installing the driver offline

Situation: Wi-Fi isn't working, and there's no cable (Ethernet) connection. How can I download the driver? Here are three working methods:

  • 📱 Use another device — Download the driver to your phone or a second PC, and then transfer it to a flash drive.
  • 💾 Restore driver from backup — if Wi-Fi was working previously, the system could have saved a copy of the driver.
  • 🔧 Use universal drivers - For example, DriverStore Explorer to extract drivers from a Windows image.

Method 1. Transferring a driver from another device

  1. On your working PC/phone, download the driver from the official website (see section 2).
  2. Copy the file to a flash drive or external drive.
  3. Connect the drive to the problematic PC and install the driver manually (see section 3).

Method 2: Restore from a backup

Windows automatically saves copies of drivers in the folder C:\Windows\System32\DriverStoreTo find and install an older version:

  1. Open device Manager.
  2. Click on the adapter → Update driverSearch for drivers on this computer.
  3. Select Select a driver from the list of already installed ones.
  4. If there are compatible drivers in the list, select the newest one and click Next.

Method 3. Universal tools

Programs like DriverStore Explorer (RAPR) or Double Driver allow you to extract drivers from a Windows image or backups. For example, to use DriverStore Explorer:

  1. Download the program on your work PC and copy it to a flash drive.
  2. Launch RAPR.exe on the problematic PC (as administrator).
  3. Find the driver for your Wi-Fi adapter in the list (filter by name or INF file).
  4. Click Add DriverSelect Driver from Folder and specify the folder with the driver.

6. Checking Wi-Fi operation after installing the driver

Hooray, the driver is installed! But how can you be sure everything is working correctly? Run these tests:

  • 🔄 Reboot — sometimes the adapter is activated only after a restart.
  • 📶 Checking the list of networks — click on the Wi-Fi icon in the tray (next to the clock).
  • 🛡️ Troubleshooting — right-click on the Wi-Fi icon → Troubleshooting.
  • 📊 Speed ​​test - connect to the network and check the speed on Speedtest.

How to turn on Wi-Fi if it won't activate:

  1. Check it out physical button on a laptop (sometimes Wi-Fi is disabled by a hardware switch).
  2. Launch Control Panel → Network Connections and make sure the adapter is not disabled.
  3. IN Device Manager check that the adapter Involved (right click → Activate the device).
  4. If used USB adapter, try reconnecting it to a different port.

Checking in command line:

Open cmd as administrator and run:

netsh wlan show interfaces

In the results, pay attention to the lines:

  • State — it should be connected or disabled (if not connected to the network).
  • Radio — it should be incl. (If off, turn on the adapter using hardware or via device Manager).

7. Updating the Wi-Fi driver: when and how to do it

Wi-Fi adapter drivers are updated less frequently than, for example, video drivers, but sometimes it is necessary. Reasons to upgrade:

  • 🚀 Increased speed and stability - new versions often optimize work with modern routers (for example, for the standard Wi-Fi 6E).
  • 🔒 Fixing vulnerabilities - critical security errors (e.g. Kr00k in chips Broadcom).
  • 🖥️ Support for new features - For example, WPA3 or Mu-MIMO.
  • 🐛 Bug fixes - if the adapter periodically disconnects or "loses" the network.

How to update the driver:

  1. Download the latest version from the manufacturer's website (see section 2).
  2. Remove the old driver via device Manager (check the box) Uninstall driver programs).
  3. Install the new driver and restart your PC.

Automatic update via Windows Update:

Microsoft regularly adds new drivers to its catalog. To check for updates:

  1. Open ParametersWindows UpdateView additional updates.
  2. In the section Driver updates Find your adapter and check the box.
  3. Click Download and install.
What is a "digitally signed driver" and why is it important?

Digital signature — This is an electronic label confirming that the driver has been verified by Microsoft and does not contain malicious code. Driver installation without signature may lead to:

  • Unstable system operation (blue screens, freezes).
  • Conflicts with other devices.
  • Security vulnerabilities (viruses, spyware).

If Windows blocks the installation of an unsigned driver, it's best to find an alternative from the official website. As a last resort, you can temporarily disable signature verification (see Section 4), but this is not secure.

8. Alternative solutions if the driver doesn't help

Sometimes, even after installing the correct driver, Wi-Fi still doesn't work. Here's what you can try:

  • 🔌 Check your hardware connection - if this PCIe card or USB adapter, make sure it is connected correctly (for example, antennas MIMO must be tightly secured).
  • Reset BIOS settings - sometimes Wi-Fi is disabled at the BIOS level (go to BIOS and find the item Wireless LAN or WLAN).
  • 🔄 Roll back the system - If the problem appeared after a Windows update, return to a previous restore point.
  • 🛠️ Check compatibility - some old adapters (for example, Ralink RT5370) do not support Windows 11.
  • 💻 Use an external adapter - If the built-in module is broken, buy a new one USB Wi-Fi dongle (For example, TP-Link TL-WN725N).

Diagnostics at the OS level:

Windows has built-in network diagnostic tools. To run them:

  1. Open ParametersNetwork and InternetState.
  2. Click Network diagnostics.
  3. Follow the instructions in the troubleshooting wizard.

Virus check:

Some viruses (eg trojan.win32.netfilter) are blocking network connections. Run a full system scan. Windows Defender or Kaspersky Virus Removal Tool.

When to contact service:

If you've tried all the methods and your Wi-Fi still isn't working, the problem might be hardware failureThis is relevant if:

  • The adapter is not even detected as "Unknown device".
  • There is visible physical damage on the laptop/adapter case (e.g. burnt contacts).
  • Wi-Fi worked, but stopped after the device was dropped or exposed to liquid.

In such cases, it's best to contact a service center. For laptops, replacing the Wi-Fi module usually costs 1500–3000 ₽ (depending on the model).

FAQ: Frequently Asked Questions about Installing Wi-Fi Drivers

🔹 How do I know which driver I need for my Wi-Fi adapter if it's not detected by the system?

If the adapter shows up as "Unknown Device", find it. Equipment ID V Device Manager (See Section 1) Copy the first line (for example, PCI\VEN_10EC&DEV_8821) and enter it into a search engine. This code will help you find the chipset model and the appropriate drivers.

For USB adapters You can also look at the markings on the device body (for example, TP-Link TL-WN823N).

🔹 Is it possible to install a Wi-Fi driver without internet access?

Yes, there are several ways:

  1. Download the driver on another device and transfer it to a flash drive.
  2. Use backup copy of drivers from folder C:\Windows\System32\DriverStore.
  3. Restore driver from Windows image using DriverStore Explorer.

For detailed instructions see Section 5.

🔹 Why is Wi-Fi still not working after installing the driver?

Possible reasons:

  • The driver is not compatible with your version of Windows (download the correct version for x64 or x86).
  • The adapter is disabled in the BIOS (go into the BIOS and check the settings) Wireless LAN).
  • Conflict with other network drivers (uninstall all old versions in Device Manager).
  • Hardware failure (for example, the antenna contact has come loose) PCIe cards).

Try rolling back the driver or installing the version from Microsoft (see Section 4).

🔹 How do I roll back my Wi-Fi driver to a previous version?

If you experience problems after updating your driver, please revert to the older version:

  1. Open device Manager.
  2. Right-click on the Wi-Fi adapter → Properties → tab Driver.
  3. Click Roll back (if the button is inactive, there is no previous version).
  4. Restart your PC.

If the button Roll back If the driver is not available, download the previous version from the manufacturer's website and install it manually.

🔹 Do I need to update my Wi-Fi driver if everything is working fine?

If your Wi-Fi is stable, updating the driver is not necessary. However, there are cases when it is recommended:

  • The release of a new version of Windows (for example, a major update