Computer >> Computer tutorials >  >> System >> Windows 11

How I Fixed Windows 11 Endless Restarts: Settings Tweaks That Work

How I Fixed Windows 11 Endless Restarts: Settings Tweaks That Work

Published Apr 14, 2026, 12:00 PM EDT

Digvijay is a Computer Science graduate with a deep passion for technology. His journey into tech writing began in 2018 with software and product reviews, and he’s been exploring the digital space ever since.

He joined MUO as a full-time writer in 2022, where he covers how-tos, explainers, and tech guides focused on Android, entertainment, and the internet.

Digvijay has previously contributed to several reputable publications, including Alphr, GuidingTech, TheWindowsClub, and MakeTechEasier.

Outside of writing, he enjoys traveling and learning about different cultures, as he believes new experiences spark creativity.

My PC restarted itself in the middle of a work session last week. No warning, no prompt, just a login screen and a handful of files that saved themselves but lost half my changes. And it wasn't the first time.

So I went through every update-related setting I could find and changed the ones that made a difference. It's been three weeks now, and not a single surprise reboot. Here's what I changed, starting with the easiest fixes.

Why Windows 11 restarts itself

It's not a bug, it's a setting

How I Fixed Windows 11 Endless Restarts: Settings Tweaks That Work

Windows Update runs on its own schedule. When a new patch or security update is available, Windows downloads it in the background and prepares it for installation.

Once the update is ready, Windows checks your active hours, a time window where it assumes you're using your PC, and schedules the restart outside that window. So, if your active hours are set from 8 AM to 5 PM, Windows might trigger a restart at 2 AM. That sounds reasonable until you realize you were still working at 2 AM, or your laptop was sitting open with unsaved work.

Windows gives you a few days to restart on your own terms, but after that grace period runs out, it stops asking. The next time your PC is idle, even for a few minutes, it restarts itself. That's how you end up at a login screen with no memory of agreeing to anything.

The defaults are what's working against you here. Windows assumes your active hours are correct, that you'll restart on your own, and that forcing a reboot is an acceptable fallback when you don't. Every fix in this article targets one of those assumptions.

How I Fixed Windows 11 Endless Restarts: Settings Tweaks That Work Related

Windows 11 has a new Start menu — here's how to unlock it

Windows 11 quietly fixed Start. You just have to unlock it.

Reclaim your active hours

Tell Windows when you're actually working

Active hours tell Windows when you're using your PC, and they're the first thing worth fixing. Windows 11 sets this to Automatically by default, meaning it tries to learn your schedule on its own. But if you work late one night and sleep the next morning, Windows might still think you're done by 6 PM.

You can change this in your Windows Update settings under Advanced options -> Active hours. Switch it to Manually and set the widest window you can. Windows lets you go up to 18 hours. I set mine from 6 AM to midnight, which spans almost every waking hour. This alone fixed most of the problem for me, though Windows can still reboot outside that window, so make sure yours covers the hours you’re most likely to be working.

While you're in Advanced options, also turn on Notify me when a restart is required to finish updating. It's off by default, but with it enabled, Windows will warn you before any scheduled restart instead of going silent.

Pause updates during crunch weeks

Sometimes you just need five more days

Pausing updates tells Windows to stop downloading new patches for a set period, which means there's nothing new to trigger a restart. It's handy during a busy work week or when you're traveling and can't afford the disruption.

You'll find the option in Settings -> Windows Update. Next to Pause updates, open the dropdown and pick any duration from one to five weeks. If you started with a shorter pause, you can extend it later from the same menu.

When the pause expires, Windows will download and install all the updates it missed in one go. That's why I only use this as a temporary shield, not an ongoing setting.

Disable auto-restart via Registry or Group Policy

The last setting you will ever need

Windows 11 has a policy setting that blocks forced restarts when a user is logged in. Once enabled, Windows will still download and install updates in the background, but the restart waits until you trigger it manually.

If you're on Windows 11 Pro or Enterprise, you can change it through the Group Policy Editor.

  1. Press Win + R, type gpedit.msc, and hit Enter to open Local Group Policy Editor.
  2. Navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update -> Legacy Policies.
  3. Open No auto-restart with logged on users for scheduled automatic updates installations, and set it to Enabled.

Windows 11 Home doesn't include Group Policy Editor, so you'll need to make the same change through the Registry.

Press Win + R, type regedit, and hit Enter to open the registry editor. Once you're in, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU

If the WindowsUpdate or AU keys don't exist, right-click the parent folder and create them. Inside AU, create a new DWORD (32-bit) Value called NoAutoRebootWithLoggedOnUsers and set its value to 1. Restart your PC to apply the change.

From then on, Windows will never force a restart while you're signed in, which also means updates won't finish installing until you restart manually. That's a trade I'm happy to make, and it's the change that finally stopped the surprise reboots on my machine.

Now it waits for me

A PC that's actively being used shouldn't be deciding when to reboot itself. Until Microsoft rethinks how aggressive Windows Update is by default, the controls are buried in three different places, but they're yours to set up. Once they are, your PC restarts when you say so, not when Windows decides.