How to Uninstall or Reinstall Recall on Windows 11
Recall on Windows 11 is a new feature that takes snapshots of your PC activity to help you find things later. Microsoft has confirmed Recall requires update KB5036887 to be installed on compatible Copilot+ PCs, and it turns the feature on by default.
If you want to turn Recall off or get it running again, you can do so.
This guide shows you the steps to uninstall or reinstall Recall on your Windows 11 PC.
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 Windows Recall on or off directly from your Windows Settings to manage your privacy and control screen snapshots.
- 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.
There are other options 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) has made Recall a feature you can add or remove from your system. Removing it completely gives you full control over your privacy.
How to Add or Remove Recall Using Windows Features
When you remove the Microsoft Recall feature, it stops running and gives you more control over active Windows features.
- 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 will apply the changes. It may ask you to restart your PC. After you restart, the Recall feature will be added or removed based on your choice.
How to Uninstall or Reinstall Recall Using Commands
For those who prefer using commands, you can uninstall or reinstall Recall quickly through Windows Terminal. This command-line method offers precise 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"
You can also use PowerShell commands:
To enable Recall:
Enable-WindowsOptionalFeature -Online -FeatureName "Recall"
To disable Recall:
Disable-WindowsOptionalFeature -Online -FeatureName "Recall"
After running these commands, restart your computer. This makes sure the changes take effect.
Summary
To disable Windows Recall, you can turn it off in Settings, remove it through Windows Features, or use commands in 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!