WiFi Not Working After Windows Update? Here's How to Fix It [2026]

You installed a Windows update, restarted, and now your WiFi is gone. The adapter shows "Not connected" or has disappeared entirely. This is one of the most frustrating post-update problems — and one of the most common ones we fix remotely at IT Cares.

The good news: since your WiFi was working before the update, the hardware is definitely fine. This is a software problem, which means it's 100% fixable. Here are 8 proven fixes, ordered from simplest to most thorough.

Quick check before you start

Make sure Airplane Mode is actually off: press Win + A to open Quick Settings and verify the Airplane Mode tile is not highlighted blue. Also check that your router is working — try connecting another device to see if the problem is the router or your PC.

Why Windows Updates Break WiFi

There are three main ways a Windows update breaks WiFi:

  1. Driver replacement — Windows Update replaces your WiFi adapter's manufacturer driver with a generic Microsoft driver. The generic driver often doesn't support all features of your specific hardware and may not work at all.
  2. Registry corruption — The update modifies network registry keys incorrectly, leaving the adapter in a broken state even though the driver is intact.
  3. Network stack damage — The Winsock and TCP/IP stack get corrupted during installation, breaking all network connectivity even if the adapter appears to be working.

Each of the 8 fixes below targets one of these causes specifically.

Fix 1: Run the Network Troubleshooter

1

Let Windows diagnose itself first

Go to Settings > System > Troubleshoot > Other troubleshooters. Click Run next to "Internet Connections." On Windows 10: Settings > Update & Security > Troubleshoot > Additional troubleshooters > Internet Connections. The troubleshooter catches about 30% of update-caused WiFi issues automatically. If it finds a problem and applies a fix, restart and test before moving to Fix 2.

Fix 2: Disable and Re-enable the WiFi Adapter

2

Force a full adapter reset

Press Win + X and open Device Manager. Expand Network Adapters. Right-click your WiFi adapter (look for names containing "Wi-Fi", "Wireless", or "802.11"). Select Disable device, wait 10 seconds, then right-click again and select Enable device. This forces Windows to reinitialize the adapter from scratch. Alternatively, you can do this via Network Connections: press Win + R, type ncpa.cpl, press Enter, right-click the WiFi adapter and choose Disable, then Enable.

Fix 3: Roll Back the WiFi Driver

This is the most effective fix when the update replaced your driver with an incompatible one.

3

Restore the previous driver version

In Device Manager, right-click your WiFi adapter > Properties > Driver tab > Roll Back Driver. If this button is greyed out (no previous driver stored), you need to download the correct driver manually. Find your laptop model number (usually on a sticker on the bottom, or press Win + R, type msinfo32, and look for "System Model"). Go to the manufacturer's support page (dell.com/support, support.hp.com, support.lenovo.com, asus.com/support) and download the WiFi driver for your exact model. Install it, restart.

Download drivers from the manufacturer, not from random sites

Many "driver download" websites bundle malware. Always get drivers from the official manufacturer's support page or directly from the chip maker: Intel (intel.com/support), Realtek (realtek.com), Qualcomm/Atheros (qualcomm.com). For the chip name, look at Device Manager — it's usually in the adapter's full name (e.g. "Intel Wi-Fi 6 AX200").

Fix 4: Forget the Network and Reconnect

4

Clear the stored network profile

Sometimes the update corrupts the stored WiFi network profile, causing authentication failures even when the adapter works. Go to Settings > Network & internet > WiFi > Manage known networks. Click your network name and select Forget. Now reconnect: click the WiFi icon in the taskbar, select your network, enter the password. This forces Windows to create a fresh network profile from scratch. If you don't know your WiFi password, check the sticker on the back of your router.

Fix 5: Flush DNS Cache and Reset Winsock

The network stack can get into a corrupted state during updates. This set of commands resets it completely.

5

Run these commands in order (Admin Command Prompt)

Press Win + X > Terminal (Admin) or search for "cmd" and right-click to "Run as administrator." Run each command and press Enter after each one:

ipconfig /flushdns — clears the DNS resolver cache
ipconfig /release — releases the current IP address
ipconfig /renew — requests a new IP from the router
netsh winsock reset — resets the Winsock catalog
netsh int ip reset — resets TCP/IP stack to defaults

After all commands complete, restart your computer — the Winsock reset only takes effect after a reboot. This fix resolves connectivity issues where the adapter shows connected to WiFi but cannot browse the internet.

Fix 6: Check and Disable Airplane Mode (All Methods)

6

Some updates accidentally re-enable Airplane Mode

Check three places: (1) Quick Settings — press Win + A, make sure Airplane Mode is off and WiFi is on. (2) Settings > Network & internet > Airplane mode — toggle it off. (3) Physical switch or keyboard shortcut — some laptops have an Fn+F2 or dedicated physical WiFi switch that overrides software. Check your keyboard's function row for a WiFi or airplane icon. If it's enabled at the hardware level, no software fix will work until you toggle it off.

Fix 7: Uninstall the Problematic Windows Update

7

Remove the update that caused the problem

Go to Settings > Windows Update > Update history. Scroll down and click Uninstall updates. Find the most recently installed Cumulative Update (the date will match when your WiFi broke). Click Uninstall and restart. This removes only that update — your personal files and other software are untouched. Windows will try to reinstall the update automatically, so go to Settings > Windows Update > Pause updates for 1–2 weeks while Microsoft fixes the bug. This is worth doing if multiple other fixes have failed, because the update itself may be the root cause.

