Ad Space — Top Banner

0x80004005

Microsoft Windows

Severity:

What Does This Error Mean?

Error 0x80004005 is a generic 'unspecified error' that appears in many Windows operations. For file sharing: check folder permissions and firewall settings. For ZIP files or virtual machines: the fix depends on the specific context where the error appears.

Affected Models

  • Windows 11
  • Windows 10
  • Windows 8.1
  • Windows Server 2019 / 2022

Common Causes

  • Insufficient permissions on the file, folder, or share being accessed
  • Windows firewall or antivirus blocking a network operation
  • Corrupted ZIP or compressed archive file
  • VirtualBox or VMware virtual machine configuration error
  • Failed Windows Update component or corrupted system file

How to Fix It

  1. Identify where the error appears

    The fix is different depending on context. File sharing → check permissions. ZIP file → re-download the archive. Windows Update → run Windows Update Troubleshooter. VirtualBox → disable Hyper-V.

  2. Fix file/folder permissions

    Right-click the file or folder → Properties → Security → Edit. Add your user account with Full Control. Click Apply. This resolves most 0x80004005 errors during copy, move, or share operations.

  3. Disable antivirus temporarily

    Some antivirus programs block ZIP extraction or network shares and return 0x80004005. Temporarily disable real-time protection, retry the operation, then re-enable protection.

  4. Disable Hyper-V (VirtualBox users)

    Open an elevated Command Prompt and run: bcdedit /set hypervisorlaunchtype off — then restart. Hyper-V conflicts with VirtualBox and causes 0x80004005 when starting a VM.

  5. Run SFC and DISM

    Open Command Prompt as Administrator. Run: sfc /scannow — wait for completion. Then run: DISM /Online /Cleanup-Image /RestoreHealth — then restart. This repairs corrupted Windows system files.

When to Call a Professional

If 0x80004005 appears repeatedly across different operations after trying all fixes, run SFC /scannow in an elevated Command Prompt — a corrupted system file may need repair.

Frequently Asked Questions

0x80004005 on a network share — how to fix?

This is almost always a permissions or firewall issue. On the PC sharing the folder: right-click → Properties → Sharing → Advanced Sharing → Permissions → add Everyone with Read access. Also check Windows Firewall is not blocking File and Printer Sharing.

0x80004005 extracting a ZIP file — what does it mean?

The ZIP archive is corrupted or your antivirus is blocking the extraction. Try re-downloading the ZIP file. If antivirus is the cause, temporarily disable it, extract, then re-enable.

0x80004005 in Windows Update — is it the same fix?

No — in Windows Update context, 0x80004005 means a Windows Update component is corrupted. Run the Windows Update Troubleshooter: Settings → Update & Security → Troubleshoot → Windows Update.