Windows 0x80070020Medium

Error 0x80070020 in Windows: file is occupied by another process

Error 0x80070020 means that a process is blocking the file needed for updating or installing. Most often, this is an antivirus or background processes.

Updated at February 11, 2026
5-15 min
Easy
FixPedia Team
Применимо к:Windows 10Windows 11

Error 0x80070020 appears when trying to update Windows or install an application. It indicates that a file required for the operation is being used by another process.

Below are quick ways to resolve it.


Method 1: Restart the Computer

Often, the process blocking the file has already finished after a reboot.

  1. Save all data
  2. Restart the computer
  3. Repeat the update or installation operation

Method 2: Disable Antivirus and Third-Party Software

Antivirus may block updates.

  1. Temporarily disable antivirus and firewall
  2. Try to update Windows
  3. Once done, turn the protection back on

Method 3: Clear Windows Update Cache

  1. Open Command Prompt as an administrator
  2. Execute:
net stop wuauserv
net stop bits
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start bits
  1. Restart the PC and repeat the update

Method 4: Check System Files

  1. Open Command Prompt as an administrator
  2. Execute:
sfc /scannow
  1. If errors are not fixed, use:
DISM /Online /Cleanup-Image /RestoreHealth

Additional Causes

  • Background programs are running, blocking files
  • Windows Installer process is stuck
  • Third-party system optimizers are being used

Conclusion

Error 0x80070020 is most often caused by a file being locked by another process. Restarting, temporarily disabling antivirus, or clearing the update cache resolves the issue in most cases.

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community