How to Uninstall or Reinstall Recall on Windows 11
Recall on Windows 11 is an AI 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
Managing privacy preferences and screen captures happens directly inside the main Settings app .
- 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
Removing the Microsoft Recall feature halts background data collection and grants greater authority over active system operations.
- 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. A system restart might be requested. Following a reboot, the Recall feature status updates to match your configuration choice.
How to Uninstall or Reinstall Recall Using Commands
Command-line utilities within Windows Terminal provide a fast method for uninstalling or reinstalling Recall. This approach ensures precise administrative control.
⚠️ 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, turn it off in Settings, remove it through Windows Features, or execute commands inside Windows Terminal.- 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!