How to Remove AI Features from Windows 11 Using RemoveWindowsAI
Microsoft has recently been pushing more AI-powered features into Windows 11, including Copilot integration, Recall, AI image generation, and natural language search tools. While some users appreciate these additions, others prefer a cleaner Windows experience without AI integrations.
Fortunately, a free open-source tool called RemoveWindowsAI makes it possible to disable or completely remove many AI-related features from Windows 11 quickly and easily.
Table of Contents
What Is RemoveWindowsAI?
RemoveWindowsAI is a PowerShell-based script designed to disable and remove AI-related features from Windows 11. The tool is completely free, open-source, and hosted on GitHub with frequent updates to support the latest Windows releases.
Unlike traditional command-line scripts, RemoveWindowsAI also includes a graphical user interface (GUI), allowing users to select which AI features they want to remove with simple checkboxes.
What Features Can RemoveWindowsAI Disable?
The tool can disable or remove several AI-powered Windows features, including:
- Microsoft Copilot integration
- Recall activity tracking
- AI image generation in Paint
- AI settings inside Windows Settings
- Notepad Rewrite AI feature
- AI-related Microsoft Edge integrations
- AI privacy settings
- AI-related mini apps and extensions
It works mainly by modifying Windows Registry values associated with AI functionality.
How to Use RemoveWindowsAI
Before using the tool, it is highly recommended to create a restore point or a full Windows backup since the script performs deep system modifications.
Step 1: Open PowerShell as Administrator
Press Win + S on your keyboard and search for:
- PowerShell
- Terminal
Then click Run as administrator.
Step 2: Run the Main Command
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1")))
A graphical interface will appear showing all removable AI features.
Step 3: Select Features to Remove
Choose the features you want to disable or uninstall. At the bottom of the window, you will find:
- Backup Mode — Creates a backup before changes.
- Revert Mode — Restores previously removed features.
After selecting the desired options, click Apply. The tool will process the changes and restart your PC automatically.
Direct PowerShell Commands
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 Removed Features
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -revertMode -AllOptions
Important Notes
According to the developer, certain features such as:
- Gaming Copilot
- OneDrive AI tools
- Windows Studio Effects
must be disabled manually because the script cannot fully control them.
It is also important to know that future Windows updates may reinstall some AI features automatically. To reduce this issue, the script installs a special package designed to block automatic AI feature reinstalls.
However, major Windows updates could still bypass these protections, meaning you may need to run the script again after future updates.
Final Thoughts
RemoveWindowsAI is currently one of the easiest and most effective tools for removing unwanted AI functionality from Windows 11. Whether you want to disable Copilot, remove Recall, or simply reduce Microsoft's growing AI integrations, the tool offers a fast and user-friendly solution.
Because the script is open-source and regularly updated, it is likely to remain one of the best options for users seeking a cleaner and more privacy-focused Windows experience.


0 Comments