Stop Windows 11 from Automatically Restarting After Failed Update
Windows 11 regularly installs updates to improve security, fix bugs, and introduce new features. While these updates are essential, they do not always install successfully. In some cases, Windows automatically restarts your computer several times while attempting to recover from a failed update.
In this guide, I will explain the way to prevent Windows 11 from automatically restarting after an update failure.
Why Windows 11 Automatically Restarts After a Failed Update?
When Windows installs updates, it often needs to restart your computer to complete the installation. If the update fails, Windows may automatically reboot multiple times to repair damaged update files, restore previous settings, or complete recovery operations.
Although this behavior is designed to protect your system, it can become frustrating if your computer repeatedly restarts without your permission. Thankfully, Windows allows you to customize restart behavior so that updates do not interrupt your work unexpectedly.
Stop Windows 11 from Automatically Restarting After a Failed Update

To stop Windows 11 from automatically restarting after a failed update, disable automatic restart settings through Windows Update, modify the Active Hours, configure the Local Group Policy Editor or Registry Editor if available, and temporarily pause updates while troubleshooting. These methods prevent unexpected reboots and give you full control over when your PC restarts.
Step 1: Configure Windows Update Restart Settings
The first step is to review the restart settings available in Windows Update.
Open the Settings app by pressing Windows + I on your keyboard. In the left pane, click Windows Update. Next, choose Advanced options.
Look for the setting labeled Notify me when a restart is required to finish updating and turn it on if it is available. This ensures Windows informs you before restarting instead of rebooting unexpectedly.
Also, check whether Get me up to date or similar automatic restart options are enabled. Turning off unnecessary automatic restart features gives you greater control over when updates finish installing.
After making the changes, close the Settings app. These adjustments help reduce unwanted restarts following update failures.
Step 2: Set Active Hours to Prevent Unexpected Restarts
Windows 11 includes an Active Hours feature that tells the operating system when you usually use your computer.
Return to Settings, open Windows Update, and select Advanced options. Click Active hours.
Choose either Automatically adjust active hours or manually specify the hours during which you normally use your PC. For example, if you typically work between 8:00 AM and 10:00 PM, set those hours as your active period.
Windows avoids restarting your computer during these hours whenever possible. While this may not prevent every restart after a failed update, it greatly reduces interruptions during your normal work schedule.
Saving your Active Hours is one of the easiest ways for beginners to prevent inconvenient restarts.
Step 3: Disable Automatic Restart Using Local Group Policy
This method is available on Windows 11 Pro, Enterprise, and Education editions.
Press Windows + R, type gpedit.msc, and press Enter.
The Local Group Policy Editor will open.
Navigate to the following location:
- Computer Configuration
- Administrative Templates
- Windows Components
- Windows Update
- Manage end-user experience
Locate the policy named No auto restart with logged on users for scheduled automatic updates installations.
Double-click the policy and select Enabled.
Click Apply, then OK.
This policy tells Windows not to restart automatically if someone is currently signed in to the computer. Instead, Windows waits until you manually restart your PC.
Restart your computer once to apply the new policy.
Step 4: Modify the Registry if Group Policy Is Not Available
If you use Windows 11 Home, the Group Policy Editor is unavailable. You can achieve a similar result using the Windows Registry.
Press Windows + R, type regedit, and press Enter.
Navigate to the following registry path:
HKEY_LOCAL_MACHINE> SOFTWARE> Policies> Microsoft> Windows> WindowsUpdate> AU
If the required folders do not exist, create them carefully.
Inside the AU key, create a new DWORD (32-bit) Value named NoAutoRebootWithLoggedOnUsers.
Set its value to 1.
Close the Registry Editor and restart your computer.
Editing the Registry should always be done carefully because incorrect changes can affect Windows. Creating a system restore point beforehand is recommended for extra safety.
Step 5: Pause Windows Updates While Troubleshooting
If an update repeatedly fails and causes restart loops, temporarily pausing updates can prevent Windows from trying again immediately.
Open Settings and select Windows Update.
Click Pause updates and choose an available time period.
This gives you time to troubleshoot the failed update by checking available storage space, repairing corrupted system files, or waiting until Microsoft releases a fix.
Once the issue has been resolved, you can resume updates to keep your system secure.
Step 6: Repair Windows Update Components
Sometimes failed updates continue because the Windows Update cache has become corrupted.
Open Command Prompt as an administrator.
Run the built-in System File Checker by typing:
sfc /scannow
After the scan finishes, run:
DISM /Online /Cleanup Image /RestoreHealth
These repair tools fix damaged Windows system files that may be causing update failures.
Once repairs are complete, restart your computer manually and try installing updates again.
Repairing Windows often prevents repeated update failures that trigger automatic restarts.
FAQs
Can I completely stop Windows 11 from restarting after updates?
You can significantly reduce automatic restarts by changing Windows Update settings, configuring Active Hours, or using Group Policy or Registry settings. However, Windows may still require a restart for certain critical security updates.
Does disabling automatic restart affect Windows security?
No. It only changes when Windows restarts. You should still install updates regularly to keep your computer protected.
Is Group Policy available on Windows 11 Home?
No. The Local Group Policy Editor is only included with Windows 11 Pro, Enterprise, and Education editions. Home users can use the Registry method instead.
Will Active Hours stop every restart?
No. Active Hours reduces unexpected restarts during the times you specify, but Windows may still restart outside those hours if required.
Is editing the Registry safe?
Yes, if done carefully. Always create a backup or a system restore point before making Registry changes.
Summary
Stopping Windows 11 from automatically restarting after a failed update is relatively simple once you know where the appropriate settings are located. By adjusting Windows Update restart preferences, setting Active Hours, using the Local Group Policy Editor or Registry Editor, pausing problematic updates, and repairing Windows Update components, you can prevent unnecessary interruptions and troubleshoot update failures more effectively.
For most users, combining notification settings with Active Hours provides enough control to avoid unexpected reboots. Advanced users can further customize restart behavior through Group Policy or Registry changes. Keeping Windows updated while managing restart behavior ensures both system security and a smoother computing experience.
