How to install updates on Windows 10

<!–

–>

On Windows 10, cumulative updates (or quality updates) are essential to fix bugs, patch security vulnerabilities, and improve system performance. Although the Windows Update service regularly applies updates automatically, sometimes, you may still need to check and install them manually for many reasons.

For example, after performing a clean install of Windows 10 or when the device hadn’t been online for a long time, it missed some important improvements. If the Windows Update service is not working and you need to apply the latest patches to resolve the issue. You need to install a newer driver update for a device. Or you want to upgrade to a new version of the operating system.

Whatever the reason it might be, on Windows 10, there are at least four ways to update the system using the Windows Update settings, manual download, Command Prompt, and PowerShell.

Microsoft offers three main types of updates, quality, optional, and features updates. Quality updates are available every month, and they include security and non-security fixes and improvements. Optional updates are not critical but necessary, and they include drivers and product updates. Finally, feature updates are new versions of Windows 10 (such as version 21H1). They include new features, changes, and fixes. Windows 10 receives two feature updates per year, and they usually require reinstallation and multiple restarts.

In this guide, you will learn the different ways to download and install cumulative updates on Windows 10. In addition, we will outline the steps to install optional and feature updates.

Update Windows 10 using Windows Update

To download and install updates with Windows Update, use these steps:

  1. Open Settings on Windows 10.

  2. Click on Update & Security.

  3. Click on Windows Update.

  4. Click the Check for updates button.

    Windows Update settings
    Windows Update settings
  5. (Optional) Click the Download and install option to apply a preview update of Windows 10.

    Quick note: A preview is an optional update that includes all the non-security patches that Microsoft plans to release in the next Patch Tuesday rollout. You are not required to download these updates.
  6. Click the Restart now button.

Once you complete the steps, if an update is available, it will download and install automatically.

Update Windows 10 using Microsoft Update Catalog

To download and apply the update package manually, use these steps:

  1. Open Microsoft Update Catalog website.

  2. Search for the knowledge base number of the update – for example, KB5001391.

  3. Click the Download button for the cumulative update you want to install.

    Microsoft Update Catalog
    Microsoft Update Catalog
    Quick note: The page usually lists four versions of a particular package, including ARM64, x64, x86, and the one for Windows Server. The download you need will depend on the system you have. However, most of the time, you want to download the x64 version, which is the 64-bit version of the update. Of course, if you have a 32-bit version of Windows 10, then download the x86 option.
  4. Click the link to download the .msu package.

  5. Click the Close button.

  6. Double-click the .msu file.

  7. Click the Yes button to install the update.

    Standalone installer
    Standalone installer
  8. Click the Restart now button.

After you complete the steps, the cumulative update will apply to the computer.

Update Windows 10 using Command Prompt

While Command Prompt does not have a mechanism to check for updates, you can use the console to install a .msu package to update the system with the latest fixes.

To install updates of Windows 10 using Command Prompt, use these steps:

  1. Open Microsoft Update Catalog website.

  2. Search for the knowledge base number of the update – for example, KB5001391.

  3. Click the Download button for the cumulative update you want to install.

    Microsoft Update Catalog
    Microsoft Update Catalog
    .Windows_Software_Technology-Big-343 { display:inline-block; width: 300px; height: 600px; } @media(min-width: 500px) { .Windows_Software_Technology-Big-343 { width: 300px; height: 600px;} }
  4. Click the link to download the .msu package.

  5. Click the Close button.

  6. Open Start.

  7. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  8. Type the following command to install a new update on Windows 10 and press Enter:

    wusa c:\PATH\TO\UPDATE.msu /quiet /norestart

    In the command, update the path with the location and name of the .msu update package.

    This example installs the KB5001391 update:

    wusa c:\Users\USERACCOUNT\Downloads\windows10.0-kb5001391-x64.msu /quiet /norestart
    Windows Update in Command Prompt
    Windows Update in Command Prompt
  9. Type the following command to confirm the update was installed correctly and press Enter:

    wmic qfe list brief /format:table
    Quick note: Updates can take a long time to install. As a result, you should allow around five to ten minutes before running this command. Once the update appears in the list, you can proceed to restart the device.
  10. Type the following command to restart the device and press Enter:

    shutdown /r /t 00

