Problems connecting to Wi-Fi after updating Windows or installing a new driver are a common problem faced by laptop users. Lenovo, HP, ASUS and other brands. Instead of a stable signal, you see the error "No internet connection", the Wi-Fi icon has a red cross through it, or the adapter has disappeared from the network list entirely. In 80% of cases, this is the culprit. incorrect driver — the new version may contain bugs and conflict with hardware or system settings.
Rolling back a Wi-Fi driver means reverting to a previous, working version of the network adapter software. The procedure takes 5-15 minutes and doesn't require any special skills. In this article, you'll find 5 proven methods rollback (including offline methods), a driver compatibility table for popular laptop models, and answers to frequently asked questions. If after updating Windows, your Intel AX200, Qualcomm Atheros or Realtek RTL8821CE Stopped catching nets - follow the instructions below.
Reasons to roll back your Wi-Fi driver
Before you roll back to an older driver version, make sure that the problem is in it. Here key features, indicating the need for a rollback:
- 🔴 Wi-Fi disappears after Windows update (especially after major updates like Windows 11 23H2 or Windows 10 22H2).
- 🔌 The adapter does not turn on — the Wi-Fi button on the laptop does not respond,
Device Manageran error is displayed (code10,43or52). - 📶 There is a network, but no internet — the connection to the router is established, but the pages do not load (however, everything works on the phone).
- 🐢 The speed dropped by 10 times — instead of the usual 300 Mbps, it shows 30–50 Mbps, although the router and tariff have not changed.
- 🔄 Constant connection breaks — the laptop connects to the network and then loses it every 5–10 minutes.
Sometimes it's not the driver that's at fault, but the router settings or Windows itself. For example, if you recently changed Wi-Fi channel on 13 (not supported by some adapters in Russia) or enabled power saving mode for the network card. Before rolling back the driver check:
- 📡 Does Wi-Fi work on other devices? (Phone, tablet)? If not, the problem is with the router.
- 🔋 Is Airplane Mode turned off? (
Win + A→ check the notification panel). - ⚡ Is power saving mode activated? for the adapter (see the "Additional settings" section).
Method 1: Rollback via Device Manager (the easiest method)
If Windows saves previous versions of drivers (which it does by default), you can revert to a working version in 2 minutes. Suitable for Windows 10/11 and most adapters (Intel, Realtek, Broadcom and others).
- Open Device Manager:
- Click
Win + X→ select "device Manager». - Or type in Windows search
devmgmt.mscand pressEnter.
- Click
- Find your network adapter:
- Expand the section "Network adapters».
- Look for the device with the words Wireless, Wi-Fi, 802.11ac or the name of the chip (Intel AX201, Realtek 8822BE etc.).
- Right-click on the adapter → «Properties».
- Go to the "Driver» → click «Roll back».
- Please provide a reason (e.g., "The previous version worked better.») → «Yes».
- Restart your laptop — the changes will come into force.
If the "Roll back" button is inactive (gray), it means:
- 🔹 Windows did not save previous driver versions (the setting is disabled in Group Policy).
- 🔹 You've never updated the driver manually—the out-of-the-box version is installed.
- 🔹 The latest driver was installed via Windows Update, and not manually.
☑️ Preparing to roll back the driver
What to do if there is no "Roll back" button?
If the button is inactive, try uninstall the current driver and restart your laptop. Windows will attempt to install the previous version automatically. To do this:
1. In Device Manager, right-click on the adapter → “Uninstall device”.
2. Check the box “Delete the driver software for this device” (if available).
3. Restart your laptop.
Attention: After rebooting, Wi-Fi may not work until the system reinstalls the driver.Method 2: Uninstall the driver and reinstall it automatically
If rollback is not available, you can force reset driver to the version stored in Windows' backup. This method works even without internet access, but requires a reboot.
- Uninstall the current driver:
- Open
device Manager→ Find your Wi-Fi adapter. - Right click → «Remove device».
- Tick the box "Delete the driver software for this device" (if available).
- Open
- If the Internet appears, the driver has been successfully rolled back.
- If not, proceed to method 3 (manual installation).
Important: After uninstalling the driver, your laptop may lose Wi-Fi access until you reboot. Don't worry—this is normal. If after rebooting the adapter still does not appear in Device Manager, check:
- 🔌 Physical Wi-Fi button on the laptop case (sometimes it accidentally turns off).
- ⚡ BIOS settings — It’s rare, but it happens that the Wi-Fi adapter is disabled at the hardware level (you need to go into the BIOS and enable it)
Wireless LAN).
Method 3: Manually install the old driver
If automatic methods don't work, you'll have to Manually download and install the previous version of the driverTo do this you will need:
- 💻 Another computer/phone with internet access (to download the driver).
- 🔌 USB flash drive (if the laptop does not have a wired connection).
- 📝 The exact model of the adapter (see how to find out below).
Step 1: Find out your Wi-Fi adapter model
- Open
device Manager→ «Network adapters». - Find the device with the words Wireless, Wi-Fi or 802.11.
- Right click → «Properties» → tab «Intelligence».
- From the drop-down menu, select "Equipment ID» - copy the first line (for example,
PCI\VEN_8086&DEV_2723).
Step 2: Download the older driver version
Use official sources:
| Adapter manufacturer | Download site | How to search |
|---|---|---|
| Intel | Intel Download Center | Please enter the chip model (eg. AX201) → select a version 1–2 positions older than the current one. |
| Realtek | Realtek Support | Chapter "Wireless» → find the driver by device code (for example, RTL8822CE). |
| Qualcomm Atheros | Qualcomm Support | Search by model (eg. QCA61x4) or equipment ID. |
| Broadcom | Broadcom Support | Chapter "Wireless LAN» → select the chip series. |
| Any | Microsoft Update Catalog | Enter the hardware ID (e.g. PCI\VEN_8086&DEV_2723) → download the oldest version. |
Step 3: Install the driver manually
- Connect the downloaded driver to your laptop (via flash drive or cable).
- Open
device Manager→ right-click on the adapter → «Update driver». - Select "Search for drivers on this computer» → specify the folder with the driver.
- Follow the installation wizard instructions → restart your laptop.
Method 4: Rollback via the command line (for advanced users)
This method will be useful if Wi-Fi disappears immediately after Windows boots and you cannot open device ManagerWe will use utility pnputil, which manages drivers via the command line.
Step 1: Open Command Prompt as Administrator:
- Click
Win + X→ select "Terminal (administrator)" or "Command Prompt (Administrator)». - Or enter in the search
cmd→ right click → «Run as administrator».
Step 2: View the list of installed drivers:
pnputil /enum-drivers
Find the line with the name of your Wi-Fi adapter in the list and write it down Publisher And Date (it is given in the format YYYY/MM/DD).
Step 3: Uninstall the current driver:
pnputil /delete-driver oem{NUMBER}.inf /uninstall /force
Replace oem{NUMBER}.inf to the actual file name from the list (for example, oem12.inf).
Step 4: Restart your laptop — Windows will install a backup version of the driver.
⚠️ Attention: This method can remove all driver versions, including backups. If Wi-Fi doesn't work after rebooting, you'll need the driver installation file on a flash drive.
Method 5: System Restore (if nothing helps)
If rolling back the driver doesn't solve the problem, it's possible that not only the software is to blame, but also Windows settingsIn this case it will help system restore to the point created before the Wi-Fi problems appeared.
How to start recovery:
- Open
Control Panel→ «Recovery» → «Launching System Restore». - Select a restore point with a date when Wi-Fi was still working (for example, "Windows update from 05/15/2026»).
- Confirm the process start and the laptop will reboot.
What to do if there are no restore points:
- 🔄 Turn on system protection:
- Open "System properties» (
Win + Pause/Break→ «System protection»). - Select a disk
C:→ «Tune» → «Enable system protection».
- Open "System properties» (
- 💾 Create a restore point manually after a successful driver rollback.
⚠️ Attention: System Restore will undo all changes in Windows, created after the selected date (installed programs, updates, etc.). Documents and files are not affected.
Additional settings after rollback
Even after successfully rolling back the driver, Wi-Fi may still be unstable. Check these settings:
- ⚡ Disable adapter power saving:
- Open
device Manager→ Wi-Fi adapter properties → tab "Power management». - Uncheck the box "Allow the computer to turn off this device to save power».
- Open
- In the adapter properties, go to the "Additionally».
- Find the parameter "Beamforming», «Roaming Aggressiveness" or "802.11n/ac Wireless Mode" → set the value to "Disabled" or "Auto».
- 🔄 Reset network settings:
netsh winsock resetnetsh int ip reset
ipconfig /flushdnsEnter these commands one by one in command line (administrator) → Restart your laptop.
If your Wi-Fi speed is still slow:
- 📶 Check it out channel and channel width in the router settings (optimally: channel
6or11, width20/40 MHz). - 🔗 Make sure the standard is enabled on your router
802.11ac(or802.11axfor modern adapters). - 🛡️ Turn it off VPN or firewall - They can limit the speed.
- Open
device Manager→ Wi-Fi adapter properties → tab "Intelligence». - Select "Equipment ID» → copy the first line (for example,
PCI\VEN_8086&DEV_2723). - Open
Local Group Policy Editor(gpedit.msc) → follow the path:Computer Configuration → Administrative Templates → System → Device Installation → Device Installation Restrictions - Turn on the "Prevent installation of devices with the specified device codes» → add the copied ID.
- Uninstall the driver completely (including the "Delete driver software" checkbox) and restart the laptop.
- Check if the adapter is enabled in the BIOS (go into the BIOS and find the option
Wireless LANorWLAN). - Reset network settings with the command
netsh int ip reset. - Try connecting to a different Wi-Fi network (there may be a problem with the router).
- Open
Terminaland enter:sudo rm -rf /Library/Preferences/SystemConfiguration/NetworkInterfaces.plistsudo rm -rf /Library/Preferences/SystemConfiguration/preferences.plist - Restart your MacBook and the system will restore the default network settings.
- If the problem persists, update macOS or reset
NVRAM(Command + Option + P + Rwhen loading). - Find out your current driver version:
dmesg | grep iwlwifi(for adapters Intel) or
lspci -k | grep -A 3 Network - Uninstall the current driver:
sudo apt remove --purge firmware-iwlwifi(replace
firmware-iwlwifion your package). - Install an older version from the repository or manually:
sudo apt install firmware-iwlwifi=VERSION
Common mistakes and how to avoid them
When rolling back a driver, users often encounter common problems. Here's how to prevent them:
| Error | Cause | Solution |
|---|---|---|
| The "Rollback" button is inactive | Windows does not save old versions of drivers. | Use Method 2 (remove and reinstall) or Method 3 (manual installation). |
| After the rollback, Wi-Fi does not turn on. | All driver versions, including backup ones, have been removed. | Download the driver on another device and install it manually (see Method 3). |
| Error: "The device cannot start (code 10)" | Conflict with other software or corrupted driver files | Launch sfc /scannow in the command line (administrator), then try the rollback again. |
| Wi-Fi works, but the speed is very slow. | Suboptimal adapter or router settings | Check the parameters in Device Manager (Advanced tab) and router settings. |
| After rebooting, the driver is updated again. | Windows automatically installs the new version via Windows Update | Disable automatic driver updates (see section below). |
How to prevent Windows from updating your Wi-Fi driver:
⚠️ AttentionDisabling automatic driver updates can lead to security issues. Regularly check for updates manually on the adapter manufacturer's website.
FAQ: Answers to Frequently Asked Questions
Is it possible to roll back a Wi-Fi driver without internet access?
Yes, if you have a backup copy of the driver or the installation file on a flash drive. Use Method 3 (manual installation) or Method 4 (command line). You can also copy the driver from another computer with the same adapter model.
How can I find out which driver version was installed previously?
Open device Manager → adapter properties → tab "Driver» → «Driver Information" If the button "Roll back" is active, the previous version will be listed here. You can also view the update history in Control Panel → Programs → Programs and Features → View installed updates.
What should I do if Wi-Fi still doesn't work after rolling back?
Try the following steps:
If nothing helps, the adapter itself may be faulty - contact the service center.
How to roll back a driver on a MacBook?
On MacBook Rolling back the Wi-Fi driver is done differently:
Is it possible to roll back a driver on a Linux laptop?
In Linux, Wi-Fi drivers are managed through the kernel or packages (e.g. firmware-iwlwifi For Intel). To roll back:
For manual installation, download the firmware from wireless.wiki.kernel.org and place it in /lib/firmware/.