Forum Discussion
Danteta
Aug 07, 2026Copper 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...
KapilArya
Aug 08, 2026MVP
Hello,
You can use Group Policy to block automatic updates. This ensures updates are downloaded/installed only when you want them:
- Open GPO snap-in by running gpedit.msc command.
- Go to Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update -> Manage end user experience.
- Double click Configure Automatic Updates policy setting, select Enabled. Then under 'Configure automatic updating' section, choose 2 - Notify for download and auto install.
- Click Apply, followed by OK.
Multiple reboots will finally disable auto updates.
Let us know if this helps!