Windows crash dumps location

When Windows OS crashes (Blue Screen of Death or BSOD) it dumps all the memory information into a file on disk. This dump file can help the developers to debug the cause for the crash.   The default location of the dump file is %SystemRoot%memory.dmp i.e C:\Windows\memory.dmp if C: is the system drive. Windows can also capture small memory dumps which occupy less space. These dumps are created at %SystemRoot%Minidump.dmp (C:\Window\Minidump.dump if C: is the system drive). Below you can find details on crash dump settings. This article is applicable for XP, Vista, Windows 7 and Windows 10.

How to enable or disable kernel memory dump? If dump is enabled, how to choose mini dump or full kernel dump?

We can configure the dump settings through system properties. Detailed steps are given below.

  1. Open System properties(Execute sysdm.cpl from Run window)
  2. Click on Advanced tab
  3. Click on the Settings button under Startup and Recovery
  4. In this window, click on the drop down list under ‘Write Debugging information’
  • This list would show 6 options – None, Small memory dump(64 KB), Kernel memory dump, Complete memory dump, Automatic memory dump and Active memory dump. If you want to disable memory dump then select none from these options. Otherwise select your required option from the other three. After this click on OK and close the windows.

How to change crash dump file location?

You can set the dump file location in the same Startup and recovery window mentioned above. In the ‘Dump File’ text field you can enter the location of the file.

You can also change mini dump file location – Select ‘small memory dump‘ from the drop down box and then give the location of the file in the bottom text box.

How to enable or disable crash dump file overwrite?

In the Startup and recovery window(which can be opened from System properties window) unselect the check button ‘Overwrite any existing file‘ to disable crash dump overwrite.

Modifying Windows dump settings using registry keys

Registry values related to Windows crash dump settings are stored under the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl.
We can configure crash dump by modifying these registry values also(listed below).

    • AutoReboot
    • CrashDumpEnabled
    • DumpFile
    • LogEvent
    • MinidumpDir
    • Overwrite
    • SendAlert

    How to disable crash dump?

    Open registry editor and navigate to the path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl. Set the registry value CrashDumpEnabled to 0. Or you can simply run the below command which does the same.

    Reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v CrashDumpEnabled /t REG_DWORD /d 0 /f

    Disable crash dump overwrite

    Set the value of the registry key ‘Overwrite’ to 0. This key can be found in the registry path mentioned above. If you want to overwrite existing crash dump file, then set its value to 1. Below command would disable crash dump overwrite.

    Reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v Overwrite /t REG_DWORD /d 0 /f

Windows 11 (including earlier version), when, encounter a Blue Screen of Death (or BSOD), accumulates all the memory information into a file. Holding Dump file as name it further helps users to identify and debug the cause of the crashes. The files also allow writing the debugging details in different file formats in order to simplify the readability of the data.

Dump file may be of various types depending on the nature of crash and bug check values.  These are “Small memory dump (Minidump)”, “Kernel memory dump”, “Complete memory dump”, “Automatic memory dump”, and “Active memory dump”. However, among all these, Windows 10/11 generates Automatic memory dump all by itself as its name suggests. The following section will deal with everything related to Dump File Location Windows 11 or 10.

Dump File Location Windows 10 or 11

Here is the Dump File Location Windows 11 or 10 –

Dump File Location

Instead, you can say Dump file locations so see the following paths to find out the data –

%SystemRoot%memory.dmp which means
C:\Windows\memory.dmp
This is the default location and here, C: refers to the system drive where Windows is installed.

Windows 11/10 can also capture memory dumps that consume a small amount of space. These are created at –

%SystemRoot%Minidump.dmp i.e.,

C:\Window\Minidump.dump

Change Dump File Location Windows 11 or 10

  1. Go to desktop and right-click on This PC icon. From the available options, choose Properties.
  2. Click Advanced system settings link that shows up on the top left of the subsequent window.
  3. Click Settings beneath Startup and Recovery section.
  1. Locate the Dump File text field and insert the location of the file.

Configure the Type of Memory Dump File

As aforementioned, Windows generates Automatic memory dump files but users can choose to configure the settings as per need. Thankfully, there are certain ways using which a user can change the type of memory dump file that Windows creates.

1]Through Startup and Recovery

  1. Press “Win logo+R” hotkey to open Run dialog box. System properties wizard will become visible, switch to Advanced tab.
  2. Here, click Settings just below Startup and Recovery section.
  3. Click the drop-down under Write debugging information. From the list of dump file types, choose the type that you wish Windows to generate when Windows crashes.
  4. To apply the changes, click OK.

