Which driver is included with my laptop's WiFi? How to find and install it.

The problem of no wireless network access often catches you by surprise when your laptop suddenly stops detecting available access points. At this point, users wonder which driver is installed on their laptop's Wi-Fi and where to find it if there's no internet connection. The situation is paradoxical: downloading the necessary software usually requires a connection that's not working.

The solution lies in correctly identifying the hardware module installed inside your device. Laptop manufacturers rarely create unique Wi-Fi adapters themselves, using ready-made solutions from leading vendors like Intel, Realtek, or Qualcomm Atheros. Knowing the manufacturer of the chip is key to finding compatible software.

In this article, we'll cover all the methods for identifying your adapter model, from simple methods using Device Manager to more complex options using the command line. You'll learn to distinguish official drivers from generic ones and understand why automatic installation via Windows Update isn't always the best solution for stable network operation.

Identifying hardware via Device Manager

The first and most obvious step is to access Windows system utilities, which collect information about all connected hardware. Even if a device is marked as unknown by the system or is experiencing errors, it still reports its basic identifier. To access this information, press a key combination. Win + X and select the item device Manager in the menu that appears.

In the window that opens, you are interested in the section Network adaptersIf the driver is installed correctly, you will see the model name, for example, Intel(R) Dual Band Wireless-AC 7260However, if the software is missing or corrupted, the device may appear under Other Devices with a yellow exclamation mark or under the name 802.11n NICIn the latter case, double-clicking the device and going to the "Details" tab will help you find the required identifier.

⚠️ Warning: If there are no wireless devices in the list of network adapters, and the hardware change history shows that the adapter was removed, it is possible that the adapter was disabled in the BIOS or was physically damaged.

On the Details tab, select a property from the list Equipment ID or Hardware IDYou will see lines like this PCI\VEN_8086&DEV_08B1These codes are unique for each chip manufacturer and model. Knowing these values, you can find a driver even for a very old or rare laptop, without relying on automatic drivers.

  • 🔍 VEN_8086 indicates the manufacturer is Intel, which guarantees high compatibility with standard Windows utilities.
  • 📡 DEV_08B1 indicates a specific device model, which is critical for finding the exact software version.
  • 🛠 SUBSYS helps identify the laptop manufacturer (OEM) that may have modified the standard driver.
📊 What is the status of your WiFi adapter in Device Manager?
It works fine, but there is no network.
Yellow exclamation mark
Doesn't show up in the list at all
The device is disabled

Search by VEN and DEV codes in registries

When standard methods do not provide a clear model name, specialized identifier databases come to the rescue. Codes VEN (Vendor) and DEV (Device) allow you to determine the chip manufacturer with mathematical precision. There are many online services where you can enter these values ​​and get the exact hardware name.

Enter the copied code into your browser's search bar or a specialized catalog website. The system will return a result indicating the chipset manufacturer. It often turns out that the laptop brand HP or Lenovo inside it is equipped with a module from Realtek or MediaTekThe driver from the chip manufacturer is often more stable and functional than a stripped-down version from the laptop assembler.

Why might the codes not match?

Sometimes manufacturers use non-standard VIDs/PIDs for test samples or specific OEM batches. In such cases, searching by the full code may not yield results, and it's worth trying searching only by VEN or using the first four characters of DEV.

Once you've identified the model, go to the official website of the chipset manufacturer. For example, Intel has a separate support portal where you can download Intel PROSet/Wireless SoftwareRealtek drivers are often distributed through partner websites or contained in laptop vendor archives. It's important to ensure that the system architecture (x86 or x64) matches the downloaded file.

Using the command line for accurate data

For more advanced users who need detailed technical information, the Windows command line is the ideal tool. It provides a comprehensive report on network interfaces, including hidden parameters not visible in the graphical interface. Launch the console as administrator by entering cmd in search.

Enter the command netsh wlan show driversThis query will return detailed information about the current wireless network driver, including its version, release date, and manufacturer. If the driver is not installed, the command may return an error, but if the adapter is partially operational, it will display basic information. To list all devices, use the command pnputil enum-devices.

netsh wlan show interfaces

