Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Recall utilizes Windows AI Foundry to help you find anything you've seen on your PC. Search using any clues you remember or use the timeline to scroll through your past activity, including apps, documents, and websites. Once you've found what you're looking for, you can quickly jump back to the content seen in the snapshot by selecting the relaunch button below the screenshot. The UserActivity API is what allows apps to provide deep links, so you can pick up where you left off.
Learn more about Recall, including:
- System Requirements
- How to use Recall
- How to search with Recall
- How content interaction (with "Screenray") works
- How to pause or resume snapshots
- How to filter certain websites or apps from being saved by Recall
- How to manage Recall snapshots and disk space
- Keyboard shortcuts
Learn more about Privacy and control over your Recall experience, including:
- Controls on how to manage your Recall and snapshots preferences
- How to filter apps and websites from your snapshots
- How snapshot storage works (content stays local)
- Built-in security included with the secured-core PC, Microsoft Pluton security processor, and Windows Hello Enhanced Sign-in Security (ESS)
For IT Administrators, learn how to Manage Recall using Windows Client Management, including:
- System requirements
- Supported browsers
- How to configure policies for Recall
- Limitations
- User controlled settings for Recall
- Storage allocation
- Policy setting for control over whether Windows saves snapshots of the screen and analyzes user activity on the device: DisableAIDataAnalysis
Recall updates:
- GA release of Recall on Copilot+ PCs (April 25, 2025)
- Previewing Recall with Click to Do on Copilot+ PCs with Windows Insiders in the Dev Channel (November 22, 2024)
- Update on Recall security and privacy architecture (September 27, 2024)
- Update on the Recall preview feature for Copilot+ PCs (June 7, 2024).
Prerequisites
- A Copilot+ PC from Qualcomm, Intel, or AMD.
- Arm64EC (Emulation Compatible) is not currently supported.
- The April 2025 Windows non-security preview update or later must be installed on your device.
- Consumers with Copilot+ PCs can be among the first to experience these new features by going to: Settings > Windows Update and turning on “Get the latest updates as soon as they’re available.” Then select “Check for Updates” to download and install the April non-security preview release. In some cases, features may be provided via a separate update.
Use Recall in your Windows app
For users who opt-in by enabling "Recall & snapshots" in Settings > Privacy & security, Windows will regularly save snapshots of the customer's screen and store them locally. Using screen segmentation and image recognition, Windows provides the power to gain insight into what is visible on the screen. Users of your Windows applications will now be able to semantically search these saved snapshots and find content related to your app.
To improve the Recall experience for your app, you can enable relaunching of content within your app.
Temporarily suspend saving snapshots
Some apps might need to temporarily suspend saving of Recall snapshots.
To prevent Recall saving content, apps can follow existing guidance to prevent screen capture of their content.
For example, your app can use SetWindowDisplayAffinity to set the display affinity to WDA_MONITOR
. This ensures that the window content is only displayed on a monitor. Everywhere else, including Recall, the window appears with no content.
Web browser apps that support a concept of "InPrivate" mode should see the guidance for web browsers.