What Does a WsusUtil Reset Do and When Should I Run a WsusUtil Reset?

by | Last updated 2024.09.03 | Published on 2024.09.02 | Guides, WSUS

A WsusUtil reset does NOT reset WSUS to defaults or anything like that, contrary to what the word reset means. When you run WsusUtil reset, it goes through the metadata information stored in your WSUS database and verify that every update metadata row in the WSUS database corresponds to update files stored in the local update file storage location on your WSUS server. If update files are missing or have been corrupted, WSUS downloads the update files again.

When Should I Run a WsusUtil.exe Reset?

If you store updates locally on your WSUS server, sometimes you have some issues with an update that is not downloading properly or appears to be downloading properly but really is not. If you have issues with an update’s terms and conditions, or if you have deleted a bunch of files from the WsusContent folder and want to re-initiate a download from the upstream (Microsoft, or an upstream server).

  • If you restore your WSUS database, you will want to run a Reset.
  • If you are trying to approve an update and it says that it doesn’t have the Terms and Conditions.
  • If you are having issues with synchronization with the upstream.

How to run a WsusUtil Reset

PowerShell
& "$env:ProgramFiles\Update Services\Tools\WsusUtil.exe" Reset
Command Prompt
"%ProgramFiles%\Update Services\Tools\WsusUtil.exe" Reset

Is it Harmful to run a WsusUtil Reset?

Running a WsusUtil Reset is completely safe and poses no risks. Feel free to execute it whenever you need or want.

How Long Does a WsusUtil Reset Take To Run?

Sadly, there are no alerts to inform you when this process is underway or completed. Keep in mind that it needs to meticulously scan your entire database to ensure accuracy, verify files, and retrieve any corrupted or missing data. If your database is extensive and your server lacks power, this could take a day or even two. In our experience, it is quite common for this process to wrap up in under 24 hours.

How To Fix WSUS Synchronization Errors

How To Fix WSUS Synchronization Errors

Sometimes WSUS has issues synchronizing with the upstream server – usually Microsoft, but it can be a local upstream server. Why these errors happen can be for many reasons.Microsoft requires several websites to be accessible through the firewall to synchronize. These...

How to Prepare for On-Prem WSUS UUP Updates

How to Prepare for On-Prem WSUS UUP Updates

Quality updates are coming on March 28 for on-premises Windows 11, version 22H2 devices. The updates are coming via the Unified Update Platform (UUP) which interoperates with WSUS and Microsoft Configuration Manager. UUP quality updates are cumulative, including all...