Share via

BSOD Crash with Different Errors

Vượng Vũ 35 Reputation points
2026-05-08T05:08:59.9733333+00:00

Hi, my PC is getting BSOD crashes from time to time. Could you help me figure out the root cause?I've provided a driver link below <link added to PM>

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

Answer accepted by question author

Lychee-Ng 21,585 Reputation points Microsoft External Staff Moderator
2026-05-08T14:09:05.87+00:00

Hi Vượng Vũ,

Please note that our forum is a public platform, and we will modify your question to hide any possible private data in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details.

I understand how frustrating random BSODs can be, especially when the errors are inconsistent. Thanks for sharing the dump and the additional information! Based on that, the crash might tie to a faulty or incompatible Bluetooth driver.

1 - Completely remove Bluetooth stack

  • Press Win + X > Device Manager > expand Bluetooth:
    • Disable ALL devices > use your PC normally
    • If BSOD stops after, you found the cause.
  • Clean reinstall Bluetooth stack properly:
    • Still in Device Manager > View > Show hidden devices
    • Right‑click each device in the list > click Uninstall device
    • Check Delete the driver software if prompted > Restart the PC.
  • Or visit the PC model website > download the latest Bluetooth driver.

2 - Make sure everything is up to date:

  • Open Settings > Windows update > Check for updates
  • Go to Advanced options > Optional updates > install if any.
  • Since your BIOS is 1.28.0.0 (can be outdated)
    • Check your laptop / motherboard support page for newer version
    • Or run the device own Health app (e.g. DellSupportAssist, Surface app, HP Support, etc.)

3 - Repair system files

  • Press Win + X > Windows PowerShell / Terminal (Admin)
  • Run the following commands one by one:
    • verifier /reset
    • DISM /Online /Cleanup-Image /RestoreHealth
    • sfc /scannow
  • Restart your PC and check if the crashes stop.

If the issue still persists, let me know if the crashes happened while using Bluetooth (headphones, controller), or even when the PC is idle with nothing connected!


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

2 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Vượng Vũ 35 Reputation points
    2026-05-08T05:12:41.4533333+00:00

    I have fixed the Bluetooth error.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. AI answer

    2026-05-08T05:09:22.21+00:00

    The context does not include analysis of the specific dump files from the provided link, so only general BSOD troubleshooting guidance can be given.

    To narrow down the root cause of intermittent BSODs on Windows 11, follow these steps in order:

    1. Check for faulty or incompatible drivers
      • Open Device Manager and look for devices with a yellow exclamation mark. For any such device:
        • Open its Properties → Events and review the log.
        • Use Update driver to install the latest version from Windows Update or the device manufacturer.
      • If BSODs started after installing or updating a driver (for example GPU, storage, or chipset), roll back or uninstall that driver and test.
    2. Review recent changes (drivers, services, hardware)
      • If new device drivers or system services were added shortly before the BSODs began, remove or update them.
      • Undo any recent system “optimization” tools or overclocking utilities and return BIOS and drivers to default settings.
    3. Check Event Viewer for critical errors around the crash time
      • Open Event Viewer → Windows Logs → System.
      • Look for critical or error events at the same time as the BSOD.
      • Use any referenced driver or device name as a clue (for example, storage, network, GPU).
    4. Test memory
      • Run Windows Memory Diagnostics:
        • From Control Panel, search for MemoryDiagnose your computer's memory problems.
        • Let the test complete and restart.
      • Afterward, in Event Viewer, check System log for MemoryDiagnostics-Results and review the outcome.
    5. Check for hardware issues and incompatibility
      • Run the OEM’s hardware diagnostics (CPU, RAM, storage, GPU) to rule out failing components.
      • If new hardware was added (RAM modules, SSD, GPU, USB devices), temporarily remove or replace it and test.
      • Confirm that all installed hardware is supported by the Windows version in use.
    6. Scan for corruption or malware
      • Run a full scan with a reputable antivirus.
      • Ensure the system disk is not corrupted; if the OEM tool provides storage diagnostics, run them.
    7. Look for patterns in BSOD messages
      • If specific stop codes or messages repeat (for example, DRIVER_POWER_STATE_FAILURE 0x9F, DRIVER_OVERSTACK_STACK_BUFFER, or references to a particular driver), focus on the associated device/driver:
        • For power-state failures (0x9F), prioritize storage, USB, and power-management drivers.
        • For driver stack/overstack errors, focus on third-party drivers, overclocking tools, and low-level utilities.
    8. Consider overall PC health
      • Frequent blue screens, especially on older hardware, can be a sign of a system nearing end of life. If multiple components or drivers appear problematic and the device is older, evaluate whether moving to a newer PC is more effective than continued repair.

    If minidumps are available in C:\Windows\Minidump, they can be analyzed with the Windows debugger and the bug check data reviewed as described in the bug check documentation, but that specific analysis is not present in the context.


    References:

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

    Was this answer helpful?

    1 person found 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.