0x80070052SystemMedium

Error 0x80070052 — Cannot Make (ERROR_CANNOT_MAKE) | Windows System Error Fix

Windows 11Windows 10Windows 8.1

What Does 0x80070052 Mean?

The directory or file cannot be created.

Real-World Causes

  1. 1Disk is full and cannot allocate space for a new file
  2. 2File system has reached its maximum file count
  3. 3Invalid characters in the file name
  4. 4Permissions prevent creation in the target directory

Symptoms

  • Cannot create new files or folders
  • Save operations fail
  • Applications cannot create temporary files
  • Installation programs fail during file creation

DIY Fix

Beginner-friendly steps you can try at home

  1. 1Free up disk space on the target drive
  2. 2Check for invalid characters in the file name (\/:*?"<>|)
  3. 3Verify you have write permissions to the target folder
  4. 4Try creating the file in a different location

Advanced Fix

For experienced users and IT professionals

  1. 1Check for file system limits: FAT32 has a root directory entry limit
  2. 2Use 'fsutil volume diskfree C:' to check available space and file count

Frequently Asked Questions

What characters are not allowed in Windows file names?
Windows prohibits these characters in file names: \ / : * ? " < > |. File names also cannot end with a period or space, and certain reserved names (CON, PRN, AUX, NUL, COM1-9, LPT1-9) cannot be used.

Related Error Codes

About the Author

Windows Troubleshooting Team

Verified against official Microsoft documentation and real-world diagnostic data. Error behavior confirmed across Windows 10, Windows 11, and Windows Server.