Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»How to disable Recall in Windows 11 (Registry script to turn off Recall AI)

    How to disable Recall in Windows 11 (Registry script to turn off Recall AI)

    April 28, 2025

    To turn off Recall in Windows 11, you need to disable a Group Policy called “Allow Recall to be enabled” and restart your PC. In the case of Windows 11 Home, you need to create a Registry value called “AllowRecallEnablement” and save the changes, then reboot the system to remove the Recall AI feature completely.

    Recall snapshots
    You can pause Recall directly from the taskbar

    But what even is Recall, and why might you want to keep it at bay? Windows Recall is an AI-powered feature that records your screen by capturing snapshots at regular intervals, so you can go back in time and resume your activity. That’s the core idea of Recall, but do you really need it?

    Recall is the flagship feature of Copilot+ PC, a new lineup with exclusive NPU chips, and it’s not available on older PCs. If you recently purchased a Copilot+ PC, you’ll begin seeing Recall during the OOBE (out-of-the-box experience) screen when booting Windows 11.

    Microsoft believes Recall is the best AI feature for a PC, and it’s shipping it to all AI PCs, but you won’t be forced to use it. Still, Recall files are there on your PC. If you don’t want Recall-related components present on Windows 11, you can remove them completely using the Group Policy Editor or the Registry Editor.

    1. Disable Recall in Windows 11 using the Group Policy Editor

    To turn off Recall using Group Policy Editor, follow these steps on Windows 11 24H2:

    1. Press the Win key, type gpedit.msc, and press Enter to launch the Group Policy Editor.
    2. In Group Policy Editor, navigate to the following path:
      Computer Configuration > Administrative Templates > Windows Components > Windows AI
    3. On the right side, you’ll see “Windows AI.” Inside this local folder, look for Allow Recall to be enabled. In our case, it was the first policy inside the Windows AI folder.
    4. Double-click Allow Recall to be enabled policy.
      disable recall ai group policy editor
    5. Select the Disabled radio button in the Group Policy Editor and click on the Apply button.
      disable recall ai group policy editor 2
    6. Restart your PC to apply the changes.

    As you can see in the above screenshot, Group Policy clarifies everything about how Recall is turned on in Windows 11.

    By default, “Allow Recall to be enabled” policy is set to “Not Configured” and Microsoft says the policy can be controlled to determine whether Recall optional component is available for end users to enable on their device.

    While Recall is not turned on by default, you’ll still have the Recall toggle and related bits in the operating system unless you use the Group Policy to completely remove it. When the policy is set to “Disabled,” you’ll not see anything related to Recall in the operating system. Otherwise, the Recall toggle is offered via Settings.

    “If this policy is disabled, the Recall component will be in disabled state and the bits for Recall will be removed from the device,” Microsoft noted in the Group Policy.

    Removing the Recall component always requires a system reboot.

    2. Remove Recall from Windows 11 using the Registry Editor

    To remove Recall AI from Windows 11 using Registry Editor, follow these steps:

    1. Press the Win key, type regedit, and press Enter to launch the Registry Editor. You might see the UAC prompt. Click on Yes to continue.
    2. Navigate to the following path:
      ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsAI
    3. Right-click on the right-hand side pane and select New > DWORD (32-bit) Value and name it AllowRecallEnablement.
    4. Double-click on the newly created value and set the Value Data to 0. Keep the Base as Hexadecimal.
      disable recall ai using registry editor
    5. Close the Registry Editor and restart the PC to apply the changes.

    Windows 11 Home users don’t have access to the Group Policy Editor. So, the Group Policy method is useless for anyone using the Copilot+ PC Home version.

    However, when you apply a policy in the Group Policy Editor (GPE), it actually creates a registry entry using which your system understands what to do with the feature. GPE is basically a GUI for managing policies/scripts.

    In this case, GPE creates the AllowRecallEnablement registry value to manipulate the Recall feature, and the above steps allow you to do that on Windows 11 Home.

    3. Turn off Recall in Windows 11 using PowerShell

    Admins can manage Recall AI on connected PCs using a simple PowerShell command.

    Since Recall can only be managed by admins in Enterprise environments, running the following command can turn off the feature and remove related data, if any:

    Disable-WindowsOptionalFeature -Online -FeatureName "Recall" -Remove

    Why might you want to remove the Windows 11 AI feature?

    As I mentioned above, Recall is a great way to go back in time. You can use Recall to find specific moments even when you don’t remember the exact details. It could be a crucial file you were working on or a vacation photo of a special friend, Recall can help you reach it instantly.

    Windows 11 Recall AI privacy settings
    Recall AI privacy settings | Image Courtesy: WindowsLatest.com

    This works because Recalls records your screen, and it knows what you are doing on your browser, app, and other areas of the operating system.

    Recall AI Windows 11

    At the same time, Recall is one of the most controversial features of Windows 11 because an AI recording your screen sounds creepy. Microsoft was forced to pull Recall from early preview builds because the AI feature was insecure and had privacy issues, which were spotted by security researchers.

    It’s been almost a year, and Recall is back again. This time, it’s finally secure and rolling out to everyone with a Copilot+ PC. Some might like the feature, while others will continue to hate it.

    Whatever the case, you now know three methods to get rid of Recall AI in Windows 11. Previously, there was a fourth method to disable Recall AI in Optional Features, but that doesn’t exist now.

    The post How to disable Recall in Windows 11 (Registry script to turn off Recall AI) appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleAdopt the PACE Framework with IBM watsonx.governance
    Next Article Extreme Mind’s Eye Teleportation Secrets of Srinidhi Ranganathan – India’s Human AI

    Related Posts

    News & Updates

    A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

    July 22, 2025
    News & Updates

    “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-4709 – Campcodes Sales and Inventory System SQL Injection

    Common Vulnerabilities and Exposures (CVEs)

    The Role of UI/UX Design in Cybersecurity

    Web Development

    CVE-2025-39372 – WordPress Events Calendar Registration & Tickets Cross-site Scripting

    Common Vulnerabilities and Exposures (CVEs)

    Hidden Costs of Inefficient Online Testing and How to Stop the Money Drain

    Web Development

    Highlights

    CVE-2025-47866 – Trend Micro Apex Central Unrestricted File Upload Vulnerability

    June 17, 2025

    CVE ID : CVE-2025-47866

    Published : June 17, 2025, 6:15 p.m. | 2 hours, 15 minutes ago

    Description : An unrestricted file upload vulnerability in a Trend Micro Apex Central widget below version 8.0.6955 could allow an attacker to upload arbitrary files on affected installations.

    Severity: 4.3 | MEDIUM

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    AT&T has a new cheaper wireless plan for seniors – how to tell if you qualify

    June 4, 2025

    CVE-2023-4533 – Red Hat OpenShift Remote Code Execution

    April 30, 2025

    Human-centric AI delivered at scale is the NiCE approach to CX

    June 24, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.