The command output will show the SSID, radio type (802.11n/ac/ax), and connection status. This data is useful for diagnosing compatibility issues. For example, if your router operates in the 5 GHz band but the driver only supports 2.4 GHz, the network will simply not appear in the list of available networks, even though the adapter is physically functional.

  • 📝 Team ipconfig /all will show the physical address (MAC) of the adapter, which is useful for filtering on the router.
  • ⚙️ Parameter Radio types supported will indicate whether your adapter supports modern speed standards.
  • 🔒 Status Authentication and cipher will tell you about the supported security protocols.

Where can I safely download a WiFi driver?

Software download security is a top priority, as drivers have deep access to the system. The most reliable source is always the laptop manufacturer's official website. Find your device model by serial number or exact series name in the "Support" or "Drivers & Downloads" section.

The second most reliable option is the chipset manufacturer's website (Intel, Qualcomm, Broadcom). They often have more recent versions than OEM websites. However, be careful: a generic driver may not take into account the specific power saving settings implemented in your specific laptop model.

⚠️ Warning: Avoid using dubious "driver packs" and websites with "Download Driver" buttons, which actually download adware. Official sources are always free.

If the laptop manufacturer's official website no longer exists (the company has been liquidated), you can use driver archives or Windows Update, but only as a last resort. In Windows 10 and 11, the built-in database often contains basic drivers that provide minimal functionality.

Comparison of universal and OEM drivers

Users often face a dilemma: whether to install the laptop manufacturer's (OEM) driver or a universal driver from the chip developer. OEM versions often have limited functionality but guarantee stable operation of all specific functions, such as antenna control or flight mode switching.

Universal drivers from Intel or Realtek are usually newer and can fix security bugs discovered after the laptop's release. They also often offer an advanced configuration interface. However, installing a third-party driver can lead to conflicts if traces of older software remain in the system.

Characteristic OEM Driver (from the laptop's website) Universal Driver (from the chip's website) Windows Update Driver
Stability High (tested by the manufacturer) Average (depending on compatibility) Basic
Version Often outdated Current Verified by Microsoft
Functional Full (all buttons and LED) Standard Minimum
Security Guaranteed Guaranteed Guaranteed

When choosing a driver, follow the "if it works, don't change it" principle. If your current driver provides a stable connection and high speed, there's no need to upgrade unless absolutely necessary. An update is necessary if you experience connection drops, low speeds, or problems connecting to new Wi-Fi 6 routers.

Installation and reinstallation process

The driver installation process is usually launched by an executable file setup.exe or install.exeHowever, for a clean installation, it is recommended to first completely remove the old software. Go to Control Panel → Programs and Features and remove all programs related to the wireless network and the name of your adapter.

After uninstalling and rebooting, you can begin installing the new software. Follow the instructions in the installation wizard. In some cases, you may need to manually specify the driver path through Device Manager: click "Update Driver" → "Browse my computer for driver software" → "Select from a list of available drivers."

☑️ Clean Installation Checklist

Completed: 0 / 5

If automatic installation fails, use the update method through Device Manager, specifying the folder where the driver files were unzipped. Often, archives from manufacturer websites contain just a collection of files, not an installer. .inf, .sys And .catThe system will automatically understand which file to use for a specific hardware identifier.

What should I do if WiFi disappears after installing the driver?

If the network connection disappears after updating the driver, try rolling back the driver. In Device Manager, select the adapter and go to Properties → Driver → Roll Back Driver. If the button is grayed out, uninstall the device completely (right-click → Uninstall device), check "Delete the driver software," and restart the laptop. Windows will attempt to restore the default version.

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

Technically, this is possible if the WiFi module's chipset is identical. However, it's risky: the WiFi buttons, keyboard indicators, or power-saving modes may not work. Use this method only if there's no official driver for your model.

Do I need to restart my laptop after every driver update?

In most cases, the system will prompt a reboot automatically, as the network card driver is loaded during OS startup. A forced reboot without prompting may prevent changes from taking effect, leaving the adapter in an error state.

Does the driver affect internet speed?

Yes, directly. Older drivers may not support new encryption standards or link aggregation methods, which reduces actual speed. Furthermore, bug fixes in newer versions often resolve speed drops when transferring large files.