How to find out which driver is needed for Wi-Fi on a laptop

Many users are familiar with the situation when, after reinstalling the operating system or experiencing a sudden crash, a laptop stops detecting wireless networks. The screen remains blank, and the connection icon in the system tray is either completely missing or has a red cross through it. At this point, the computer becomes a stationary device, deprived of access to the global network, making it impossible for the missing components to automatically load.

The main reason lies in the absence software, which allows the operating system to communicate with the physical wireless module. Without this "translator," Windows simply doesn't know how to control the device installed in the case. adapterBefore attempting to download files at random, it's important to accurately identify your hardware model, as there are no universal solutions for all devices.

There are several proven methods for determining the exact model of a network controller, even without internet access. We'll cover methods ranging from simple built-in diagnostic tools to more advanced hardware ID identification methods. Correctly identifying the hardware version is essential for stable network operation in the future.

Diagnostics via Windows Device Manager

The first and most logical step is to access the built-in hardware management tool. Even if the driver isn't installed, the system often detects the physical presence of the component and marks it as an unknown device. Open the Start menu, right-click, and select device Manager, or use the key combination Win + R and enter the command devmgmt.msc.

In the window that opens, look in the "Other devices" or "Network adapters" section. If the driver is missing, the hardware may appear as an "Unknown device" with a yellow exclamation point. However, even in this case, valuable information can be obtained. Double-click the unknown device and go to the "Details" tab. From the "Property" drop-down list, select "Hardware ID."

Here you will see lines like this PCI\VEN_8086&DEV_0083These codes are the unique identification of your device. The first four characters after VEN_ designate the manufacturer (Vendor ID), and the next four after DEV_ — the specific device model (Device ID). By recording these values, you can find the required file on the official website or in the driver database.

⚠️ Attention: Avoid installing drivers from driver aggregator websites if you can avoid it. They often contain adware or outdated versions that can cause conflicts with system libraries.

Sometimes the module may be hidden in the Device Manager. To see it, click on the menu View → Show hidden devicesThis will help identify components that have been disabled or are not working correctly. If there is no mention of Wireless, WLAN, or Wi-Fi in the list, the module may be physically disabled or disabled in the BIOS.

📊 Have you encountered the problem of missing drivers after reinstalling Windows?
Yes, all the time.
Rarely, but it happened
Never, everything was set up by itself
I have a desktop PC.

Using the command line for identification

For more experienced users or in cases where the graphical interface is unstable, the command line is a great tool. This method allows you to get detailed information about all connected components without having to dig through menus. Launch the console as administrator by entering cmd in the search and selecting the appropriate item.

To get a list of all network interfaces, enter the command:

wmic nic where "netenabled=true" get name, macaddress

However, if the driver isn't installed, this method may not display the adapter. In this case, use the command to display a complete list of PnP devices:

pnputil get-devices

In the command output, look for lines containing the words Wireless, 802.11 or brand names like Intel, Realtek, or Broadcom. If finding the desired string in the text stream is difficult, you can redirect the output to a text file with the command pnputil get-devices > devices.txt and open the resulting file with Notepad for easy searching.

⚠️ Attention: The command line interface is syntax-sensitive. Make sure you enter commands accurately, without extra spaces or misspelled parameters, or the system will return a runtime error.

Another useful key is - netsh wlan show driversIt displays information about the wireless network driver, if it's at least partially functional. Here you can see the vendor version, date, and supported radio access types. This helps you determine whether you're using an older standard. 802.11n or is a modern one already available? Wi-Fi 6.

Model determination by physical marking

If software methods fail—for example, the system doesn't detect the device at all—a physical inspection is the only option. There are always markings on the laptop's motherboard or the Wi-Fi module itself (if removable). To access the internals, you'll need to remove the bottom case, after disconnecting the battery.

Find a small board, usually in the format Mini PCIe or M.2, to which thin antenna wires (black and white) are connected. The module's sticker will indicate the manufacturer and model, for example, Intel Dual Band Wireless-AC 7260 or Qualcomm Atheros AR9485This is the inscription you need to search for software by.

Often, the sticker also contains a barcode and additional revision codes. It's important to note the model number, not the serial number. In some Ultrabooks, the module may be soldered directly to the board; in that case, look for the chip markings near the antenna connectors.

  • 🔍 Carefully inspect the sticker in good lighting, as the font may be small.
  • 🔌 Before removing the cover, be sure to disconnect the battery cable to avoid short circuit.
  • 📸 Take a photo of the marking with your phone to avoid confusing the symbols when searching online.

Knowing the exact model allows you not only to download the driver but also to check compatibility with your version of Windows. Some older modules may not be supported by Windows 10 or 11, requiring a hardware upgrade.

Search for drivers on the manufacturer's official website

The most reliable source of software is the official website of the laptop manufacturer or the network adapter itself. Using third-party resources carries the risk of system infection. Go to the brand's website (ASUS, HP, Lenovo, Dell, etc.) and find the "Support" or "Drivers" section.

