Bat Call for suggestions Find My not enabling on Mac

Find My not working on M1 Studio Max macOS 15.5


Find My turned on but Studio Max not showing up on Find My app.


Troubleshooting so far.


  1. Restarted in Safe Mode
  2. Toggled all Find My options off/on
  3. Location Services ON
  4. System Services toggled Find My off/on
  5. iCloud toggled Find My off/on
  6. Turned off all Find My options
  7. Logged out of Apple Account
  8. Restarted
  9. Logged back in to Apple Account
  10. Turned all Find My options on
  11. All Find My options show turned on
  12. iCloud device information shows Find My off
  13. Studio Max does not show up in Find My app
  14. Wifi turned on and active.
  15. Maps app locates address okay when clicking location symbol.


Short of a reinstall of macOS 15.5 does anyone have any other suggestions. Not a show stopper but Find My was showing my Studio Max until recently.


Oh, and restarted ISP modem and Router.


p.s. All other devices show up in Find My. My iPhone 16 Pro, my Watch, wife’s iPhone 16, wife’s Watch, iPad, AirPods all show up, just not the Studio Max.

Posted on Jun 19, 2025 09:59 AM

Reply
Question marked as Top-ranking reply

Posted on Jun 26, 2025 11:45 AM

I decided to wait for macOS 15.6 as a last ditch effort before fiddling with Terminal commands. In the mean time I’ve been seeing other users reporting the same issue. That makes me think it might be macOS bug. Patience is a virtue and this is definitely not a show stopping problem.

9 replies

Jun 20, 2025 09:52 PM in response to lkrupp

1. Check Apple ID Device List Consistency

Make sure your Mac Studio is still listed under your Apple ID:

  • Go to appleid.apple.com and sign in.
  • Check Devices — is your Studio Max listed?
    • If it’s not: That might explain why Find My can’t locate it.
    • If it is listed but says Find My: Off, there’s likely a sync issue between iCloud and the Mac’s local Find My daemon.


2. Reset Find My Daemon / Location Services Cache

Try resetting the underlying services via Terminal (macOS can sometimes bug out silently):

a. Reset locationd

Open Terminal, then run:

bash
CopyEdit
sudo launchctl kickstart -k system/com.apple.locationd

Then reboot your Mac.


b. Check TCC Database for Location/Find My Permissions

Sometimes corrupted permissions settings prevent Find My from working properly. You can reset the TCC (privacy database) for location services:

bash
CopyEdit
tccutil reset SystemPolicyLocationServices

Reboot again afterward. (Note: This will reset location permissions for all apps.)


3. Check Secure Boot & Activation Lock Status

Find My depends on Secure Boot and Activation Lock being active:

  • Reboot into macOS Recovery (hold Power button while booting).
  • Choose Startup Security Utility.
  • Make sure Secure Boot is enabled.
  • Confirm Activation Lock is enabled in iCloud (check via another device or appleid.apple.com).


4. Create a Temporary Admin User

To check if it’s an account-level issue:

  • Create a new Admin user.
  • Log into iCloud using your Apple ID.
  • Enable Find My just for testing.

If the Studio Max appears in Find My from this user, your main user account may have a corruption in its iCloud daemon.


5. Check for Broken iCloud Daemons

Corrupted preference files may prevent Find My from syncing properly.

Navigate to:

javascript
CopyEdit
~/Library/Preferences/

Look for and delete (or move to Desktop) the following:

  • com.apple.findmy.findmyd.plist
  • com.apple.icloud.findmydeviced.plist
  • com.apple.locationd.plist (if available)

Then reboot and re-enable Find My.


Still Nothing?

If none of the above works and appleid.apple.com still shows Find My: Off on your Mac, yet System Settings show it’s on — then yes, it’s likely a deeper iCloud system-level desync or macOS bug. A reinstall or upgrade (once macOS 15.6 or a patch is out) might be your best next move.


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Bat Call for suggestions Find My not enabling on Mac

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