After reinstalling Windows 11, many users encounter a frustrating problem: the system can't detect available Wi-Fi networks, and an exclamation point appears next to the adapter in Device Manager. The cause is simple: the driver for the wireless module is missing. Downloading it using standard methods is impossible without internet access, but there is a solution. In this article, we'll cover all the working methods for installing the Wi-Fi driver on a fresh Windows 11 installation, even if you only have a laptop with no Ethernet connection.
The problem is complicated by the fact that modern laptops (for example, Dell XPS 13, HP Spectre or Lenovo Yoga) often do not have a port RJ-45 for wired internet. And adapters USB-LAN Not everyone has this problem. Fortunately, there are workarounds: from using your smartphone as a modem to manually downloading drivers from another device. The main thing is not to panic and follow the instructions.
1. Checking the current status of the Wi-Fi adapter
Before searching for a driver, make sure that the problem is in it. Open device Manager (keys Win + X → device Manager) and find the section Network adaptersThere are three possible scenarios here:
- 🔍 The adapter is displayed with a yellow triangle - the driver is not installed correctly or is damaged.
- 🖥️ Only on the list Ethernet controller — the Wi-Fi driver is completely missing.
- ❓ Section
Other devicescontains an unknown device (eg PCI Device) - Windows did not recognize the adapter.
If the adapter is not listed, try turning it on physically. On some laptops (e.g., Lenovo ThinkPad) there is a hardware Wi-Fi switch on the case or a key combination Fn + F2 (or another, depending on the model). On MacBook with Windows 11 via Boot Camp, the problem may lie in the lack of Boot Camp Drivers - they need to be installed separately.
⚠️ Attention: On laptops HP series Pavilion or Envy Sometimes the Wi-Fi lock in the BIOS is triggered. Enter the BIOS (keyF10orEscwhen loading) and check the settingsWireless LANin the sectionSystem Configuration.
If the adapter is detected but does not work, try updating the driver via the context menu (right click → Update driver). However, without the Internet, this method rarely works—Windows won't be able to download the latest version.
2. Installing the driver via Ethernet (wired connection)
The most reliable way is to connect to the router via cable, even if your laptop doesn't have a port. RJ-45, can be used USB-Ethernet adapter (costs from 300 rubles). After connection:
- Windows 11 will automatically detect your network connection and attempt to install basic drivers.
- Open
Settings → Windows Updateand run a check for updates. The system may automatically find the Wi-Fi driver. - If the update does not help, download the driver manually from the laptop manufacturer's website (section
SupportorDrivers).
To speed up the process, use Equipment ID adapter. Find it in the Device Manager (right-click on the adapter → Properties → Details → Hardware ID). Copy the top line (for example, PCI\VEN_8086&DEV_2723) and enter it into a search engine - this way you will find the exact driver.
| Laptop manufacturer | Link to the drivers section | How to search for a driver |
|---|---|---|
| Dell | support.dell.com |
Enter Service Tag (on the sticker below) or model |
| HP | support.hp.com |
Use product number (For example, 15-dw3xxx) |
| Lenovo | pcsupport.lenovo.com |
Select the series and exact model (eg. ThinkPad T14 Gen 2) |
| Asus | asus.com/support |
Please specify serial number or motherboard model |
⚠️ Attention: Manufacturers' websites sometimes offer utilities for automatic driver detection (for example, Dell SupportAssist or HP Support Assistant). Don't install them without internet access - they are useless without an internet connection.
3. Using your smartphone as a USB modem
If Ethernet is not available, but mobile Internet is available, connect your smartphone via USB and activate it. modem modeOn . Android This is done in the settings Network and Internet → Access Point and Modem → USB ModemOn . iPhone go to Settings → Tethering and turn it on Allow others.
After connection:
- 📱 Windows 11 will recognize your smartphone as a network device and install the driver automatically.
- 🔄 Launch
Windows Update— the system can find the Wi-Fi driver itself. - 🔍 If this doesn't help, download the driver manually (as in the previous section).
The speed will be lower than via Ethernet, but it's enough to download the driver (usually 10-50 MB). The main thing is to disable background noise on your smartphone (Settings → Data Transfer → Data Saver on Android), otherwise the download may be interrupted.
4. Manually download the driver from another device
If neither Ethernet nor USB modem is available, download the driver on another computer or phone and transfer it to your laptop via a flash drive. Here's how:
- Find out the model of your Wi-Fi adapter (via
Equipment IDor a sticker on a laptop). - On another device, go to the laptop or adapter manufacturer's website (Intel, Qualcomm Atheros, Broadcom, Realtek).
- Download the driver for your model and version of Windows 11 (pay attention to the bit depth -
x64). - Copy the file to a flash drive and connect it to your laptop.
- In the Device Manager, update the driver manually by specifying the path to the downloaded file.
For adapters Intel (the most common) driver can be found on downloadcenter.intel.comFor example, for Intel AX201 look for the package Wi-Fi 6 AX201 Driver. For Realtek (often found in budget laptops) the drivers are located on realtek.com, but the site is not always stable - it is better to download from the official website of the laptop manufacturer.
Make sure the driver is compatible with Windows 11 (not Windows 10!)
Download the full package (.exe), not just the INF file
Disable your antivirus during installation (it may block drivers)
Restart your laptop after installation-->
Critical detail: If Wi-Fi doesn't work after installing the driver, check the Device Manager to see if it's conflicting with other network hardware. For example, virtual adapters from VPNs (e.g., Tap-Windows) may block Wi-Fi.
5. Installing the driver via the command line (for experienced users)
If you have internet access via Ethernet or USB modem, but standard methods don't work, try installing the driver via PowerShell or Command lineThis method is useful if Windows blocks installation due to a digital signature.
First, download the driver (file with extension .inf) and remember the path to it (for example, C:\Drivers\WiFi\install.inf). Then:
- Open Command Prompt as Administrator (
Win + X → Terminal (Admin)). - Enter the command to install the driver:
pnputil /add-driver "C:\Drivers\WiFi\install.inf" /install - Restart your laptop.
If the driver fails to install due to a missing signature, temporarily disable verification (for the current session only!):
bcdedit /set nointegritychecks on
bcdedit /set testsigning on
After rebooting, try installing again. Don't forget to turn the check back on. after successful installation!
⚠️ Attention: Disabling driver signature verification reduces system security. Use this method only if other methods fail, and immediately restore the settings to their original state.
What to do if the command line returns the error "INF file not found"
Make sure the file path is correct (no typos and case sensitive).
Check that the file actually has the .inf extension (sometimes it is hidden).
Download the driver again—the archive may be damaged.
6. Alternative methods: system restore and backup drivers
If none of the methods work, try restoring your system to a point where Wi-Fi worked. To do this:
- Open
Control Panel → Recovery → Open System Restore. - Select a restore point (if available) before you reinstalled Windows.
Another option is to use DISM To restore system files, open a command prompt as administrator and run:
DISM /Online /Cleanup-Image /RestoreHealth
This command will repair corrupted system files, including basic drivers.
If you reinstalled Windows 11 over an older system, check the folder C:\Windows.old\DriversThere may be backup copies of old drivers there. Copy them to the new system and install them manually through Device Manager.
7. Wi-Fi problems after installing the driver
The driver is installed, but Wi-Fi still isn't working? Here are common causes and solutions:
- 🔌 The adapter is disabled in the settings: Go to
Settings → Network and Internet → Wi-Fiand turn on the wireless network. - 🔒 Blocked by antivirus: Temporarily disable Windows Defender or a third-party antivirus (for example, Kaspersky, Avast).
- 📡 Incompatibility with router: Try connecting to a different network or change your router settings (for example, turn off
WPA3in favor ofWPA2). - 🔄 Driver conflict: Uninstall the current driver in Device Manager and reinstall it.
If your laptop sees networks but doesn't connect, check your settings. IPOpen the command prompt and enter:
ipconfig /all
If next to IPv4 address costs 169.254.x.x, then the router isn't assigning an address. Try manually entering the IP (for example, 192.168.1.100 with a mask 255.255.255.0 and a gateway 192.168.1.1).
FAQ: Frequently asked questions about installing the Wi-Fi driver on Windows 11
Is it possible to install a Wi-Fi driver without the Internet?
Yes, if you download it on another device and transfer it to a flash drive. The main thing is to know the exact adapter model (you can find it through Equipment ID in the device manager).
Windows 11 doesn't detect the Wi-Fi adapter at all. What should I do?
Check if the adapter is enabled in the BIOS (section Advanced → Wireless LAN). Also make sure that it is not physically turned off (for example, by a switch on the laptop case).
After installing the driver, Wi-Fi works, but it keeps disconnecting. What's wrong?
This could be due to power saving. Go to Device Manager, find the adapter, and open it. Properties → Power Management and uncheck Allow the computer to turn off this device to save power.
Can I use a Windows 10 driver for Windows 11?
In most cases, yes, but it is better to download drivers marked as compatible with Windows 11. Some adapters (for example, Intel AX210) require special drivers for the new OS.
How can I find out the model of my Wi-Fi adapter if Windows doesn't detect it?
Check the sticker on the back of your laptop—it may indicate the adapter model. You can also open the laptop (if it's out of warranty) and check the markings on the Wi-Fi module itself.