Share via

Random crashing as of a few weeks ago, fresh installed windows after a BSOD and since then have been randomly crashing.

Anonymous
2022-07-20T01:37:01+00:00

So a few weeks ago, I crashed while playing a video game, when my PC restarted I rebooted the game after which my PC went to a BSOD which resulted in a bootloop and I fresh installed windows. Since then, my PC will randomly restart or lose video output on both monitors when I play games. It's almost completely random, some days I can play all day no problem, some days upon booting up a game itll crash, some days I can be playing 5 hours before it crashes. I'm at wit's end here, as I just built this PC 5-6 months ago. I did have one issue with it prior, which is upon restarting, sometimes the VGA light on my MOBO would go on, and Id have to unplug the monitor, plug it back in, then reboot to get picture. I think that's an issue with my Samsung display, but that might also be of some use. https://1drv.ms/t/s!AtMUvz-ZgmvTmmfipl3Zb5qfn0l7 Here is my dxdiag report, would really appreciate some help on this, very upsetting to hardly be able to use my near brand-new machine.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

10 answers

Sort by: Most helpful
  1. Anonymous
    2022-07-20T06:53:08+00:00

    Hi Kevin Lapointe,

    Welcome to Microsoft Community. I'm Mosken, let me help you.

    According to your description, I knew that your Windows 11 crashes randomly, even if you have reinstalled the system. Is that right?

    First, please check if there are .dmp files in the C:\Windows\Minidump directory.

    • If so, package these files, upload them to OneDrive, and share them, and then include a link to share them in the next reply. Since these files detail exactly what happened when your system crashed, this helps us help you resolve the issue.
    • If not, run the following command to try to enable it. Win logo key + Q*, open the search box, type "cmd", then right-click* Command Prompt*, select Run as administrator), and then type the following command.*
        wmic recoveros set DebugInfoType=3
      

    This is to enable blue screen logging. You need to try to access the C:\Windows\Minidump directory to see if there are .dmp files after the next blue screen appears.

    Then according to the error information in the Dxdiag file you provided, it is mainly related to some applications named wallpaper64.exe, Aac3572MbHal_x86.exe. You may try disabling/uninstalling these software (including unmentioned third-party protection software, anti-virus software) and see if the system is normal.

    Then you can try the general troubleshooting below.

    1. Update all computer hardware drivers

    You may try to reinstall all drivers, especially the graphics card driver. You can go to the official website of your device manufacturer to download the corresponding model driver, and then install it manually. After the driver installation is complete, it is recommended that you check if the device works properly, and then restart to check again.

    2. Repair possible corrupted system files

    You may try the following commands to fix possible corrupted system files. Please run Command Prompt as an administrator ("Win" logo key + "Q", enter "cmd", select "Run as administrator"), and enter the following commands one by one. These commands require network support, please keep your network stable and smooth.

    sfc /scannow 
    
    DISM /Online /Cleanup-Image /RestoreHealth
    

    3. Clean the update cache

    Please run Command Prompt as an administrator ("Win" logo key + "Q", enter "cmd", select "Run as administrator"), and enter the following commands one by one.

    net stop wuauserv
    
    net stop bits
    
    net stop cryptsvc
    
    rd /s /q c:\Windows\SoftwareDistribution
    
    rd /s /q %temp%
    
    rd /s /q c:\Windows\temp
    
    net start wuauserv
    
    sc config wuauserv start=auto
    
    net start bits
    
    sc config bits start=auto
    
    net start cryptsvc
    
    sc config cryptsvc start=auto
    

    4. Check for system updates.

    You can follow the directions below to check system update, as most issues can be resolved with an update. On the desktop click "Start" > "Settings" > "Update & Security" > "Windows Update" > "Check for updates".

    The above steps are provided based on the information I have learned so far, and hope that could help you a little. If the problem still exists, please provide us a full PSR from the beginning, through the whole process, and until the error message is displayed, so we can further investigate.

    Best Regards,

    Mosken-MSFT | Microsoft Community Support Specialist

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-07-22T22:16:33+00:00

    Alright thank you, im gonna uninstall my current drivers and try that tomorrow, hopefully that works.

    0 comments No comments
  3. Anonymous
    2022-07-21T07:24:33+00:00

    Hi Kevin Lapointe,

    After analyzing the .dmp file you provided, found that your system crash is mainly related to your NVIDIA graphics card driver. You may go to the official website of your device manufacturer to download the corresponding model driver, and then install it manually. After the driver installation is complete, it is recommended that you check if the device works properly, and then restart to check again.

    Then there are other possibilities, so please try the fix provided in my last reply. Especially Windows Update, since the latest Windows 10 version is 21H2 (19044), yours is 19041.

    If the above solutions still do not solve your problem, please describe the test results of each fix in detail in your next reply (copy the result here or screenshoot), which can help us to further confirm the problem.

    The above steps are provided based on the information I have learned so far, and hope that could help you a little. If the problem still exists, please provide us a full PSR from the beginning, through the whole process, and until the error message is displayed, so we can further investigate.

    Best Regards,

    Mosken-MSFT | Microsoft Community Support Specialist

    0 comments No comments
  4. Anonymous
    2022-07-20T22:52:53+00:00

    https://1drv.ms/u/s!AtMUvz-ZgmvTmmsH3QxDn3leUW7Z?e=dxG1Tl here is the .dmp file if it's any help, maybe youd be able to fix that.

    0 comments No comments
  5. Anonymous
    2022-07-20T22:48:32+00:00

    Hello, do you know if it's possible to share my bluescreenview results? The original .dmp file seems to have gotten corrupted by me giving myself admin rights to zip the file, however it's still legible on bluescreenview.

    0 comments No comments