By default, Windows designates a single, exclusive folder for minidump files: C:\Windows\Minidump. This location is not arbitrary. The Windows directory is a protected system folder, and within it, the Minidump subfolder is created automatically after the first BSOD occurs. The exclusivity here is twofold. First, no other system crash data—such as full memory dumps or kernel dumps—is stored in this folder. The Minidump folder is reserved strictly for small memory dump files (typically 64KB to 1MB), which contain only essential crash information: the stop code, loaded drivers, process context, and stack traces. Second, the operating system will not write minidump files to any other location unless explicitly reconfigured by an administrator via the "Startup and Recovery" settings. Even then, the new path remains exclusive to minidumps; mixing them with other file types is technically possible but discouraged and unsupported by diagnostic tools like WinDbg.
If you navigate to C:\Windows\Minidump and it's empty, but you have had Blue Screens, check these three exclusive causes:
A. Cleanup Utilities Tools like CCleaner or Disk Cleanup often wipe this folder by default. Check your cleaner settings to ensure "Memory Dumps" is unchecked. minidump files location exclusive
B. Startup and Recovery Settings The system might not be configured to write small dumps.
C. Disk Space / Permissions
The C:\Windows\Minidump folder requires Administrator privileges to access. If you get an "Access Denied" error, you are in the right place; you just need to take ownership of the folder or open File Explorer as Administrator. By default, Windows designates a single, exclusive folder
If you have crashes but no minidump files, your system might be misconfigured. Here is how to check the exact location Windows is using:
Exclusive Pro Tip: If you want to force minidumps exclusively, select "Small memory dump" and ensure the dump path is exactly: %SystemRoot%\Minidump If you have crashes but no minidump files,
System administrators can configure where minidump files are saved through:
The fastest way to open the minidump folder is to use the environment variable.
This will automatically resolve to C:\Windows\Minidump (or your custom Windows installation drive).