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
- 1Disk is full and cannot allocate space for a new file
- 2File system has reached its maximum file count
- 3Invalid characters in the file name
- 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
Ad Space – header
DIY Fix
Beginner-friendly steps you can try at home
- 1Free up disk space on the target drive
- 2Check for invalid characters in the file name (\/:*?"<>|)
- 3Verify you have write permissions to the target folder
- 4Try creating the file in a different location
Advanced Fix
For experienced users and IT professionals
- 1Check for file system limits: FAT32 has a root directory entry limit
- 2Use 'fsutil volume diskfree C:' to check available space and file count
Ad Space – after-fix
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.