4 Ways To Update Windows Manually
4 Ways To Update Windows Manually
4 Ways To Update Windows Manually
HOME WINDOWS
Readers like you help support MUO. When you make a purchase using links on our site, we may earn an a�liate commission. Read More.
Microsoft regularly releases Windows updates to introduce new features and �x known bugs or
vulnerabilities. There are multiple ways by which you can download the latest windows update
on your computer.
So, we'll share all the working ways through which you can update your computer to the latest
OS build.
The easiest and most preferred method to download any available Windows update is by using
the Settings app. It's the go-to destination to manage system settings, con�gure features, and
update Windows.
Here's how you can use the Settings app to update your computer to the latest OS build:
1. Press the Win + I hotkeys to open the Settings app. If this key combination is not working,
you can use any other method to open Settings.
2. In the Settings app, choose the Windows Update option from the left panel.
3. Click the Check for updates button.
Windows will now look for and download any available updates. You might need to restart your
computer to complete the update installation.
You can also access the Advanced option to con�gure settings like downloading updates over
a metered connection, changing the active hours, and the types of updates you receive.
Windows Advanced options in the Settings app
The Windows update assistant is a small executable �le that can download feature updates on
your computer. It ensures you don't have to wait for an automatic update.
To download and use the Windows update assistant, follow the below steps:
Note
The update assistant is only compatible with computers featuring x86/64 processors. If
you have an ARM-based computer, you can try any other method below.
The Windows update assistant will download and install the latest update on your computer
while keeping your personal �les intact. Once the installation process is complete, you'll see the
Thank you for updating to the latest version of Windows message.
2. In the search bar, type the KB number of the update you want to download. If you don't
know the KB number, search for general terms like Windows 11 and Windows 10.
3. Click the Download button next to the update you want to download. This will open a new
window with the update download link.
4. Click the link and choose the location where you want to save it as you normally would.
After the update is downloaded, check its extension. If it's an MSU �le, you can simply double-
click on it to install it on your computer. If the �le has a CAB extension, which is often a driver
�le, then you will have to extract it �rst using any �le extraction software.
After extracting a driver, you must manually update it using the Device Manager. To do this,
open the Device Manager, and then �nd and right-click on the driver you want to update.
Choose Update driver, and then select Browse my computer for drivers.
After the update is installed, you might need to restart your computer for the changes to take
effect.
You can easily download Windows updates using Windows PowerShell as well. Here's how:
Install-Module PSWindowsUpdate
6. Next, type the following command and press Enter. Make sure to replace the "KB version"
with the KB version of the update you want to install.
Get-WindowsUpdate
Get-WindowsUpdate -AcceptAll -Install -AutoReboot
Get-WindowsUpdate -Install -KBArticleID '(KB Version)'
See More