How to Stop Getting Insider Preview Builds on Windows 11 PC

This tutorial will show you how to stop getting early test versions of Windows 11. These are called Insider Preview Builds.

What is Windows Insider Program?

Flighting means you test early versions of Windows 11 before everyone else gets them. When you run these test versions and send feedback to Microsoft, you help Microsoft make Windows better. Once you registered for the Windows Insider Program, you can run preview builds on as many devices as you want.

Why Stop Getting Preview Builds?

Windows Insiders help shape the future of Windows. But if you want to stop getting early test versions, you can unregister and leave the program. You can also just unenroll your device. This stops the preview builds but keeps your email updates from Microsoft.

Important Information

Admin privileges required: You must be signed in as an administrator to stop getting preview builds.

What happens depends on which channel you use:

  • If you use Beta Channel or Release Preview Channel: You can stop getting preview builds when the next major Windows 11 update comes out.
  • If you use Canary Channel or Dev Channel: You need to do a clean install of Windows 11 to stop immediately.

Option One: Use Settings

  1. Open Settings by pressing Win+I.
  2. Click Windows Update on the left side.
  3. Click Windows Insider Program on the right side.
  4. Turn On to stop getting preview builds, or turn Off to keep getting them. Look for Unenroll device.
  5. You can close Settings when done.
Windows Insider Program settings panel in Windows 11
Unenroll device option to stop preview builds Windows 11

Option Two: Use Registry Editor ⚙️

Admin privileges required: Open Windows Terminal as an administrator and run the commands below.

To turn ON stopping preview builds:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v OptOutState /t REG_DWORD /d 1 /f

To turn OFF stopping preview builds (this is the default):

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v OptOutState /t REG_DWORD /d 0 /f

Summary

Stopping Insider Preview Builds means you will no longer get early test versions of Windows 11. If you use Beta or Release Preview channels, you can unenroll through Settings. If you use Canary or Dev channels, you will need to reinstall Windows 11 completely. Always remember you need admin access to make these changes.

Categories:

Tags:

Leave a Reply

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