How to Reset Windows Update in Windows 11 or Windows 10 - LEARNALLFIX

How to Reset Windows Update in Windows 11 or Windows 10

How to Reset Windows Update in Windows 11 or Windows 10

How to Reset Windows Update in Windows 11 or Windows 10

Windows Update is an essential feature of Windows 11 that ensures your system stays secure and up to date. However, you may sometimes encounter issues where updates fail to install, or the update process gets stuck. When such problems arise, resetting Windows Update can be an effective solution. This guide will walk you through several methods to reset Windows Update in Windows 11, using different tools and techniques.

Resetting Windows Update can address various issues, including error messages, failed updates, or missing files. By resetting the update components, you clear the cache and reset the update service to its default state, allowing updates to proceed smoothly. This process can be done through various methods, including using third-party tools, Command Prompt, or PowerShell.

This tutorial will discuss three different methods for resetting Windows Update in Windows 11: The WURESET tool, Command Prompt (CMD), and PowerShell. Each technique serves a specific purpose, and the step-by-step instructions will guide you through the process, ensuring that your system is ready to receive updates again.

⚠️ Please note: The process described below is the same in Windows 11 as in Windows 10. However, remember that we’lwe’llusing screenshots from Windows 11, so your UI may look a little different. We’ll inform you of any changes you must know as they arise.

How to Reset Windows Update in Windows Using WURESET

WURESET is a portable application explicitly designed to reset Windows Update components. This method is beneficial if you prefer a dedicated tool that automates the process. Follow these steps to reset Windows Update using WURESET:

  1. Download WURESET from the official website

    Start by downloading the WURESET tool from the official website. Make sure to save the file to a location where you can easily access it later.01.1-Windows-11-Reset-Windows-Update-Tool-Download-Wureset How to Reset Windows Update in Windows 11 or Windows 10
  2. Extract the portable app.
    Once the download is complete, extract the contents of the zip file and put them in a folder on your computer. This will allow you to run the tool without needing to install it.01.2-Windows-11-Reset-Windows-Update-Tool-Download-Wureset-Extract-Zip-1024x625 How to Reset Windows Update in Windows 11 or Windows 10
  3. Select the destination folder.
    During the extraction process, you are prompted to choose a destination folder. Select the folder where you want to store the extracted files and click “Ext” act” to proceed.01.3-Windows-11-Reset-Windows-Update-Tool-Download-Wureset-Extract-Zip-1024x625 How to Reset Windows Update in Windows 11 or Windows 10
  4. Run WURESET as Administrator

    Navigate to the folder where you extracted the tool, right-click on the WURESET executable, and select “Run” as administrator. “T “is a crucial step for the tool to function correctly.01.4-Windows-11-Wureset-Run-As-Admin How to Reset Windows Update in Windows 11 or Windows 10
  5. Choose English as a language.
    You were asked to select your preferred language when the tool launched. Choose “Eng” ish” fr” m the list.01.5-Windows-11-Wureset-Run-As-Admin-Select-Languaje How to Reset Windows Update in Windows 11 or Windows 10
  6. Confirm with ‘Y’ ‘to proceed.
    The tool will prompt you to confirm the terms and conditions with “Y. “
  7. Reset the Windows Update components.
    The tool will automatically reset the Windows Update components. This includes stopping relevant services, deleting old update files, and restarting the services.01.7-Windows-11-Wureset-Reset-Windows-Update-Components How to Reset Windows Update in Windows 11 or Windows 10
  8. Confirm any prompts 

    During the reset process, you may encounter a prompt stating: “During the reset process, you may encounter a prompt stating: “The following services depend on the Application Identity service. Stopping the Application Identity service will also stop these services: SmartLocker Filter Driver.
    “This means that by continuing, you will temporarily stop the SmartLocker Filter Driver, which is necessary to reset it. Type “Y” “n” and press “Ent” r” to “confirm and proceed with the reset. It will allow WURESET to reset the necessary Windows Update components properly. This means that by continuing, you will temporarily stop the SmartLocker Filter Driver, which is required for the reset process. Type “Y” “n” and press “Ent” r” to “confirm and proceed with the reset. This will allow WURESET to reset the necessary Windows Update components properly.01.8-Windows-11-Wureset-Reset-Windows-Update-Components-Smartlocker-Filter-Driver How to Reset Windows Update in Windows 11 or Windows 10

  9. Wait for the process to complete 

    The tool will delete the old Software Distribution folder and reset the update cache. This may take a few minutes.01.9-Windows-11-Wureset-Reset-Windows-Update-Components-Smartlocker-Filter-Driver-Deleting-Old-Software How to Reset Windows Update in Windows 11 or Windows 10

  10. Handle any error messages.
    If any error messages appear during the process, follow the instructions provided by the tool to resolve them. Most of them are just informative and don’t require any action from your side.01.10-Windows-11-Wureset-Reset-Windows-Update-Components-Smartlocker-Filter-Driver-Deleting-Old-Software-Error How to Reset Windows Update in Windows 11 or Windows 10
  11. Register the BITS files.
    The tool will also register the Background Intelligent Transfer Service (BITS) files necessary for Windows Update to function correctly.01.11-Windows-11-Wureset-Reset-Windows-Update-Components-Reregister-BITS-Windows-Update-Files How to Reset Windows Update in Windows 11 or Windows 10
  12. Press any key to continue.
    Once the reset is complete, you’re prompted to press any key to close the tool and return to the main menu.01.12-Windows-11-Wureset-Reset-Windows-Update-Components-Reregister-BITS-Windows-Update-Files-Continue How to Reset Windows Update in Windows 11 or Windows 10
  13. Select an option to exit.
    Finally, choose the appropriate option to restart your PC from the menu to close the tool and complete the process.01.13-Windows-11-Wureset-Reset-Windows-Update-Components-Reregister-BITS-Windows-Update-Files-Close How to Reset Windows Update in Windows 11 or Windows 10

