The Minidump folder in Windows is used to store small crash dump files created after a Blue Screen of Death (BSOD). These files are essential for troubleshooting system crashes, driver issues, and hardware faults. Some Windows 11 users notice that the C:\Windows\Minidump folder is missing or never created, even after a system crash.
In most cases, no Minidump folder in Windows 11 is caused by disabled crash dump settings, incorrect startup and recovery configuration, insufficient permissions, or system cleanup tools, not a broken Windows installation. The steps below explain how to enable minidumps properly and restore the folder.
Why the Minidump Folder Is Missing in Windows 11
Windows only creates the Minidump folder when crash dump logging is enabled and a BSOD occurs. Common reasons it’s missing include:
- Crash dump type set to None
- Automatic restart enabled (crash happens too fast)
- System-managed page file disabled
- Disk cleanup tools deleting dump files
- No recent BSOD events
If Windows never generates a dump, the folder won’t exist.
How to Fix No Minidump Folder in Windows 11
Follow the steps in order. After completing them, the Minidump folder will be created automatically after the next BSOD.
1. Enable Minidump Creation in Startup and Recovery (Most Important)
Minidumps must be explicitly enabled.
- Press Windows + R, type
sysdm.cpl, and press Enter - Open the Advanced tab
- Under Startup and Recovery, click Settings
- Under Write debugging information, select:
- Small memory dump (256 KB)
- Make sure Small dump directory is set to:
%SystemRoot%\Minidump - Click OK and Apply
This setting tells Windows to create minidump files after crashes.
2. Disable Automatic Restart on System Failure
Automatic restart can prevent dump creation.
- Open Startup and Recovery settings again
- Under System failure, uncheck:
- Automatically restart
- Click OK
This ensures Windows has time to write the crash dump.
3. Make Sure a Page File Is Enabled (Required)
Crash dumps require a page file.
- Open System Properties > Advanced
- Under Performance, click Settings
- Go to the Advanced tab
- Click Change under Virtual memory
- Make sure:
- Automatically manage paging file size for all drives is enabled
- Click OK and restart your PC
Without a page file, Windows cannot create dump files.
4. Manually Create the Minidump Folder (Optional but Helpful)
Windows usually creates it automatically, but you can create it manually.
- Open File Explorer
- Go to:
C:\Windows - Create a new folder named:
Minidump - Restart your PC
This ensures the directory exists and avoids permission issues.
5. Check Registry Crash Control Settings
Registry settings control dump behavior.
Edit carefully.
- Press Windows + R, type
regedit, and press Enter - Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl - Make sure:
CrashDumpEnabled=3(Small memory dump)
- Close Registry Editor
- Restart your PC
If set to 0, no dump files will be created.
6. Check Disk Cleanup and Storage Sense Settings
Cleanup tools may delete minidumps automatically.
- Open Settings > System > Storage
- Click Storage Sense
- Turn OFF:
- Automatic cleanup of system files
- Check Temporary files and make sure:
- System error memory dump files are not selected
Third-party cleaners often remove dump files immediately.
7. Confirm a BSOD Actually Occurred
Minidumps are only created after a real crash.
- Open Event Viewer
- Go to:
Windows Logs > System - Look for BugCheck or Critical errors
No BSOD = no minidump file.
8. Check Permissions on the Windows Folder
Permission issues can block dump creation.
- Right-click C:\Windows
- Select Properties > Security
- Make sure SYSTEM has Full control
Restricted permissions can prevent file creation.
9. Update Windows 11
Some builds had dump-related bugs.
- Open Settings > Windows Update
- Click Check for updates
- Install all available updates
- Restart your PC
Updates often fix crash logging issues.
10. Test Dump Creation (Advanced Users)
You can force a test crash (not recommended for normal users).
- Use test tools or driver verifier
- After crash, check:
C:\Windows\Minidump
Only do this if you know what you’re doing.
Final Thoughts
The Minidump folder missing in Windows 11 is almost always caused by disabled crash dump settings, missing page files, or automatic cleanup, not a serious system issue. Once Small memory dump is enabled and automatic restart is disabled, Windows will create the Minidump folder automatically after the next BSOD.