Error code

0x80070020 — File in use by another process

A file or resource is locked by another process at the time of the operation.

View my favorites

0x80070020 — File in use by another process

Domain: WindowsPriority: Medium

What does this error mean?

A file or resource is locked by another process at the time of the operation.

Probable causes

  • antivirus scan file
  • service or application keeping an open handle
  • backup or synchronization in progress
  • concurrent update

Verification and resolution

  1. Identify the process that uses the file
  2. Wait for the end of, backup or synchronization
  3. Stop the service concerned properly if possible
  4. Relaunching, operation after release of lock
Precaution: Avoid brutally killing a database or backup process.

← Return to error codes

♡ 0