In this post I’m going to show how to quickly configure Windows Updates so that you only receive important security updates. We’ll cover Home and Pro/Enterprise users of both Windows 10 and Windows 11.
These are also the settings I use myself and recommend for most users.
These settings may also be helpful for IT admins.
Set Active Hours - Windows 10
By default Active Hours are configured to be automatic but personally I think it’s better to set them manually.
Go to Settings using WIN + I, then Update & Security > Change active hours
.
Turn off the setting Automatically adjust active hours...
and click on Change
next to Current active hours
Set the Active hours to the maximum allowed amount of 18 hours. I use 8am - 2am: This means Windows Update won’t restart my computer during this time period.
Set Active Hours - Windows 11
By default Active Hours are configured to be automatic but personally I think it’s better to set them manually.
Go to Settings using WIN + I, then go to Windows Update > Advanced Options > Active Hours
Change the Adjust active hours
setting from Automatically
to Manually
.
Set the Active hours to the maximum allowed amount of 18 hours. I use 8am - 2am: This means Windows Update won’t restart my computer during this time period.
Registry Settings - Windows 10 Home
If you are running Windows 10 Home Edition, you’ll need to make these edits to the registry as Home edition does not have access to Group Policy.
Open an elevated PowerShell prompt and run this line to configure Windows Updates as noted in this article:
|
|
Use the Registry Editor and make the changes manually:
- Open regedit with WIN + R and then type
regedit
- Go to
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings
- Right-click
New > DWORD (32-bit) Value
- Name the new Value
BranchReadinessLevel
and set it to Base: Decimal, Value data: 20 - Repeat steps 3 and 4 with the Value of
DeferFeatureUpdatesPeriodInDays
Value data: 365 - Repeat steps 3 and 4 with the Value of
DeferQualityUpdatesPeriodInDays
Value data: 5
Group Policy Settings - Windows 10 Pro/Enterprise
With Windows 10 Pro or Enterprise we can use the Local Group Policy, or the Domain Group Policy for the IT admins out there.
- Open the local group policy with WIN + R and then type
gpedit.msc
- Navigate to
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows update for Business
- Select
Manage preview builds
and set it toEnabled
and change the drop down menu toDisable preview builds
- Select
Select when Preview Builds and Feature Updates are received
and set it toEnabled
- Change the drop down menu to
Semi-Annual Channel
and then forAfter a Preview Build or Feature Update is released, defer receiving it for this many days
enter365
. - Select
Select when Quality Updates are received
and set it toEnabled
- For
After a Quality updates is released, defer receiving it for this many days
enter5
.
Registry Settings - Windows 11 Home
If you are running Windows 11 Home Edition, you’ll need to make these edits to the registry as Home edition does not have access to Group Policy.
Open an elevated PowerShell prompt and run this line to configure Windows Updates as noted in this article:
|
|
Use the Registry Editor and make the changes manually:
- Open regedit with WIN + R and then type
regedit
- Go to
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings
- Right-click
New > DWORD (32-bit) Value
- Name the new Value
BranchReadinessLevel
and set it to Base: Decimal, Value data: 20 - Repeat steps 3 and 4 with the Value of
DeferFeatureUpdatesPeriodInDays
Value data: 365 - Repeat steps 3 and 4 with the Value of
DeferQualityUpdatesPeriodInDays
Value data: 5
Group Policy Settings - Windows 11 Pro/Enterprise
With Windows 11 Pro or Enterprise we can use the Local Group Policy, or the Domain Group Policy for the IT admins out there.
- Open the local group policy with WIN + R and then type
gpedit.msc
- Navigate to
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update
- Select
Select when Preview Builds and Feature Updates are received
and set it toEnabled
and then forHow many days after a Feature Update is released...
enter365
. - Next, select
Select when Quality Updates are received
and set it toEnabled
and then forAfter a quality update is released..
enter5
.
Support My Work
If you would like to support me, please check out the link below.
If you have any questions or comments, please leave them below.
-Mike