Fix 8: Completely Reinstall the WiFi Driver

8

Uninstall the driver fully, then reinstall clean

In Device Manager, right-click your WiFi adapter > Uninstall device. Check the box "Delete the driver software for this device" and click Uninstall. Now download the latest driver from your laptop manufacturer's support page (use your laptop model number). Run the installer — it will detect that no driver is installed and set it up fresh. Restart. This is the cleanest possible state for the driver and resolves issues that rollback can't fix because the driver files are corrupted, not just outdated.

Still Not Working? Advanced Steps

Check if the WiFi Adapter Appears in Device Manager at All

Open Device Manager (Win + X > Device Manager). If your WiFi adapter is completely gone — not even in "Other devices" with a yellow warning icon — click the Action menu > Scan for hardware changes. If it still doesn't appear, the driver may have been completely removed. You'll need to use an Ethernet cable to connect to the internet, then download and install the WiFi driver.

Check BIOS/UEFI Settings

On some laptops, the WiFi adapter can be disabled in BIOS. Restart your computer and press the BIOS key during startup (usually F2, F10, Del, or Esc — check your laptop manual or manufacturer's website). Look for a setting like "Wireless LAN" or "WLAN" and make sure it's enabled. This is rare but happens occasionally after updates that touch firmware.

Use System Restore

If you have a restore point from before the update: press Win + R, type rstrui.exe, press Enter. System Restore rolls Windows back to a previous state without affecting personal files. Select a restore point dated before the WiFi broke. This is the most comprehensive fix — it reverses all changes made by the problematic update.

Symptom Most Likely Fix
WiFi icon missing from taskbar Fix 2 (disable/enable adapter) or Fix 8 (reinstall driver)
WiFi says "Connected" but no internet Fix 5 (flush DNS + reset Winsock)
Can see networks but can't connect Fix 4 (forget network) + Fix 3 (driver rollback)
Adapter missing from Device Manager Fix 8 (reinstall driver) using Ethernet temporarily
WiFi keeps disconnecting repeatedly Fix 3 (driver rollback) or Fix 8 (clean reinstall)
Nothing shows in available networks Fix 6 (Airplane Mode) then Fix 2, then Fix 3

When to Call a Professional

You should call for help if:

IT Cares resolves update-caused WiFi problems remotely using a temporary wired connection. We'll connect via your Ethernet port, fix the WiFi driver, and restore your connection — all without you having to touch a command line. Call us at (581) 398-1270.

WiFi Still Broken After the Update?

IT Cares fixes update-caused WiFi problems remotely. Connect via Ethernet and we'll restore your WiFi in one session — guaranteed.

How to Prevent This From Happening Again

Frequently Asked Questions

Why does WiFi stop working after a Windows update?

The most common reason is that Windows Update replaces your WiFi adapter's manufacturer-specific driver with a generic Microsoft version that doesn't fully support your hardware. Updates can also corrupt network registry settings or damage the TCP/IP stack. Since the hardware is unchanged, it's always a software fix.

How do I fix WiFi after a Windows update without internet?

Use a USB-to-Ethernet adapter or borrow a friend's Ethernet cable to connect directly to your router. This gives you internet access to download drivers. Alternatively, use your phone as a hotspot (connect phone via USB cable and enable USB tethering in phone settings) — Windows recognizes it as a wired connection and gives you internet access to download the WiFi driver.

Can I undo a Windows update to get my WiFi back?

Yes. Settings > Windows Update > Update history > Uninstall updates. Find the most recent Cumulative Update, click Uninstall. This is safe and does not affect personal files. You can then pause future updates until Microsoft releases a fixed version.

My WiFi says connected but there's no internet — what's wrong?

This usually means the adapter is connected to the router but the DNS resolver or TCP/IP stack is corrupted. Run Fix 5 (flush DNS + Winsock reset). If that doesn't work, try Fix 4 (forget network and reconnect) — the network profile may have incorrect DNS server settings stored.

How do I find my WiFi adapter name to download the correct driver?

Open Device Manager (Win + X > Device Manager), expand Network Adapters. Your WiFi adapter will be listed with its full name, like "Intel Wi-Fi 6 AX200 160MHz" or "Realtek RTL8821CE 802.11ac PCIe Adapter." Google that exact name plus "driver download" and go to the official Intel, Realtek, or Qualcomm page.

Comments (3)

AM
Alex M., Ottawa
April 13, 2026

Fix 5 worked for me — the DNS flush and Winsock reset commands. My WiFi showed as connected but had no internet. Ran those four commands, restarted, and everything came back. Very clear instructions, the exact commands made it easy.

LC
Laura C., Edmonton
April 12, 2026

Had to go with Fix 8 — complete driver uninstall and reinstall from HP's website. The rollback button was greyed out, meaning Windows had already overwritten the old driver. Downloaded the driver from HP support, ran it, and WiFi came back immediately. The tip about using your phone as a USB hotspot to get internet access was clever and it actually worked.

TP
Tom P., Winnipeg
April 12, 2026

Turns out my issue was Fix 7 — the update itself was bad. Uninstalled KB5034441 and WiFi came back instantly. Paused updates for 2 weeks as suggested. Microsoft released a patched version 10 days later and it installed without any issues.

Leave a Comment