Note – In case the system crashes a lot, it’s better to deselect the checkbox against the option Overwrite any existing file. Doing this will eventually create incremental dump files that will have a memory dump file for each crash that occurs.

2] Use Elevated Command Prompt

  1. Fire up taskbar search using Win+S combination of keys. Type in cmd.exe, right-click ok Command Prompt and choose Run as administrator.
  2. Click Yes on the prompt of UAC to access elevated Command Prompt.
  3. Once into the black window, insert the applicable command from the list below to change the type of dump file and hit Enter.
Memory Type Command Line
No memory wmic RECOVEROS set DebugInfoType = 0
Small memory dump wmic RECOVEROS set DebugInfoType = 3
Kernel memory dump wmic RECOVEROS set DebugInfoType = 2
Complete memory dump wmic RECOVEROS set DebugInfoType = 1
Automatic memory dump wmic RECOVEROS set DebugInfoType = 7
Active memory dump wmic RECOVEROS set DebugInfoType = 1
  1. Finally, close the prompt window and Restart Windows 10 PC to make the changes effective.

Note – The Command Prompt also lets you view the current memory dump file. Just open Command Prompt as Administrator and run the following command-line –

wmic RECOVEROS get DebugInfoType

Types of Memory Dump Files

It is important to know the types after finding Dump File Location Windows 11 or 10 –

Small memory dump – It is the type that contains a minimal amount of details. Basically, the file includes the stop code, list of device drivers, parameters. Furthermore, it also contains the current process and informs which kernel thread or process crashed.

Kernel memory dump – This is the most useful and comprehensive one with respect to the kernel. Moreover, this type contains information in connection with programs and drivers in kernel mode. However, the dimension of this dump file completely depends on the amount of kernel-mode memory specified by Windows and drivers. Now, in case a second crash occurs and a kernel memory dump file is generated, the earlier content gets overwritten.

Complete memory dump – A remarkably large file type which is equal to the RAM of the system. It incorporates physical memory allocation that is basically left out in other kernel dumps.

Automatic memory dump – When compared to the kernel memory option, this is quite similar to it in terms of information. The only difference between them is the size of the paging file that Windows sets for them.

Active memory dump – It is comparatively smaller than complete memory dump. This type refines the items that are not influential in spotting the cause of a crash.

That’s all!!!

Windows 11 dump file is a file that stores a copy of your computer’s memory at the time of a system crash or a BSoD (Blue Screen of Death). It accumulates all the memory information during the crash into a file. These dump files are crucial to help diagnose and debug the problem that caused the crash.

If you are looking for the memory dump file location for diagnosing purposes or if you simply want to clear the dump files, this guide will show you where you can find the dump files in Windows 11, as well as how to clear the dump files or change the dump file location.

Also see: How to Startup Repair Windows 10/11 using Command Prompt

Where is the memory dump file in Windows 11

Dump File Location in Windows 11

The memory dump file in Windows 11 is a single file called MEMORY.DMP which can be found in the system root folder – “C:\Windows”.

The full path to the memory dump file would be “C:\Windows\memory.dmp“, whereas “C:” is the drive of your Windows installation. Replace “C:” if your Windows was installed on a different drive.

Windows 11 Dump File Location

Alternatively, you can access the folder by first pressing Win + R keys to open the Run dialog box. Then, enter %SystemRoot% to the Open field and click OK to open the system root folder. From there, look for a file called “MEMORY.DMP” and that will be the dump file you are looking for. To open the dump file directly, enter %SystemRoot%\memory.dmp instead.

Where is the memory dump file in Windows 11

If you can’t find the memory.dmp dump file in the system root, it just means that there was no crash recorded, or you have recently cleared the dump file through disk cleanup recently after the system crash.

Related: How to Fix Blue Screen With Sad Face on Windows 11/10

Minidump files location

In Windows 11, dump files can also be stored as smaller memory dump files called Minidump. You can find these minidump.dmp dump files in C:\Windows\Minidump.dmp. Some minidump files will have their own names, usually numbers such as the date and time of the crash incident.

These are the default path to the memory dump files in Windows 11. To learn how to change the default dump file location in Windows 11, see the next section of this guide.

How to clear dump files in Windows 11

To clear the dump files in Windows 11, the better way to do it other than deleting the MEMORY.DMP in the system root folder is to clear it via the Disk Cleanup tool. To learn how to do so, follow the steps below.

