While minidumps are stored in the folder mentioned above, Windows also creates a larger file called:C:\Windows\MEMORY.DMP
The "Dump file" or "Small dump directory" field will show you the exact folder where these files are being saved. You can change this path if you want an "exclusive" custom location for your logs. How to Analyze Your Minidump Files Once you’ve located the
| Dump Type | Default Path | File Name | |-----------|--------------|------------| | Small memory dump (minidump) | %SystemRoot%\Minidump (usually C:\Windows\Minidump ) | MMDDYY-XXXXX-01.dmp (e.g., 012325-21563-01.dmp ) | | Kernel memory dump | %SystemRoot% | MEMORY.DMP | | Complete memory dump | %SystemRoot% | MEMORY.DMP | | Automatic memory dump | %SystemRoot% | MEMORY.DMP |
: Windows requires an active pagefile on the OS drive to cache crash data before writing the dump file.
Finding these files is the first step toward troubleshooting a system failure. Here is the exclusive guide to every possible minidump file location on Windows. 📂 The Default Minidump File Location
If the power cuts instantly, the system may not have enough time to write the file to the disk before shutting down. Microsoft Learn How to Enable or Configure Minidump Files
The Windows page file is too small or disabled, preventing the system from "dumping" memory data during a crash. Cleanup Tools:
If Windows logs an application crash rather than a full system BSOD, the temporary dump files are managed by Windows Error Reporting. %localappdata%\CrashDumps
. These small files contain critical debugging information that can help you identify whether a failing driver, faulty RAM, or a specific software conflict caused the crash.
If you crash but find no minidump, check these six culprits:
User-mode application crashes may store dumps in C:\Users\[Username]\AppData\Local\CrashDumps . Why You Might Not Find Them
Select Advanced system settings on the left or right sidebar.
Some devices using memory have an exclusive behavior. Due to aggressive power management, Windows may ignore your configured dump settings and only produce a minidump, saving it to %systemroot%\minidump despite your request for a full kernel dump. To fix this, a special registry key must be set: ForceF0State (REG_DWORD: 1) located at HKLM\SYSTEM\CurrentControlSet\services\sdbus\Parameters\ .