The Paint app in Windows 11 has several AI features (Copilot), such as Image Creator, Generative Erase, and Remove Background, which make editing your images and creating new images easier. While these AI features are helpful, there may be times when you want to disable them. For example, you might be using Paint in a corporate or school environment, find that the new options interfere with your workflow, or simply don’t want to use AI features for privacy reasons. Whatever your specific reason is, if you don’t want them, you can easily disable AI features in Paint using the Group Policy Editor and Registry Editor. Let me show you how.
Good to know: How to create AI images using Paint

Before You Start
- The steps below only disable cloud-based AI features such as Image Creator. As of now, you cannot disable locally run AI features, such as Generative Erase and Remove Background.
- Administrator rights are required to turn off AI-powered features in Paint.
- Group Policy Editor is only available to users of the Pro and Enterprise editions. If you are using Windows 11 Home, follow the Registry Editor method instead.
Disable AI Features in Paint Using Group Policy Editor
- Open the Run dialog by pressing “Windows key + R“.
- Enter “gpedit.msc” and click “OK“.
- Go to the “Computer Configuration” > “Administrative Templates” folder.
- Go to the “Windows Components” > “Paint” folder under it.
- Double-click the “Disable Cocreator” policy.
- Select “Enabled” and click “OK“.
- Double-click the “Disable generative fill” policy.
- Select “Enabled” and click “OK“.
- Double-click the “Disable Image Creator” policy.
- Select “Enabled” and click “OK“.
- Close the Group Policy Editor and restart your computer.
- With that, you’ve disabled the AI features in Paint on Windows 11.
Note: To enable these features again, follow the same steps but select “Not configured” in the policy properties window. Don’t forget to restart your computer after making these changes.

Disable AI Feature in Paint Using Registry Editor
- Open the Start menu by pressing the “Windows key”.
- Search and open “Registry Editor“.
- Go to the “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies” folder.
- Right-click the “Policies” folder on the left sidebar.
- Select “New” > “Key“.
- Set “Paint” as the new folder’s name.
- Right-click the “Paint” folder.
- Select “New” > “DWORD (32-bit) Value“.
- Name the value “DisableCocreator“.
- Double-click the newly created value.
- Replace the “0” with “1” in the Value Data field.
- Click “OK“.
- Right-click the “Paint” folder again.
- Select “New” > “DWORD (32-bit) Value“.
- Name the value “DisableGenerativeFill“.
- Double-click the newly created value.
- Replace the “0” with “1” in the Value Data field.
- Click “OK“.
- Right-click the “Paint” folder again.
- Select “New” > “DWORD (32-bit) Value“.
- Name the value “DisableImageCreator“.
- Double-click the newly created value.
- Replace the “0” with “1” in the Value Data field.
- Click “OK“.
- Close the Registry Editor.
- Restart your computer.
- With that, you’ve disabled the AI features in Paint.
Note: To re-enable the disabled AI feature in Paint, change the value data of “DisableCocreator”, “DisableGenerativeFill”, and “DisableImageCreator” values to “0”.

That is all. It is that simple to turn off the generative AI features in Paint. As I said earlier, the steps above (in both methods) won’t disable the locally run AI features, such as Generative Erase and Remove Background.
If you have any questions or need help, comment below. I’ll be happy to assist.