Fix Windows 11 Update Stuck on Preparing for Hours

Quick fix: Force a hard reboot, then run net stop wuauserv + delete the contents of C:\Windows\SoftwareDistribution\Download + net start wuauserv — this resets the download cache and Windows Update can resume without the corrupt partial. You click Restart now, the screen reads “Preparing to install” with a spinner, and three hours later it’s still … Read more

How to Pause Windows 11 Updates Beyond the 35-Day Cap

Quick fix: Use the registry to set FlightSettingsMaxPauseDays under HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings to any number (e.g., 365), then the Settings > Windows Update pause dropdown shows extended options up to that limit. Windows 11 caps the in-Settings pause at 5 weeks (35 days). After that, Windows requires you to install pending updates before allowing another pause. For … Read more

Fix Windows 11 Feature Update Loop That Reinstalls Itself

Quick fix: Open Terminal (Admin), reset the Windows Update components with net stop wuauserv && net stop bits && ren C:\Windows\SoftwareDistribution SoftwareDistribution.old && ren C:\Windows\System32\catroot2 catroot2.old && net start wuauserv && net start bits. Then run wuauclt /resetauthorization /detectnow. If the update still reinstalls itself in a loop, use wushowhide.diagcab from Microsoft to permanently hide … Read more

How to Defer a Windows 11 Feature Update for Compatibility Reasons

Quick fix: Open Settings → Windows Update → Advanced options → Pause updates — set to 5 weeks. For longer deferral, use Group Policy (Windows 11 Pro) at Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage updates offered → Select when Preview Builds and Feature Updates are received. Set Enabled, … Read more

How to Update Windows 11 With Limited Bandwidth Settings

Quick fix: Open Settings → Windows Update → Advanced options → Delivery Optimization → Advanced options. Set Absolute bandwidth for downloads and uploads to specific Mbps caps. Or set Percentage of measured bandwidth to 50% (background) and 70% (foreground). For metered connections: mark your Wi-Fi as metered to throttle automatically. You’re on tethered phone Wi-Fi, … Read more

How to Install Optional Drivers Without Forcing System Updates on Windows 11

Quick fix: Open Settings → Windows Update → Advanced options → Optional updates. Driver updates appear here separately from system updates. Tick the specific drivers you want, click Download & install. System updates stay deferred according to your other settings. Windows Update bundles drivers with system updates by default. You want a specific driver (Wi-Fi, … Read more

Why Windows 11 Show Notifications for Skipped Updates and How to Mute Them

Quick fix: Open Settings → System → Notifications. Scroll to Notifications from apps and other senders. Find Windows Update. Click to expand → toggle off Show notification banners and Show notifications in notification center. Now skipped/deferred updates don’t notify. You deferred a Windows update. Windows keeps notifying every few hours: “Updates are available. Restart your … Read more

Fix Windows 11 Cannot Update Due to Insufficient Disk Space Warning

Quick fix: Free up disk space first. Open Settings → System → Storage → Storage Sense. Run cleanup. Then cleanmgr → Clean up system files → tick Windows Update Cleanup + Delivery Optimization Files + Previous Windows installations. For deeper recovery: DISM /Online /Cleanup-Image /StartComponentCleanup. Aim for 15+ GB free on C: before retry. Windows … Read more

Why Windows 11 Cumulative Update Reverts Drivers and How to Pin Them

Quick fix: Disable Windows Update driver downloads to prevent reverts. Open Settings → Windows Update → Advanced options → Optional updates → Driver updates — reinstall your preferred driver. Then enable Group Policy Computer Configuration → Administrative Templates → Windows Components → Windows Update → Do not include drivers with Windows Updates = Enabled. You … Read more