Suggested Guide: How to Clean C: Drive in Windows 11

  1. In Windows 11, search for and open “Disk Cleanup” via Start.
    Open Disk Cleanup Windows 11

  2. When prompted to select drive, choose the system drive where your Windows installation is located, usually the C: drive.
    Disk Cleanup Drive Selection

  3. After the initial load, in the Disk Cleanup window, click “Clean up system files” under Description.
    Clean up system files Windows 11

  4. Disk cleanup will then calculate what system files can be cleared and how much space you will be able to free on the drive. This may take a while to complete.
    Disk Cleanup Calculating

  5. On the next window, select “System error memory dump files” along with any other files you want to clear, and then click OK to begin clearing the unwanted files.

How to clear dump files in Windows 11

How to change default dump file location in Windows 11

The dump file location is defaulted to the system root folder – “C:\Windows”. You can change where Windows should save the dump file to a different location instead of the system root folder.

The most common reason users would want to change the default dump file location is when the dump file is taking up too much disk space on the system drive. This is especially the case when they choose the “Complete memory dump” option (a type of dump file) which will require significantly larger disk space as it writes the complete memory equals to the amount of RAM.

To change the default dump file location in Windows 11, follow the steps below.

  1. Search for and open “View advanced system settings” via Start.
    View advanced system settings Windows 11

  2. In the System Properties window, select Advanced tab, and then click the Settings button under “Startup and Recovery“.
    Startup and Recovery Windows 11

  3. In the “Dump file” text field, enter the new location you would like Windows to save the dump file to.

How to change default dump file location in Windows 11

How to change the type of memory dump file

Windows can generate different types of memory dump file. The debugging information and details are written in different format in each type of memory dump file. The size of the dump file also depends on the type of the dump file. Some types of dump file will store more information, while some store lesser.

You can change the type of memory dump file in Windows 11 by first follow the exact same steps in the instructions above to open the “Startup and Recover” window. In the window, click the drop-down menu under “Write debugging information”, and then select the type of memory dump file you want Windows to generate in the event of system crash.

How to change type of memory dump file Windows 11

If you choose (none), Windows 11 will not generate any memory dump file in any system crash or blue screen event.

How to read dump file in Windows 11

Dump files are not designed to be understandable by the average users. Memory dump files are designed for technicians and developers who can make use of the data to fix the issues and improve the system so that these crashes don’t happen again.

If you want to read the dump file in Windows 11, you will need a debugging tool specializes in reading dump files. You can use an app called WinDbg Preview by Microsoft which can be installed via Microsoft Store.

How to read dump file in windows 11

Finding Dump Files in Windows 11

Windows 11, the latest operating system from Microsoft, has introduced various enhancements and features that cater to both casual users and IT professionals. One significant aspect of system diagnostics is the handling of dump files. These files are crucial for troubleshooting purposes, especially when a system crashes or experiences a serious error. In this detailed guide, we will explore what dump files are, how to find them in Windows 11, and their role in troubleshooting.

Understanding Dump Files

Dump files are snapshots of a computer’s memory at a specific point in time, often created in the event of a system crash or blue screen of death (BSOD). These files retain valuable information about the state of your computer, which can be analyzed to determine what caused the crash.

There are three primary types of dump files:

  1. Complete Memory Dump: This file includes all the data in your system’s memory at the time of the crash. It can be quite large since it captures every bit of active memory.

  2. Kernel Memory Dump: This file contains only the memory used by the Windows kernel and is generally smaller than a complete memory dump. It is sufficient for most troubleshooting purposes.

  3. Small Memory Dump (Mini Dump): This is a much smaller file containing only essential information, such as the stop code and the list of drivers loaded at the time of the crash.

Understanding the type of dump file created can impact the troubleshooting process, as more comprehensive dumps may provide deeper insights into system problems.

How to Locate Dump Files in Windows 11

Locating dump files in Windows 11 involves understanding system settings and the paths where these files are saved. Below, we will outline the steps to find these files.

1. Default Location of Dump Files

By default, Windows 11 saves dump files in the following directories:

  • For Mini Dumps:

    C:WindowsMinidump 
  • For Kernel and Complete Memory Dumps:

    C:WindowsMEMORY.DMP 

2. Accessing Dump Files through File Explorer

To access these directories:

  1. Open File Explorer (Windows key + E).
  2. Click on This PC from the left sidebar.
  3. Navigate to the C: drive.
  4. Go to the Windows folder.
  5. Look for the Minidump folder for mini dumps or simply search for MEMORY.DMP in the main Windows folder for larger dump files.

If the Minidump folder is empty, it could be due to a setting that determines when Windows creates dump files.

3. Adjusting System Settings

