Reinstalling Windows on a laptop is a process that often resolves performance or virus issues, but it also leaves users with a new headache: lack of internet access. Without a Wi-Fi connection, it's impossible to download drivers, update the system, or even activate a license. This situation is especially frustrating if you don't have an Ethernet cable or a second device with mobile data.
In this article, we will look at all possible scenarios: from automatic connection (if Windows itself found the drivers) to manual installation of network components through Dism or third-party utilities. You'll learn how to identify your Wi-Fi adapter model, where to download the correct drivers, and what to do if your laptop doesn't detect the network at all. And for those who prefer visual instructions, we've provided screenshots of key steps and a driver compatibility table for popular brands (HP, Lenovo, Asus, Dell).
Important: If your laptop was manufactured before 2015, some methods (such as using WLAN AutoConfig) may not work due to the adapter's outdated architecture. In this case, an alternative approach will be required—read more in the section on manual driver installation.
1. Checking the current status of the Wi-Fi adapter
Before attempting to connect to the network, you need to ensure that the adapter itself is recognized by the system. To do this:
- Click
Win + Xand select device Manager. - Expand the tab Network adapters.
- Look for devices with names like
Wireless,Wi-Fi,802.11or brands Intel, Qualcomm Atheros, Broadcom.
If the list includes an unknown device with a yellow exclamation mark, it means the driver is either missing or installed incorrectly. If the adapter isn't present at all, it may be disabled in the BIOS or physically (some laptops have a hardware Wi-Fi switch).
⚠️ Attention: On laptops Lenovo series ThinkPad (For example, T480, X1 Carbon) Wi-Fi can be disabled by a combination Fn + F8 or a separate button on the case. Check this before installing the drivers!
It is also worth checking the service status WLAN AutoConfig:
- Click
Win + R, enterservices.mscand pressEnter. - Find a service Automatic WLAN configuration.
- Make sure it is running and the startup type is set to
Automatically.
2. Automatic connection (if drivers are installed)
Ideally, Windows 10/11 automatically detects and installs the basic drivers for your Wi-Fi adapter. If you see a network icon (📶 or 🌐) in the lower right corner of the screen, try connecting using the standard connection method:
- Click on the network icon in the tray.
- Select your Wi-Fi network from the list.
- Enter your password and click Connect.
If the network is not listed or the connection is interrupted, there may be various reasons:
- 🔌 The adapter is disabled in the device manager (check section 1).
- 🔄 Incompatible driver — Windows may have installed a generic driver that does not support your adapter.
- 📡 Problems with the router - try connecting another device to the same network.
- 🔒 MAC address filtering on the router (if enabled, add the laptop's MAC address to the white list).
3. Manually identify the Wi-Fi adapter model
If automatic connection fails, first check your adapter's exact model. This can be done even without internet access:
Method 1: Via Device Manager
- Open device Manager (
Win + X → Device Manager). - Expand Network adapters.
- Right click on the device with
Wirelessin the title and select Properties. - Go to the tab Intelligence and select
Equipment IDin the drop-down list. - Copy the first line from the list (starts with
PCI\VEN_).
Method 2: Via the command line
Open Command line (Win + R → cmd → Enter) and enter:
wmic nic where "NetConnectionStatus=2" get Name, Manufacturer, MACAddress
In the results, look for a line with Wireless or Wi-Fi - this is your adapter.
You can also use the utility msinfo32:
- Click
Win + R, entermsinfo32and pressEnter. - Go to Components → Network → Adapter.
- Find a record with the type
Ethernet 802.3(this is a wired network) andEthernet 802.11(this is Wi-Fi).
How to find the adapter model on Apple laptops (Boot Camp)
On laptops MacBook with Windows via Boot Camp, the Wi-Fi adapter is usually BroadcomYou can find out the exact model in macOS: open About This Mac → System Report → Network → Wi-FiIn Windows, use Equipment ID from the Device Manager (see Method 1).
4. Search and install drivers without the Internet
If you don't have drivers or internet access, there are several ways to get them:
Method 1: Use another computer
- 💻 Download the drivers on another PC/laptop with internet access.
- 📁 Save them to a flash drive or external drive.
- 🔌 Connect the drive to your laptop and install the drivers.
Method 2: Use mobile Internet
- 📱 Connect your laptop to your phone via USB modem or access point.
- 🔍 Download drivers directly from the manufacturer's website (see the table below for links).
- 📥 Install them and restart your laptop.
Method 3: Install drivers via Windows Update
Sometimes forcing a search for updates helps:
- Open Settings → Update & Security → Windows Update.
- Click Checking for updates.
- After searching, click View additional updates.
- In the section Driver updates Find your Wi-Fi adapter and install it.
Where to download drivers for popular brands:
| Laptop brand | Support site | Wi-Fi section |
|---|---|---|
| HP | support.hp.com | Drivers → Network Adapters |
| Lenovo | pcsupport.lenovo.com | Drivers and Software → Wireless Network |
| Asus | www.asus.com/support | Drivers and Utilities → Wireless |
| Dell | www.dell.com/support | Drivers → Network |
| Acer | www.acer.com/ac/ru/RU/content/support | Drivers → Wireless |
⚠️ Attention: Manufacturers' websites often offer utilities like HP Support Assistant or Lenovo VantageThey can automatically find and install drivers, but they require internet access. If you don't have internet access, download the drivers manually based on your laptop model!
5. Installing drivers manually through Device Manager
If you downloaded the drivers to a flash drive, you can install them like this:
Open Device Manager (Win + X)
Find your Wi-Fi adapter in the Network Adapters section.
Right-click → "Update driver"
Select "Browse my computer for driver software"
Specify the folder with the downloaded drivers and click "Next"
Wait for the installation to complete and restart your laptop-->
If the drivers are in format .exe, just run the file as administrator. If in the format .inf/.sys, use the method above.
For adapters Intel You can use the official utility Intel Driver & Support Assistant, but it requires internet access. An alternative is to download Wi-Fi driver package from the website Intel by adapter model (for example, Intel AX200, Intel 7265).
Critical Information: On laptops with adapters Qualcomm Atheros (often found in Lenovo And Acer) standard Microsoft drivers may not work. In this case, look for drivers specifically from Qualcomm, and not from the laptop manufacturer.
6. Alternative ways to connect to Wi-Fi
If the drivers don't help or can't be installed, try these methods:
Method 1: Connecting via Ethernet (if there is a port)
- 🔌 Connect your laptop to the router with a cable.
- 🔄 Download drivers for Wi-Fi via a wired connection.
- 📥 Install them and disconnect the cable - Wi-Fi should work.
Method 2: Using a USB Wi-Fi adapter
If the built-in adapter does not work, buy an external USB adapter (for example, TP-Link TL-WN725N or ASUS USB-AC53 Nano). They are inexpensive (from 500 ₽) and are usually automatically detected by Windows.
Method 3: Configuration via the command line
If the adapter is recognized but no networks are displayed, try manually starting the Wi-Fi service:
netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=MyPassword
netsh wlan start hostednetwork
Then connect to the created network MyWiFi with a password MyPassword.
⚠️ Attention: On some laptops (especially with Realtek adapters) after reinstalling Windows may get lost MAC addressIf your router is configured to filter by MAC address, add a new address to the router settings or reset the filtering.
7. Solving common errors
Even after installing the drivers, problems may still arise. Let's look at the most common ones:
Error: "Can't connect to this network"
- 🔄 Reboot your router (turn off for 30 seconds).
- 🔒 Check that you are entering the correct password (case sensitive!).
- 📡 Change the Wi-Fi channel in the router settings (with
Autoon6or11). - 🔄 Temporarily disable Windows Firewall (
Control Panel → Firewall → Turn off).
Error: "No connections available"
- 🔌 Check if Wi-Fi is enabled on your laptop (hardware switch or
Fn + F2/F12). - 🔄 Update the adapter driver manually (see section 5).
- 📡 Make sure that the router is broadcasting the network (the Wi-Fi indicator on the router should be on).
- 🔄 Run network diagnostics: click on the Wi-Fi icon → Troubleshooting.
Error: "Limited connection" (no internet access)
- 🔄 Restart your laptop and router.
- 📡 Check your IP settings: open
Settings → Network & Internet → Wi-Fi → Configure adapter settings, right-click on your network → Properties → IP version 4. Make sure the boxes are checked.Obtain an IP address automaticallyAndObtain DNS server address automatically. - 🔄 Enter in the command line:
ipconfig /releaseipconfig /renew
ipconfig /flushdns
8. Additional tips and prevention
To avoid Wi-Fi issues after your next Windows reinstallation:
- 💾 Create a backup copy of your drivers using utilities Double Driver or DriverMax.
- 📁 Save the drivers to a flash drive in advance (especially for Wi-Fi, chipset and video card).
- 🔄 Update your BIOS — Sometimes new versions fix problems with adapter recognition.
- 📡 Use dual-band routers (2.4 GHz + 5 GHz) - this will increase the chances of connection if one of the ranges is not supported.
If you frequently reinstall Windows, consider using Dism++ — is a free utility that allows you to integrate drivers directly into a Windows image. This ensures that Wi-Fi will work immediately after installation.
For laptops with Windows 11 There is a nuance: some old adapters (for example, Broadcom 4313) are not supported out of the box. In this case, you will have to install the drivers in compatibility mode with Windows 10.
⚠️ Attention: On laptops with Windows 11 SE (for example, some educational models) support for third-party drivers may be disabled. In this case, you will have to roll back to Windows 10 or use only certified devices.
FAQ: Frequently Asked Questions
My laptop can't connect to Wi-Fi after reinstalling Windows. What should I do?
First check if the adapter is detected in Device ManagerIf there is an unknown device with an exclamation mark, download the drivers for the adapter model (see Section 3). If there is no adapter at all, check if it is enabled in the BIOS (F2/Del at boot) or a hardware switch.
Where can I download drivers if I don't have internet access?
Use another computer or phone to download the drivers from the laptop manufacturer's official website (links in the table in Section 4). Save them to a flash drive and transfer them to the laptop. Alternatively, use 3G/4G modem or USB Wi-Fi adapter for temporary connection.
How to find out the model of a Wi-Fi adapter without internet access?
Open device Manager, find the adapter in the section Network adapters, right-click → Properties → Details → Hardware ID. Copy the first line (starts with PCI\VEN_) and find drivers using this code through another computer.
Why doesn't Wi-Fi work after installing the drivers?
Possible reasons:
- The driver is not compatible with your version of Windows (download the version for Windows 10/11 x64).
- Service
WLAN AutoConfigdisabled (check inservices.msc). - The adapter is disabled in BIOS or by a hardware switch.
- Problems with the router (try connecting to a different network).
Is it possible to connect to Wi-Fi without drivers?
No, without drivers, the adapter will not be recognized by the system. The only options are:
- Use Ethernet cable to download drivers.
- Connect via USB modem (phone or 4G-dongle).
- Install drivers via offline package (For example, Snappy Driver Installer Origin with a pre-downloaded database).