Site icon TechGit

How to find Windows Update Size using PowerShell

If you want to find Windows Update size using PowerShell, here is how you can do that. Although Windows Settings could do it easily, you can use PowerShell to do the same within moments. For that, you need to install a script as there is no in-built PowerShell command to find the same.

If you have a limited data connection, but you want to download and install a few mandatory updates, you can use this method to know the update size. It will help you to save the bandwidth for other works.

However, the problem is Windows PowerShell doesn’t have any included command to show you the update size. You need to install a third-party script or module to get started with the process. Before getting started with the script, you need to know a few things:

How to find Windows Update Size using PowerShell

To find Windows Update Size using PowerShell, follow these steps:

  1. Press Win+X to open the menu.
  2. Select the Windows Terminal (Admin) option.
  3. Click on the Yes button.
  4. Enter this command: Install-Module -Name PSWindowsUpdate –Force
  5. Press Y and hit the Enter button.
  6. Enter this command: Set-ExecutionPolicy RemoteSigned
  7. Enter this command: Import-Module PSWindowsUpdate
  8. Enter this command: Get-WUList
  9. Find the size in the Size column.

To learn more about these steps, continue reading.

To get started, you need to open the Windows Terminal with administrator rights. For that, press Win+X to open the WinX menu, select the Windows Terminal (Admin) option and click on the Yes button.

Then, enter this command:

Install-Module -Name PSWindowsUpdate –Force

Type Y and hit the Enter button.

Next, you need to change the execution policy. For that, enter this command:

Set-ExecutionPolicy RemoteSigned

Following that, you need to import the PSWindowsUpdate module on your PC. To do that, execute this command:

Import-Module PSWindowsUpdate

Once it is done, you can enter this command:

Get-WUList

It will list all the updates along with their sizes.

As said before, you can use the very last command the next time to get the update size.

If you want to learn more about the PowerShell module, you can head over to powershellgallery.com.

How do I check the Windows Update size?

Earlier, it was possible to check the Windows Update size before and after downloading using Windows Settings. However, in Windows 11, that option seems to be deprecated. However, you can use Windows PowerShell to check or find the Windows Update size. For that, you need to import a script and use a command. A detailed guide is described in this article, and it is recommended to go through the steps.

How do I check for PowerShell updates?

Windows PowerShell gets updated when you download and install Windows Update. However, if you want to check for Windows Terminal updates, you need to open the Microsoft Store. As it is a Microsoft Store app, you need to find the available update on the Microsoft Store. If an update is pending, you can click on the Update button to start installing the update.

Original Article

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version