Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to remove "Start using iCloud" notification badge in System Preferences?

I've updated to Catalina and I've installed all updates, however, the System Preferences icon in my dock has the ominous red badge on it, which is prodding me to begin using iCloud. This isn't an update and it isn't an option I plan to use, so how do I get rid of this notification badge?

Posted on Oct 25, 2019 11:26 AM

Reply
Question marked as Best reply

Posted on Oct 28, 2019 12:08 PM

I also ran into this issue. I've signed-in to the App Store but didn't want to enable any other iCloud services.


It turns out you can remove this badge from the command line with


defaults delete com.apple.systempreferences AttentionPrefBundleIDs


That said, you might want to check the value of AttentionPrefBundleIDs before deleting the key. If there's anything other than "com.apple.preferences.AppleIDPrefPane" present, then re-writing the list is probably better ("man defaults" to read how to do this)


$ defaults read com.apple.systempreferences AttentionPrefBundleIDs
{
    "com.apple.preferences.AppleIDPrefPane" = 1;
}

$ defaults delete com.apple.systempreferences AttentionPrefBundleIDs


6 replies
Question marked as Best reply

Oct 28, 2019 12:08 PM in response to knightstac

I also ran into this issue. I've signed-in to the App Store but didn't want to enable any other iCloud services.


It turns out you can remove this badge from the command line with


defaults delete com.apple.systempreferences AttentionPrefBundleIDs


That said, you might want to check the value of AttentionPrefBundleIDs before deleting the key. If there's anything other than "com.apple.preferences.AppleIDPrefPane" present, then re-writing the list is probably better ("man defaults" to read how to do this)


$ defaults read com.apple.systempreferences AttentionPrefBundleIDs
{
    "com.apple.preferences.AppleIDPrefPane" = 1;
}

$ defaults delete com.apple.systempreferences AttentionPrefBundleIDs


Oct 25, 2019 12:17 PM in response to knightstac

That's a tough call. I certainly understand and respect your unwillingness to accept Apple's Ts & Cs but I just don't happen to know how to disable the nag without enabling and subsequently disabling iCloud. I also understand you can't even get past that step until accepting Terms you are unwilling to accept.


The following Discussion seems to confirm that suspicion: Catalina: How to disable iCloud? - Apple Community


It seems to me that if you don't want to accept the Terms then you ought to be able to disable the nag without accepting them as a prerequisite. If I were you I'd contact Apple, express your objection to that (apparent) practice, and then request they provide a way for you to turn off the nag. Start with Contact Support and click through the options until you find a way to speak with a human being. You will almost certainly need to speak to someone other than the unlucky soul who happens to answer your initial call, who will only be skilled in reiterating the fundamental steps you already know.


If there's another way around it I don't know what it is. I suspect modifying an existing User Library .plist file may do it. If that's the case an Apple Support representative would know which one and what to do with it. They are plain text files.

Oct 28, 2019 12:43 PM in response to bobziuchkovski

Based upon your post, I did some more digging on the internet and found the following thread that touched on this same parameter. I'm sharing here for future people to look into, should they have the same issues I did.

https://forums.macrumors.com/threads/i-dont-want-to-use-icloud-but-system-preferences-nags-me-to-start-using-it.2187969/

How to remove "Start using iCloud" notification badge in System Preferences?

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