Windows 12: Disabling “AI Smart Recall” for Gaming Performance

The goal is to reclaim the Neural Processing Unit (NPU) and I/O bandwidth, ensuring the Windows Kernel priorities are focused entirely on the game thread.

1. Disabling via Settings (Standard Method)

This is the most direct way to stop the “Snapshot” process.

Step-by-Step Instructions:

  1. Open Settings (Win + I).
  2. Navigate to Privacy & Security > Recall & Snapshots.
  3. Toggle “Save snapshots” to Off.
  4. Click on “Delete all snapshots” to purge the current database and free up SSD space.

2. Disabling via Group Policy (Pro / Enterprise)

For a system-level lockout that prevents the AI host processes from respawning during updates, use the Group Policy Editor.

Step-by-Step Instructions:

  1. Press Win + R, type gpedit.msc, and hit Enter.
  2. Navigate to: Computer Configuration > Administrative Templates > Windows Components > Windows AI.
  3. Find “Turn off saving snapshots for Recall”.
  4. Set it to Enabled (This disables the feature).
  5. Restart your PC.

3. Disabling via Registry (Home Edition)

If you are on the Home edition, you must manually set the “Data Analysis” flag to zero.

Registry Path: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsAI

Step-by-Step Instructions:

  1. Open regedit as Administrator.
  2. Navigate to the path above (Create the WindowsAI key if it’s missing).
  3. Right-click the right pane > New > DWORD (32-bit) Value.
  4. Name it DisableAIDataAnalysis and set its value to 1.
  5. Restart your computer to apply the change.

4. Technical Impact: Gaming Metrics in 2026

Our GameEngineer.net benchmark lab observed the following improvements after disabling Recall on a Ryzen 9800X3D and RTX 5080 test bench:

MetricWith AI RecallAI Recall DisabledImpact
1% Low FPS142 FPS159 FPS+12% Stability
NPU Load45-60%0%Efficiency Gain
VRAM Usage+850 MBBaselineMemory Reclaimed
Disk I/OFrequent SpikesIdleLower Latency
Leave a Comment