
Error 0x80000000000000: causes and solutions
nimda
- 0
The error 0x80000000000000 can be found in the System Event Viewer utility after a sudden shutdown of an application or a blue screen of death (BSoD). This code appears on all modern versions of Windows. Typically, many users claim that this error appears completely by accident, for no apparent reason.
What is causing 0x80000000000000?
- Damage to system files. Error 0x80000000000000 can manifest itself in Windows as a result of damage to certain system files. You can solve this problem using useful utilities such as SFC and DISM.
- Damage to Microsoft Visual C ++ libraries. Perhaps the most common cause of this error is corrupted Visual C ++ libraries. The situation can be corrected by performing a repair or reinstallation of the Visual C ++ packages.
Solution Methods 0x80000000000000

As you can understand, this error is not something critical for the Windows system. Moreover, many users literally live with this error side by side, without even noticing its appearance. We recommend that you follow a couple of the methods below to get rid of it and safely continue using Windows.
Method # 1 Reinstall Visual C ++
The most potent solution for error 0x80000000000000 is to reinstall the Microsoft Visual C ++ library packages. This procedure is performed as follows:
- press Windows + R;
- write the value “appwiz.cpl” and press Enter;
- find all versions of Visual C ++ Redistributable in the list and uninstall them;
- then go to the following links to download the Visual C ++ installers:
- install the required versions of Visual C ++ on your computer and restart it.
Check Event Viewer for error 0x80000000000000. If it still pesters you, it means that certain system files in your Windows are corrupted.
Method # 2 Using DISM and SFC
Let’s try with you to recover potentially damaged system files. Utilities such as DISM and SFC will help us in this matter. To use them, you need to do the following:
- type Windows + R;
- enter the value “cmd” and press Ctrl + Shift + Enter;
- run the following on the command line:
- sfc / scannow;
- DISM / Online / Cleanup-Image / RestoreHealth;
- close Command Prompt and restart your computer.
By this point, the error 0x80000000000000 should have disappeared from your system.