0x80070010SystemLow

Error 0x80070010 — Current Directory Error (ERROR_CURRENT_DIRECTORY) | Windows System Error Fix

Windows 11Windows 10Windows 8.1

What Does 0x80070010 Mean?

The directory cannot be removed because it is the current working directory of a process.

Real-World Causes

  1. 1Attempting to delete a folder while a Command Prompt is open inside it
  2. 2Application has its working directory set to the folder being removed
  3. 3File Explorer has the folder open as the current location
  4. 4Background service using the directory as its working path

Symptoms

  • Cannot delete a specific folder despite it appearing empty
  • Folder removal fails with 'directory is in use' message
  • Cleanup scripts fail to remove temporary directories

DIY Fix

Beginner-friendly steps you can try at home

  1. 1Navigate away from the folder in all open windows and command prompts
  2. 2Close any applications that might be using the folder
  3. 3Close File Explorer windows pointing to that folder
  4. 4Restart the computer and try deleting again

Advanced Fix

For experienced users and IT professionals

  1. 1Use Process Explorer to search for handles open to the directory path
  2. 2Use 'rd /s /q foldername' from a different directory in an elevated prompt

Frequently Asked Questions

Why can't I delete a folder that looks empty?
A folder can appear empty in Explorer but still have hidden/system files, or a process may have its current directory set there. Show hidden files first, and check for processes using the folder with Resource Monitor's handle search.

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.