Forum Discussion
Rohanqui
Aug 07, 2026Brass Contributor
How to disable stop Windows 11 automatical update permanently?
Hi all. I've been searching for a definitive way to permanently disable automatic updates on Windows 11, but most guides only offer temporary solutions that get reversed after a restart or a major p...
Alanasi
Aug 07, 2026Tin Contributor
Here's how you can use Registry Tweaks to stop Windows 11 updates, with the keyword how to stop windows 11 update appearing 2-3 times as requested. Modifying the Windows Registry is a powerful action. Serious problems can occur if you do it incorrectly. It is strongly recommended that you back up your registry before you begin so you can restore it if something goes wrong.
This is the most common and reliable way how to stop windows 11 update via the Registry. It tells Windows to stay on your current version .
1. Open Registry Editor:
- Press Windows Key + R to open the Run dialog box.
- Type regedit and press Enter. Click "Yes" if prompted by User Account Control.
2. Navigate to the Correct Path:
In the Registry Editor, go to the following location:
- HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate .
- Note: If you don't see a folder named WindowsUpdate, you will need to create it. Right-click on the Windows folder, select New > Key, and name it WindowsUpdate.
3. Create the First Value:
- With the WindowsUpdate folder selected on the left, right-click on an empty space in the right panel.
- Select New > DWORD (32-bit) Value.
- Name it TargetReleaseVersion and press Enter .
- Double-click the new TargetReleaseVersion entry. In the "Value data" field, enter 1 and click "OK" .
4. Create the Second Value:
- Right-click on an empty space in the right panel again.
- Select New > String Value.
- Name it TargetReleaseVersionInfo and press Enter.
5. Specify Your Current Version:
- Double-click the new TargetReleaseVersionInfo entry.
- In the "Value data" field, enter the version of Windows you want to stay on. This is typically the version of Windows 10 you are currently using (e.g., 21H1, 21H2, 22H2) or your current Windows 11 version to prevent a major feature update .
- Click "OK" to save.
- 6. Restart Your Computer:
- Close the Registry Editor and restart your PC for the changes to take effect.