en-US windows computer user

Turn off saving snapshots for use with Recall

Verified with Windows 11 25H2 — updated on July 30, 2026

Windows 11 25H2

Supported on: At least Windows 11 Pro, Enterprise, or Education with Windows Sandbox

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Windows AI

Description

This policy setting allows you to determine whether snapshots of the screen can be saved for use with Recall. For managed devices, snapshots for Recall are not enabled by default. IT administrators cannot, on their own, enable saving snapshots on behalf of their users. The choice to enable saving snapshots requires individual user opt-in consent. If the policy is not configured, snapshots won't be saved for use with Recall. If you enable this policy, snapshots won't be saved for use with Recall. If snapshots were previously saved on the device, they will be deleted when this policy is enabled. If you set this policy to disabled, end users will have a choice to save snapshots of their screen and use Recall to find things they've seen on their device.

Registry

HKLM SOFTWARE\Policies\Microsoft\Windows\WindowsAI
HKCU SOFTWARE\Policies\Microsoft\Windows\WindowsAI

Value name: DisableAIDataAnalysis

Enabled: DisableAIDataAnalysis = 1

Disabled: DisableAIDataAnalysis = 0

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/WindowsAI/DisableAIDataAnalysis
User ./User/Vendor/MSFT/Policy/Config/WindowsAI/DisableAIDataAnalysis
DeviceUser Since Windows 11, version 24H2 with KB5055627 [10.0.26100.3915] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.0)

CSP values
  • 0 (Default) - Enable Saving Snapshots for Recall.
  • 1 - Disable Saving Snapshots for Recall.

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Turn off saving snapshots for use with Recall
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Windows 11 Pro, Enterprise, or Education with Windows Sandbox

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"DisableAIDataAnalysis"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Turn off saving snapshots for use with Recall
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Windows 11 Pro, Enterprise, or Education with Windows Sandbox

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'DisableAIDataAnalysis' -Value 1 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview