The sudden reboot you see when running a demanding game usually indicates a serious kernel‑level fault rather than a simple application crash. The stop error (commonly called a bug check) can force Windows to restart automatically even when a blue screen is not visible, and it most often appears under heavy GPU or CPU load. This article walks through a methodical troubleshooting process designed to isolate whether the cause is hardware, a driver, or the operating system itself and offers repair options that preserve your settings and files where possible.
Before diving into advanced repairs, it helps to understand the patterns: if reboots happen only during gaming or intense 3D workloads, suspect graphics stacks, overlays, monitoring tools, or corrupted system components. The steps below are arranged from simple, reversible checks to more involved repairs like an in‑place upgrade or a clean installation. Throughout, look for signs such as device manager warnings, failure to write crash dumps, or stability in Safe Mode, which point toward different root causes.
Initial checks: hardware, safe mode, and device status
Start with the fastest, least intrusive actions. Remove or unplug any recently added peripherals such as USB controllers, external drives, or headsets and test the game again; a newly attached device can introduce power or driver issues that trigger a kernel error. Next, boot into Safe Mode to see if the system is stable with minimal drivers and services. If gaming loads are lighter or stable in Safe Mode, that strongly suggests a driver or third‑party software conflict. Finally, open Device Manager and look for yellow exclamation marks; these indicate devices with driver problems that you should update, disable, or temporarily uninstall for further testing.
Device manager actions and storage checks
Within Device Manager, right‑click flagged items and choose update driver first; if updating does not resolve the issue, try disabling the device and testing again, then uninstalling if necessary. Also ensure the system drive has healthy free space—leave at least 10–15% free—because Windows needs room to create page files and crash dumps when under load. Lack of free space can prevent useful diagnostic logs from being generated and make intermittent crashes harder to analyze.
System repairs and updates
Keeping Windows current is essential because many GPU and driver conflicts are addressed in cumulative updates or through a Known Issue Rollback. Even if you removed problematic updates earlier, your system can be left in an inconsistent state. Go to Start > Settings > Windows Update and select check for updates, install everything available, then reboot and retest gaming. If instability persists, repair core system components using the command line utilities DISM and SFC to restore the component store and verify system files respectively.
Running DISM and SFC
Open an elevated Command Prompt (right‑click and choose run as administrator) and run DISM.exe /Online /Cleanup-image /Restorehealth. Allow the operation to finish, then run sfc /scannow and wait for the verification to reach 100%. These steps repair corrupted files that can cause kernel crashes during GPU‑heavy workloads. After successful completion, reboot and test your games; if the problem is caused by damaged system files, this process often restores stability without further intervention.
Clean boot and when to consider reinstalling
If the problem remains elusive, perform a clean boot to start Windows with a minimal set of services and startup apps. The clean boot helps identify conflicts from GPU utilities, overlays, monitoring tools, or RGB software. Reboot into the clean environment and test games; if restarts stop, re‑enable services and startup items in small groups to find the offending component. This technique isolates software conflicts without changing drivers or reinstalling the OS.
Repair install and full reinstall options
When none of the above measures stop the restarts under gaming load, the operating system itself may be too damaged or a subtle driver conflict may persist. Try an in‑place upgrade or use Reset this PC with the keep‑my‑files option to repair the installation while retaining apps and data. If that still fails, back up your important files to external storage and perform a clean installation of Windows 11 from the official media tool; a fresh OS baseline often reveals whether the issue is software or hardware by eliminating lingering system corruption and driver mismatches.
Final notes
These recommendations reflect standard guidance for handling unexpected restarts and stop code errors on Windows 11, particularly when the symptoms appear after updates and only under load. Methodically working from basic checks through system repairs and finally to reinstall options increases the chance of finding the culprit while minimizing data loss and downtime.