Windows

Windows 11 Recall Feature: How to Uninstall or Reinstall for Enhanced Privacy

Richard
Written by
Richard
Aug 29, 2024 Updated Apr 17, 2026 3 min read
Windows 11 Recall Feature: How to Uninstall or Reinstall for Enhanced Privacy

This guide explains how to remove or add the Recall feature in Windows 11.

Recall & Snapshots is an AI tool that acts like a digital memory. It takes pictures of your screen to help you find things you looked at earlier. It snaps a new photo every 5 seconds if the screen content has changed.

Why: You might want to remove this to save storage space or to keep your screen activity private.

What happens when done: Your computer will stop saving these snapshots, and the feature will be removed from your system.

You can turn this feature off in your settings by going to Settings > Privacy & security > Recall & snapshots. You can also explore other options like disabling saving snapshots, temporarily pausing, filtering applications, websites, and deleting snapshots. With the latest KB5041865 Windows 11 build 26100.1591 (24H2) update, Recall is now an optional feature you can fully remove.

Add or remove Recall using Windows Features

You can manage this feature through the Windows Features menu.

  1. Open the Windows Features menu by running OptionalFeatures.exe.
  2. Find Recall in the list.
  3. Uncheck the box to remove it, or check the box to add it back.
Windows Features dialog showing Recall feature checkbox option

Click OK to save your changes. Note: This step requires administrator privileges.

Uninstall or Reinstall Recall using Command

You can also use the command line to manage this feature.

Note: These steps require administrator privileges.

First, open the Windows Terminal as an administrator and select the Windows PowerShell or Command Prompt tab.

To install the feature, run this command:

DISM /Online /Enable-Feature /FeatureName:"Recall"

To remove the feature, run this command:

DISM /Online /Disable-Feature /FeatureName:"Recall"

Alternatively, you can use PowerShell by opening the Windows Terminal as administrator and selecting the PowerShell tab.

To install the feature via PowerShell, run:

Enable-WindowsOptionalFeature -Online -FeatureName "Recall"

To remove the feature via PowerShell, run:

Disable-WindowsOptionalFeature -Online -FeatureName "Recall"

You may need to restart your computer for these changes to take effect.

Summary

The Recall feature in Windows 11 captures snapshots of your screen to help you search your history. If you prefer not to use it, you can easily turn it off in your Privacy settings or remove it entirely using the Windows Features menu or command-line tools like DISM and PowerShell. Always restart your computer after making these changes to ensure they are fully applied.

What is the Recall feature in Windows 11?

The Recall feature in Windows 11 is an AI tool that saves snapshots of your screen every 5 seconds, functioning like a photographic memory. It allows users to quickly search and find previously viewed content on their PC.

How can I uninstall the Recall feature in Windows 11?

To uninstall the Recall feature, open Windows Features (OptionalFeatures.exe), scroll down to find Recall, and uncheck it. Alternatively, you can use the command 'DISM /Online /Disable-Feature /FeatureName:"Recall"' in the Windows Terminal.

Can I reinstall the Recall feature after uninstalling it?

Yes, you can reinstall the Recall feature by going to Windows Features and checking the Recall option again. You can also use the command 'DISM /Online /Enable-Feature /FeatureName:"Recall"' in the Windows Terminal.

How do I manage Recall settings for privacy in Windows 11?

You can manage Recall settings by navigating to Settings > Privacy & security > Recall & snapshots. Here, you can disable saving snapshots, pause the feature, filter applications, and delete existing snapshots.

Do I need to restart my computer after changing Recall settings?

Yes, it is recommended to restart your computer after enabling or disabling the Recall feature to ensure that the changes take effect properly.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2461 articles → Twitter

📚 Related Tutorials

How to Uninstall and Reinstall OneDrive on Windows 11
Windows How to Uninstall and Reinstall OneDrive on Windows 11
How to Uninstall Windows Updates in Windows 11
Windows How to Uninstall Windows Updates in Windows 11
How to Change Windows Terminal Language in Windows 11
Windows How to Change Windows Terminal Language in Windows 11

Leave a Reply

Your email address will not be published. Required fields are marked *