Updating Windows 11 is straightforward. Go to Settings > Windows Update > Check for updates. That’s the short answer. But if your updates are stuck, paused, or missing, there’s more to know. I’ll walk you through everything.
Why Keeping Windows 11 Updated Actually Matters
I know updates feel like an interruption. But skipping them is genuinely risky.
Microsoft pushes updates for three main reasons: security patches, bug fixes, and new features. The security patches are the ones you really cannot afford to miss. Cybercriminals actively exploit known vulnerabilities in outdated Windows versions. In fact, most ransomware attacks target systems running unpatched software.
Feature updates also improve performance and compatibility with newer hardware and apps. So it’s not just about protection. It’s about getting a better, faster machine over time.
How to Update Windows 11: All the Methods

Method 1: Windows Update Settings (The Standard Way)
This is what most people should use. It’s built in, simple, and reliable.
- Click the Start button
- Open Settings (the gear icon)
- Click Windows Update in the left sidebar
- Click Check for updates
- If updates are available, click Download and install
- Restart your PC when prompted
Windows will download everything in the background. You can keep using your PC during the download. The restart is what actually applies the update, so don’t skip it.
Tip: If you see “You’re up to date,” that means your system is current. But sometimes Windows doesn’t detect updates immediately. Clicking “Check for updates” manually forces a fresh check.
Method 2: Update Windows 11 from Windows Update Advanced Options
Sometimes you want more control. Here’s how to get it.
- Go to Settings > Windows Update
- Click Advanced options
- Turn on Receive updates for other Microsoft products if you also want Office and driver updates
- Under Optional updates, you can manually install driver updates and non-critical patches
The “Optional updates” section is underrated. Manufacturers push driver fixes through here, especially for graphics cards, audio, and network adapters. If your PC has been acting up, check here first.
Method 3: Use the Windows 11 Update Assistant
Microsoft offers a standalone tool called the Windows 11 Update Assistant. It’s useful when your regular update settings aren’t showing a major feature update.
- Go to microsoft.com/en-us/software-download/windows11
- Under “Windows 11 Installation Assistant,” click Download Now
- Run the downloaded file
- Follow the on-screen steps
- Restart when it finishes
This method is especially helpful when Microsoft is rolling out a big update gradually and your device hasn’t received it yet. The assistant forces the installation regardless of the rollout phase.
Method 4: Update via PowerShell Using PSWindowsUpdate
If you’re comfortable with the command line, PowerShell gives you more direct control. One popular approach uses the PSWindowsUpdate module. Important to note: PSWindowsUpdate is a community-built, third-party module, not an official Microsoft tool. It’s widely used and trusted in the IT world, but you should know what you’re installing.
- Press Windows + X
- Click Terminal (Admin) or PowerShell (Admin)
- Run these commands one at a time:
Install-Module PSWindowsUpdate -Force
Import-Module PSWindowsUpdate
Get-WindowsUpdate
Install-WindowsUpdate -AcceptAll -AutoReboot
This method is popular among IT admins managing multiple machines but works perfectly fine on personal PCs too. If you’d rather stick to official tools only, use the Update Assistant from Method 3 instead.
Method 5: Manual Update via Microsoft Update Catalog
This one is for specific situations, like when one update keeps failing, or you need to update an offline machine.
- Go to catalog.update.microsoft.com
- Search for the update by its KB number (like KB5034765)
- Download the correct version for your system (x64 for most modern PCs)
- Run the downloaded file and follow the prompts
You can find your current KB version by going to Settings > Windows Update > Update history. This tells you which patches you already have installed.
How to Check Your Current Windows 11 Version
Before updating, it helps to know where you’re starting from.
- Press Windows + R
- Type
winverand hit Enter
A small window will show your Windows 11 version number and build. For example, “Version 24H2 (OS Build 26100.xxxx)” tells you you’re on the 2024 second-half annual update. In 2026, the current major version is Windows 11 24H2 or the newer 25H2 if it has been released to your device.
Common Windows Update Problems and How I’d Fix Them
Updates Are Stuck or Downloading Very Slowly
This happens more than it should. Here’s what works:
- Restart Windows Update service: Press
Win + R, typeservices.msc, find “Windows Update,” right-click, and choose Restart - Run the built-in troubleshooter: Go to Settings > System > Troubleshoot > Other troubleshooters > Windows Update > Run
- Clear the update cache: Stop the Windows Update service, delete everything inside
C:\Windows\SoftwareDistribution\Download, then restart the service
The SoftwareDistribution folder holds downloaded update files. If they’re corrupted, Windows won’t be able to install them and will just sit there spinning. Clearing it forces Windows to re-download cleanly.
Windows Update Says “Something Went Wrong”
This is usually a damaged system file. Fix it with these commands in an admin Command Prompt or PowerShell:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Run DISM first, then sfc. Let each one finish before running the next. After both complete, try checking for updates again. This fixes the majority of “something went wrong” errors.
Update Keeps Failing with an Error Code
Error codes tell you exactly what went wrong. Here are the common ones:
| Error Code | What It Means | Quick Fix |
|---|---|---|
| 0x80070002 | Missing system files | Run sfc /scannow |
| 0x8007000d | Corrupted update file | Clear SoftwareDistribution folder |
| 0x800705b4 | Update timed out | Check internet connection, retry |
| 0x80240034 | Windows Update stuck | Restart service, try again |
| 0x80073712 | Component store corrupted | Run DISM RestoreHealth |
If you see an error code not listed here, search it directly on Microsoft’s Support site. They document every error code with specific guidance.
Update Is Paused and Won’t Resume
Windows sometimes pauses updates automatically when it detects potential compatibility issues. You can also pause them manually. Either way, here’s how to resume:
- Go to Settings > Windows Update
- Click Resume updates
If you’re on a work or company PC: Your IT department may be managing updates through Windows Update for Business or WSUS (Windows Server Update Services). In that setup, your machine receives updates on a schedule your IT team controls, which is why you might not see the same options. Contact your IT department rather than trying to force updates manually.
If the button is greyed out and you’re on a personal PC, a pending compatibility check is usually the cause. Waiting 24 hours and trying again typically resolves it.
How to Pause Windows 11 Updates (When You Actually Need To)
Sometimes you genuinely need to delay an update. Maybe you’re on a deadline, or a new update is causing problems for others and you want to wait it out.
- Go to Settings > Windows Update
- Click Pause updates
- Choose how long to pause: 1 week, 2 weeks, up to 5 weeks maximum
Windows 11 Home only allows pausing for up to 5 weeks total. Windows 11 Pro and Enterprise give you more flexibility through Group Policy.
After the pause period ends, Windows will automatically resume and install any pending updates before letting you pause again.
How to Schedule Windows 11 Updates So They Don’t Interrupt You
I get it. Restarting mid-meeting is the worst. Here’s how to control when Windows restarts.
- Go to Settings > Windows Update > Advanced options
- Turn on Notify me when a restart is required
- Set Active hours to match when you’re typically using your PC
Active hours tell Windows not to restart during those times. You can set a range of up to 18 hours. Outside that window, Windows can restart on its own to apply updates.
You can also schedule a specific restart time:
- After updates download, click Schedule the restart
- Pick a time that works for you, like 2 AM
Windows 11 Feature Updates vs Quality Updates: What’s the Difference
People get confused about this. Here’s the simple version:
| Update Type | How Often | What It Does |
|---|---|---|
| Quality Updates | Monthly (Patch Tuesday) | Security fixes, bug patches |
| Feature Updates | Once or twice a year | New features, major changes |
| Driver Updates | Varies | Hardware compatibility fixes |
| Optional Updates | As needed | Non-critical patches, previews |
Quality updates are the small, regular ones. Feature updates are the big ones that upgrade your Windows version, like moving from 23H2 to 24H2. Feature updates take longer to install and require a restart.
How to Update Windows 11 Drivers Specifically
Drivers are separate from OS updates but equally important. Outdated GPU drivers cause game crashes. Old network drivers cause Wi-Fi drops.
Through Windows Update:
- Go to Settings > Windows Update > Advanced options > Optional updates
- Expand “Driver updates”
- Check the ones you want and click “Download and install”
Through Device Manager:
- Right-click Start and open Device Manager
- Expand the category (like Display adapters)
- Right-click your device and choose Update driver
- Select “Search automatically for drivers”
Best practice: For graphics cards, download drivers directly from NVIDIA, AMD, or Intel’s website. Their official tools like NVIDIA GeForce Experience or AMD Software handle this automatically and give you the latest version faster than Windows Update does.
How to Update Windows 11 on a Metered Connection
If you’re using mobile data or a limited plan, you don’t want Windows downloading gigabytes of updates in the background. A common scenario: you’ve turned your phone into a hotspot and connected your laptop. Windows has no idea you’re burning through mobile data unless you tell it.
- Mark your connection as metered: Go to Settings > Network and Internet > Wi-Fi > your network > Properties
- Turn on Metered connection
Once marked as metered, Windows will only download critical security updates automatically. Non-critical updates will wait until you connect to a regular network. You can still manually trigger any update whenever you’re ready.
How to View Windows 11 Update History
Knowing what was installed and when is useful for troubleshooting.
- Go to Settings > Windows Update
- Click Update history
You’ll see every update with its date, type, and status. “Successfully installed” is what you want to see. “Failed” next to an entry means it needs attention.
You can also uninstall recent updates from here if something broke after an update. Click Uninstall updates, find the one causing problems, and remove it.
Should You Install Preview Updates?
Microsoft releases optional preview updates before Patch Tuesday each month. These are essentially early versions of the next monthly update.
They’re labeled as “optional” for a reason. They’re not fully tested. If your PC is stable and you rely on it for work, skip preview updates. If you’re curious about what’s coming or want to help Microsoft catch bugs, you can try them knowing you might hit a rough edge.
To get preview updates, go to Settings > Windows Update > Advanced options and turn on Get me up to date or enable the Windows Insider Program for more experimental builds.
Conclusion
Here’s everything condensed into what actually matters:
- The fastest way to update is Settings > Windows Update > Check for updates
- Use the Update Assistant if a major feature update isn’t showing up
- Fix stuck updates by clearing the SoftwareDistribution folder or running DISM and sfc
- Use Active hours to stop Windows from restarting at bad times
- Check Optional updates monthly for driver fixes
- View Update history to see what’s been installed and uninstall anything problematic
- Mark your connection as Metered when on a hotspot or limited data plan
- If you’re on a work PC, your IT team controls updates through a separate system
The most important habit: when an update finishes downloading, restart promptly. Don’t leave it pending for days. And once a month, check Optional updates manually since drivers and smaller fixes often sit there uncollected. If a big feature update isn’t appearing, the Update Assistant gets it done in under ten minutes. That’s really all there is to it.
Frequently Asked Questions
What should I do if Windows Update is not showing any updates even though I know new ones exist?
This usually means the Windows Update service has a cached state that hasn’t refreshed. I’d start by opening Services (Win + R, then services.msc), restarting the Windows Update service, then heading back to Settings and clicking “Check for updates” again. If that doesn’t work, use the Windows 11 Update Assistant from Microsoft’s website to force the download directly. Sometimes Microsoft also staggers rollouts by region or hardware configuration, so your device might genuinely be in a later batch.
Can I update Windows 11 without restarting my computer?
Not fully. Windows downloads and stages updates in the background without interrupting you, but the final installation step always requires a restart. That’s when the system actually replaces the core files. You can delay the restart by scheduling it during off-hours, but you cannot skip it entirely. The longer you delay restarting, the longer your system stays unpatched and potentially vulnerable.
Is it safe to turn off my PC while a Windows 11 update is installing?
No, and this is one of the few cases where I’d strongly advise against it. Shutting down mid-update can corrupt system files, leaving your PC unable to boot properly. If it does happen, Windows usually rolls back automatically, but that process itself can take a long time and occasionally fails. If your laptop battery is low, plug it in before starting an update. For desktops, make sure there’s no reason the PC might shut off unexpectedly during the process.
Why does Windows 11 keep showing the same update as failed no matter how many times I try?
A repeated failure on the same update almost always points to a corrupted Windows component or a conflict with a third-party app. I’d run both DISM /Online /Cleanup-Image /RestoreHealth and sfc /scannow in an admin terminal, reboot, then try again. If it still fails, download that specific update manually from the Microsoft Update Catalog using its KB number and install it directly. Antivirus software can also block update installations, so temporarily disabling it during the update is worth trying.
Does updating Windows 11 delete my files or installed programs?
Standard quality updates and feature updates do not delete your personal files or applications. They update system components only. The only scenario where data loss can happen is if you use the “Reset this PC” option or do a clean install using installation media. Even then, you’re given the choice to keep your files. For major feature updates, I’d still recommend backing up important files beforehand, not because it’s likely to cause problems, but because it’s good practice before any significant system change.
