en-US windows computer

Allow Recall to be enabled

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 the Recall optional component is available for end users to enable on their device. By default, Recall is disabled for managed commercial devices. Recall isn't available on managed devices by default, and individual users can't enable Recall on their own. If this policy is not configured, end users will have the Recall component in a disabled state. If this policy is disabled, the Recall component will be in disabled state and the bits for Recall will be removed from the device. If snapshots were previously saved on the device, they will be deleted when this policy is disabled. Removing Recall requires a device restart. If the policy is enabled, end users will have Recall available on their device. Depending on the state of the DisableAIDataAnalysis policy (Turn off saving snapshots for use with Recall), end users will be able to choose if they want 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

Value name: AllowRecallEnablement

Enabled: AllowRecallEnablement = 1

Disabled: AllowRecallEnablement = 0

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/WindowsAI/AllowRecallEnablement
Device 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 - Recall isn't available.
  • 1 (Default) - Recall is available.

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.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Allow Recall to be enabled
; State: Enabled
; Supported on: At least Windows 11 Pro, Enterprise, or Education with Windows Sandbox

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

PowerShell

# Exported from gporais.com
# Policy: Allow Recall to be enabled
# State: Enabled
# 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 'AllowRecallEnablement' -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