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

      The Ultimate Guide to Node.js Development Pricing for Enterprises

      July 29, 2025

      Stack Overflow: Developers’ trust in AI outputs is worsening year over year

      July 29, 2025

      Web Components: Working With Shadow DOM

      July 28, 2025

      Google’s new Opal tool allows users to create mini AI apps with no coding required

      July 28, 2025

      I replaced my Samsung OLED TV with this Sony Mini LED model for a week – and didn’t regret it

      July 29, 2025

      I tested the most popular robot mower on the market – and it was a $5,000 crash out

      July 29, 2025

      5 gadgets and accessories that leveled up my gaming setup (including a surprise console)

      July 29, 2025

      Why I’m patiently waiting for the Samsung Z Fold 8 next year (even though the foldable is already great)

      July 29, 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

      Performance Analysis with Laravel’s Measurement Tools

      July 29, 2025
      Recent

      Performance Analysis with Laravel’s Measurement Tools

      July 29, 2025

      Memoization and Function Caching with this PHP Package

      July 29, 2025

      Laracon US 2025 Livestream

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

      Microsoft mysteriously offered a Windows 11 upgrade to this unsupported Windows 10 PC — despite it failing to meet the “non-negotiable” TPM 2.0 requirement

      July 29, 2025
      Recent

      Microsoft mysteriously offered a Windows 11 upgrade to this unsupported Windows 10 PC — despite it failing to meet the “non-negotiable” TPM 2.0 requirement

      July 29, 2025

      With Windows 10’s fast-approaching demise, this Linux migration tool could let you ditch Microsoft’s ecosystem with your data and apps intact — but it’s limited to one distro

      July 29, 2025

      Windows 10 is 10 years old today — let’s look back at 10 controversial and defining moments in its history

      July 29, 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

    Microsoft mysteriously offered a Windows 11 upgrade to this unsupported Windows 10 PC — despite it failing to meet the “non-negotiable” TPM 2.0 requirement

    July 29, 2025
    News & Updates

    With Windows 10’s fast-approaching demise, this Linux migration tool could let you ditch Microsoft’s ecosystem with your data and apps intact — but it’s limited to one distro

    July 29, 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-52724 – BoldThemes Amwerk Object Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    AI-powered malware eludes Microsoft Defender’s security checks 8% of the time — with just 3 months of training and “reinforcement learning” for around $1,600

    News & Updates

    CVE-2022-50223 – LoongArch Linux Kernel CPUInfo Information Disclosure Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-7421 – Tenda O3V2 HTTPd Stack-Based Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Development

    Building Together: PRFT Colleagues Volunteer with Atlanta Habitat for Humanity

    June 27, 2025

    On May 31, the Atlanta Perficient team had the opportunity to participate in an Atlanta…

    CVE-2025-30743 – Oracle Lease and Finance Management HTTP Internal Operations Unauthorized Access and Data Manipulation

    July 16, 2025

    danielebarbaro/laravel-vat-eu-validator

    April 20, 2025

    CVE-2025-52809 – John Russell National Weather Service Alerts PHP Local File Inclusion

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

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