While Windows updates are intended to enhance your computer’s functionality, they don’t always yield positive outcomes. A recent update has not only disrupted the shutdown process for many users but has also failed to address the issue with subsequent patches. I have explored various methods to resolve this shutdown glitch while awaiting a permanent solution from Microsoft.
Understanding the Windows Shutdown Problem
The shutdown issue, labeled by users as a “bug, ”initially appeared to impact mainly Windows 11 systems. However, it has now started affecting Windows 10 users as well, primarily due to Windows Update KB5073455, released in mid-January 2026. Users without extended Windows 10 updates enabled are exempt from this particular glitch.
Following the installation of the update, many users encountered problems with shutting down their computers. Instead of powering off, their PCs would reboot upon clicking “shut down.”My first instinct was to suspect a virus, recalling past experiences rather than attributing the issue to a Windows update. The realization that it was a Microsoft-related mishap prompted both relief and frustration.
In response, Microsoft did issue an out-of-band update (KB5077797) to resolve the shutdown problem within a week. Despite their prompt action, many, including myself, found that this patch did not rectify the issue. Nevertheless, it is advisable to install this update in case it proves effective for you.
Disabling Virtual Secure Mode
The shutdown issues tend to impact users with the Secure Launch feature enabled. This Virtualization-Based Security feature aims to mitigate firmware-level security risks during the boot process. Although the recent patch helped some users with Secure Launch, those also using Virtual Secure Mode experienced no improvement.
While the intention behind Virtual Secure Mode is to enhance security, it can inadvertently cause performance issues. Wanting a seamless shutdown experience, I opted to disable this feature. To do so, follow these steps:
- Press Win + I to access Windows Settings.
- Navigate to Privacy & security → Windows Security → Device Security.
- Select Core isolation details under Core Isolation and toggle off Memory integrity.
- Restart your computer to implement the changes.

After disabling this feature, I found my computer shut down normally without any issues. Occasionally, Virtual Secure Mode may re-enable itself, so if shutdown problems reoccur, revisit this setting.
It is advisable to enable Virtual Secure Mode again once Microsoft provides a reliable fix.
Rolling Back Windows Updates
If you’re facing persistent shutdown issues and the fix didn’t work, consider rolling back the problematic updates. Microsoft allows you to revert updates within ten days of installation, so you’ll need to uninstall specific updates if the 10-day window has lapsed.
Following my attempts to re-enable Virtual Secure Mode (which still resulted in shutdown failures), I opted to uninstall the original troublesome update and the accompanying patch.
Here’s how to retract an update:
- Open Settings using Win + I and navigate to Windows Update → Update history → Uninstall Updates.
- Locate updates KB5073455 and KB5077797, then click Uninstall for each.

Before restarting, return to Windows Update and disable Get the latest updates as soon as they’re available to prevent automatic reinstallation of these updates. Additionally, set the Pause updates option for at least two weeks.

Utilizing Windows registry tweaks can also help you manage update installations to better suit your needs.
Alternative Shutdown Methods
If you’re hesitant to disable Virtual Secure Mode, or if you fear missing future Windows updates, consider alternative shutdown methods to bypass the issue.
Execute this command via Command Prompt or PowerShell:
shutdown /s /t 0
This command will immediately shut down your PC. To simplify the process, create a desktop script:
- Open Notepad and input the command.
- Select File → Save as. From the Save as type drop-down, choose All Files and name the file “shutdown.bat”.

Addressing Windows Hibernation Issues
Alongside the shutdown problem, the update has also interfered with Windows hibernation functionality. The subsequent patch failed to resolve this, so it’s wise to save your work ahead of time before stepping away from your computer.
A possible solution is to completely disable hibernation, which can also help free up some storage space. In an elevated Command Prompt or PowerShell, run:
powercfg.exe /hibernate off
To re-enable hibernation later, simply use:
powercfg.exe /hibernate on
While this update did not seem to influence Windows’ sleep settings, various issues could lead to an endless sleep cycle. Employ troubleshooting techniques to prevent your system from entering sleep mode unexpectedly.
Leave a Reply