Microsoft has just rolled out Windows 11 24H2, and among the new features, one stands out for its blend of convenience and controversy: Recall. Positioned as a productivity tool, Recall aims to be your digital memory, but it’s also raising eyebrows due to privacy concerns. If you’re wondering what it does, why it matters, and—most importantly—how to turn it off, you’re in the right place.
What is Windows Recall?
Recall is an AI-powered feature designed to take snapshots of your screen at regular intervals, allowing you to search through your past activity like a timeline. It captures text, images, and windows you’ve interacted with, and stores that data locally on your machine. The idea is that you’ll never forget where you saw something again—emails, websites, documents, you name it.
But there’s a catch.
While Recall stores data locally and is secured by encryption, it still involves continuous background tracking of your screen activity. For some users, especially those who value privacy or work with sensitive information, that’s a little too close for comfort.
Why the Concern?
The main issue isn’t necessarily what Recall does—it’s how it does it. By default, Recall takes screenshots every few seconds. These snapshots can include everything from your personal messages to sensitive business documents. Although Microsoft assures that the data never leaves your device and remains encrypted, the fact that it’s being stored at all makes some users uneasy.
Additionally, security researchers and tech enthusiasts have pointed out that storing such a large volume of data—even locally—could be a liability if your machine is ever compromised.
How to Disable Recall in Windows 11 24H2
If you’d rather not have Recall running on your system, there are a few ways to disable it. Here’s how:
Option 1: During Setup (OOBE)
If you’re setting up a fresh install of Windows 11 24H2, you may see an option to disable Recall during the “Out Of Box Experience” setup. Simply choose Not now when prompted about enabling Recall.
Option 2: From Settings
- Open Settings.
- Navigate to Privacy & Security.
- Click on Recall & Snapshots.
- Toggle Save Snapshots to Off.
- (Optional) Click Delete all snapshots if you want to erase previously saved data.
Option 3: Group Policy (for IT administrators)
For users managing multiple systems (like in enterprise or education environments), you can disable Recall via Group Policy:
- Open Group Policy Editor (gpedit.msc).
- Go to Computer Configuration > Administrative Templates > Windows Components > Recall.
- Set Turn off Recall to Enabled.
Option 4: PowerShell (Advanced)
Power users can use PowerShell to apply the same policy:
- Open PowerShell as Administrator.
- Run this command:
New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI" -Force
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI" -Name "DisableAIDataAnalysis" -Value 1 -PropertyType DWORD -Force
- Restart your PC to apply the changes.
These commands create or update the policy setting that tells Windows to disable AI data analysis features like Recall.
Final Thoughts
Recall in Windows 11 24H2 is a classic case of tech innovation walking a fine line between usefulness and overreach. While some users may find its AI-powered memory helpful, others may prefer to keep their digital lives a little more private.
Thankfully, Microsoft has provided ways to disable it—at least for now. If you’re concerned about privacy or simply don’t find Recall useful, taking a few moments to disable it could give you greater peace of mind.
