Windows error 0x80070005 is usually caused by insufficient permissions or corruption of system files. The solution is as follows: 1. Run the program as an administrator or switch to the administrator account and adjust the UAC settings; 2. Use sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth to repair the system files; 3. Reset Windows update components, including stopping the service, deleting the cache and restarting the service; 4. Clean up disk space, delete temporary files, and use chkdsk to check for hard disk errors. These steps can effectively troubleshoot and fix the error.
Windows error 0x80070005 occurs, usually due to insufficient permissions or system files corruption. This problem may pop up when you update the system, install software, or perform certain system operations. Don’t worry, here are some practical methods to help you troubleshoot and solve them step by step.

1. Run related programs as administrator
Many operations require administrator permissions to complete, otherwise the 0x80070005 error will be triggered.
- Right-click on the program or installation package you want to run → "Run as administrator"
- If it is a command prompt (CMD) or PowerShell problem, remember to open it with administrator privileges as well
- If you are not an administrator account, first switch to an account with administrator privileges
Sometimes, even if you are an administrator, you may not be able to obtain full permissions because the UAC (User Account Control) setting is too low. You can try to adjust the UAC settings, or try again after restarting.

2. Check the integrity of the system file
System file corruption can also cause this error, especially if you see it appear after the update failed.
You can use the system's own tools to fix:

sfc /scannow
This is the most basic scan command, and wait for it to be completed after running. If you find any problem but it has not been fixed, you can try again:
DISM /Online /Cleanup-Image /RestoreHealth
These two commands can handle most system file exceptions. Keep the network open during runtime, because DISM may need to download repair files from Microsoft servers.
3. Reset Windows Update Components
If you are encountering this error while updating Windows, there may be something wrong with updating the service or cache.
You can try the following steps:
Open a command prompt (administrator)
Enter these commands in turn (once each entry):
net stop wuauserv net stop cryptSvc net stop bits net stop msserver
Then delete the update cache directory:
del C:\Windows\SoftwareDistribution /Q del C:\Windows\System32\catroot2\*.* /Q
Finally start the service:
net start wuauserv net start cryptSvc net start bits net start msserver
Trying to update after doing this can usually bypass this error.
4. Check disk space and hard disk errors
Sometimes, insufficient disk space can also trigger this error, especially if the system disk (C disk) is almost full.
Clean up temporary files: Press Win R, enter
%temp%
and delete the contents insideFree up space using the Disk Cleanup tool
Check whether the hard drive has bad channels or errors:
chkdsk C: /f /r
Note: Running
chkdsk
requires administrator permission, and the system will prompt you to execute it next time you restart.
Basically these common methods. You can choose the corresponding solution according to the specific situation, and in most cases, the problem can be solved. If it is not complicated but is easy to ignore permission settings and update component status, it is recommended to check these two pieces first.
The above is the detailed content of How to fix Windows error 0x80070005?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The problem of slow booting can be solved by the following methods: 1. Check and disable unnecessary booting programs; 2. Turn off the quick boot function; 3. Update the driver and check disk health; 4. Adjust the number of processor cores (only for advanced users). For Windows 11 systems, first, the default self-start software such as QQ and WeChat are disabled through the task manager to improve the startup speed; if you use dual systems or old hardware, you can enter the power option to turn off the quick boot function; second, use the device manager to update the driver and run the chkdsk command to fix disk errors, and it is recommended to replace the mechanical hard disk with SSD; for multi-core CPU users, the kernel parameters can be adjusted through bcdedit and msconfig to optimize the startup efficiency. Most cases can be corrected by basic investigation

If you're having trouble reading your desktop icons' text or simply want to personalize your desktop look, you may be looking for a way to change the font color on desktop icons in Windows 11. Unfortunately, Windows 11 doesn't offer an easy built-in

Fixed Windows 11 Google Chrome not opening Google Chrome is the most popular browser right now, but even it sometimes requires help to open on Windows. Then follow the on-screen instructions to complete the process. After completing the above steps, launch Google Chrome again to see if it works properly now. 5. Delete Chrome User Profile If you are still having problems, it may be time to delete Chrome User Profile. This will delete all your personal information, so be sure to back up all relevant data. Typically, you delete the Chrome user profile through the browser itself. But given that you can't open it, here's another way: Turn on Windo

When Windows cannot detect a second monitor, first check whether the physical connection is normal, including power supply, cable plug-in and interface compatibility, and try to replace the cable or adapter; secondly, update or reinstall the graphics card driver through the Device Manager, and roll back the driver version if necessary; then manually click "Detection" in the display settings to identify the monitor to confirm whether it is correctly identified by the system; finally check whether the monitor input source is switched to the corresponding interface, and confirm whether the graphics card output port connected to the cable is correct. Following the above steps to check in turn, most dual-screen recognition problems can usually be solved.

Have problems uploading files in Google Chrome? This may be annoying, right? Whether you are attaching documents to emails, sharing images on social media, or submitting important files for work or school, a smooth file upload process is crucial. So, it can be frustrating if your file uploads continue to fail in Chrome on Windows PC. If you're not ready to give up your favorite browser, here are some tips for fixes that can't upload files on Windows Google Chrome 1. Start with Universal Repair Before we learn about any advanced troubleshooting tips, it's best to try some of the basic solutions mentioned below. Troubleshooting Internet connection issues: Internet connection

Mini PCs have undergone

Microsoft's latest Windows updates can generally be installed safely, but they need to be judged based on the update type and usage scenario. Ordinary users can update their daily office work, video watching, etc. directly; professional software or game users should be cautious. Regular quality updates (such as the monthly "Tuesday Patch") have low risks, so it is recommended to install them in time; updates to functions (such as large version upgrades) may cause compatibility issues. It is recommended to back up data, confirm software and hardware support, and check community feedback before installing. Overall, quality updates are safe and reliable, and functional updates are suitable for optional installation after observation.
