Advertisement

How to Install Updates Manually on Windows 11


Keeping your Windows 11 system up to date is crucial for optimal performance, security, and access to the latest features. While Windows generally handles updates automatically, there are situations where you may need to install updates manually on Windows 11. This guide will walk you through several methods to do just that.

Why Install Updates Manually on Windows 11?

There are various reasons you might want to install updates manually on Windows 11:

Troubleshooting: If Windows Update is not functioning correctly, manual installation can help resolve issues.
Specific Updates: You may need to install a specific update for a driver or feature.
Fresh Install: After a fresh installation of Windows 11, you might want to ensure all updates are applied.

How to Install Updates Manually on Windows 11

Method 1: Using Windows Update Settings

The simplest way to install updates manually on Windows 11 is through the Windows Update settings. Follow these steps:

1. Open Settings: Press `Win + I` to open the Settings window.
  
2. Navigate to Windows Update: Click on >Windows Update> in the left sidebar.

3. Check for Updates: Click on the >Check for updates> button. If updates are available, they will be listed.


4. Download and Install: If prompted, click on >Download and install> to apply the updates.

5. Restart Your Computer: Once the updates are installed, you may need to restart your computer to complete the installation.

Method 2: Installing Updates from Microsoft Update Catalog

If you prefer to install updates manually from the Microsoft Update Catalog, here’s how:

1. Find the Update: Search for the knowledge base (KB) number of the update you want to install (e.g., KB5039239).

2. Visit the Catalog: Go to the Microsoft Update Catalog website.

3. Search for the Update: Enter the KB number in the search bar and press Enter.

4. Download the Update: Click the >Download> button next to the appropriate update for your system architecture (x64 or ARM64).

5. Install the Update: Once downloaded, double-click the >.msu> file to launch the installer. Follow the on-screen instructions and restart your computer if prompted.


Method 3: Using Command Prompt

For advanced users, you can also install updates manually using Command Prompt. Here’s how:

1. Open Command Prompt as Administrator: Press `Win + X` and select >Windows Terminal (Admin) or Command Prompt (Admin).

2. Use DISM Command: Type the following command to install an update package:
   
   DISM /Online /Add-Package /PackagePath:"C:\path\to\your\update.cab"
   
Example picture

   Replace `"C:\path\to\your\update.cab"` with the actual path to your update file.

3. Restart Your Computer: After the installation is complete, restart your computer.


Method 4: Using PowerShell

PowerShell can also be utilized to install updates manually. Here’s how to do it:

1. Open PowerShell as Administrator: Right-click the Start menu and select >Windows PowerShell (Admin).

2. Install the Update Module: Type the following command and press Enter:
   
   Install-Module PSWindowsUpdate

example image

   Confirm any prompts that appear.


3. Check for Updates: Run the following command to see available updates:
   
   Get-WindowsUpdate

image example

4. Install Specific Update: To install a specific update, use:
   
   Install-WindowsUpdate -KBArticleID KB5028254

picture example

   Replace `KB5028254` with the KB number of the update you wish to install.

5. Restart Your Computer: Restart your system to apply the updates.


Understanding Windows Update Types

Before diving into manual updates, it’s essential to understand the types of updates available in Windows 11:

Quality Updates: These are released monthly and include security patches and bug fixes.

Feature Updates: Major updates that introduce new features or significant changes to the operating system.


Optional Updates: These are not critical but can enhance system performance or add new features.

Troubleshooting Common Issues

If you encounter issues while installing updates, consider the following troubleshooting tips:

Run Windows Update Troubleshooter: Go to Settings > Update & Security > Troubleshoot and select Windows Update to run the troubleshooter.
  
Check Internet Connection: Ensure you have a stable internet connection for downloading updates.

Clear Windows Update Cache: Sometimes, clearing the cache can resolve update issues. Stop the
Windows Update service, delete files in the `C:\Windows\SoftwareDistribution` folder and restart the service.

Installing updates manually on Windows 11 can be a straightforward process if you follow the correct steps. Whether you choose to use the Settings app, the Microsoft Update Catalog, Command Prompt, or PowerShell, having the knowledge to manage updates effectively ensures your system remains secure and performs optimally. Regularly checking for updates and understanding how to install them manually empowers you to maintain your Windows 11 environment efficiently. Always remember to back up your data before making significant changes to safeguard against potential data loss.

Read: 




Post a Comment

0 Comments