WiFi Not Working After Windows Update — How to Fix It

 


Quick Answer: Windows updates frequently break WiFi by overwriting or corrupting your network adapter driver. The fastest fix is to roll back or reinstall your WiFi driver. Full step-by-step methods are below.

You ran a Windows update, restarted your PC, and now WiFi is gone. Either the WiFi icon has disappeared entirely, it shows "No Internet" even though you're connected, or it simply won't connect at all. This is one of the most common post-update problems on Windows 10 and Windows 11.

The good news: it's almost always fixable without reinstalling Windows. In this guide, I'll walk you through every fix — from the fastest one-minute solution to deeper repairs for stubborn cases.

📋 Table of Contents

  1. Why Does Windows Update Break WiFi?
  2. Identify Your Problem Type First
  3. Fix 1: Run the Network Troubleshooter
  4. Fix 2: Roll Back the WiFi Driver
  5. Fix 3: Reinstall the WiFi Driver
  6. Fix 4: Reset Network Settings
  7. Fix 5: Uninstall the Problematic Windows Update
  8. Fix 6: Run Winsock and TCP/IP Reset
  9. Fix 7: Update Network Adapter Driver Manually
  10. What Worked For Me
  11. FAQ

Why Does Windows Update Break WiFi?

Windows updates can break WiFi in three main ways:

  • Driver overwrite: The update replaces your manufacturer's WiFi driver with a generic Microsoft one that doesn't work well with your hardware.
  • Driver conflict: The update installs a new driver version that conflicts with existing system files.
  • Network stack corruption: Core networking components (TCP/IP, Winsock) get corrupted during the update process.

Knowing the cause helps you pick the right fix. Let's narrow it down first.


Identify Your Problem Type First

Check which scenario matches yours:

What You SeeMost Likely CauseStart With
WiFi icon missing from taskbarDriver issueFix 2 or Fix 3
Connected but "No Internet"Network stack or DNS issueFix 4 or Fix 6
Can see networks but won't connectDriver or TCP/IP issueFix 1 then Fix 6
WiFi adapter not in Device ManagerDriver completely missingFix 3 or Fix 7
Everything broke right after updateBad Windows updateFix 5

If you're not sure, start with Fix 1 and work your way down.


Fix 1: Run the Network Troubleshooter

START HERE — Takes 2 Minutes

Windows has a built-in troubleshooter that fixes common WiFi problems automatically. It's not magic, but it catches easy issues fast.

On Windows 11:

  1. Press Windows + I to open Settings
  2. Go to System → Troubleshoot → Other troubleshooters
  3. Find Internet Connections and click Run
  4. Follow the on-screen prompts

On Windows 10:

  1. Press Windows + I → Settings
  2. Go to Update & Security → Troubleshoot → Additional troubleshooters
  3. Select Internet Connections → Run the troubleshooter
✅ If this fixes it: You're done. The troubleshooter likely reset a corrupted network setting automatically.
⚠️ If this doesn't fix it: Move to Fix 2. The problem is deeper than a simple setting.

Fix 2: Roll Back the WiFi Driver

MOST EFFECTIVE — Fixes 70% of Cases

This is the single most common fix. When Windows updates your WiFi driver to a version that doesn't work with your hardware, rolling back restores the previous working version.

  1. Right-click the Start button → select Device Manager
  2. Expand Network Adapters
  3. Find your WiFi adapter (usually contains "Wireless", "WiFi", "802.11", or your brand like "Intel", "Realtek", "Broadcom")
  4. Right-click it → Properties
  5. Click the Driver tab
  6. Click Roll Back Driver
  7. Select a reason and click Yes
  8. Restart your PC
⚠️ "Roll Back Driver" is greyed out? This means Windows doesn't have a previous driver saved. Skip to Fix 3.

Fix 3: Reinstall the WiFi Driver

FOR MISSING OR CORRUPTED DRIVERS

If the roll back option isn't available, or if your WiFi adapter doesn't appear at all, you need to reinstall the driver from scratch.

Step 1: Uninstall the current driver

  1. Open Device Manager
  2. Expand Network Adapters
  3. Right-click your WiFi adapter → Uninstall device
  4. Check the box "Delete the driver software for this device"
  5. Click Uninstall

Step 2: Reinstall the driver

You have two options:

Option A (Easiest): Restart your PC. Windows will automatically detect and reinstall a driver. Test if WiFi works.

Option B (Recommended for laptops): Go to your laptop manufacturer's website and download the latest WiFi driver for your exact model.

Note: Use your phone's hotspot or an Ethernet cable to download the driver if WiFi is completely dead.


Fix 4: Reset Network Settings

FOR "CONNECTED BUT NO INTERNET" ISSUES

