How do I manually trigger Windows updates?

On Windows 11, a cumulative update (or quality update) is a service patch that Microsoft rolls out proactively to fix bugs, enhance security, and improve system performance. Although updates download automatically through Windows Update, sometimes it may still be necessary to install a specific patch manually.

For instance, after a new installation of Windows 11 or if the computer hasn’t been connected to the internet for some time. If Windows Update isn’t working, it might be necessary to install an update manually to fix the problem. A specific driver needs an update, or you want to upgrade to a newer version of Windows.

Regardless of the reason, Windows 11 has 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 feature updates). “Quality updates” are available every month with security and non-security fixes, improvements, and features (occasionally). “Optional updates” are not critical but necessary, and they include drivers and product updates. Finally, “feature updates” are meant to upgrade the device to a newer version (for example, Windows 11 22H2).

This guide will teach you six ways to install updates on Windows 11 manually.

  • Install updates manually on Windows 11
  • Install updates manually using Microsoft Update Catalog on Windows 11
  • Install updates manually using Command Prompt on Windows 11
  • Install updates manually using PowerShell on Windows 11
  • Install optional updates on Windows 11
  • Install feature updates on Windows 11

Install updates manually on Windows 11

To install Windows 11 updates manually, use these steps:

  1. Open Settings on Windows 11.

  2. Click on Windows Update.

  3. Click the Check for updates button.

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

  4. (Optional) Click the Download and install option to apply a preview of an upcoming update of Windows 11.

    Quick note: Optional updates usually include non-security changes that Microsoft plans to release in the next Patch Tuesday rollout.

  5. Click the Restart now button.

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

Install updates manually using Microsoft Update Catalog on Windows 11

To download and install an update manually on Windows 11, use these steps:

  1. Open Microsoft Update Catalog website.

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

    Quick tip: If you do not know the latest update reference number, you can check the update history tracker.

  3. Click the Download button for the update to install manually on Windows 11.

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

    Quick note: The page usually lists two versions, including ARM64 and x64. Unless you have an ARM-based device, you need to download the x64 version of the cumulative update.

  4. Click the link to download the .msu package to your computer.

  5. Click the Close button.

  6. Double-click the .msu file to launch the installer.

  7. Click the Yes button to install the update.

  8. Click the Restart now button.

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

Install updates manually using Command Prompt on Windows 11

Windows 11 doesn’t have a Command Prompt tool to check and download updates. However, you can use commands to install update packages manually.

To install Windows 11 updates with Command Prompt, use these steps:

  1. Open Microsoft Update Catalog website.

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

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

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

  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 11 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 package. This example installs the KB5015814 update:

    wusa c:\Users\USERACCOUNT\Downloads\windows10.0-kb5015814-x64.msu /quiet /norestart

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

  9. Type the following command to confirm the update was installed correctly and press Enter:

    wmic qfe list brief /format:table
  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 computer will restart to finish applying the changes on Windows 11.

Install updates manually using PowerShell on Windows 11

Alternatively, you can install a PowerShell module to download and update updates manually on Windows 11.

To install updates manually with PowerShell commands, 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 11 and press Enter:

    Install-Module PSWindowsUpdate

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

  4. Type Y to accept and press Enter.

  5. Type A to accept and install the module and press Enter.

  6. Type the following command to allow scripts to run on PowerShell and press Enter:

    Set-ExecutionPolicy RemoteSigned
  7. Type the following command to import the installed module and press Enter:

    Import-Module PSWindowsUpdate

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

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

    Get-WindowsUpdate
  9. 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 KB5015814 update for Microsoft Defender:

    Install-WindowsUpdate -KBArticleID KB5015814 

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

  10. Type A to confirm the installation and press Enter.

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

    wusa c:\Users\USERACCOUNT\Downloads\windows10.0-kb5015814-x64.msu /quiet /norestart
    0

    Quick note: When using this command, you will be applying system updates as well as optional updates that may include driver updates.

  12. Type A to confirm the installation and press Enter.

  13. Type Y to confirm the restart and press Enter (if applicable).

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

    wusa c:\Users\USERACCOUNT\Downloads\windows10.0-kb5015814-x64.msu /quiet /norestart
    1

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

Install optional updates on Windows 11

On Windows 11, optional updates are not critical, but they may be necessary for other functionalities. Typically, these updates are available for Microsoft and other products, feature updates, and third-party drivers (such as printers, cameras, network adapters, graphics cards, and Bluetooth peripherals).

To install optional updates manually on Windows 11, use these steps:

  1. Open Settings.

  2. Click on Windows Update.

  3. Click the Advanced options tab.

  4. Under the “Additional options” section, click the Optional updates setting.

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

  5. Click the category to see the optional updates – for example, Driver updates.

  6. Check the optional updates to install on Windows 11.

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

  7. Click the Download and install button.

After you complete the steps, Windows Update will install the packages on your computer.

Install feature updates on Windows 11

Feature updates refer to new versions of Windows 11 that bring new changes and features. These updates are optional, and you can install them manually. However, if the current release of Windows 11 is reaching the end of service, the update will install automatically.

To install a feature update manually on Windows 11, use these steps:

  1. Open Settings.

  2. Click on Windows Update.

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

  4. Click the Download and Install now button.

    How do I manually trigger Windows updates?
    How do I manually trigger Windows updates?

  5. Click the Restart now button.

In addition to Windows Update, you can also install feature updates using the Installation Assistant or the official ISO file to perform an in-place upgrade.

How do I force a Windows Update manually?

Select Start > Control Panel > Security > Security Center > Windows Update in Windows Security Center. Select View Available Updates in the Windows Update window. The system will automatically check if there's any update that need to be installed, and display the updates that can be installed onto your computer.

How do I force Windows 10 to Update without settings?

Open the command prompt, by hitting the Windows key and type “cmd”. Right click on the Command Prompt icon and choose “Run as administrator”. 3. In the command prompt type (but, don't hit enter) “wuauclt.exe /updatenow“ (this is the command to force Windows to check for updates).

Can I manually install Windows 10 updates?

You can also manually update your Windows 10 build (Feature Update). For example, you want to manually upgrade the Windows 10 build on your computer from 20H2 (end of support May 10, 2022) to 21H2. To do this, go to https://www.microsoft.com/en-us/software-download/windows10 and click the Update Now button.

How do I trigger an Update manually and enable automatically updates?

To turn on Automatic Updates yourself, follow these steps:.
Click Start, click Run, type wscui. cpl, and then click OK..
Click Automatic Updates..
The following options are available: Automatic (recommended) This option lets you select the day and the time that updates are automatically downloaded and installed..