The symptoms match serious system errors (blue/black screens, freezes under load) that are typically caused by faulty hardware, unstable drivers, or low‑level software such as OEM tuning/overclocking tools.
Start with the basic Windows stop‑error troubleshooting, then move to hardware checks:
- Remove new or OEM “tuning” software and hardware
- If any new hardware was added (RAM, SSD, dock, external GPU), shut down, remove it, and test stability.
- Uninstall OEM utilities that change power, fan, or overclocking profiles (for example, tools similar to ASUS Armoury Crate). These tools can cause instability under load; in a similar case, removing such software and reinstalling Windows resolved repeated BSODs and freezes.
- Boot in Safe Mode and observe
- Start in Safe Mode: see Start your PC in safe mode in Windows 11.
- In Safe Mode, run typical workloads that are possible there (browsing, basic apps). If the system is stable in Safe Mode but unstable normally, this points to drivers or third‑party software rather than core hardware.
- Check Device Manager for driver issues
- Right‑click Start > Device Manager.
- Look for any device with a yellow exclamation mark.
- For each such device:
- Right‑click > Update driver.
- If issues persist, right‑click > Disable device and test, or Uninstall device and let Windows reinstall on reboot.
- Ensure sufficient free disk space
- Make sure the system drive has at least 10–15% free space. Low free space can cause instability when Windows creates paging and temp files under load.
- Install all Windows Updates
- Go to Start > Settings > Windows Update.
- Select “Check for updates” and install everything offered.
- Reboot and retest under load.
- Use System Restore or Recovery if instability started early
- If the crashes started after certain drivers or software were installed, use a restore point or other recovery option from Recovery options in Windows 11 or the Windows 10 section of the same article.
- Choose the least destructive option first (System Restore, then “Keep my files” reset) and test stability after each.
- If freezes persist: collect data for deeper analysis (advanced) For repeated freezes/BSODs that basic steps do not fix, configure the system to capture full memory dumps so an admin or support engineer can analyze them:
- Configure a complete memory dump:
- Run
sysdm.cpl. - System Properties > Advanced > Performance > Settings > Advanced.
- Check virtual memory (paging file) is on the system drive and at least 100 MB larger than installed RAM.
- Back in System Properties > Advanced > Startup and Recovery > Settings.
- Under “Write debugging information”, select “Complete memory dump” and enable “Overwrite any existing file”.
- Ensure the system drive has more free space than total physical RAM.
- Run
- Optionally enable keyboard‑triggered crash (for freezes where the mouse still moves):
- In Registry Editor, create
CrashOnCtrlScroll(REG_DWORD = 1) under:-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters -
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdhid\Parameters
-
- Restart.
- When the system is frozen, hold Right Ctrl and press Scroll Lock twice to force a crash and generate a dump at
%SystemRoot%\MEMORY.DMP.
- In Registry Editor, create
- Use tools like DumpChk and Performance Monitor (PerfMon) to validate and collect performance data for later analysis, as described in the advanced freeze‑troubleshooting article.
- When to suspect hardware If:
- Crashes occur on both Windows 10 and 11,
- A clean install plus removal of OEM tuning tools and updated drivers do not help,
- And dumps show varied stop codes or hardware‑related bug checks,
then suspect failing hardware (RAM, GPU, PSU, motherboard, or cooling). At that point, use vendor diagnostics or warranty service, providing the collected dump files and PerfMon logs.
References: