← Back to DatabaseHow to Fix Error 0x80073701
Topic: Epic Games Launcher Errors | Status: Updated
What is this error?
Error 0x80073701 in the Epic Games Launcher typically indicates that there is a corruption or damage in the system files necessary for the launcher to operate correctly. This can prevent games from launching or cause the installation process to fail.
How to Fix It
- Run Windows Update: Ensure your system is up to date by navigating to Settings > Update & Security > Windows Update and clicking Check for updates. Install any pending updates.
- Run the Deployment Image Servicing and Management Tool (DISM): Open the Command Prompt as an administrator and enter the following commands:
DISM /Online /Cleanup-Image /ScanHealth followed by DISM /Online /Cleanup-Image /RestoreHealth. This process may take some time.
- Run the System File Checker (SFC): Still in the Command Prompt, type
sfc /scannow to scan for and restore damaged system files. Wait for the scan to complete.
- Reset Windows Update Components: If issues persist, open the Command Prompt as an administrator and execute these commands one by one:
net stop wuauserv, net stop cryptSvc, net stop bits, net stop msiserver,
followed by net start wuauserv, net start cryptSvc, net start bits, net start msiserver.
- Reinstall Epic Games Launcher: Uninstall the Epic Games Launcher from your system through Control Panel > Programs > Programs and Features, then download the latest version from the Epic Games website and install it.
Disclaimer: This is an educational guide. We are not responsible for data loss. Always backup your system.