Windows Recall UK Privacy Guide: What the ICO Says & How to Protect Your Data

Microsoft's AI screenshot tool is rolling out to UK laptops — here's what the ICO recommends and how to stay in control of your data.

By Neil Andrews·Published 3 May 2026

Share:LinkedInFacebook
Windows Recall UK Privacy Guide: What the ICO Says & How to Protect Your Data
<div class='bg-gradient-to-br from-white to-gray-50 rounded-2xl shadow-xl p-8 mb-8 border-2 border-blue-100'>
  <h2 class='text-2xl font-bold text-gray-900 mb-4'>What Is Windows Recall? How It Works on Your UK Laptop</h2><p class="text-sm text-gray-600 mt-2 mb-0">Windows Recall is one of several AI-powered laptop features emerging in 2026, though privacy concerns set it apart from other AI tools designed to improve productivity. <a href="/ai-laptop-features" class="text-blue-600 hover:underline">Read more →</a></p>
  <div class='prose max-w-none text-gray-700'>
    <p>Windows Recall takes periodic screenshots of everything you do on your laptop — websites visited, documents opened, emails read, applications used — and indexes all of it so you can search your own history in plain English. Ask it "find that invoice I was looking at last Tuesday" and it will surface a snapshot. Useful. Also alarming, depending on your threat model.</p>
    <p>The feature runs locally by default. Microsoft says screenshots are stored on your device, not uploaded to its servers. Processing happens via an on-device neural processing unit (NPU), which is why Recall requires Copilot+ PC hardware — specifically a machine with at least 40 TOPS of NPU performance, 16GB RAM, and 256GB storage. That rules out most budget laptops and anything pre-2024.</p>
    <p>In the UK, Recall is rolling out to Copilot+ certified machines from Dell, HP, Lenovo, ASUS, and Microsoft's own Surface lineup. That includes the Surface Pro 11, Surface Laptop 7, HP OmniBook X, Lenovo ThinkPad T14s Gen 6 (Snapdragon), ASUS Vivobook S 15, and Dell XPS 13 9345. If you buy a premium Windows 11 laptop in 2025, there is a reasonable chance Recall is on it.</p>
    <p>On performance: Microsoft claims the NPU handles Recall processing without meaningfully hitting CPU or battery life. Independent testing shows the impact is marginal during light tasks, though continuous background indexing does introduce a small but measurable drain during sustained use. For most people doing everyday work, it is unlikely to be noticeable. For developers running VMs or compiling code — where every resource counts — it is worth monitoring.</p>

    <div class='my-6 grid grid-cols-2 sm:grid-cols-4 gap-4'>
      <div class='text-center bg-gradient-to-br from-blue-50 to-indigo-100 border border-blue-200 rounded-xl p-5'>
        <p class='text-4xl font-black text-blue-700'>40+</p>
        <p class='text-sm font-semibold text-blue-600 mt-1'>TOPS NPU required</p>
      </div>
      <div class='text-center bg-gradient-to-br from-green-50 to-emerald-100 border border-green-200 rounded-xl p-5'>
        <p class='text-4xl font-black text-green-700'>16GB</p>
        <p class='text-sm font-semibold text-green-600 mt-1'>Minimum RAM</p>
      </div>
      <div class='text-center bg-gradient-to-br from-amber-50 to-orange-100 border border-amber-200 rounded-xl p-5'>
        <p class='text-4xl font-black text-amber-700'>256GB</p>
        <p class='text-sm font-semibold text-amber-600 mt-1'>Minimum storage</p>
      </div>
      <div class='text-center bg-gradient-to-br from-purple-50 to-violet-100 border border-purple-200 rounded-xl p-5'>
        <p class='text-4xl font-black text-purple-700'>Local</p>
        <p class='text-sm font-semibold text-purple-600 mt-1'>Storage (default)</p>
      </div>
    </div>
  </div>
</div>

