Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

How to Fix Error 0x800704C7 ERROR_CANCELLED on Windows 10 and 11

If you're encountering the error code 0x800704C7 (ERROR_CANCELLED) on your Windows 10 or 11 system, it typically means that a process was canceled by the user or by another process. This can occur during Windows updates, file transfers, or other operations. Below, we will explore several methods to resolve this issue.

Method 1: Restart Your Computer

Sometimes, a simple restart can resolve temporary issues that may be causing the error.

  1. Click on the Start menu.
  2. Select Power.
  3. Click on Restart.

Method 2: Run Windows Update Troubleshooter

The built-in Windows Update Troubleshooter can help identify and fix issues related to Windows updates.

  1. Open Settings by pressing Win + I.
  2. Go to Update & Security.
  3. Select Troubleshoot from the left-hand menu.
  4. Click on Additional troubleshooters.
  5. Select Windows Update and click on Run the troubleshooter.

Method 3: Use the Command Prompt to Reset Windows Update Components

Resetting Windows Update components can often resolve update-related errors.

  1. Open Command Prompt as an administrator:
    • Press Win + X and select Command Prompt (Admin) or Windows PowerShell (Admin).
  2. Type the following commands one by one, pressing Enter after each command:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Method 4: Perform a Clean Boot

A clean boot can help identify if background programs are interfering with Windows Update.

  1. Press Win + R, type msconfig, and press Enter.
  2. Go to the Services tab.
  3. Check the box for Hide all Microsoft services.
  4. Click on Disable all.
  5. Go to the Startup tab and click on Open Task Manager.
  6. Disable all startup items.
  7. Close Task Manager and click OK in the System Configuration window.
  8. Restart your computer.

Method 5: Check for System File Corruption

Use the System File Checker (SFC) and Deployment Imaging Service and Management Tool (DISM) to repair corrupted system files.

  1. Open Command Prompt as an administrator.
  2. Run the following commands:
sfc /scannow
  1. After the SFC scan completes, run the following DISM commands:
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

Method 6: Update Drivers

Outdated or corrupted drivers can cause various errors, including 0x800704C7.

  1. Open Device Manager by pressing Win + X and selecting Device Manager.
  2. Right-click on the device you want to update and select Update driver.
  3. Choose Search automatically for updated driver software.

Method 7: Perform a System Restore

If the error started occurring recently, you can use System Restore to revert your computer to a previous state.

  1. Press Win + S and type System Restore.
  2. Select Create a restore point.
  3. Click on System Restore and follow the prompts to choose a restore point.

Method 8: Reinstall Windows

If all else fails, reinstalling Windows may be necessary. Ensure you back up your data before proceeding.

  1. Go to Settings > Update & Security > Recovery.
  2. Under Reset this PC, click Get started.
  3. Choose either Keep my files or Remove everything.

By following these methods, you should be able to resolve the 0x800704C7 ERROR_CANCELLED issue on your Windows 10 or 11 system.

To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.