How to Fix No Minidump Folder in Windows 11

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:

  1. Crash dump type set to None
  2. Automatic restart enabled (crash happens too fast)
  3. System-managed page file disabled
  4. Disk cleanup tools deleting dump files
  5. 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.

  1. Press Windows + R, type sysdm.cpl, and press Enter
  2. Open the Advanced tab
  3. Under Startup and Recovery, click Settings
  4. Under Write debugging information, select:
    • Small memory dump (256 KB)
  5. Make sure Small dump directory is set to: %SystemRoot%\Minidump
  6. 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.

  1. Open Startup and Recovery settings again
  2. Under System failure, uncheck:
    • Automatically restart
  3. 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.

  1. Open System Properties > Advanced
  2. Under Performance, click Settings
  3. Go to the Advanced tab
  4. Click Change under Virtual memory
  5. Make sure:
    • Automatically manage paging file size for all drives is enabled
  6. 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.

  1. Open File Explorer
  2. Go to: C:\Windows
  3. Create a new folder named: Minidump
  4. 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.

  1. Press Windows + R, type regedit, and press Enter
  2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl
  3. Make sure:
    • CrashDumpEnabled = 3 (Small memory dump)
  4. Close Registry Editor
  5. 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.

  1. Open Settings > System > Storage
  2. Click Storage Sense
  3. Turn OFF:
    • Automatic cleanup of system files
  4. 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.

  1. Open Event Viewer
  2. Go to: Windows Logs > System
  3. Look for BugCheck or Critical errors

No BSOD = no minidump file.

8. Check Permissions on the Windows Folder

Permission issues can block dump creation.

  1. Right-click C:\Windows
  2. Select Properties > Security
  3. Make sure SYSTEM has Full control

Restricted permissions can prevent file creation.

9. Update Windows 11

Some builds had dump-related bugs.

  1. Open Settings > Windows Update
  2. Click Check for updates
  3. Install all available updates
  4. 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.

Posted by Raj Bepari

I’m a digital content creator passionate about everything tech.