Why do I STILL have a red 1 notification if I performed the latest update?

The 'red 1' notification badge has not disappeared from my system preferences on the toolbar even though I have updated to the latest version of Catalina.


HELP! It's driving me nuts!

MacBook Pro 13", macOS 10.15

Posted on Mar 26, 2020 9:23 AM

Reply
Question marked as Top-ranking reply

Posted on Apr 19, 2020 8:28 AM

I have recently updated my MacBook Pro and my partner's MacBook Air to Catalina and have had the issue with the System Preferences icon badged for a update when the software is up to date.


The solution (provided to me by Apple Support) is to use the Terminal command (one line)


sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate.plist LastRecommendedMajorOSBundleIdentifier

defaults delete com.apple.preferences.softwareupdate LatestMajorOSSeenByUserBundleIdentifier


followed by


System Preferences - Software Update screen, and then press Command + R to force a refresh

42 replies
Question marked as Top-ranking reply

Apr 19, 2020 8:28 AM in response to mitch_san_angeles

I have recently updated my MacBook Pro and my partner's MacBook Air to Catalina and have had the issue with the System Preferences icon badged for a update when the software is up to date.


The solution (provided to me by Apple Support) is to use the Terminal command (one line)


sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate.plist LastRecommendedMajorOSBundleIdentifier

defaults delete com.apple.preferences.softwareupdate LatestMajorOSSeenByUserBundleIdentifier


followed by


System Preferences - Software Update screen, and then press Command + R to force a refresh

Mar 26, 2020 10:06 AM in response to jhot

Open System Preferences > Software Update and see if that shows anything pending. It is not alway apparent:



Clicking "More Info.. " will display pending updates and let you install. Security Updates and Safari updates with be there, not in the Mac App Store as with older versions of MacOS.


ALWAYS have a fresh backup before doing these updates, especially Security Updates. They seem most likely to create trouble.

Apr 1, 2020 9:54 AM in response to jhot

If you are sure you are fully up to date, try this:


1) In the Finder, press command-shift-G

2) Type or paste the following:

~/Library/Preferences


and press enter


3) Locate the file

com.apple.SoftwareUpdate.plist


and drag it out of the folder (place it in your desktop, for example)


4) Restart your mac, and confirm that the issue went away.

5) Drag the com.apple.SoftwareUpdate.plist from your desktop to the trash

Apr 26, 2020 6:39 PM in response to RickReed

This should be the accepted answer:


sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate.plist LastRecommendedMajorOSBundleIdentifier 
defaults delete com.apple.preferences.softwareupdate LatestMajorOSSeenByUserBundleIdentifier


RickReed wrote:

I have recently updated my MacBook Pro and my partner's MacBook Air to Catalina and have had the issue with the System Preferences icon badged for a update when the software is up to date.

The solution (provided to me by Apple Support) is to use the Terminal command (one line)

sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate.plist LastRecommendedMajorOSBundleIdentifier
defaults delete com.apple.preferences.softwareupdate LatestMajorOSSeenByUserBundleIdentifier

followed by

System Preferences - Software Update screen, and then press Command + R to force a refresh


Apr 27, 2020 1:31 PM in response to jhot

If you are using macOS Catalina 10.15.4, follow the steps below:

  1. Open Terminal and run the following commands one by one:
    1. defaults delete com.apple.systempreferences AttentionPrefBundleIDs; killall Dock
    2. defaults delete com.apple.systempreferences DidShowPrefBundleIDs; killall Dock
    3. rm ~/Library/Preferences/com.apple.SoftwareUpdate.plist
    4. rm ~/Library/Preferences/com.apple.preferences.softwareupdate.plist
    5. sudo rm /Library/Preferences/com.apple.SoftwareUpdate.plist
    6. sudo rm /Library/Preferences/com.apple.preferences.softwareupdate.plist
  2. Reboot to safe mode by following steps in this article.
  3. Check for updates by going to Apple icon > System Preferences > Software Update
  4. Reboot to normal mode


Apr 16, 2020 10:23 AM in response to Luis Sequeira1

Luis, I think you had it right the first time...


It was the file named "com.apple.SoftwareUpdate.plist" that I deleted, and after re-start, a new one got created. This worked for me, albeit with a slightly delayed reaction (kee nethery above reported this as well).


FWIW, I don't see a file named "com.apple.preferences.softwareupdate.plist" I see a "com.apple.preferences.accounts.plist" and a "com.apple.preferences.sharing.plist" but I didn't touch either one of them.


Also, not sure if this made a difference, but before I re-started, I turned off (unchecked) "Automatically keep my Mac up to date". Now however, it is back on (checked), but I didn't do this. It still works though, red dot is still gone, so I'll keep it the way it is.

May 7, 2020 9:56 AM in response to RickReed

Thanks! This was very helpful!


For those who don't know how to access terminal, you may enter command+spacebar to access Spotlight and type in Terminal.

Had to google it as I'm pretty new to Mac.


After which you can go ahead and copy paste:


sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate.plist LastRecommendedMajorOSBundleIdentifier

defaults delete com.apple.preferences.softwareupdate LatestMajorOSSeenByUserBundleIdentifier


It would prompt for your password (if you have any) and enter as per normal.


followed by


System Preferences - Software Update screen, and then press Command + R to force a refresh


Hope this helps too!

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.

Why do I STILL have a red 1 notification if I performed the latest update?

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