User Tools

Site Tools


computing:windows:crash_dump

Read Windows Crash Dump

WinDbg Utility

:!: Install the WinDbg Utility from Microsoft Store

:!: Open WinDbg and Run as Administrator

Open Crash Dump file

:!: Dump file locations

C:\windows\minidump

C:\Windows\System32\config\systemprofile\AppData\Local\CrashDumps

  • Click File → Open dump file
  • Browse to dump file
  • Click Open

  • In the kd field type ! analyze -v and hit enter
  • Review the text for clues to the crash

Driver Verifier Stress Diag

computing/windows/crash_dump.txt · Last modified: 2023/03/27 10:34 by jcooper