Hello! Today I tried upgrading to macOS Sonoma 14.4, but I couldn't. I followed the standard installation, downloading the update, restarting, etc. However, after the final restart, it still indicates that the macOS Update 14.4 is available for download. When I checked "About This Mac," it confirms I'm still on version 14.3.1. I've repeated the installation process three times with the same outcome. Any suggestions?
How did you download the installer? Did you use System Settings, the App Store, or a direct download, in which case, how?
You can use Terminal to do a direct download. I prefer this method because it will allow you to save a copy of the installer for future use in case you need to reinstall macOS.
Or you can try the App Store ( > App Store). In the search field type in “macOS sonoma,” to bring up the choices, click on VIEW for Sonoma, and the next page will let you start the download by selecting GET. (If you want to verify the version, go to Version History first.) GET will start downloading the installer into your Applications folder. If you choose to save a copy, quit the Installer, copy the file to another location, and then relaunch the installer if you are ready to proceed. (Make sure you have a good backup of your system, of course.)
As I indicated, I prefer Terminal. You can find it in /Applications/Utilities/Terminal.app. Double-check to verify that your system is ready for the update by entering,
softwareupdate -l --include-config-data
and press return. It should show the update to Sonoma 14.4.1. You can then initiate the installation with
sudo softwareupdate --fetch-full-installer --full-installer-version 14.4.1
Enter your admin password to start. This will also download to your Applications folder so you have the choice to first make a copy of the installer. Good luck.