The developers at Brave Software announced that their browser will now block the Windows Recall functionality by default. This ensures that Windows cannot take screenshots of Brave windows, maintaining the privacy of users.
The AI function Recall was first introduced in May 2024. It is designed to help “remember” any information that the user has viewed in the past, making it accessible through a simple search. Recall takes a snapshot of any active window on the screen every few seconds, recording everything happening in Windows, whether it’s browsing websites in a browser, chatting in a messenger, or working with other applications.
After the announcement, Recall faced harsh criticism from cybersecurity experts and privacy advocates. Specialists compared the feature to a keylogger and demonstrated that it could be used for data theft.
In response to criticism, Microsoft has postponed the launch of Recall and announced that it will provide additional security by making the feature optional and encrypting the database so that it is inaccessible until the user authenticates via Windows Hello.
In December 2024, Recall became available again to participants in the Windows Insiders program, but users once again discovered issues and criticized the company: it turned out that Recall saves credit card numbers, social security numbers, and other confidential information, even if it is prohibited.
In the spring of 2025, Microsoft began rolling out Windows Recall to all users who installed the Windows 11 update KB5055627 on Copilot+ PCs. Shortly thereafter, the feature became available to anyone who installed the May updates.
The developers of Brave have now announced that they have decided to proactively add a feature to their browser that will prevent Recall from capturing the content of windows.
“Given that Brave places a strong emphasis on default settings that ensure maximum privacy, and what is at stake (your entire browsing history), we have preemptively disabled Recall for all Brave tabs,” the company states. “We believe it is important that your activity in the Brave browser does not accidentally end up in a permanent database, which can be particularly susceptible to misuse in sensitive situations (for example, in cases of partner abuse).”
On GitHub, the developers of Brave explain that they used Microsoft’s SetInputScope API and set the value to IS_PRIVATE for all browser windows. This informs Windows that the content of the windows should not be captured or indexed by Recall.
“Microsoft claims that a web browser can use SetInputScope to set the scope to the IS_PRIVATE value, so that Recall does not save the user’s browsing history. We can forcibly set this value for all windows in the renderer_widget_host_view,” the company says.
The innovation has already been implemented in Brave Nightly builds and is expected to roll out to stable releases in the coming weeks.
Recall that in May of this year, the developers of the Signal messenger made a similar decision and also blocked the Recall functionality by default, stating that Microsoft simply left them no other choice.