Skip to content
Follow
Windows

How to Specify Target Feature Update Version in Windows 11

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

Target feature update version settings in Windows 11 lock your computer to a specific main release, like version 22H2, so your PC skips unwanted major upgrades. This feature stops Windows from automatically installing newer versions while still letting your machine download normal security patches.

Locking your Windows 11 version helps keep your apps working and stops sudden system changes. You can set this limit through the Group Policy Editor or the Registry at 🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate.

⚡ 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.

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. Make sure Microsoft still supports your chosen version so your device does not miss critical protection.

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

The Local Group Policy Editor (a built-in administrative tool for configuring system policies) lets administrators lock Windows 11 to a specific feature update version. Administrator rights are required to make changes. To begin, press Win+R, then type gpedit.msc and press Enter.

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

Modifying settings in the Registry Editor (Windows' central database for system configurations) offers another way to lock down your update version. This is a powerful tool for customizing Windows, but proceed with caution as errors can cause issues. To open Registry Editor, type regedit in the search bar.

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"
⚠️Warning
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

Verification of active settings happens 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

Administrators managing multiple computers for a business can use Microsoft Intune to control the Windows 11 update version across all machines at once.

Summary

Selecting a specific Windows 11 update version puts upgrade control in your hands, whether utilizing Group Policy, the Registry, or Intune.

What happens if I set an invalid version number?

Entering an invalid or non-existent version number causes the Windows Update service to ignore the policy. The computer continues checking 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. Critical security updates, quality patches, and driver updates continue installing normally. This ensures that while a specific version stays active for compatibility, systems remain protected against emerging 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 Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default
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

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

Leave a Comment

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