To ensure that Windows creates dump files, follow these steps:

  1. Right-click on the Start button and select System.
  2. Click on Advanced system settings on the right side.
  3. In the System Properties window, go to the Advanced tab.
  4. Under the Startup and Recovery section, click on Settings.
  5. In the Write debugging information dropdown, select the type of dump you want Windows to create. For general usage, setting it to Small memory dump (256 KB) is often sufficient.
  6. Make sure the Automatically restart checkbox is unchecked if you want to analyze the crash information before restarting.

4. Using Windows Settings to Locate Dump Files

You can employ Windows Settings to check if dumps are being recorded:

  1. Press Windows key + I to open Settings.
  2. Navigate to System and select About.
  3. Under Related settings, click on Advanced system settings.
  4. Follow the same path to the Startup and Recovery settings as mentioned above.

This ensures that your system is configured properly to capture crash data.

5. Using Command Prompt

If you prefer using command-line tools, the Command Prompt can help you navigate directly to dump file locations or check if dump files exist. Here’s how:

  1. Press Windows key + X and select Windows Terminal (Admin) or Command Prompt (Admin).
  2. Type the following command to navigate to the Minidump directory:
    cd C:WindowsMinidump
  3. Type the command below to list the dump files:
    dir

This will display any minidump files, if they exist.

For the MEMORY.DMP file, you can use:

cd C:Windows
dir MEMORY.DMP

6. Using Event Viewer

Windows Event Viewer captures a wealth of system logs and can also help you identify when a crash occurred and whether a dump file was created:

  1. Press Windows key + S and type Event Viewer to access it.
  2. In the Event Viewer window, navigate to Windows Logs > System.
  3. Look for entries labeled Event ID 41 (Kernel-Power), which indicate that the system crashed unexpectedly.
  4. Click on the event to view details, and note the time of the crash, which corresponds to when dump files might have been created.

7. Searching for Dump Files Manually

If you’re unable to find dump files in their default locations or want to conduct a broader search, you can use the search functionality in File Explorer:

  1. Open File Explorer.
  2. Click on the search bar in the upper right corner.
  3. Type in *.dmp and press Enter. This will search for any file with a .dmp extension across all directories on your system.

8. Using PowerShell

Windows PowerShell provides another way to locate dump files. You can use the following command:

  1. Open PowerShell as an Administrator (search for PowerShell, right-click, and select Run as administrator).
  2. Type the command:
    Get-ChildItem -Path C: -Include *.dmp -Recurse

This will search for all dump files across the C: drive.

9. Handling Dump Files

Once you have found the dump files, you may want to analyze them. Various tools enable you to read dump files, with the most notable being Microsoft’s WinDbg (Windows Debugger). This tool can help you delve deeper into the analysis:

  1. Download and Install WinDbg: You can get the Windows Debugging tools from the Windows SDK. Ensure to install the correct architecture (32-bit or 64-bit) based on your system.

  2. Open the Dump File: Launch WinDbg, and from the menu, select File > Open Crash Dump, then navigate to your dump file and open it.

  3. Analyzing the Dump: Once opened, you can enter commands such as !analyze -v to get a verbose analysis of the dump, which can provide insights into what caused the crash.

Tips for Effective Dump File Management

  • Regular Backups: Ensure you regularly back up essential data, as dump files can consume a significant amount of disk space.

  • Clear Old Dumps: After analyzing crash dumps, you may want to delete older files to free up disk space.

  • Automate Analysis: Consider using scripts or third-party tools that can automate the collection and initial analysis of dump files.

  • Keep Your System Updated: Regular system updates can help minimize crashes and ensure a smoother experience with less unpredictable behavior.

Conclusion

Finding dump files in Windows 11 is a straightforward process once you familiarize yourself with where they are stored and how to manipulate system settings. Understanding dump files is crucial for any IT professional or savvy user who wants to maintain optimal performance and swiftly troubleshoot system issues.

By following the steps laid out in this guide, you will not only locate dump files but also have the tools necessary to analyze them effectively. Utilizing utilities like WinDbg can significantly streamline the troubleshooting process, allowing you to understand better the underlying issues your system is facing.

Dump file management, therefore, is an essential skill for those looking to maintain and troubleshoot Windows 11 effectively. With practice, you’ll be able to diagnose issues before they escalate into more significant problems, paving the way for a smoother computing experience.


Readers help support Windows Report. We may get a commission if you buy through our links.

Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more

The BSoD or Blue Screen of Death error is not a fun error to come across on Windows 11. It is accompanied by an endless loading circle, loud noises, and nothing else. If you are experiencing a BSoD error, you can check out our guide and get rid of it pretty quickly.