On Windows 11:

  1. Press Windows + I → Settings
  2. Go to Network & Internet → Advanced network settings
  3. Scroll down and click Network reset
  4. Click Reset now
  5. Confirm and restart

On Windows 10:

  1. Press Windows + I → Settings
  2. Go to Network & Internet → Status
  3. Scroll down and click Network reset
  4. Click Reset now
⚠️ Warning: Network reset removes all saved WiFi passwords and VPN configurations. You'll need to reconnect to your networks manually after the reset.

Fix 5: Uninstall the Problematic Windows Update

NUCLEAR OPTION — USE IF ALL ELSE FAILS

If a specific update broke your WiFi and none of the driver fixes work, removing that update is a valid solution.

On Windows 11:

  1. Press Windows + I → Settings
  2. Go to Windows Update → Update history
  3. Click Uninstall updates
  4. Find the most recent update (sorted by date)
  5. Click Uninstall next to it
  6. Restart your PC

On Windows 10:

  1. Go to Control Panel → Programs → Programs and Features
  2. Click View installed updates on the left
  3. Sort by Installed On date
  4. Uninstall the most recent update
  5. Restart
💡 Tip: After uninstalling, go to Windows Update settings and click "Pause updates" for 1-4 weeks. This gives Microsoft time to release a fixed version of the problematic update.

Fix 6: Run Winsock and TCP/IP Reset

FOR PERSISTENT "NO INTERNET" ISSUES

This resets the core Windows networking stack. It's safe to run and fixes a surprisingly large number of post-update network problems.

  1. Press Windows + S, type cmd
  2. Right-click Command Prompt → Run as administrator
  3. Run each command one by one, pressing Enter after each:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew
  1. Restart your PC after all commands complete
💡 What these do: winsock reset repairs the Windows networking catalog. ip reset restores TCP/IP to default. The ipconfig commands clear your DNS cache and request a fresh IP address from your router.

Fix 7: Update Network Adapter Driver Manually

FOR OUTDATED OR INCOMPATIBLE DRIVERS

Sometimes the fix isn't rolling back — it's updating to a newer driver that's compatible with the latest Windows version.

  1. Open Device Manager
  2. Expand Network Adapters
  3. Right-click your WiFi adapter → Update driver
  4. Select "Search automatically for drivers"
  5. If Windows finds an update, install it and restart

If Windows says the driver is up to date but WiFi still doesn't work, go directly to your chipset manufacturer's website:


⭐ What Worked For Me

[→ This is where YOU need to add your real experience. Even 3-4 sentences. What PC/laptop did you test this on? Which fix worked? Which ones didn't? Did something unexpected happen? This is the section that separates your blog from a generic AI article. Google rewards first-hand experience. Write it in your own words.]

Example of what to write: "On my HP Pavilion running Windows 11, the WiFi icon disappeared completely after the November 2024 cumulative update. I tried Fix 1 and Fix 4 first — both did nothing. Fix 2 (driver rollback) was greyed out. What actually worked was Fix 3 — I uninstalled the adapter from Device Manager, restarted, and Windows automatically reinstalled the right driver. Total time: about 8 minutes."


Quick Reference: Which Fix to Try

Your SituationBest Fix
WiFi icon disappeared after updateFix 2 → Fix 3
Connected but no internetFix 6 → Fix 4
Can see networks but can't connectFix 1 → Fix 6
WiFi adapter missing from Device ManagerFix 3 → Fix 7
Nothing else worksFix 5 (uninstall update)

❓ Frequently Asked Questions

Will rolling back the WiFi driver cause any problems?

No. Rolling back simply restores the version that was working before the update. If the older driver causes any issues, you can always update it again from Device Manager.

My WiFi adapter doesn't appear in Device Manager at all. What do I do?

In Device Manager, click View → Show hidden devices. If it appears there, right-click and enable it. If it's still not there, your driver is completely missing — use Fix 3 and download the driver from your manufacturer's website using another device.

Does network reset delete my WiFi password?

Yes. Network reset removes all saved networks and passwords. Make sure you have your WiFi password handy before running it.

How do I prevent this from happening after future updates?

Before any Windows update, go to Device Manager → Network Adapters, right-click your WiFi adapter, and note the driver version. If an update breaks WiFi, you'll know exactly which version to go back to. You can also use Windows Update → Advanced options → Optional updates to control which driver updates get installed automatically.

I tried all fixes and WiFi still doesn't work. What now?

At this point, consider: 

(1) using System Restore to go back to a point before the update, 

(2) doing an in-place upgrade of Windows (repairs the OS without deleting files), or

(3) using an external USB WiFi adapter as a temporary workaround while you troubleshoot further.

Post a Comment

Previous Post Next Post