How to Uninstall or Reinstall Recall on Windows 11
Recall on Windows 11 is an AI (artificial intelligence) tool that takes screenshots of your computer screen every few seconds so you can search through your past activity later. Microsoft turns on this feature by default on Copilot+ PCs running update KB5036887.
You can turn off Recall or completely remove it from your PC if you prefer more privacy. Restoring the feature later takes just a few steps if you change your mind.
You can uninstall Recall by opening Windows Features and unchecking it, or by using commands in Windows Terminal. Reinstalling involves checking the box in Windows Features or running the enable command in Terminal. Restart your PC after making changes.
What is Recall?
Recall is a Windows 11 feature that takes screenshots of your screen every few seconds to help you remember what you’ve seen.
How to Turn Recall On or Off in Settings
You can turn off Windows Recall in Settings when you want to stop the feature from taking screenshots of your computer activity. Open the Settings app, go to Privacy & security, select Recall & snapshots, and flip the toggle switch to turn snapshots off. This stops the feature immediately without removing it from your system completely.
- Click the Start button and open Settings .
- Go to Privacy & security.
- Find and click on Recall & snapshots.
- Toggle the switch to turn snapshots on or off.
Alternative methods exist too, like pausing snapshots temporarily, excluding certain apps, or deleting all snapshots.
Recall is Now a Windows Feature You Can Add or Remove
A recent Windows update (KB5041865 Windows 11 build 26100.1591) allows adding or removing Recall as an optional component. Removing it completely grants total control over privacy.
How to Add or Remove Recall Using Windows Features
You can remove Windows Recall using Windows Features to completely take the feature off your computer. Open the Run box by pressing the Windows key and R, type OptionalFeatures.exe to open the system features list, find Recall, and uncheck the box next to it. Restart your computer when prompted to finish removing it.
- Press Windows key + R on your keyboard to open the Run box.
- Type
OptionalFeatures.exeand press Enter. This opens the Windows Features window. - Scroll down the list until you find Recall.
- Check the box to add (turn on) Recall. Or uncheck it to remove (turn off) Recall.
- Click OK to save your changes.

Windows applies these modifications automatically. Restart your PC. The Recall feature status updates after the reboot.
How to Uninstall or Reinstall Recall Using Commands
You can uninstall or reinstall Recall using commands in Windows Terminal if you need a reliable administrative method. Open Windows Terminal as an administrator by right-clicking the Start button, open a command tab, and run the specific package management commands to remove the feature completely from your Windows 11 system.
⚠️ Admin privileges required
Steps:
- Open Windows Terminal as an administrator. To do this, right-click the Start button and choose Windows Terminal (Admin).
- In Windows Terminal, open a PowerShell or Command Prompt tab.
- To install (enable) Recall, type this command and press Enter:
DISM /Online /Enable-Feature /FeatureName:"Recall" - To uninstall (disable) Recall, type this command and press Enter:
DISM /Online /Disable-Feature /FeatureName:"Recall"
PowerShell commands offer another viable method:
To enable Recall:
Enable-WindowsOptionalFeature -Online -FeatureName "Recall"
To disable Recall:
Disable-WindowsOptionalFeature -Online -FeatureName "Recall"
Rebooting the computer after executing these commands guarantees the modifications apply correctly.
Summary
To disable Windows Recall, you can turn it off in the Settings app, remove it through Windows Features, or run a quick command in Windows Terminal. Recall is a Windows 11 feature that takes screenshots of your screen every few seconds, and you can control or remove it easily to protect your privacy.- Recall is a Windows 11 feature that takes snapshots of your screen every few seconds.
- You can control Recall to protect your privacy by turning it off or uninstalling it.
- Turn Recall on or off from Settings under Privacy & security.
- You can add or remove Recall from Windows Features or by using commands in Windows Terminal.
- Restart your PC after making changes to ensure everything works properly.
- By managing Recall the way you want, you keep your computer privacy exactly how you like it.
Is disabling Recall good?
Disabling Recall gives users and administrators control over what's being captured and stored, ensuring transparency and better system performance.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.
No comments yet — be the first to share your thoughts!