Troubleshooting such errors requires you to know the root cause of such issues, and thankfully in Windows 11, you can configure your PC to create Windows 11 BSoD dump file for easy diagnosis.

What is a BSoD dump file in Windows 11?

In simple terms, the BSoD dump file is a log file of your PC’s memory at the time it experienced the BSoD error.

This crash file contains information about what exactly was in your computer’s memory before it crashed and could help you locate the possible reason that caused the error in the first place.

There are basically three types of memory dump files:

  • Complete memory dump – It contains all the information of your PC’s physical memory at the time it crashed. A complete memory dump is the most ideal dump file for troubleshooting errors.
  • Automatic memory dump – By default, your Windows 11 PC is set to Automatic memory dump, which contains basic information such as loaded drivers, kernel info, and processes.
  • Small memory dump: Small memory dumps or minidump contains the kernel stack information for the thread that caused the particular crash.

How can I find the Windows 11 BSoD dump file?

  1. In your homescreen, right-click on This PC and select Properties.
  2. Under Related links, select Advanced system settings.

  3. Click on Settings under the Startup and Recovery section.

  4. If under Write debugging information is selected as Automatic memory dump, then you need to select Complete memory dump for the dump file that contains all information for troubleshooting.

  5. The memory dump file is typically located in %SystemRoot%\MEMORY.DMP with system root is typically C:\Windows.

  6. You can locate the Small memory dump or Minidump file in %SystemRoot%\Minidump location.

How can I read the Memory.DMP file in Windows 11?

  1. Visit the official Microsoft WinDbg download page.
  2. Hit the Get in Store app button.

  3. Click on the Open Microsoft Store button in the dialogue box that appears.

  4. Click the Get button.

  5. Once the installation is complete, click on Open.

  6. Click on File.

  7. Select Start debugging and then click on Open Dump file.

  8. Locate the dump file in the folder %SystemRoot%\MEMORY.DMP which is usually found in the C Drive.
  9. Click Open.
  10. Do note that opening the dump file may take some time. So, you need to wait.
  11. In the run command, type the below and press Enter: !analyze -v

  12. The process will start and you can keep an eye on the progress bar to know when the process will be complete.
  13. After completion, the WinDbg will show you the results, and based on that you can take further troubleshooting steps.

You can review the dump file, and as you go through it, you will also find more information. Notably, the FAILURE_BUCKET_ID and MODULE_NAME are the ones where you need to keep an eye out, which could indicate what is causing the problem.

While this report can be overwhelming for regular users, as it is not meant for them, you can always take cues from the report or search the hints mentioned in the report and search it over the internet to get help online.

Read more about this topic

  • How to Fix the ERROR_OPLOCK_HANDLE_CLOSED?
  • ERROR_CORRUPT_LOG_CORRUPTED: How to Fix BSoD Error
  • ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY [BSOD Fix]

How to delete system error dump files in Windows 11?

Use Windows Settings

  1. Press the Win + I buttons to open Settings.
  2. Click on System then select Storage.

  3. Click on Temporary files.

  4. Check the box for the System error memory dump files option.
  5. Hit the Remove files button.

Use Disk Cleanup

  1. Press the Windows button to open the Start menu.
  2. Search for Disk Cleanup and open it.

  3. Select the drive where the system dump file is located and press OK.
  4. Click the Clean up system files option.

  5. Check the box for System error memory dump files.
  6. Hit the OK button.

Use Command Prompt

  1. Press Windows button to open the Start menu.
  2. Search for Command Prompt and click on Run as administrator option.

  3. Type the below command and press Enter: del /f /s /q %systemroot%\memory.dmp

If you are coming across BSoD error, and want to fix it without going through the fuss of manually doing it, then you can check out our guide that lists some of the best BSoD fixers for Windows 11.

Moreover, before going ahead and fixing the problem, it is very important to know the root cause of it. If you want some behind-the-scenes knowledge on what causes BSoD error, then you can check out this article including the main BSoD causes.

That is it from us in this guide. Let us know in the comments below if you were able to locate the system crash memory dump file on your Windows 11 PC.


Sagar Naresh

Sagar is a web developer and technology journalist. Currently associated with WindowsReport and SamMobile. When not writing, he is either at the gym sweating it out or playing country music on his guitar.

He is an avid traveler and has been to 15 countries, going to more places soon. TRAVEL and WORK is his mantra for a peaceful life.


Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Windows 11 лагает на amd
  • Похоже что кто то использует ваш компьютер windows 10
  • Обновляется ли windows 10 сейчас
  • Windows 10 home убрать пароль пользователя
  • Как удалить контрольные точки восстановления windows xp