Enter your laptop's exact model, which is usually found on a sticker on the bottom of the case. It's important that all characters match, including the letters after the dash, as they indicate the regional version or specific configuration. Once on the model page, select your operating system version.

In the list of available downloads, look for the "Network," "WLAN," or "Wireless LAN" category. There are often multiple versions from different manufacturers (Intel, Realtek, Atheros). If you don't know which chip is installed in your batch, you'll have to download packages for all versions and verify the installation.

Manufacturer Section on the website Typical file name Peculiarities
Lenovo Support / Drivers WLxxxxx.exe Often requires installation of Lenovo System Update
HP Customer Support spXXXXX.exe File numbering is strictly sequential.
ASUS Support / Driver Wifi_XXXX.zip Drivers are often archived in zip format.
Dell Support / Drivers Network_Driver.exe Automatic installation via Detection ID

When downloading, pay attention to the bitness of your system (x64 or x86). Modern laptops only support 64-bit architecture, but older models may require the 32-bit version. Installing the wrong version will result in a compatibility error.

Using universal databases and equipment IDs

When the official website doesn't help, or the laptop model is too old and no longer supported, hardware ID databases come to the rescue. Remember the codes? VEN And DEV, obtained in Device Manager. These hexadecimal codes are unique to each chip.

There are specialized resources such as PCI Database or DevIDBy entering a code of the following type into the site's search bar 8086-0083 (where 8086 is Intel and 0083 is the model), you'll get the exact device name. Knowing the name makes finding the driver much easier.

This method is especially useful for laptops assembled by small companies or for Chinese brands whose websites may be inaccessible. It allows you to eliminate brand-specific considerations and focus on the hardware itself.

  • 💻 The method works even if the device is marked as "Unknown".
  • 🌐 You will need internet access from another device to search.
  • ⚙️ Allows you to find drivers for rare or discontinued chips.

Once the chip has been identified, you can try finding the driver directly on the chip manufacturer's website (Intel, Realtek, MediaTek). They often have more recent versions available than the laptop manufacturer's website, as laptops receive updates less frequently.

Automatic installation via Update Center

In Windows 10 and 11, the update mechanism has become significantly smarter. If you can connect your laptop to the internet via an Ethernet cable or share your phone's internet connection via a USB modem (tethering), the system can automatically find and install the missing driver.

Connect the cable or phone, wait for the Internet to appear and open Settings → Update & Security → Windows UpdateClick "Check for updates." The system can download not only system patches, but also optional updates, where drivers often end up.

Don't forget to check the "View optional updates" → "Driver updates" section. This section often contains necessary components for network cards that Windows doesn't install automatically but keeps in reserve.

⚠️ Attention: Automatic installation via the Update Center sometimes installs generic (basic) drivers. These ensure functionality, but may not unlock the full speed or power-saving potential of your module.

This method is ideal for the initial launch to get the internet up and running, after which it is recommended to manually update the driver to the latest version from the manufacturer's website for maximum stability.

Common problems and their solutions

Even after installing the driver, issues may arise. For example, the laptop may see networks but not connect, or the connection keeps dropping. Often, the problem isn't a missing file, but a version conflict or power settings issue.

Try to remove the device from the Device Manager along with the driver (check the "Delete driver software" box), and then perform the action Update hardware configurationThis will force the system to completely recreate the device profile.

It's also worth checking out the service WLAN AutoConfig. Click Win + R, enter services.msc and find this service. It should be started and running in automatic mode. Without it, managing wireless networks in Windows is impossible.

  • 🔄 Reset network settings via Settings → Network & Internet → Network reset.
  • 🔋 In the adapter properties, disable power saving by disabling the device from turning off to save power.
  • 📡 Make sure that the wireless module is not disabled in the BIOS (Wireless, WLAN, or Onboard Devices section).

If all else fails, the Wi-Fi module may be physically faulty. In this case, an external USB Wi-Fi adapter will help; it requires its own, usually simpler, driver.

Frequently Asked Questions (FAQ)

Is it possible to use a driver from a different laptop model?

This sometimes works if the laptops have the same Wi-Fi chipset. However, using drivers from a different model is risky: power-saving features or antenna control may not work. It's better to search for drivers by device ID rather than by laptop model.

Why does Windows say the driver is not signed?

This means the driver hasn't passed Microsoft certification. This is rare for hardware from reputable brands. If you downloaded a file from a dubious website, it's best not to install it. For older hardware, it's sometimes necessary to disable driver signature verification, but this reduces system security.

Do I need a driver for Wi-Fi 6 adapters?

Yes, it is required. Without a specialized driver, a Wi-Fi 6 adapter can operate in compatibility mode as a standard Wi-Fi 4 (N), losing speed and the benefits of the technology. Basic Windows drivers often don't fully support new standards.

Where can I get a driver if the website only has drivers for Windows 7, but I have Windows 10?

Try installing the Windows 7 driver in compatibility mode. Right-click the installer → Properties → Compatibility → Run in Windows 7 mode. Driver architectures often remain compatible.