Share via

Windows system freezing and crashing under load with black screen and BSOD

QuekRyan 0 Reputation points
2026-04-18T03:19:01.28+00:00

Hi, I recently set up a new work laptop for handling some heavy 3D rendering and testing tasks, but it’s been super unstable from day one. The system will randomly freeze while audio keeps playing, then the display cuts out and everything locks up completely, sometimes even throwing a BSOD or crashing apps like Firefox for no clear reason. It happens more often under load like gaming or rendering jobs, and even switching between Windows 10 and 11 didnt fix anything, so now im worried something deeper is wrong. Any ideas what could be causing this or where I should start troubleshooting?

Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments

3 answers

Sort by: Most helpful
  1. Jason Nguyen Tran 18,725 Reputation points Independent Advisor
    2026-04-26T00:54:11.2066667+00:00

    Hi QuekRyan,

    I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!

    Was this answer helpful?

    0 comments No comments

  2. Jason Nguyen Tran 18,725 Reputation points Independent Advisor
    2026-04-18T04:14:14.5466667+00:00

    Hi QuekRyan,

    From your description, the symptoms (black screen, audio continuing, BSODs, and app crashes) point to potential hardware or driver instability rather than just an OS issue. Since you’ve already tried both Windows 10 and 11 with no improvement, the root cause is likely deeper.

    The first place I’d look is the GPU driver, especially since rendering and gaming workloads stress the graphics card heavily. Make sure you’re running the latest drivers from the GPU vendor, not just the ones bundled with Windows Update. Next, check your RAM configuration, unstable or mismatched memory can cause freezes under load. Running a memory diagnostic tool like MemTest86 can help confirm if the module is healthy. It’s also worth updating your BIOS/firmware, as newer laptops often ship with early BIOS versions that need patches for stability.

    Thermal issues can also trigger these symptoms, so monitor CPU and GPU temperatures during heavy tasks. If the system overheats, it may throttle or crash. Finally, review the Windows Event Viewer logs for recurring error codes, as they often point to the exact driver or subsystem causing the fault.

    In short, start with GPU drivers, memory tests, BIOS updates, and thermal monitoring. These steps usually uncover the root cause of persistent freezes and BSODs. I hope this gives you a clear path forward. If you find this answer helpful, please consider clicking Accept Answer so others can benefit too.

    Jason.

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-04-18T03:19:16.4+00:00

    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:

    1. 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.
    1. 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.
    1. 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.
    1. 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.
    1. Install all Windows Updates
    • Go to Start > Settings > Windows Update.
    • Select “Check for updates” and install everything offered.
    • Reboot and retest under load.
    1. 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.
    1. 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.
    • 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.
    • 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.
    1. 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:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.