User Tools

Site Tools


computing:windows:crash_dump

This is an old revision of the document!


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
computing/windows/crash_dump.1679681740.txt.gz · Last modified: 2023/03/24 12:15 by jcooper