The Blue Screen of Death (BSOD) in Windows 11 is a stop error that appears when the system encounters a critical problem it cannot recover from. By default, Windows will automatically restart the computer after showing the BSOD. While this is designed to minimize downtime, it can make it difficult to read the error message and troubleshoot the issue. Below are three methods to disable BSOD automatic restart in Windows 11.
Method 1: Using System Properties
This method uses the classic System Properties interface to change the startup and recovery settings.
Step 1. Open the System Properties
Press Win + R, type sysdm.cpl, and press Enter.
Step 2. Go to Startup and Recovery settings
In the Advanced tab, find the Startup and Recovery section and click Settings.

Step 3. Disable automatic restart
In the System failure section, uncheck Automatically restart.

Step 4. Apply the changes
Click OK on both windows to save the settings.
Method 2: Using Command Prompt
This method is quick and useful for those who prefer using commands.
Step 1. Open Command Prompt
Press Win, type cmd, right-click Command Prompt, and choose Run as administrator.
Step 2. Run the command to disable auto restart
Enter the following command and press Enter:
wmic recoveros set AutoReboot = False
To enable automatic restart:
wmic recoveros set AutoReboot = True
To check current settings:
wmic recoveros get AutoReboot
Method 3: Using Wise Registry Cleaner
Wise Registry Cleaner offers a simple one-click way to disable automatic restart when a BSOD occurs, without navigating through multiple system menus.
Step 1. Download and install Wise Registry Cleaner
Download and install Wise Registry Cleaner if it’s not already on your computer.
Step 2. Launch Wise Registry Cleaner
Open the program and go to the System Tuneup tab at the top.
Step 3. Select the Item to Optimize
Under the System Stability section, find and check Disable automatical reboot when system encounters blue screen of death.
Step 4. Apply the optimization
Click the green Optimize button in the top right to disable automatically restart.

Conclusion
Turning off automatic restart after a BSOD ensures the error screen stays visible long enough to capture important details like stop codes or faulty driver names. This information is essential for diagnosing and fixing system issues effectively.