Microsoft is pushing artificial intelligence deeper into Windows 11 with every major update. From Copilot in the taskbar and Recall recording your activity, to AI-powered actions in File Explorer and image generation in Paint, Windows is becoming increasingly AI-driven—whether users like it or not.
But many Windows 11 users aren’t thrilled. The biggest complaint?
Microsoft doesn’t offer a clean, simple way to disable or remove these AI features completely.
Fortunately, the open-source community stepped in. A developer known as zoicware has created RemoveWindowsAI, a free script that strips Windows 11 of nearly all AI components—Copilot, Recall, AI system packages, hidden AI services, and more.
If you want a clean, AI-free Windows 11 experience, this tool is currently the most complete solution available.
Below is your full guide.
What RemoveWindowsAI Actually Removes
RemoveWindowsAI is a PowerShell script maintained on GitHub and updated frequently to match the latest Windows builds. The tool includes a graphical interface with toggles for each AI component so you can choose what to remove.
Here’s everything it can eliminate from your system:
✔ Disable AI Features via Registry
Turns off Copilot and Recall directly through Windows Registry changes. It also:
- Removes Copilot integration in Edge
- Disables Copilot in Windows Search
- Turns off AI features in Paint
- Disables privacy-related AI settings
✔ Remove the Recall Optional Feature
Completely uninstalls the Windows Recall feature and deletes all its stored files.
✔ Remove Recall Scheduled Tasks
Eliminates tasks created by Recall in Task Scheduler, preventing background data collection.
✔ Remove AI AppX Packages
Deletes AI-related system packages, including:
- Copilot
- AIX
- CoreAI
- WindowsWorkload AI components
Even packages marked as “non-removable” by Windows are force-removed.
✔ Disable Notepad AI Rewrite
Turns off the AI rewrite feature in Notepad via registry and group policy tweaks.
✔ Remove AI CBS Packages
Windows stores hidden AI service packages inside the CBS (Component-Based Servicing) store. This option reveals and removes them.
✔ Prevent AI Packages From Reinstalling
Creates a custom Windows Update package that blocks Windows from reinstalling AI components through updates or DISM.
✔ Disable Copilot Policies
Edits Windows service policy JSON files to set all Copilot policies to disabled.
✔ Remove AI Files from System Directories
Wipes leftover AI executables and libraries from locations including:
- SystemApps
- WindowsApps
- Program Files
- ML-related DLLs
- Copilot installers
✔ Hide AI Settings Pages
Modifies SettingsPageVisibility to hide AI-related settings screens from the Windows Settings app.
How to Use RemoveWindowsAI
RemoveWindowsAI runs through PowerShell with administrator privileges. You can choose between a graphical interface or command-line execution.
⚠️ Before you continue:
Create a system restore point or a full backup. The script makes deep system modifications, and while a built-in backup/revert mode exists, you should always prepare a fallback.
Method 1: Using the Graphical Interface (Recommended)
- Open PowerShell as Administrator
Right-click the Start menu → Terminal (Admin). - Run the script with this command:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) - A GUI window appears with all available AI removal options. Each toggle includes a description via a blue “?” icon.
- At the bottom, choose between:
- Backup Mode (creates restore files)
- Revert Mode (undoes previous removals)
- Click Apply to start the removal process.
- Restart your PC once the script finishes.

Method 2: Command-Line Removal (For Advanced Users)
Remove all AI features WITH backup:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -backupMode -AllOptions
Remove all AI features WITHOUT backup:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -AllOptions
Restore everything (requires Backup Mode):
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -revertMode -AllOptions
Restart after running any of these commands.
Limitations You Should Know
While RemoveWindowsAI does an impressive job, it’s not perfect. Here’s what to keep in mind:
1. Some AI features still require manual removal
According to the developer, certain components cannot be disabled automatically. Examples include:
- Gaming Copilot
- OneDrive AI features
- Windows Studio Effects (AI-enhanced camera/audio)
A separate manual guide is provided on the GitHub page.
2. Windows updates may reinstall AI components
The script includes protections to block reinstalls, but major Windows updates could bypass them.
You may need to re-run the script after big system updates.
3. Copilot+ PCs are not fully tested
The developer notes that not all changes have been validated on Copilot+ PCs, which may contain exclusive AI hardware features requiring additional steps.
Conclusion
Microsoft is committed to integrating AI deeply into Windows 11—but not every user wants it. If you’re looking for a cleaner, privacy-friendly, AI-free system, RemoveWindowsAI is currently the most effective tool available.
It removes nearly every AI engine, service, package, and feature, while giving you full control over what stays or goes. Just make sure to create a backup before diving in, and be aware that major updates may require reapplying the script.
For privacy-focused power users, it’s an essential tool in 2025.
And if you'd like to go a step further in supporting us, you can treat us to a virtual coffee ☕️. Thank you for your support ❤️!
We do not support or promote any form of piracy, copyright infringement, or illegal use of software, video content, or digital resources.
Any mention of third-party sites, tools, or platforms is purely for informational purposes. It is the responsibility of each reader to comply with the laws in their country, as well as the terms of use of the services mentioned.
We strongly encourage the use of legal, open-source, or official solutions in a responsible manner.


Comments