After you complete the steps, the quality update will install quietly, and the device will restart to finish applying the changes on Windows 10.

Update Windows 10 using PowerShell

Alternatively, you can also install a PowerShell module to manage updates on Windows 10.

To check and install Windows 10 updates with PowerShell, use these steps:

  1. Open Start.

  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.

  3. Type the following command to install the PowerShell module to update Windows 10 and press Enter:

    Install-Module PSWindowsUpdate
    PSWindowsUpdate
    PSWindowsUpdate
  4. Type A to accept and install the module and press Enter.

  5. Type the following command to check for Windows 10 updates with PowerShell and press Enter:

    Get-WindowsUpdate
    Get-WindowsUpdate
    Get-WindowsUpdate
  6. Type the following command to select, download, and install a specific update and press Enter:

    Install-WindowsUpdate -KBArticleID KBNUMBER

    In the command, make sure to replace KBNUMBER with the update number you want to install.

    This example downloads and applies the KB2267602 update for Microsoft Defender:

    Install-WindowsUpdate -KBArticleID KB2267602
    Install-WindowsUpdate KBArticleID
    Install-WindowsUpdate KBArticleID
  7. Type A to confirm the installation and press Enter.

  8. (Optional) Type the following command download and install all available updates and press Enter:

    Install-WindowsUpdate
    Install-WindowsUpdate
    Install-WindowsUpdate
    Quick note: When using this command, you will be applying system updates as well as optional updates that may include driver updates.
  9. Type A to confirm the installation and press Enter.

  10. (Optional) Type the following command to view a list of previously installed updates and press Enter:

    Get-WUHistory
    Get-WUHistory
    Get-WUHistory

Once you complete the steps, the Windows 10 updates will download and install on your device.

Install optional updates on Windows 10

Optional updates are not critical to Windows 10, but they may be necessary for other functionalities. Usually, these updates are available for Microsoft and non-Microsoft products, feature updates, and third-party drivers (such as printers, cameras, network adapters, graphics cards, and other USB or Bluetooth peripherals).

To download and install optional updates on Windows 10, use these steps:

  1. Open Settings.

  2. Click on Update & Security.

  3. Click on Windows Update.

  4. Click the View optional updates option.

    Windows 10 view optional updates
    Windows 10 view optional updates
    Quick note: If the option isn’t available, then Windows Update doesn’t have any additional drivers for your device.
  5. Click the category to see the optional updates. For example, Driver updates.

  6. Check the optional updates you want to install.

    Windows 10 install optional updates
    Windows 10 install optional updates
  7. Click the Download and install button.

After you complete the steps, Windows Update will download and install the packages on your device.

In the previous versions, you were also able to install optional driver updates using Device Manager. However, the option has been removed, and now, all the updates are available through the Windows Update settings page.

Install feature updates on Windows 10

Feature updates are technically new versions of Windows 10 that include new features and significant changes. These updates are optional, and you must install them manually to upgrade to a new version.

The instructions below provide an overview of the installation process. However, since these updates may cause problems during and after installation, you should create a full backup before proceeding if something goes wrong and you need to roll back.

To install a feature update (such as version 20H2 or 2004), use these steps:

  1. Open Settings.

  2. Click on Update & Security.

  3. Click on Windows Update.

  4. Click on Check for updates button (if applicable).

  5. Under the “Optional updates available” section, click the Download and Install now button.

    Windows 10 feature update install
    Windows 10 feature update install
  6. Click the Restart now button.

In addition to Windows Update, you can also install feature updates using the Media Creation Tool using an in-place upgrade or clean installation. Also, you can use the Update Assistant, which is a tool that allows you to install a new feature update using an in-place upgrade.

Post a Comment