Share via

Disable recall without disabling Copilot

David deLesdernier 0 Reputation points
2026-05-24T12:41:53.09+00:00

How do I disable Recall without disabling Copilot?

Microsoft Copilot | Windows Copilot | Feature
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-05-24T12:42:03.87+00:00

    Recall can be disabled independently while keeping Copilot available.

    On a personal (unmanaged) Copilot+ PC:

    1. Turn off saving snapshots only:
      • Open Settings > Privacy & security > Recall & snapshots.
      • Set Save snapshots to Off. This stops new snapshots from being saved but keeps Recall installed and Copilot available.
    2. Remove the Recall feature entirely (optional, more drastic):
      • Open Start and search for Turn Windows features on or off.
      • In Windows Features, clear the Recall checkbox.
      • Restart the PC. Any existing snapshots are deleted when Recall is removed. Copilot remains available because Recall is an optional Windows feature separate from Copilot.

    On a managed (work or school) device:

    • IT admins control whether Recall is present and whether users can save snapshots via the Allow Recall to be enabled and Turn off saving snapshots for Recall policies.
    • Even when admins allow Recall, saving snapshots still requires explicit user opt‑in; admins cannot start snapshotting on behalf of users.
    • If the Save snapshots toggle is greyed out or Recall is removed, this is enforced by policy and must be changed by the admin.

    For command-line removal on a managed device where Recall has been enabled:

    • An individual user can run (with appropriate rights):
        Disable-WindowsOptionalFeature -Online -FeatureName "Recall" -Remove
      
      This removes Recall and its snapshots from that device without disabling Copilot.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.