How to Enable Windows Crash Dumps
By default, crash dumps are not enabled in Windows. However, some issues may require us to analyze these crash dumps to diagnose the problem more effectively. You will need administrative permissions to enable this feature.
If you're not familiar with using the Registry Editor, we've provided a file at the bottom of this article that can automatically perform the advanced steps for you with just a few simple clicks.
TABLE OF CONTENTS
Backup
Before you download and run the registry file, it is crucial to back up your current registry. This will allow you to restore your registry to its previous state if anything goes wrong.
| |
| |
| |
|
Simple Method
| |
| |
| |
| |
| |
|
Advanced Method
Here are the steps to manually enable crash dumps:
This information was sourced from the Windows Dev Center. If any issues arise while following these steps, please contact Microsoft Support.
Please note: Editing registry keys can cause issues with your system if not done correctly. We do not recommend making any changes other than those listed in this guide.
1. Open the Registry Editor
- Press the Start menu and type regedit.
- Press Enter to open the Registry Editor.
2. Create the LocalDumps Key
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting.
- Select the Windows Error Reporting key and create a new key named LocalDumpsif it does not already exist:
- Right-click Windows Error Reporting.
- Select New > Key.
- Name the key LocalDumps.
3. Create Registry Values in the LocalDumps Key
Select the LocalDumps key and create the following three registry values:
DumpFolder Registry Value
- Right-click in the blank area on the right side and select New > Expandable String Value.
- Name it DumpFolder.
- Double-click it and enter %LOCALAPPDATA%\CrashDumps in the Value data field.
DumpCount Registry Value
- Right-click in the blank area on the right side and select New > DWORD (32-bit) Value.
- Name it DumpCount.
- Double-click it and enter 10 in the Value data field.
DumpType Registry Value
- Right-click in the blank area on the right side and select New > DWORD (32-bit) Value.
- Name it DumpType.
- Double-click it and enter 2 in the Value data field.
Once you have followed all the steps above, reproduce the crash you were experiencing and send us the .dmp file in a support ticket. You can find the file in %LOCALAPPDATA%\CrashDumps.
Note: You may need to upload the file to a storage service like Google Drive or Dropbox to share it.
Restore the Registry
To disable crash dumps and restore your previous settings, go to your Desktop and find the backup .reg file you created earlier. Double-click the file and select Yes to restore your registry.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article