Privacy and Security Change Maximum Storage Duration for Recall Snapshots in Windows 11


Recall.webp

This tutorial will show you how to change the maximum system storage duration limit for Recall snapshots to be deleted for your account, specific users, or all users in Windows 11.

Starting with Windows 11 build 26120.2415 (Dev) on Snapdragon-powered Copilot+ PCs, you can try out the Recall (Preview) feature.

Starting with Windows 11 build 26120.2510 (Dev), Microsoft is expanding the preview of Recall to Windows Insiders on AMD and Intel-powered Copilot+ PCs.

Recall was introduced earlier this year, with the ability to enable you to quickly find and jump back into what you have seen before on your PC. You can use an explorable timeline to find the content you remember seeing before. You can also use semantic powered search and just describe how you remember something and Recall will retrieve the moment you saw it. Any photo, link, or message can be a fresh point to continue from.

To use Recall you need to opt in to saving snapshots, which are screenshots of your activity. Snapshots and the contextual information derived from them are saved and encrypted to your local hard drive. Recall does not share snapshots or associated data with Microsoft or third parties, nor is it shared between different Windows users on the same device. Windows will ask for your permission before saving snapshots. You are always in control, and you can delete snapshots, pause or turn them off at any time. Any future options for the user to share data will require fully informed explicit action by the user.

To help maintain your privacy, Recall processes your content locally on the Copilot+ PC and securely stores it only on your device. Snapshots are encrypted by Device Encryption or BitLocker, which are enabled by default on Windows 11. Recall doesn't share snapshots with other users that are signed into Windows on the same device. Microsoft can't access or view the snapshots.

You're always in control of what's saved as a snapshot. You can disable saving snapshots, pause temporarily, filter apps and websites, and delete your snapshots at any time.

You can choose how long snapshots can be saved on your device. In the Maximum storage duration for snapshots setting, select either 30, 60, 90, 180 days, or unlimited. Once snapshots reach the age limit, they are deleted from the device. If you don’t set the maximum storage duration, then snapshots aren’t deleted until the Maximum storage for snapshots limit is reached, and then the oldest snapshots are deleted first.

References:

Recall (Preview) will begin to rollout on Snapdragon-powered Copilot+ PCs, with support for AMD and Intel-powered Copilot+ PCs coming soon. As we gradually roll out Recall in preview, Recall is supported on select languages including Chinese (simplified), English, French, German, Japanese, and Spanish. Content-based and storage limitations apply. See here for more details. Recall is not yet available in all regions, with expanded availability coming over time.




Contents

  • Option One: Change Maximum Storage Duration for Recall Snapshots for Current User in Settings
  • Option Two: Specify Maximum Storage Duration for Recall Snapshots for All or Specific Users in Local Group Policy Editor
  • Option Three: Specify Maximum Storage Duration for Recall Snapshots for All Users using REG file




Option One

Change Maximum Storage Duration for Recall Snapshots for Current User in Settings


1 Open Settings (Win+I).

2 Click/tap on Privacy & security on the left side, and click/tap on Recall & snapshots on the right side under "Windows permissions". (see screenshot below)

Recall_snapshots_max_storage_duration_Settings-1.webp

3 Click/tap on Storage to expand that section open. (see screenshot below step 4)

4 Select the Maximum storage duration for snapshots you want in the drop menu. (see screenshot below)

Recall_snapshots_max_storage_duration_Settings-2.webp

5 If prompted by Windows Security, click/tap on OK to approve. (see screenshot below)

Windows_Security.webp

6 You can now close Settings if you like.




Option Two

Specify Maximum Storage Duration for Recall Snapshots for All or Specific Users in Local Group Policy Editor


You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Three to configure the same policy.


1 Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.

2 Navigate to the policy location below you want in the left pane of the Local Group Policy Editor. (see screenshot below)

(All users)​
Computer Configuration > Administrative Templates > Windows Components > Windows AI

OR​

(Specific user or group)​
User Configuration > Administrative Templates > Windows Components > Windows AI

Recall_snapshots_max_storage_duration_gpedit-1.webp

3 In the right pane of Windows AI in the Local Group Policy Editor, double click/tap on the Set maximum duration for storing snapshots used by Recall policy to edit it. (see screenshot above)

4 Do step 5 (specify) or step 6 (default) below for what you want.

5 Specify Maximum Storage Duration for Recall Snapshots for All Users

This will gray out, override, and prevent users from using Option One.


A) Select (dot) Enabled. (see screenshot below)​

B) Under Options, select the duration you want to specify in the Select maximum storage duration drop menu.​

C) Click/tap on OK, and go to step 7.​

Recall_snapshots_max_storage_duration_gpedit-3.webp

6 Undo Specify Maximum Storage Duration for Recall Snapshots for All Users

This is the default setting to allow users to use Option One.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 7.​

Recall_snapshots_max_storage_duration_gpedit-2.webp

7 You can now close the Local Group Policy Editor if you like.




Option Three

Specify Maximum Storage Duration for Recall Snapshots for All Users using REG file


You must be signed in as an administrator to use this option.


1 Do step 2 (specify) or step 3 (default) below for what you want.

2 Specify Maximum Storage Duration for Recall Snapshots for All Users

This will gray out, override, and prevent users from using Option One.


A) Click/tap on the Download button below to download the REG file for the duration you want, and go to step 4 below.​

Let_OS_define_max_storage_duration_for_Recall_snapshots_for_all_users.reg


(Contents of .reg file)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"SetMaximumStorageDurationForRecallSnapshots"=dword:00000000

OR

30-days_Max_storage_duration_for_Recall_snapshots_for_all_users.reg


(Contents of .reg file)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"SetMaximumStorageDurationForRecallSnapshots"=dword:0000001e

OR

60-days_Max_storage_duration_for_Recall_snapshots_for_all_users.reg


(Contents of .reg file)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"SetMaximumStorageDurationForRecallSnapshots"=dword:0000003c

OR

90-days_Max_storage_duration_for_Recall_snapshots_for_all_users.reg


(Contents of .reg file)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"SetMaximumStorageDurationForRecallSnapshots"=dword:0000005a

OR

180-days_Max_storage_duration_for_Recall_snapshots_for_all_users.reg


(Contents of .reg file)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"SetMaximumStorageDurationForRecallSnapshots"=dword:000000b4

3 Undo Specify Maximum Storage Duration for Recall Snapshots for All Users

This is the default setting to allow users to use Option One.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Default_User-choice_Max_storage_duration_for_Recall_snapshots.reg


(Contents of .reg file)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsAI]
"SetMaximumStorageDurationForRecallSnapshots"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"SetMaximumStorageDurationForRecallSnapshots"=-

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Back
Top Bottom