📝 Feedback

Error 0x80242006 – Windows Update

If you are on Windows 10 and trying to update your build to 14986 then you might face the Error 0x80242006.

Error 0x80242006 - Windows Update

Error 0x80242006 – Windows Update

This error is quite common among the users trying this update and it can be caused by many things including Windows defender or stopped BITS.

Methods to fix Error 0x80242006

Method 1: Rename Update Folders using a Batch File

  1. Open Notepad
  2. Type the following code in Notepad:
        net stop wuauserv

        CD %systemroot%\SoftwareDistribution

        Ren Download Download.old

        net start wuauserv

 

  1. Click File then select Save As…
  2. Name your file rename.bat and press Enter.
  3. Now locate the file that you just saved and right click on it then select Run as Administrator.
  4. Let it run and try to update the Window once it is finished.

Method 2: Use Group Editor to address Windows Update

  1. Press Windows key + R, type gpedit.msc, and hit Enter.
  2. Select Computer Configuration and click on Administrative Templates.
  3. Open System and double-click on the Specify settings for optional component installation and component repair.
  4. Select Enabled and mark a checkbox next to Contact Windows Update directly.
  5. Finally, to save the changes, click Apply and OK.

Method 3: Reset Windows Update components

  1. Right-click onWindows key and select Command Prompt (Admin).
  2. Disable BITS, Cryptographic, MSI Installer, and the Windows Update Services. For this purpose, type the following commands in the Command Prompt window and press Enter after each of them:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
  1. After that, type the following commands to rename SoftwareDistributionand Catroot2 folders. Don’t forget to type Enter after each of them:
ren C:\\\\Windows\\\\SoftwareDistribution SoftwareDistribution.old
ren C:\\\\Windows\\\\System32\\\\catroot2 Catroot2.old
  1. Once done, enable BITS, Cryptographic, MSI Installer and the Windows Update Services(disabled before). This can be done by inputting the following command and pressing Enter after each of them:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
  1. Finally, close Command Prompt window and reboot your PC.

Method 4: Disabling Windows Defender and Enabling BITS

  1. Hold Windows key and press R(release the Windows Key).
  2. Type gpedit.msc and press Enter (If you don’t have gpedit.msc
  3. Go to Computer Configurations > Administrative Templates > Windows Components.
  4. Click Windows Defender and double-click Turn off Windows Defender

  1. Select the Enabled button and select Apply. Click Ok.

 

To manually start BITS

  1. Press Windows + R key simultaneously to launch Run Command.
  2. Type services.msc and press Enter
  3. Locate and double-click Background Intelligent Transfer Service BITS
  4. Click Start then click Apply and click Ok.

Method 5: Let the Command Prompt help you

  1. Right-click on Windows key and select Command Prompt (Admin).
  2. Alternatively, you can open Windows search and type Command Prompt.
  3. Right-click on the Command Prompt option and select Run as Administrator.
  4. Once the black Command Prompt window opens, copy and paste the following commands in it:
>WSReset.exe
>dism /online /cleanup-image /restorehealth
>dism /online /cleanup-image /StartComponentCleanup
>sfc /scannow
>powershell
>Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\\AppXManifest.xml”}
  1. Once these commands are executed, close CMD and restart your PC.

After that, try to download and install Windows 10 April 2018 update.

Rate this Article: 1 Star2 Stars3 Stars4 Stars5 Stars (47 votes, average: 4.77 out of 5)
Loading...
x
Trusted By The World’s Best