Bottom Line: It is completely safe to delete MEMORY.DMP. It is an old crash log that is no longer needed once your computer has restarted. Deleting it can free up anywhere from 500 MB to over 16 GB of disk space.
What is the MEMORY.DMP File?
Located at C:\Windows\MEMORY.DMP, MEMORY.DMP is a system memory dump file generated by Windows whenever your computer encounters a fatal error, commonly known as a Blue Screen of Death (BSOD).
When a crash happens, Windows copies the exact state of your RAM memory into this file before restarting. Software developers and IT professionals use this dump file with diagnostic tools like WinDbg to analyze which driver or hardware failed.
Can You Delete MEMORY.DMP?
✅ Yes, it is 100% safe to delete.
- No impact on performance: Removing
MEMORY.DMPdoes not harm Windows or any installed programs. - Purely diagnostic: Unless you are actively troubleshooting a recurring BSOD with a tech technician, you do not need this file.
- Large file size: Because it matches a portion of your RAM size,
MEMORY.DMPcan take up 4 GB, 8 GB, 16 GB, or more.
How to Safely Delete MEMORY.DMP
Method 1: Using Windows Disk Cleanup (Easiest)
- Press
Win + S, type Disk Cleanup, and press Enter. - Select your
C:drive and click OK. - Click the Clean up system files button.
- Scroll down and check System error memory dump files and System error minidump files.
- Click OK > Delete Files.
Method 2: Manual Deletion via Command Prompt
- Open Start, search for
cmd, right-click Command Prompt, and choose Run as administrator. - Run the command:
del /f /q C:\Windows\MEMORY.DMP
How to Stop Windows from Creating Huge Dump Files
If your drive keeps filling up with dump files after every crash:
- Press
Win + R, typesysdm.cpl, and press Enter. - Go to the Advanced tab and click Settings under Startup and Recovery.
- Under Write debugging information, change the dropdown from Complete memory dump to Small memory dump (256 KB).
- Click OK. This ensures future crashes only create tiny minidump files instead of multi-gigabyte files.
Related Guides
- Learn about deleting dumpstack.log.
- How to safely clean up the WinSxS folder.
- Check if you can remove [Windows Temp files].
Discussion
Loading authentication...