How to Reset Windows Update in Windows 11 using Command Prompt (CMD)

If you prefer using built-in Windows tools, the Command Prompt provides a manual way to reset Windows Update components. This method is ideal for users who are comfortable with command-line interfaces.

  1. Open Command Prompt as Administrator 

    Search for “Com” and Prompt” and” select “Run” as administrator. “T “will open the command-line interface with elevated privileges.03.1-Windows-11-Open-Admin-Cmd-Prompt How to Reset Windows Update in Windows 11 or Windows 10

  2. Stop the Windows Update service.
    Type the command net stop wuauserv Press “Ent” r. “T “is a command that stops the Windows Update service, allowing you to reset its components.
  3. Delete the Software Distribution folder.
    Next, type rmdir %windir%\SoftwareDistribution /s /q Press “Ent” r. “T “is a command that deletes the folder where Windows Update stores temporary files.
  4. Restart the Windows Update service.
    Finally, restart the Windows Update service by typing net start wuauserv and pressing “Ent” r. “T “reinitializes the service with a clean slate.

How to Reset Windows Update in Windows 11 using PowerShell

PowerShell is another powerful tool that can be used to reset Windows Update components. This method is similar to Command Prompt but has more advanced scripting capabilities.

  1. Open PowerShell as Administrator Search for “Pow” rShell” in “the Start menu, right-click on “Win” or PowerShell, “a “d select “Run” as administrator. “Stop the necessary services.
    In the PowerShell window, type Stop-Service -Name wuauserv, bits, cryptsvc and press “Ent” r. “T “is the command that stops Windows Update, BITS, and Cryptographic services.
  2. Delete the update cache.
    Use the command Remove-Item -Recurse -Force C:\Windows\SoftwareDistribution\ to delete the update cache. This removes any corrupted or incomplete update files.
  3. Restart the services 

    To complete the reset, type, and press “Ent” r. “T “restarts the services and prepares your system for updates.

Share this content:

Leave a Reply

Your email address will not be published. Required fields are marked *