SOLVED: Touch ID unlocks Mac, but Safari History, Find My widget, and Spotlight stay empty/locked after a Backup Restore

The Problem:

If you recently restored your Mac from a backup disk or migrated your data, you might encounter a frustrating bug where unlocking your Mac with Touch ID works to get you past the lock screen, but leaves secure background data vaults completely locked.


Symptoms include:

  • The Find My "People" widget displays no data or stops working.
  • Safari Personal History / Spotlight clipboard features fail to load.
  • Secure panes in System Settings (like Spotlight preferences) hang or don't populate.
  • Crucial Tell: Logging in or waking the Mac with your password fixes everything instantly, but waking it with Touch ID breaks it again.


The Cause:

When you restore from a backup, your files copy over perfectly, but the low-level cryptographic link between your restored Local Items keychain vault and the physical Secure Enclave Processor (SEP) chip inside the Mac is broken. Typing your password utilizes software-level key derivation to force the vaults open, but Touch ID passes a biometric hardware token that the legacy, restored folder doesn't recognize.


The Fix (Step-by-Step):

You can fix this by forcing macOS to isolate the legacy hardware-bound container and generate a fresh one natively paired to your current Secure Enclave configuration.

  • Open Terminal (Finder > Applications > Utilities > Terminal).
  • Move into your Keychains directory by running:
cd ~/Library/Keychains/

ls -la
  • Look for a folder named with a long, unique combination of numbers and dashes (a UUID folder string, such as 838327D5-XXXX-XXXX...).
  • Move that specific folder to your Desktop as a backup to isolate it out of the system path (replace the placeholder text below with your actual folder name):
mv ~/Library/Keychains/[YOUR_UUID_FOLDER_NAME] ~/Desktop/
  • Force-flush the security daemons:
sudo killall -9 localauthd securityd
  • Restart your Mac immediately.
  • Log back in using your password on initial boot. This forces macOS to automatically generate a brand-new, completely healthy version of that UUID folder natively signed by your current hardware.
  • Go to System Settings > Touch ID & Password, re-enroll your fingerprints, and give iCloud a few minutes to silently sync your passwords and secure tokens back down to the fresh vault.


Your Touch ID unlocks will now fully populate your widgets, Safari history, and system extensions exactly like a password login does. Once you confirm it works, you can delete the old folder off your Desktop.

MacBook Pro 16″, macOS 27.0

Posted on Jul 3, 2026 2:37 AM

Reply
6 replies

Jul 3, 2026 11:27 AM in response to leroydouglas

It’s actually not dubious at all, it’s just historical clutter from an old Mac or a past major macOS upgrade.


If you look closely at the timestamps in your original screenshot:

  • One folder is from March 5, 2020 (over 6 years old).
  • The other folder is recent, from May 11.


When you use Migration Assistant or restore from a Time Machine backup to move to a new Mac (or when upgrading across certain major macOS versions), macOS generates a brand-new UUID folder matching your current hardware signature hash. However, the migration tools faithfully copy over your entire old home directory structure, which brings the legacy UUID folder from your previous setup along for the ride.


Because both folders are sitting in your path, moving both ensures you completely isolate the broken legacy keys. Once you run the "killall" command and restart, macOS will natively generate only the single, fresh folder it actually needs for your current hardware configuration.

Jul 3, 2026 3:36 AM in response to ProtoParticle

Hello Protoparticle,

A huge thank you for taking the time to share this ultra-precise and superbly documented procedure!

This bug of breaking the cryptographic link between the Local Elements of the Keychain file and the Secure Enclave (SEP) after a migration or restoration is a real gold mine for the Community. This is exactly the kind of technical case where many users find themselves stuck without understanding why the password solves the problem while Touch ID recreates it. Your step-by-step solution via the Terminal is clear, clean and will save valuable time for all those who experience these symptoms with their widgets, Safari or Spotlight. Thank you again for this excellent contribution!

Have a great day :)

Jul 3, 2026 10:23 AM in response to ProtoParticle

ProtoParticle wrote:
• Move into your Keychains directory by running:
cd ~/Library/Keychains/
ls -la
• Look for a folder named with a long, unique combination of numbers and dashes (a UUID folder string, such as 838327D5-XXXX-XXXX...).
• Move that specific folder to your Desktop as a backup to isolate it out of the system path (replace the placeholder text below with your actual folder name):
mv ~/Library/Keychains/[YOUR_UUID_FOLDER_NAME] ~/Desktop/



Maybe you can clarify in this example which file would this be here...(?)


Jul 3, 2026 11:13 AM in response to ProtoParticle

ProtoParticle wrote:
ls -la
Look for a folder named with a long, unique combination of numbers and dashes (a UUID folder string, such as 838327D5-XXXX-XXXX...)
Sure, it'll be both:
16B38B60-BFCF-57F7-8CEF-BDA9AA810CF4
462E6973-59E4-5255-AFAC-E889ED41F527
After moving them, please follow the rest of the steps.


interesting—


I guess I did not read this detail in your post...


Why would there be two... seems a bit dubious.

SOLVED: Touch ID unlocks Mac, but Safari History, Find My widget, and Spotlight stay empty/locked after a Backup Restore

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.