How to Bypass "Update and Restart / Shut Down" in Windows
Restart or shut down without installing pending updates when you need to — the safe way.
Overview
When updates are pending, the Power menu only offers "Update and restart" / "Update and shut down". Sometimes you need to reboot without waiting for updates. This guide shows how to bypass it, with the reminder to still install updates soon.
Note: Bypassing lets you reboot now, but pending updates include security fixes — install them at the next convenient time rather than deferring indefinitely.
Key Takeaways
- A command-line restart can skip the update step.
- Group Policy can remove "Update and…" from the Power menu.
- Bypassing is for convenience — don’t skip updates forever.
- Active hours help avoid update restarts at bad times.
Method 1: Command-Line Restart (Quick Bypass)
1. Open Command Prompt.
2. Restart without installing updates: shutdown /r /t 0
3. Shut down instead: shutdown /s /t 0
4. This performs a normal reboot/shutdown, skipping the "update and…" action.
Method 2: Group Policy (Remove the Options)
1. Run gpedit.msc (Pro/Enterprise).
2. Go to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
3. Enable "Do not display 'Install Updates and Shut Down' option…".
4. Run gpupdate /force; the plain Restart/Shut down options return.
Method 3: Manage Update Timing
1. Set Active Hours (Settings > Windows Update) so restarts avoid your working time.
2. Pause updates briefly if you need an uninterrupted period.
3. Then install updates when convenient.
Troubleshooting
Problem: Menu still forces updates.
Solution: Use the shutdown /r /t 0 command for an immediate reboot that skips the update step.
Problem: gpedit.msc missing.
Solution: You’re on Home — use the command-line method or set Active Hours.
Problem: Updates install anyway on next boot.
Solution: That’s expected — bypassing defers them once; they’ll apply later (and should, for security).
Problem: Frequent forced restarts.
Solution: Configure Active Hours and pause updates during critical work windows.
Conclusion
To reboot without installing pending updates, run shutdown /r /t 0, or use Group Policy to restore the plain power options. Treat this as a temporary convenience — install pending updates soon, since they carry important security fixes.