<div class='bg-gradient-to-br from-white to-gray-50 rounded-2xl shadow-xl p-8 mb-8 border-2 border-purple-100'>
  <h2 class='text-2xl font-bold text-gray-900 mb-4'>UK Information Commissioner's Office (ICO) Privacy Stance on Recall</h2>
  <div class='prose max-w-none text-gray-700'>
    <p>The ICO didn't stay quiet on this one. When Recall was first announced, the ICO contacted Microsoft directly and made its concerns public. The regulator's position is clear: any feature that systematically captures and processes personal data — including sensitive information like banking details, medical records, or private communications — must meet the requirements of UK GDPR and the Data Protection Act 2018.</p>
    <p>The ICO flagged several specific concerns. First, the adequacy of consent mechanisms. Recall is opt-out by default on some configurations, which the ICO views as problematic under UK GDPR's requirement for freely given, specific, informed, and unambiguous consent. Second, the encryption standards applied to locally stored snapshots. The ICO expects data of this sensitivity to be encrypted at rest with access controls tied to authenticated user sessions. Third, user control — specifically whether people can genuinely and easily delete all captured data without technical barriers.</p>
    <p>Microsoft subsequently made changes ahead of the UK and wider rollout. Recall became opt-in during Windows setup (rather than silently enabled), snapshots are now stored in an encrypted database unlocked only by Windows Hello biometric authentication, and users can pause, filter, or fully delete snapshot history at any time.</p>
    <p>The ICO continues to monitor the rollout and expects Microsoft to demonstrate ongoing compliance. This is not a one-time assessment. The ICO has enforcement powers under the Data Protection Act 2018 that include fines of up to £17.5 million or 4% of global annual turnover — whichever is higher. Microsoft is paying attention.</p>

    <div class='my-6 grid grid-cols-1 sm:grid-cols-2 gap-4'>
      <div class='bg-white border border-gray-100 rounded-xl p-5 shadow-sm flex gap-4 items-start'>
        <div class='flex-shrink-0 w-9 h-9 rounded-lg bg-blue-100 flex items-center justify-center'>
          <svg class='w-5 h-5 text-blue-600' fill='none' stroke='currentColor' viewBox='0 0 24 24'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z'/></svg>
        </div>
        <div><p class='font-semibold text-gray-900 mb-1'>Consent Requirements</p><p class='text-sm text-gray-600'>ICO expects opt-in consent, not opt-out. Recall must be explicitly enabled by the user during setup — not buried or pre-ticked.</p></div>
      </div>
      <div class='bg-white border border-gray-100 rounded-xl p-5 shadow-sm flex gap-4 items-start'>
        <div class='flex-shrink-0 w-9 h-9 rounded-lg bg-green-100 flex items-center justify-center'>
          <svg class='w-5 h-5 text-green-600' fill='none' stroke='currentColor' viewBox='0 0 24 24'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z'/></svg>
        </div>
        <div><p class='font-semibold text-gray-900 mb-1'>Encryption Standards</p><p class='text-sm text-gray-600'>Snapshot database must be encrypted at rest. Microsoft now ties access to Windows Hello authentication following ICO pressure.</p></div>
      </div>
      <div class='bg-white border border-gray-100 rounded-xl p-5 shadow-sm flex gap-4 items-start'>
        <div class='flex-shrink-0 w-9 h-9 rounded-lg bg-purple-100 flex items-center justify-center'>
          <svg class='w-5 h-5 text-purple-600' fill='none' stroke='currentColor' viewBox='0 0 24 24'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z'/></svg>
        </div>
        <div><p class='font-semibold text-gray-900 mb-1'>User Control</p><p class='text-sm text-gray-600'>Users must be able to pause, filter by application, and delete all snapshots without technical barriers or hidden hurdles.</p></div>
      </div>
      <div class='bg-white border border-gray-100 rounded-xl p-5 shadow-sm flex gap-4 items-start'>
        <div class='flex-shrink-0 w-9 h-9 rounded-lg bg-amber-100 flex items-center justify-center'>
          <svg class='w-5 h-5 text-amber-600' fill='none' stroke='currentColor' viewBox='0 0 24 24'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z'/></svg>
        </div>
        <div><p class='font-semibold text-gray-900 mb-1'>Transparency</p><p class='text-sm text-gray-600'>ICO expects Microsoft and device manufacturers to clearly explain what Recall captures, how long it retains data, and how to stop it.</p></div>
      </div>
    </div>
  </div>
