Site icon EfmSoft

What does Windows error code 170 (ERROR_BUSY) mean?

 
Could be also:
ConstantTypeOS
BOOTING_IN_SAFEMODE_DSREPAIRBugCheck CodeWindows
Previous Next
ERROR_LOCK_FAILED ERROR_DEVICE_SUPPORT_IN_PROGRESS

ERROR_BUSY

The resource is busy

ERROR_BUSY is a general Win32 indication that a resource is active, locked, or otherwise unable to transition while another operation is in progress. The exact resource may be a device, volume, process-related object, or subsystem state.

What to check

How to handle it

Wait for the owning operation to finish or release the resource cleanly. Do not force-close unrelated handles merely to make the retry succeed.

References


Looking for a different code? Search another status or error code.

Exit mobile version