BETA RELEASE

Turn Off AI You Didn't Ask For

AI now ships inside your messaging apps, your search engine, and your operating system, often without asking. Here’s how to take it back out.

Meta AI

WhatsApp, Instagram, Facebook, Messenger

Meta reported one billion monthly active users in 2025. Most of those users didn't subscribe to an AI service, Meta AI ships inside WhatsApp, Instagram, and Messenger by default. You can't fully remove it from Meta's apps, but you can reduce how often it appears.

WhatsApp

  1. 1. Open any chat with "Meta AI" or tap the Meta AI icon in the search bar.
  2. 2. Tap the Meta AI name at the top of the conversation.
  3. 3. Select Mute or Delete chat.
  4. 4. To block it entirely: tap Block on the Meta AI profile page.

Blocking Meta AI in WhatsApp prevents it from responding in that chat. It does not remove the icon from the search bar.

Instagram

  1. 1. If Meta AI appears in your DMs, open the conversation.
  2. 2. Tap the Meta AI name at the top.
  3. 3. Select Delete Chat.
  4. 4. To limit AI suggestions in Search: there is no toggle. Avoid tapping the "Ask Meta AI" prompt and it will appear less frequently.

Facebook

  1. 1. Open Messenger and find any Meta AI chat.
  2. 2. Long-press the conversation and select Delete.
  3. 3. On Facebook Search: there is no option to disable the Meta AI prompt. It is baked into the search experience.

Last verified: April 2026


Google AI Overviews

Google Search (desktop and mobile browsers, Google app)

Google AI Overviews are the AI-generated summaries that appear above search results. Google handles roughly 90% of global searches, making this the most widely encountered AI feature on the internet. Google does not provide a toggle to disable them.

Workarounds

  1. 1. Add &udm=14 to any Google search URL. This forces "Web" mode and suppresses AI Overviews. Bookmark https://www.google.com/search?udm=14&q= as your default search to apply it automatically. Setup walkthrough on r/TechSEO.
  2. 2. Use the "Web" tab. After any Google search, click the Web filter below the search bar. This shows traditional results without AI summaries.
  3. 3. Install the "Bye Bye Google AI" browser extension. Available for Chrome, Edge, and Firefox (60,000+ installs). It automatically filters AI Overviews from results.
  4. 4. Switch your default search engine. DuckDuckGo, Startpage, and Kagi (paid) do not inject AI summaries into results. All major browsers let you change the default in Settings > Search Engine.

Last verified: April 2026


Microsoft Copilot

Windows 11 (taskbar, Start menu, Settings, Edge, File Explorer)

Copilot is the AI feature that keeps coming back after you remove it. Hiding the taskbar button does not disable it. It reinstalls itself after Windows updates. Kaspersky's guide notes that you may need to check periodically for a couple of months after removal to make sure it stays gone.

Windows 11 Home

No Group Policy editor on Home edition, so you need the registry.

  1. 1. Press Win + R, type regedit, press Enter.
  2. 2. Navigate to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot.
  3. 3. If the WindowsCopilot key doesn't exist, right-click Windows > New > Key and name it WindowsCopilot.
  4. 4. Right-click in the right pane > New > DWORD (32-bit) Value. Name it TurnOffWindowsCopilot.
  5. 5. Double-click the new value and set it to 1.
  6. 6. Restart your computer.

Windows 11 Pro / Enterprise

  1. 1. Press Win + R, type gpedit.msc, press Enter.
  2. 2. Navigate to User Configuration > Administrative Templates > Windows Components > Windows Copilot.
  3. 3. Double-click Turn off Windows Copilot and set it to Enabled.
  4. 4. Click Apply, then restart.

Microsoft has announced plans to retire this Group Policy setting. On Windows 11 24H2 and later, both the Group Policy and registry settings may only disable the legacy Copilot sidebar, not the standalone Copilot app. The app removal steps below are now the more reliable approach.

Removing the Copilot app

Even after disabling via policy or registry, the Copilot app may remain installed.

  1. 1. Open Settings > Apps > Installed apps.
  2. 2. Search for "Copilot."
  3. 3. Click the three-dot menu and select Uninstall.
  4. 4. If Uninstall is grayed out, open PowerShell as Administrator and run: Get-AppxPackage -Name *Microsoft.Copilot* | Remove-AppxPackage

Preventing reinstallation

  1. 1. Open Microsoft Store > Settings (your profile icon, top right).
  2. 2. Turn off App updates to prevent Copilot from silently reinstalling via Store auto-updates. (This also stops other app updates, so weigh the tradeoff.)
  3. 3. After major Windows updates (monthly cumulative or feature updates), check Settings > Apps to confirm Copilot hasn't returned.

Last verified: April 2026


Further reading

These guides cover more platforms and provide additional context on why opt-out mechanisms are so unreliable.

  • Multi-platform guide covering Apple, Google, Meta, Microsoft, and Samsung. The most thorough single resource available.

  • Covers Chrome, Gmail, Google Docs, and Windows Copilot. Notes Copilot's silent reinstallation behavior.

  • According to a webXray audit of 7,000+ websites, Google ignored browser privacy opt-out signals (GPC) 87% of the time, Meta 69%, Microsoft 50%. Turning things off is one step. Verifying they stay off is another.