</div>

<div class='bg-gradient-to-br from-white to-gray-50 rounded-2xl shadow-xl p-8 mb-8 border-2 border-green-100'>
  <h2 class='text-2xl font-bold text-gray-900 mb-4'>Your Privacy Rights Under UK GDPR: What Changes With Recall?</h2>
  <div class='prose max-w-none text-gray-700'>
    <p>Recall processes personal data. Under UK GDPR and the Data Protection Act 2018, that gives you enforceable rights — regardless of whether the processing happens on Microsoft's servers or on the SSD inside your own laptop.</p>
    <p>The local-vs-cloud distinction matters, but not in the way most people assume. Because Recall runs on your device, Microsoft does not receive your snapshots by default. This means Microsoft is not acting as a data controller for that local processing in most circumstances. You are, in effect, the data controller for your own Recall database. That shifts responsibility — but it also means you have full authority to manage it.</p>
    <p>Where it gets complicated is in shared or workplace environments. If your employer issued the laptop, they have access to it and therefore to Recall snapshots. That introduces an employer-as-data-controller scenario with implications under UK GDPR Article 6 (lawful basis for processing) and Article 9 (special category data, if the screenshots capture health information, religious content, or similar).</p>

    <div class='my-6 bg-amber-50 border-l-4 border-amber-400 rounded-r-xl p-5'>
      <p class='font-bold text-amber-900 mb-1'>Key takeaway</p>
      <p class='text-sm text-amber-800'>If your employer provided your laptop and Recall is enabled, your employer almost certainly has access to everything Recall has captured. That is a UK GDPR compliance issue for them — but a privacy issue for you right now. Raise it with your IT or HR department immediately.</p>
    </div>

    <p>On personal devices, your rights are straightforward. You have the right to know what Recall is capturing. You have the right to access that data (it's stored locally — you can view it directly). You have the right to delete it, in full or selectively. You have the right to object to the processing entirely by disabling the feature. None of these rights require you to contact Microsoft. You exercise them through your device settings.</p>
    <p>Informed consent under UK law means you understood what you were agreeing to before Recall started capturing. Microsoft's revised setup flow — which now requires an explicit opt-in — is intended to satisfy this. If you bought a Copilot+ PC before those changes rolled out, check whether Recall was silently enabled. If it was, that consent was questionable at best.</p>
  </div>
</div>

<div class='bg-gradient-to-br from-white to-gray-50 rounded-2xl shadow-xl p-8 mb-8 border-2 border-amber-100'>
  <h2 class='text-2xl font-bold text-gray-900 mb-4'>How to Disable Windows Recall or Configure It Safely</h2>
  <div class='prose max-w-none text-gray-700'>
    <p>Turning Recall off is straightforward. Here's exactly how to do it on Windows 11.</p>

    <div class='my-6 space-y-3'>
      <div class='flex gap-4 items-start bg-white rounded-xl p-5 border border-gray-200 shadow-sm'>
        <span class='flex-shrink-0 w-9 h-9 rounded-full bg-gradient-to-br from-blue-500 to-blue-700 text-white text-sm font-bold flex items-center justify-center shadow'>1</span>
        <div><p class='font-semibold text-gray-900 mb-1'>Open Settings</p><p class='text-sm text-gray-600'>Press Windows + I to open Settings. Navigate to Privacy &amp; Security, then scroll to find the Recall &amp; Snapshots section.</p></div>
      </div>
      <div class='flex gap-4 items-start bg-white rounded-xl p-5 border border-gray-200 shadow-sm'>
        <span class='flex-shrink-0 w-9 h-9 rounded-full bg-gradient-to-br from-blue-500 to-blue-700 text-white text-sm font-bold flex items-center justify-center shadow'>2</span>
        <div><p class='font-semibold text-gray-900 mb-1'>Toggle Recall Off</p><p class='text-sm text-gray-600'>Set &quot;Save snapshots&quot; to Off. This stops all new screenshot capture immediately. Existing snapshots remain until you delete them.</p></div>
      </div>
      <div class='flex gap-4 items-start bg-white rounded-xl p-5 border border-gray-200 shadow-sm'>
        <span class='flex-shrink-0 w-9 h-9 rounded-full bg-gradient-to-br from-blue-500 to-blue-700 text-white text-sm font-bold flex items-center justify-center shadow'>3</span>
        <div><p class='font-semibold text-gray-900 mb-1'>Delete Existing Snapshots</p><p class='text-sm text-gray-600'>Click &quot;Delete all snapshots&quot; to remove the entire Recall database from your device. You can set a retention period or delete snapshots from specific time ranges.</p></div>
      </div>
      <div class='flex gap-4 items-start bg-white rounded-xl p-5 border border-gray-200 shadow-sm'>
        <span class='flex-shrink-0 w-9 h-9 rounded-full bg-gradient-to-br from-blue-500 to-blue-700 text-white text-sm font-bold flex items-center justify-center shadow'>4</span>
        <div><p class='font-semibold text-gray-900 mb-1'>Filter Applications (if keeping Recall)</p><p class='text-sm text-gray-600'>Under &quot;Excluded apps,&quot; add any applications you don't want Recall to capture — banking apps, password managers, work VPN clients, anything sensitive.</p></div>
      </div>
      <div class='flex gap-4 items-start bg-white rounded-xl p-5 border border-gray-200 shadow-sm'>
        <span class='flex-shrink-0 w-9 h-9 rounded-full bg-gradient-to-br from-blue-500 to-blue-700 text-white text-sm font-bold flex items-center justify-center shadow'>5</span>
        <div><p class='font-semibold text-gray-900 mb-1'>Verify Windows Hello Is Active</p><p class='text-sm text-gray-600'>If you keep Recall enabled, confirm that Windows Hello (fingerprint or face recognition) is set up. Recall's encrypted database is locked behind biometric authentication — without it, that protection is weakened.</p></div>
      </div>
      <div class='flex gap-4 items-start bg-white rounded-xl p-5 border border-gray-200 shadow-sm'>
        <span class='flex-shrink-0 w-9 h-9 rounded-full bg-gradient-to-br from-blue-500 to-blue-700 text-white text-sm font-bold flex items-center justify-center shadow'>6</span>
        <div><p class='font-semibold text-gray-900 mb-1'>Check on First Boot (New Devices)</p><p class='text-sm text-gray-600'>On a newly purchased Copilot+ PC, Recall should appear as an opt-in choice during Windows setup. If you skipped past it, check its status immediately using the steps above before using the machine.</p></div>
      </div>
    </div>

    <p>Disabling Recall has no effect on your warranty and does not impair any other Windows functionality. It simply removes the screenshot indexing service. Windows Search, Copilot, and all other features continue to work normally.</p>
  </div>
</div>

<div class='bg-gradient-to-br from-white to-gray-50 rounded-2xl shadow-xl p-8 mb-8 border-2 border-rose-100'>
  <h2 class='text-2xl font-bold text-gray-900 mb-4'>Best UK Laptops With &amp; Without Recall: A Buyer's Checklist</h2>
  <div class='prose max-w-none text-gray-700'>
    <p>Recall only runs on Copilot+ PCs. That hardware tier currently sits in the mid-to-premium segment. If privacy is your primary concern, simply buying outside that tier sidesteps the issue entirely.</p>

    <div class='my-6 overflow-x-auto rounded-xl shadow-sm border border-gray-200'>
      <table class='w-full text-sm'>
        <thead><tr class='bg-gradient-to-r from-gray-900 to-gray-800 text-white'><th class='px-5 py-4 text-left font-semibold'>Laptop</th><th class='px-5 py-4 text-center font-semibold'>Recall Capable</th><th class='px-5 py-4 text-center font-semibold'>Copilot+ PC</th><th class='px-5 py-4 text-center font-semibold'>Privacy Note</th></tr></thead>
        <tbody class='divide-y divide-gray-100 bg-white'>
          <tr class='hover:bg-gray-50'><td class='px-5 py-3 font-medium text-gray-700'>Microsoft Surface Laptop 7</td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-amber-100 text-amber-800'>Yes</span></td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800'>Yes</span></td><td class='px-5 py-3 text-center text-gray-600'>Disable during setup</td></tr>
          <tr class='hover:bg-gray-50'><td class='px-5 py-3 font-medium text-gray-700'>HP OmniBook X 14</td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-amber-100 text-amber-800'>Yes</span></td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800'>Yes</span></td><td class='px-5 py-3 text-center text-gray-600'>Opt-in at setup</td></tr>
          <tr class='hover:bg-gray-50'><td class='px-5 py-3 font-medium text-gray-700'>Lenovo ThinkPad T14s Gen 6 (Snapdragon)</td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-amber-100 text-amber-800'>Yes</span></td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800'>Yes</span></td><td class='px-5 py-3 text-center text-gray-600'>Enterprise policy controls available</td></tr>
          <tr class='hover:bg-gray-50'><td class='px-5 py-3 font-medium text-gray-700'>ASUS Vivobook S 15 (Snapdragon X)</td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-amber-100 text-amber-800'>Yes</span></td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800'>Yes</span></td><td class='px-5 py-3 text-center text-gray-600'>Opt-in at setup</td></tr>
          <tr class='hover:bg-gray-50'><td class='px-5 py-3 font-medium text-gray-700'>HP Spectre x360 14 (Intel Core Ultra 5)</td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800'>No</span></td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800'>No</span></td><td class='px-5 py-3 text-center text-gray-600'>No Recall — privacy-safe by design</td></tr>
          <tr class='hover:bg-gray-50'><td class='px-5 py-3 font-medium text-gray-700'>Lenovo ThinkPad X1 Carbon Gen 11</td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800'>No</span></td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800'>No</span></td><td class='px-5 py-3 text-center text-gray-600'>Excellent privacy controls, no Recall</td></tr>
          <tr class='hover:bg-gray-50'><td class='px-5 py-3 font-medium text-gray-700'>Dell XPS 13 Plus (Intel 13th gen)</td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800'>No</span></td><td class='px-5 py-3 text-center'><span class='inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800'>No</span></td><td class='px-5 py-3 text-center text-gray-600'>No Recall capability</td></tr>
        </tbody>
      </table>
    </div>

    <p>My advice: if you're drawn to a Copilot+ PC for its performance or battery life — and the Snapdragon X Elite machines are genuinely impressive on both counts — buy it. Disable Recall during setup and move on. The hardware benefits are real and the privacy risk is entirely avoidable. If you'd rather not think about it, stick with non-Copilot+ hardware — Intel or AMD machines on Windows 11 do not have Recall capability regardless of settings.</p>

    <div class='my-6 grid grid-cols-1 sm:grid-cols-2 gap-4'>
      <div class='bg-green-50 border border-green-200 rounded-xl p-5'>
        <h4 class='font-bold text-green-800 mb-3 flex items-center gap-2'><svg class='w-5 h-5 text-green-600' fill='currentColor' viewBox='0 0 20 20'><path fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd'/></svg>Recall Benefits (if enabled)</h4>
        <ul class='space-y-2'><li class='flex items-start gap-2 text-sm text-green-900'><span class='text-green-500 font-bold mt-0.5'>✓</span>Natural language search of your entire work history</li><li class='flex items-start gap-2 text-sm text-green-900'><span class='text-green-500 font-bold mt-0.5'>✓</span>Quickly recover lost documents or forgotten research</li><li class='flex items-start gap-2 text-sm text-green-900'><span class='text-green-500 font-bold mt-0.5'>✓</span>All processing stays on-device by default</li><li class='flex items-start gap-2 text-sm text-green-900'><span class='text-green-500 font-bold mt-0.5'>✓</span>Encrypted and gated behind biometric auth</li></ul>
      </div>
      <div class='bg-red-50 border border-red-200 rounded-xl p-5'>
        <h4 class='font-bold text-red-800 mb-3 flex items-center gap-2'><svg class='w-5 h-5 text-red-600' fill='currentColor' viewBox='0 0 20 20'><path fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm4.707-9.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293z' clip-rule='evenodd'/></svg>Privacy Trade-offs</h4>
        <ul class='space-y-2'><li class='flex items-start gap-2 text-sm text-red-900'><span class='text-red-500 font-bold mt-0.5'>✗</span>Captures sensitive data by default unless filtered</li><li class='flex items-start gap-2 text-sm text-red-900'><span class='text-red-500 font-bold mt-0.5'>✗</span>Serious risk on employer-issued or shared devices</li><li class='flex items-start gap-2 text-sm text-red-900'><span class='text-red-500 font-bold mt-0.5'>✗</span>Physical device theft could expose snapshot database</li><li class='flex items-start gap-2 text-sm text-red-900'><span class='text-red-500 font-bold mt-0.5'>✗</span>Ongoing ICO scrutiny — compliance picture still evolving</li></ul>
      </div>
    </div>
  </div>
</div>

<div class='bg-gradient-to-br from-white to-gray-50 rounded-2xl shadow-xl p-8 mb-8 border-2 border-blue-100'>
  <h2 class='text-2xl font-bold text-gray-900 mb-4'>FAQ: Windows Recall, UK Privacy Law &amp; Your Laptop</h2>
  <div class='prose max-w-none text-gray-700'>

    <div class='my-6 space-y-3'>
      <div class='flex gap-4 items-start bg-white rounded-xl p-5 border border-gray-200 shadow-sm'>
        <span class='flex-shrink-0 w-9 h-9 rounded-full bg-gradient-to-br from-purple-500 to-purple-700 text-white text-sm font-bold flex items-center justify-center shadow'>Q</span>
        <div><p class='font-semibold text-gray-900 mb-1'>Can Microsoft see my Recall screenshots?</p><p class='text-sm text-gray-600'>No, not by default. Snapshots are stored locally on your device in an encrypted database. Microsoft does not receive them unless you separately use features that upload data to Microsoft's cloud services.</p></div>
      </div>
      <div class='flex gap-4 items-start bg-white rounded-xl p-5 border border-gray-200 shadow-sm'>
        <span class='flex-shrink-0 w-9 h-9 rounded-full bg-gradient-to-br from-purple-500 to-purple-700 text-white text-sm font-bold flex items
Neil Andrews

Written by Neil Andrews

Founder & Lead Reviewer, Best Laptop Review UK

Software developer and DevOps engineer with 20+ years of professional experience across software development, database administration, and infrastructure. Neil has been building and repairing computers since the early 1990s and uses Linux, Windows, and macOS daily.

20+ yrs software developmentDevOps & infrastructure engineeringLinux, Windows & macOS daily userHardware builder & repair experience

Advertisement

Comments

Loading comments…

Leave a comment

Not published — you'll get a quick verification code

0/2000

All comments are reviewed before appearing.