Skip to content
Follow
Windows

How to Specify Target Feature Update Version in Windows 11

Richard
Written by
Richard
May 6, 2026 3 min read
Windows 11 Update settings on desktop monitor
Windows 11 Update settings on desktop monitor

You can tell Windows 11 exactly which feature update version you want your PC to upgrade to. This lets you control when your computer moves to a new major Windows build.

This setting stops Windows 11 from automatically installing newer feature updates than the one you choose. This helps ensure your current software remains compatible and stable.

For instance, if your business relies on a critical application that hasn’t yet been certified for Windows 11, version 22H2, you can set that as your target to avoid unwanted upgrades.

This allows you to maintain a predictable environment and schedule your upgrades strategically after thorough testing.

⚡ Quick Answer

Control your Windows 11 version by opening Local Group Policy Editor (gpedit.msc) and navigating to Windows Update settings. Double-click “Select the target Feature Update version,” enable it, and enter “Windows 11” and your desired version number.

What Happens When You Set a Target Version?

Setting a target Windows 11 update version stops your computer from automatically looking for new feature updates, meaning it will only install important security patches.

Comparison of Methods

MethodBest ForDifficulty
Group PolicySingle PCEasy
RegistryAdvanced UsersMedium
Intune/MDMBusinessesProfessional
Warning: Locking your Windows version can prevent you from getting new security features. Always make sure your chosen version is still supported by Microsoft so your device stays secure.

How to Specify Target Feature Update Version in Local Group Policy Editor

You can tell Windows 11 which update version to aim for using the Local Group Policy Editor, but you’ll need admin rights to make these changes.

  1. Press ⊞ Win+R, type gpedit.msc, and hit Enter.
  2. Navigate to: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update.
Local Group Policy Editor window for specifying target feature update versions
Local Group Policy Editor window for specifying target feature update versions

3. Double-click Select the target Feature Update version.

4. Select Enabled. In the options, type Windows 11 for the product and your desired version (e.g., 26H1) in the target box.

5. Click OK.

To undo this, select Not Configured in the same menu.

Configuration settings for selecting a specific Windows 11 feature update version
Configuration settings for selecting a specific Windows 11 feature update version

Specify Target Feature Update Version using Registry

You can also set a specific Windows 11 update version by changing settings in the Registry Editor, but be careful as mistakes can cause problems.

1. Open Registry Editor by typing regedit in the search bar.

2. Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate.

3. Create or modify these values:

💻Code
"ProductVersion"="Windows 11"
"TargetReleaseVersion"=dword:00000001
"TargetReleaseVersionInfo"="26H1"

To remove the restriction, right-click and delete these three keys.

Windows Registry Editor showing keys to lock target feature update versions
Windows Registry Editor showing keys to lock target feature update versions

Verification via PowerShell

You can check if your settings are active by running this command in PowerShell:

PowerShell
Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate"
PowerShell command interface used to specify target Windows feature update versions
PowerShell command interface used to specify target Windows feature update versions

Enterprise Management with Intune

If you manage many computers for a business, Microsoft Intune is a great tool to control the Windows 11 update version on all of them at once.

Summary

Choosing a specific Windows 11 update version gives you control over your computer’s upgrades, whether you use Group Policy, the Registry, or Intune.

What happens if I set an invalid version number?

If you enter an invalid or non-existent version number, the Windows Update service will ignore the policy. Your computer will continue to check for the latest available updates as if no restriction was set. Always verify the correct version string on the official Microsoft release health website.

Does this policy affect security updates?

No, this policy only restricts major feature updates. Your computer will continue to receive critical security updates, quality patches, and driver updates. This ensures that while you stay on a specific version for compatibility, your system remains protected against the latest security threats and vulnerabilities.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Enable Windows Updates in Windows 11 Soon as Possible
Windows How to Enable Windows Updates in Windows 11 Soon as Possible
How to Change PowerShell Execution Policies in Windows 11
Windows How to Change PowerShell Execution Policies in Windows 11
How to View Local Group Policies that are Configured in Windows 11
Windows How to View Local Group Policies that are Configured in Windows 11
How to Choose Where Windows Search for Files in Windows 11
Windows How to Choose Where Windows Search for Files in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *