Microsoft has finally handed users the controls to surgically remove the most intrusive AI features from Windows 11. A new set of toggles, group policies, and registry tweaks lets you disable Copilot’s taskbar button, wipe out the Recall timeline, and strip Click to Do from right-click menus—all without breaking the operating system.

These hidden settings arrived in a recent update that Microsoft barely acknowledged in its release notes. But the change is significant: for the first time, you can turn off major AI surface area without resorting to unsupported hacks or third-party tools. The timing is no accident. Since Copilot+ PCs launched, privacy advocates and enterprise admins have demanded finer-grained control over what data gets hoovered up and displayed.

What follows is a deep dive into each feature, the precise steps to disable or hide it, and the trade-offs you’ll face. Whether you’re a home user tired of AI clutter or an IT pro managing hundreds of machines, this guide covers every lever Microsoft has quietly exposed.

The AI features under the new kill switches

Before pulling the plug, it helps to know what you’re targeting. Copilot, Recall, and Click to Do are the holy trinity of Windows 11’s generative AI push.

Copilot appears as a sidebar app, a taskbar shortcut, and soon as a keyboard button on new hardware. It can summarize documents, answer questions, and generate images. The backend sends prompts to Microsoft’s cloud, which has made it a lightning rod for data governance disputes.

Recall takes screenshots every few seconds and builds a searchable timeline of everything you’ve ever done on your PC. It runs locally on Copilot+ PCs, but the sheer volume of captured data—passwords, private chats, financial statements—has made it the most feared feature Microsoft has ever shipped. Security researchers demonstrated how easily attackers could exfiltrate the Recall database before Microsoft belatedly added encryption and biometric checks.

Click to Do (often branded “Click to Do / AI Actions”) injects AI shortcuts directly into the right-click context menu. Highlight text or an image, and the menu offers to rewrite it, explain it, or generate something new. It’s meant to be frictionless, but many users find it violates muscle memory and turns every interaction into an upsell for Copilot.

Each of these now has its own off switch. They aren’t all in the same place, and Microsoft’s naming can be cryptic, but the plumbing is finally there.

Disabling Copilot—the four levels of control

Copilot is the easiest to turn off because Microsoft gives you multiple ways to do it, depending on how thoroughly you want to exorcise it.

Hide the Copilot taskbar button
Settings > Personalization > Taskbar. Under “Taskbar items,” flip the toggle next to “Copilot” to Off. This removes the icon and prevents accidental launches, but the Copilot app remains installed and can still be invoked via the Win+C shortcut. For most home users, this single click eliminates the visual annoyance.

Disable Copilot entirely through Group Policy
If you’re on Windows 11 Pro, Enterprise, or Education, open the Local Group Policy Editor (gpedit.msc). Navigate to User Configuration > Administrative Templates > Windows Components > Windows Copilot. Enable the policy “Turn off Windows Copilot.” Restart Explorer or sign out. Copilot vanishes from the system tray, Win+C stops working, and the app becomes inaccessible. Microsoft added this policy with the same update that brought the taskbar toggle, but admins will recognize it as the nuclear option.

Block Copilot via Registry (works on Home editions too)
Launch regedit and browse to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot. Create a new DWORD (32-bit) Value named TurnOffWindowsCopilot and set it to 1. This mimics the Group Policy setting but works on all editions. A reboot or Explorer restart seals the deal.

Strip the Copilot app from Windows entirely
For maximum paranoia, you can uninstall the Copilot app package. Open PowerShell as administrator and run:
Get-AppxPackage | Where-Object {$_.Name -like "*Copilot*"} | Remove-AppxPackage
This deletes the Progressive Web App wrapper that powers Copilot. Future Windows feature updates might reinstall it, so you’ll want to block it through policy or registry as well.

None of these steps break Windows Search or other Microsoft 365 AI integrations—those are separate services. And if you’ve already bought a Copilot+ PC, the dedicated hardware key will still exist, but pressing it will either do nothing or open a generic helper, depending on how thoroughly you’ve disabled the software.

Killing Recall—what the new controls actually protect

Recall is the most sensitive of the three, and Microsoft has layered its shutdown controls behind a combination of Privacy & Security settings and Windows Hello requirements. The upshot is that any determined user can now turn it off completely, and the system will delete all existing snapshots.

Turn off Recall snapshots
Go to Settings > Privacy & Security > Recall & snapshots. Toggle “Save snapshots” to Off. This immediately stops the screenshot capture process and deletes the locally stored database. Microsoft warns that the action is irreversible, which is exactly what privacy-conscious users want to hear.

Manage which apps can be recalled
On the same page, you’ll find “Filter these apps from Recall.” Clicking “Add app” lets you blacklist specific programs—banking sites, password managers, confidential work tools—so even if Recall is running, it won’t capture those windows. You can also filter websites from supported browsers (Edge, Chrome, Firefox). This granularity arrived after months of beta feedback that the all-or-nothing approach was too blunt.

Require Windows Hello for Recall access
A separate checkbox, “Require Windows Hello enrollment to access Recall,” ties the feature to biometric authentication. If someone else logs into your account without your face or fingerprint, the Recall timeline stays locked. IT admins can enforce this via a new MDM policy: Experience/DisableRecall (on supported devices).

Wipe out the Recall model entirely (advanced)
For enterprise or high-security environments, there’s a hidden group policy: “Turn off saving snapshots for Windows” under Computer Configuration > Administrative Templates > Windows Components > Windows AI. Enabling it stops the screenshot service (RecallService) from starting. The policy also blocks the Recall settings page from appearing, so end users can’t accidentally re-enable it. This is the setting that many CISOs had been screaming for, and it’s finally here.

One important caveat: Recall is still exclusive to Copilot+ PCs that meet the strict hardware requirements (Snapdragon X Elite, later Intel Lunar Lake, and certain AMD Ryzen AI chips). If you’re on a traditional x86 machine, you won’t see these settings at all because the feature isn’t installed.

Taming Click to Do—context menu magic without the AI

Click to Do is the newest and least understood of the trio. It’s a floating toolbar that appears when you right-click selected text or images, offering “Rewrite,” “Explain,” “Generate image,” and similar options. Microsoft pitches it as a productivity booster, but for many, it’s just clutter that competes with the classic cut-copy-paste actions that have been there for decades.

Disable Click to Do via Settings
Microsoft added a dedicated toggle at Settings > System > AI Components > “Show AI actions in context menu when selecting text or images.” Turn it Off, and the extra menu entries disappear instantly. The change doesn’t require a restart.

Use Group Policy to blanket-disable AI actions
If you want to prevent Click to Do from ever being re-enabled, even by Windows Update, open gpedit.msc and go to User Configuration > Administrative Templates > Windows Components > AI. Enable “Disable AI actions in the context menu.” This policy overrides the user-facing toggle and locks it to Off. It also hides the setting from the UI, preventing accidental re-enablement.

Registry equivalent for Home users
Browse to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AI. Create a DWORD DisableContextMenuAI with value 1. If the AI key doesn’t exist, create it first. Log off and back on, or kill Explorer in Task Manager and restart it.

What about the “Click to Do” branding that sometimes appears as a standalone button in Office apps? That’s a separate, app-specific feature governed by Microsoft 365 settings, not the Windows policies described here. For the OS-level context menus, the above steps kill it completely.

Enterprise control: Intune, CSPs, and the bigger picture

For organizations managing fleets, the new controls aren’t just convenience—they’re compliance mandates. Microsoft has exposed all of these AI toggles as Configuration Service Providers (CSPs) compatible with Intune and other MDM platforms.

  • Copilot: CSP Policy/WindowsAIPolicy/TurnOffWindowsCopilot (must be set to 1).
  • Recall: CSP Experience/DisableRecall (Boolean: true). Requires Copilot+ hardware.
  • Click to Do: CSP Policy/AI/DisableContextMenuAI (must be set to 1).

These CSPs let admins push out the settings silently across thousands of devices. More importantly, they can’t be overridden by local users, which closes a loophole where employees could re-enable AI against company policy. The policies also integrate with Windows Update for Business compliance reporting, so a security audit can verify that every managed endpoint has AI scraping turned off.

Microsoft’s own documentation frames this as part of “Responsible AI by default,” but the timing—just as enterprise customers were threatening to skip Copilot+ PC purchases—suggests the feedback was more stick than carrot.

What you lose when you pull the plug

Turning off these features isn’t without trade-offs. With Copilot disabled, you lose inline assistance inside Microsoft Edge and any third-party apps that relied on the Copilot runtime. With Recall off, you can’t search your visual history for that document you accidentally closed. With Click to Do gone, you’ll have to right-click the old-fashioned way and manually open a browser or notepad to rewrite text.

But for the vast majority of users, these are acceptable losses. Performance doesn’t degrade; if anything, boot times improve because fewer background services launch. Battery life on laptops may see a marginal increase because Recall’s constant screenshotting and indexing are CPU-intensive.

Privacy is the obvious winner. No more screenshots of your banking session, no more prompt telemetry heading to Microsoft servers, no more accidental AI menus popping up when you’re trying to copy an address. For families, disabling these features restores a sense that the computer is a private space, not a surveillance machine.

Why Microsoft is doing this now

The cynic’s view is that Microsoft is offering these controls only because it was forced to. Recall’s launch was an unmitigated privacy disaster, prompting national data protection authorities to ask questions and security researchers to dump entire Recall databases in minutes. Copilot’s rapid rollout inside Office, Edge, and Windows simultaneously angered enterprise admins who suddenly had to manage a new vector of data exfiltration.

But there’s also a strategic calculation. By making it easy to turn off AI, Microsoft lowers the bar for adoption. A company that can disable Copilot for rank-and-file employees but enable it for knowledge workers is more likely to buy Copilot+ PCs than one that sees an all-or-nothing proposition. Similarly, a home user who hates clutter can be sold a Surface Laptop if they know they can mute the AI noise with two clicks.

Microsoft’s patch notes call these settings “user choice” and “privacy improvements,” but the reality is they’re escape hatches. They’re the pressure-release valve that keeps the entire Copilot+ ecosystem from collapsing under its own weight.

What’s still missing

Even with the new controls, gaps remain. Cortana’s ghost still lurks in some menus, and the Widgets board continues to push MSN headlines regardless of your Copilot settings. The “Meet Now” icon in the taskbar—another Microsoft experiment that never fully died—still requires a separate registry tweak. And if you disable Copilot, the Win+C shortcut doesn’t automatically remap to anything useful; it just dies.

More critically, the AI features are likely to evolve. Microsoft has already announced that a future update will integrate Copilot directly into File Explorer and the Share dialog. The current kill switches may not cover those new surfaces, which means users will be playing a perpetual game of whack-a-mole.

For now, though, the new controls represent the most comprehensive official toolkit for de-AI-ing Windows 11. The fact that they exist at all is a testament to user backlash and the power of enterprise procurement decisions. If you want a cleaner, quieter, more private Windows, the switches are finally within reach.