Configure Windows Crash Dump Settings with Regedit

This guide explains how to use the Windows Registry Editor (Regedit) to customize system crash dump settings. When Windows encounters a Blue Screen of Death (BSOD), it writes diagnostic information to a memory dump file. By modifying specific registry keys, you can specify the type of dump file generated, change the file save location, enable or disable automatic restarts, and manage overwrite rules.

To modify the crash dump configuration, you must navigate to the CrashControl key in the Windows Registry:

  1. Press Win + R, type regedit, and press Enter to open the Registry Editor.

  2. In the navigation bar, paste or browse to the following path:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl

Adjusting Dump File Types (CrashDumpEnabled)

The CrashDumpEnabled DWORD (32-bit) value determines the type and size of the memory dump created during a crash. Double-click CrashDumpEnabled and set its Value data to one of the following integers:


Customizing Dump Storage Locations

You can change where Windows writes crash data by modifying the path strings in the same registry key:


Additional Crash Behavior Settings

The CrashControl key contains other DWORD values to control system behavior during a failure:


Applying the Changes

After adjusting the required values in the Registry Editor, close regedit and restart the computer. Windows reads these settings at boot, so a restart is required for the new crash dump configuration to take effect.