A Windows update just installed. And ever since, nothing’s quite working right: the printer’s vanished, Wi-Fi keeps dropping out of nowhere, you’re staring at a blue screen on startup, or the whole PC just feels sluggish for no reason. Sound familiar?
Here’s the good news: in most cases, you can roll things back and remove the offending update in just a few minutes — without losing a single file.
I’ve been doing IT troubleshooting for over ten years now, and honestly, printer and driver issues that show up right after a Windows update? I’ve seen more than a few. A client once called me in a panic on a Monday morning: his office printer, working perfectly the day before, suddenly refused to print anything at all. The culprit? An update that had quietly installed itself overnight. Fifteen minutes later, everything was back to normal. That’s exactly the kind of situation we’re going to tackle here — every method that actually works, from the simplest to the more technical, including what to do if your computer won’t even boot anymore.
Table of Contents
- Before you dive in: checks worth making first
- Uninstalling an update on Windows 11
- Uninstalling an update on Windows 10
- Getting hands-on with Command Prompt or PowerShell
- What if your PC won’t boot (restart loop)?
- Stopping the update from sneaking back in
- Getting your printer and devices working again afterward
- Quick reference table: which method fits your situation
- Questions people keep asking
Before uninstalling a Windows update: a few essential checks
Before jumping straight in, it’s worth taking thirty seconds to think things through. It’ll save you time — and possibly a headache.
Make sure the update really is the cause. Did the problem start right after a restart followed by an installation? If so, that’s a pretty strong clue. Head to Settings > Windows Update > Update history to confirm the date.
Note down the KB number of the update in question. Every Windows update has an identifier that looks something like KB5034441. This number will be your best friend — for finding it in the history, or for blocking it down the line.
Create a restore point, just to be safe. If your system is still limping along somehow, type “create a restore point” into the Windows search bar and click Create. A little insurance policy that costs you nothing.
⚠️ Worth knowing: uninstalling an update doesn’t touch your documents, your photos, or your installed programs. Only the update itself gets removed — everything else stays exactly where it was.
How to uninstall a Windows update on Windows 11
Here’s the step-by-step:
- Open Settings (Windows key + I).
- Head to Windows Update.
- Click Update history.
- Scroll down to Uninstall updates.
- Find the one causing trouble (by its KB number and date).
- Click Uninstall next to it, then confirm.
- Restart when Windows asks you to.
What if the “Uninstall” button is greyed out?
That happens sometimes, and it’s usually for one of these reasons:
- It’s a major feature update, which gets uninstalled differently (more on that below).
- You’re not logged in with an administrator account.
- The usual 10-day window has already passed — in that case, the command-line route might still work, otherwise you’ll need to go through Settings > System > Recovery instead.
How to uninstall a Windows update on Windows 10
You’ve got two options here, whichever suits you best.
Through Settings
- Settings > Update & Security > Windows Update
- View update history
- Uninstall updates
- Find the update by its KB number, right-click, then choose Uninstall
Through Control Panel
- Open Control Panel (just search for it in the taskbar)
- Programs > Programs and Features
- View installed updates (left-hand column)
- Search for the KB number you’re after
- Right-click it, then Uninstall
Honestly, this second method tends to be faster once you already know the exact KB number — no digging around needed.
Uninstalling an update via Command Prompt or PowerShell
If you’re comfortable with the command line, this route is often quicker. And it works even when the graphical interface decides to freeze up on you.
Using DISM
- Open Command Prompt as an administrator.
- List the installed packages:
DISM /Online /Get-Packages
- Track down the full package name matching your update.
- Remove it with:
DISM /Online /Remove-Package /PackageName:PackageName
Using WUSA (Windows Update Standalone Installer)
If you already have the KB number handy, this command gets straight to the point:
wusa /uninstall /kb:5034441
Just swap in the number for your specific update, confirm, and restart if it asks you to.
If your PC won’t boot normally (restart loop)
This is the scenario that panics people the most. And yet, it’s resolved successfully the vast majority of the time.
Getting into the Windows Recovery Environment (WinRE)
- Force shut down the PC (hold the power button for ten seconds), then turn it back on. Repeat that two or three times, and Windows will automatically drop into recovery mode.
- Troubleshoot > Advanced options > Uninstall updates.
- Choose between uninstalling the latest quality update or the latest feature update, depending on what’s causing the trouble.
- Follow the prompts and let the PC restart.
Uninstalling from Safe Mode
If WinRE doesn’t cut it:
- From the recovery screen, go to Troubleshoot > Advanced options > Startup Settings > Restart.
- Press F4 to boot into Safe Mode.
- Once you’re back in Windows, use one of the methods above to remove the update.
Stopping the update from reinstalling on its own
Uninstalling isn’t always the end of the story, actually. Windows can quietly re-download and reinstall the very same update without asking. Here’s how to keep that from happening.
Pausing updates for a while
- Settings > Windows Update
- Pause updates for 1 week (renewable up to 5 weeks)
The “Show or Hide Updates” tool
Microsoft has an official little tool for this — downloadable straight from their support site — that lets you block a specific update by its KB number so it stops coming back.
Editing Group Policy (for the more advanced among you)
- Type gpedit.msc into Windows search (not available on Windows Home without a workaround).
- Computer Configuration > Administrative Templates > Windows Components > Windows Update.
- Enable the feature update deferral setting and set your preferred delay.
💡 One important thing to keep in mind: these blocks should stay temporary. Updates also patch serious security holes, so once Microsoft rolls out a fixed version — usually within a week or two — it’s best to turn updates back on.
Getting your printer and other devices working again afterward
Here’s a step a lot of guides completely skip over: after uninstalling an update, some drivers — printer drivers especially — end up out of sync.
What to do:
- Open Device Manager (right-click the Start menu).
- Find the printer or device giving you grief (a yellow exclamation mark usually flags the problem).
- Right-click it, choose Uninstall device, then restart: Windows will automatically reinstall a basic driver.
- If the printer still won’t show up properly, grab the official driver straight from the manufacturer’s site (HP, Canon, Epson, Brother, and so on).
If the issue sticks around even after that, there’s often a deeper clash between the driver and the new system baseline. In that case, resetting the Print Spooler service usually does the trick.
Quick reference table: which method fits your situation
| Situation | Recommended method | Difficulty level |
|---|---|---|
| Windows boots normally | Settings > Windows Update | Easy |
| You already know the KB number | WUSA command | Easy |
| Graphical interface isn’t responding | DISM (Command Prompt) | Intermediate |
| PC stuck in a restart loop | WinRE (Recovery) | Intermediate |
| No access to Windows, even in recovery | Safe Mode + uninstall | Advanced |
| Printer/device broken after rollback | Device Manager + manufacturer driver | Easy to intermediate |
Questions people keep asking
Does uninstalling a Windows update delete my files? No, don’t worry. Only the system components added by the update disappear — your documents, photos, and installed programs stay exactly as they were.
How long does the whole thing take? Usually somewhere between 5 and 15 minutes, restart included. Major feature updates can take a bit longer.
Can I block an update for good? There’s no native permanent block in Windows, but Microsoft’s “Show or Hide Updates” tool lets you keep one blocked indefinitely, until you decide otherwise.
Why does Windows keep reinstalling the same update over and over? By default, Windows Update treats updates as mandatory. Without an explicit pause or block — through the dedicated tool or Group Policy — it’ll just keep trying, again and again.
Is it actually safe to uninstall a security update? It’s fine on a temporary basis if it’s genuinely blocking you, but don’t go too long without that protection. Check back regularly to see whether Microsoft has released a revised fix before turning updates back on.
Key takeaways
- Start by identifying the KB number of the update causing trouble.
- If Windows boots fine, Settings > Windows Update is still your simplest bet.
- If the interface won’t cooperate, try DISM or WUSA instead.
- PC stuck? The Recovery Environment (WinRE) lets you uninstall the update without ever opening Windows.
- Don’t forget to check your drivers — printers especially — once you’ve rolled back.
- Only block updates temporarily, until the fix has actually been reviewed.
If your printer or hardware still won’t cooperate after all this, our technical team can run a remote diagnostic and sort it out quickly — contact our IT support.