If your laptop suddenly loses connection to Wi-Fi networks, and the system tray displays a cross on the connection icon or the message "No connections available," there's a 90% chance the problem lies with the wireless adapter driver. Without a properly installed driver, Wi-Fi drivers The operating system simply doesn't "see" the network card, and all attempts to connect to the router are doomed to failure. In this article, we'll discuss how to download a driver for your laptop's Wi-Fi adapter from official sources, avoiding viruses and incompatible software, and we'll also consider alternative methods for restoring the connection if standard methods fail.
It is important to understand that the process of finding and installing a driver depends on three key factors: laptop models (or more precisely, Wi-Fi module models), Windows versions (10 or 11) and availability of Internet access on the problematic device. If the laptop has no internet connection at all, you'll have to download files on another computer and transfer them via a flash drive. We'll describe both scenarios in detail and also teach you how to identify your Wi-Fi adapter model, even if the system doesn't recognize it.
1. How to determine the model of the Wi-Fi adapter on a laptop
Before downloading a driver, you need to know exactly which device it's for. The Wi-Fi module model can be determined in several ways, depending on whether the adapter is at least partially recognized by the system.
If in Device Manager (opens in Win + X) in the Network Adapters section, an unknown device with a yellow exclamation mark is displayed (for example, «Ethernet Controller» or «Network Controller»), take advantage Equipment ID:
- 🔍 Open
device Manager→ Find the unknown device → Right-clickProperties→ tabIntelligence. - 📋 Select from the drop-down list
Equipment ID→ copy the first line (starts withPCI\VEN_orUSB\VID_). - 🌐 Enter the copied code into a search engine - the first results will show the exact adapter model.
If the adapter is detected but does not work correctly (for example, Qualcomm Atheros QCA61x4 or Intel Wireless-AC 9560), the model will be visible directly in Device ManagerRemember or write it down - this is the key to the correct driver.
2. Official sources for downloading Wi-Fi drivers
Never download drivers from dubious websites like "driverpack.io" or "drp.su" - they often install unnecessary software or viruses. Instead, use official resources:
| Laptop/adapter manufacturer | Link to the official website | How to search for a driver |
|---|---|---|
| Intel | downloadcenter.intel.com | Please enter your adapter model (e.g. AX200) in the search bar. |
| Qualcomm Atheros | qualcomm.com/products/wireless | Search by chip series (eg. QCA6174). |
| Lenovo, HP, Dell, Asus | Brand support sites (e.g. support.lenovo.com) | Please specify your laptop model (e.g. Lenovo IdeaPad 5 15ARE05). |
| Realtek | realtek.com | Chapter Downloads → Wireless LAN. |
On the websites of laptop manufacturers (for example, HP or Acer) drivers are usually sorted by model serial number (For example, Pavilion 15-eg0004ur). If you don't know the exact modification, use the utility Speccy or look at the sticker on the bottom of the laptop.
3. Step-by-step instructions: downloading and installing the driver
Let's look at a universal procedure for Windows 10/11. If you don't have internet access on the affected laptop, perform steps 1-3 on another device and transfer the files via a USB drive.
Download the driver from the official website|Save the file to a folder on your desktop|Disable your antivirus (temporarily)|Connect your laptop to the network via cable (if possible)|Create a system restore point-->
Step 1: Download the driver
- 🖥️ Go to the manufacturer's website (see table above).
- 🔎 Enter your adapter or laptop model in the search bar.
- ⬇️ Select the latest driver version for your Windows bitness (
x64for 64-bit system). - 💾 Download the file (usually it is
.exeor.zip).
Step 2. Installation
- 📁 If you downloaded it
.exe- run the file as administrator and follow the instructions. - 🗄️ If you downloaded it
.zip— unzip the archive → opendevice Manager→ find the adapter → right-clickUpdate driver→Search for drivers on this computer→ specify the folder with the unpacked files.
Step 3. Reboot
After installation Be sure to restart your laptop — Some drivers are activated only after a reboot. If Wi-Fi doesn't work after a reboot, check if the adapter is enabled in Device Manager (there should be no down arrows next to the title).
What to do if the driver is not installed?
If the installer gives an error "This driver is not designed for this platform.", then you downloaded a version for a different bit depth of Windows (for example, x86 instead of x64). Check the bit depth of the system in Settings → System → About and download the correct driver.
4. Alternative ways to restore Wi-Fi
If the standard driver installation does not help, try these methods:
- 🔄 Driver rollback: IN
Device Managerselect adapter →Properties → Driver → Roll Back Driver(if the button is active). - 🔧 Uninstall and reinstall: Uninstall the current driver → reboot → Windows will try to install it automatically.
- 📡 Using Ethernet: Connect your laptop to the router with a cable and update the driver via
Settings → Windows Update. - 💿 System Restore: Roll back to a restore point when Wi-Fi was working (
Start → System Restore).
On laptops Dell And HP Often a brand support utility (for example, Dell SupportAssist or HP Support Assistant). It automatically finds and installs all necessary drivers, including network ones.
5. Solving common errors when installing drivers
Let's look at the most common problems and their solutions:
| Error | Cause | Solution |
|---|---|---|
"Unable to find drivers for this device" |
Windows does not recognize the adapter. | Install the driver manually via device Manager, specifying the folder with files. |
"The device cannot start (code 10)" |
Driver conflict or file corruption | Remove the driver completely (via Display Driver Uninstaller) and install again. |
"This system does not support 5GHz." |
Outdated driver or incompatible adapter | Update the driver or check the router settings (the mode may be disabled) 802.11a/n/ac). |
If a message appears during driver installation "Digital signature not found", disable driver signature verification in Windows:
- Run Command Prompt as administrator.
- Run the command:
bcdedit /set nointegritychecks on - Reboot and try the installation again.
6. How to update your Wi-Fi driver via Windows Update
Microsoft regularly adds drivers for popular devices to its databases. To update a driver via Windows Update:
- Open
Settings → Windows Update → Advanced options → Optional updates. - Expand the section
Driver updates. - Check the box next to the driver for your Wi-Fi adapter (for example, Intel(R) Wi-Fi 6 AX201).
- Click
Download and install.
This method is suitable if you already have an internet connection (e.g., via Ethernet or a USB modem). Microsoft updates have been tested for compatibility, but they may not be the latest version.
Why can't Windows Update find the driver?
Microsoft only adds drivers for common devices to its databases. If your Wi-Fi adapter is rare (for example, in Chinese laptops), you'll have to search for its driver on the manufacturer's website.
7. Wi-Fi Drivers for Linux and macOS
If you are using a laptop running Linux (Ubuntu, Mint, etc.) or macOS, the driver installation process is different:
- 🐧 LinuxMost Wi-Fi adapter drivers are already included in the kernel. If the network isn't working, update the system:
sudo apt update && sudo apt upgradeFor proprietary adapters (eg. Broadcom) you may need to install proprietary drivers through
Additional drivers(Software & Updates → Additional Drivers). - 🍎 macOS: Drivers are installed automatically through
Software updateIf Wi-Fi doesn't work, reset NVRAM:sudo nvram -cand restart your MacBook.
On Linux To diagnose Wi-Fi problems, use the following commands:
lspci -knn | grep Net -A3 # Checking PCI devices
dmesg | grep iwlwifi # Intel driver load logs
8. Frequently asked questions about Wi-Fi drivers
Is it possible to install a Wi-Fi driver without the Internet?
Yes. Download the driver on another device, save it to a flash drive, and transfer it to your laptop. Install it via device Manager (manual search for drivers).
How do I know which driver I need for my Wi-Fi adapter?
Determine the adapter model via device Manager (chapter Network adapters) or by Equipment ID (See Section 1 of the article). Then download the driver from the manufacturer's website.
Why doesn't Wi-Fi work after installing the driver?
Possible reasons:
- The adapter is disabled in
BIOS/UEFI(needs to be enabled). - Conflict with antivirus (temporarily disable protection).
- The Wi-Fi module itself is damaged (repair required).
Can I use the driver from Windows 10 on Windows 11?
In most cases, yes, if the driver is compatible with x64. However, for new adapters (for example, Wi-Fi 6E) It is better to download the version optimized for Windows 11.
How to remove the old Wi-Fi driver before installing a new one?
Use the utility Display Driver Uninstaller (DDU):
- Download DDU from the website wagnardsoft.com.
- Run in
Safe mode. - Select
Network→ uninstall all Wi-Fi drivers. - Reboot and install the new driver.
⚠️ Attention: SettingsBIOS/UEFI(for example, disabling the Wi-Fi adapter) may be reset after updating the motherboard firmware. If Wi-Fi stops working after a BIOS update, go toBIOS(buttonF2/Delat boot) and check if the option is enabledWireless LANorWLAN.
⚠️ Attention: On some laptops (eg. Lenovo Legion or ASUS ROG) The Wi-Fi adapter may be disabled when the mode is activated Airplane Mode in the brand's special software (for example, Lenovo Vantage or Armoury Crate). Check the settings of these utilities.