Please help I keep blue screening :(

Ben Muetzenberg 0 Reputation points
2026-01-28T09:31:54.8366667+00:00

Hello, I've started to have consistent BSODs on my ASUS Zephyrus G16 laptop. I have the dump files but I don't know where to start to find the source of my issue. Any help would be greatly appreciated!

Here are my dump files and system info
https://1drv.ms/f/c/9de3d2fc7ac5b0cc/IgCBk1hRKT2iSKgraXXotqveAcpcWo8h5I-_fku4PbKqYKY?e=vlXHCV

Windows for home | Windows 11 | Performance and system failures
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2026-01-28T09:32:14.21+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To troubleshoot the blue screen of death (BSOD) issues on your ASUS Zephyrus G16 laptop, you can follow these steps:

    1. Analyze the Dump Files: Since you have the dump files, you can analyze them using debugging tools like WinDbg. This will help you identify the specific error codes and the drivers or hardware causing the crashes. You can set up WinDbg by downloading the Windows SDK and using the command !analyze -v to get a detailed analysis.
    2. Check for Recent Changes: If the BSODs started occurring after a recent update or installation of new software/hardware, consider rolling back those changes. You can remove or update any recently added drivers or system services.
    3. Run Hardware Diagnostics: Use the built-in hardware diagnostics provided by ASUS to check for any faulty hardware components.
    4. Check Device Manager: Open Device Manager and look for any devices marked with an exclamation point. This may indicate a driver issue that needs to be resolved.
    5. Memory Diagnostics: Run the Windows Memory Diagnostics tool to check for memory-related issues. You can access this by searching for "Diagnose your computer's memory problems" in the Control Panel.
    6. Event Viewer: Check the Event Viewer for any critical errors that occurred around the time of the BSODs. This may provide additional context about what is causing the crashes.
    7. Update Drivers: Ensure that all your drivers, especially graphics and chipset drivers, are up to date. You can visit the ASUS support website to find the latest drivers for your model.

    By following these steps, you should be able to identify and resolve the issues causing the BSODs on your laptop.


    References:

    0 comments No comments

  2. DaveM121 840K Reputation points Independent Advisor
    2026-01-28T10:06:52.45+00:00

    Your minidump files all just list generic RAM corruption, there is no specific cause of the crashes listed in your data.

    To try to force Windows to show any faulting drivers... etc., the best option would be to turn on Driver Verifier, let your PC crash 3 times, then you must turn off Driver Verifier, and finally, upload any newly created minidump files

    Before you run Driver Verifier, please create a new System Restore Point

    https://learn.microsoft.com/en-us/answers/questions/4377096/(article)-driver-verifier-tracking-down-a-mis-beha?forum=windows-windows_10-update&referrer=answers

    .

    .

    .


    Note, if you have any difficulty getting into Windows with Driver Verifier enabled:

    Start your PC, just as Windows attempts to load (spinning dots), press and hold Power Button for 5 - 10 seconds to perform a Hard Shut Down

    Do this twice

    On the third start Windows will boot into the Recovery Environment and from there you can access System Repair, Safe Mode, Command Prompt... etc.

    Go to Troubleshoot - Advanced Option - Startup Settings and click Restart

    Upon restart, press 4 to enter Safe Mode

    Open Command Prompt as Administrator and run these two commands, then restart your PC.

    verifier /reset

    verifier /bootmode resetonbootfail

    0 comments No comments

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.