TL;DR
Standard Update Process
The most straightforward way to update your macOS is through the System Settings. Navigate to System Settings > General > Software Update to check for and install the latest updates available for your system [5]. This method ensures you have the most recent security patches and features.
Updating to a Specific Version
If you wish to update to a specific version of macOS rather than the latest one, you can utilize the Terminal. By running softwareupdate --list-full-installers
, you can view available macOS installers [5:1]. This command allows you to download specific versions that might not be directly available through the standard update path.
Using the App Store
Another option for updating to a particular version is through the App Store. Searching for the desired macOS version, such as Sonoma or Sequoia, can provide options to download these versions directly from the store [5]. This method can be useful if you want to avoid the latest release but still need an upgrade.
Backup Before Updating
Regardless of the method you choose, it is crucial to perform a Time Machine backup before proceeding with any macOS update [5:1]. This ensures that your data is safe in case anything goes wrong during the update process.
Creating a Bootable Installer
For those who prefer a clean installation or need to downgrade, creating a bootable macOS installer on a USB flash drive is an option. Apple provides guidelines on how to create this installer, which can be used to install specific macOS versions [5:1].
By following these steps, you can effectively manage your macOS updates according to your preferences and needs.
What's "MC"? Either way, why do you have a Switch lol? I hope you found it/ got it gifted by a person who didn't know any better and didn't have to pay for it?
Also: Updates on my XSX are frequent and still take much longer to complete than on my PS5, and my Outlook app for Android has been down/ broken for about a year now (i assume they said screw all a few y/o versions of Android or somethig?) - MS really sucks at updates, don't they?
MC stands for Minecraft. I have a different opinion on switches
It is demoralizing to say the least.
Don't do it yet it's not worth it. Wait until at least 26.1. It turned my M3 pro into a space heater and killed my battery I had to downgrade back to Sequoia. I don't even care about the visual things people are complaining about. My computer so hot all the time I didn't want to use it because of how uncomfortable it was.
Yes. Either now or when the 26.1 release is available.
Any idea when will it be available? Because currently after seeing so many bad reviews I am just afraid
My opinion: A lot of first world problems (Ohhhhh - but THIS is no NICELY aligned) and some special situations.
I read today for example the sluggishness claimed by some is caused by Bartender - an ill maintained app that has no Tahoe-ready update yet. You run Bartender on MacOS 26, and it’s slow. But that’s not the fault with Tahoe, but with a developer who didn’t do his job (yet).
I run Tahoe on the weakest possible hardware (M1 mini), and it’s going fine.
Install on separate volume, install your most important apps, give it a try. If it works, upgrade and delete the volume created for testing.
yes, but come back to whine about it later
I have the m4 pro with 24gb, updated and have no problems. Just update if you want
Title.
I can't see anywhere that'll let me update the software. Google's help article just says to restart the phone + restart the FitBit + log in using a different account into FitBit app and I have done all of these and yet the software is not current.
You will have a notification in the app when it's ready for you to install. Fitbit rolls firmware updates out over time.
I haven't got it yet either. This is the slowest rollout I've seen since I've had Fitbits.
And there's no forcing it. Nothing you can do but wait. I saw a Fitbit person on the user forums say that removing and re-adding your Charge 6 might actually delay it.
Still waiting here, too.
Classic Google
This figures. My Charge 6 stops talking to the phone every time I charge it. Customer service solution is to uninstall the app, delete the Bluetooth connection then reset it up. Ive had to delete and reset up at least twice a week for the last month. Stuck at 214.24.
Thanks! So annoying lol
You're welcome.
We had this issue but caught it before release. Had to disable and re-enable DDM in our Jamf tenant as it was messed up on the backend somehow.
Thanks how do I setup DDM?
Jamf calls it Blueprints.
That said, I'm using a restriction config profile with a 90 day deferral for major OS updates and no one in my fleet can see or is being pestered about macos 26 yet.
It’s via blueprint.. but to enable blueprint you need has jamf account SSOd
we have put out a config profile with the Restrictions payload, under functionality check the box for "Defer updates of Only major software updates for X days" and we put that out a couple weeks before every major macOS update
and then yes also under restricted software we restrict "Install macOS Tahoe.app" and check all the boxes underneath it.
EDIT: Just for clarification this config profile makes it so that the users don't even see Tahoe as and update option in software update.
OP this is the answer. Even if you set DDM to a version before Tahoe, the user will still see it as an available update in Software Updates. You need to push a configuration profile that delays major upgrades, with a possible 90 day maximum.
I did get a panicked call Wednesday morning saying that “users were seeing Tahoe as available”. It turned out to be one user, and his Mac had been off for a week, so it didn’t have the MCX applied. On checking 30 minutes later, after much frantic rechecking of Jamf, the update had “vanished”.
This has been my most successful year using this method, only 1 device (less than 0.1% of my entire fleet) upgraded without approval.
Um, profile blocker?
com.apple.applicationaccess
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>forceDelayedMajorSoftwareUpdates</key>
<true/>
<key>enforcedSoftwareUpdateMajorOSDeferredInstallDelay</key>
<integer>90</integer>
</dict>
</plist>
Use a restricted software policy for Install macOS Tahoe.app
No parenthesis or Quotes (")
Also set configuration profile to defer major software updates to 90days.
That should all work.
Do you have both legacy and DDM update blockers. Only use one: DDM
Declarative Device Management. The shiny smarter new successor to MDM. More dynamic, less chatty.
I'm wondering about updating MacOS via the App Store? (As opposed to the usual method, System Settings > General > Software Update).
Why I want to do this: I have a Mac that is a little out of date and I want to update it immediately... but... not to the latest version.
If I look at updating the usual way (System Settings > General > Software Update) I only get two choices: Patch my current one or go to the brand new MacOS release.
Right now searching for Sonoma or Sequoia on the App Store, turns up items for both. So... that should allow me to update to Sonoma or Sequoia even though a more recent MacOS is out... right?
But... is there some reason people don't do that? Is there any downside to updating via the App Store? Does it overwrite more stuff? Set more settings to defaults? Delete personal documents? Or is it just a bigger installer to download? I have attempted to Google this question but, surprisingly, I can't find any clarity on this point. (The usual answer is "Just go to Software Update, it's easier.")
Thank you for any advice. I wish I had been able to Google this successfully. It seems like it ought to be a very Google-able question.
Do Time Machine(TM) backup
In Terminal(Catalina 10.15 and later) run:
softwareupdate --list-full-installers
https://osxdaily.com/2020/04/13/how-download-full-macos-installer-terminal/
Pick your version
To create bootable MacOs INSTALLER USB flash drive.
https://support.apple.com/en-gb/HT201372
No problem for upgrade
For a downgrade
Warning this will wipe your data
In Recovery Mode ... Disk Utilities. .... Erase SSD as APFS.. GUID
Boot from the bootable installer
Recover data from TM
You have to switch to the macOS Tahoe public beta channel. I was wondering why I didn't get any updates. 😭😭😭 I feel like a complete noob now.
Yup, same on iOS, iPadOS, and visionOS.
A little indicator in the system settings would've been nice. I completely forgot the beta channel was for Sequoia only. I thought I was on "the" beta channel.
Agreed. It wasn't handled super-well.
What difference in macOS 15.7?
I updated to 15.7 and stopped. Will wait for first or second updates for 26
So what update you guys are recommending to do
Don't update to 26 now it's filled with bugs, wait for 26.1 atleast
Thanks dude 🤝🏻
15.7 is not required for 26.0
But 26.0 isn't required for anything at all.
I would update to macOS Tahoe 26. I have been testing it for months and it has been operating smoothly.
I m looking for an unofficial way to upgrade the 15" MacBook Pro 2019 to MacOS Tahoe 26.
It is supported I thought
only the 16"
Oh well that sucks guess it's time to use open core
I was also looking for this, the truth is there is a possible option. And when Mac OS Tahoe comes out as an application in the Apple Store like other operating systems, you are supposed to be able to download the installer and do it manually. But I don't know if it works, because I tried to download Mac OS Tahoe DMG, in beta version, but it just wouldn't let me start. If that doesn't work, then it's time to resort to open Core
Honestly the new UI design is not my thing at all. The launchpad is removed on Tahoe, it's a pain but still ok.
Except the new UI, there seems to be no real functional updating. The only thing I'm interested in is the new power saving mode, I've seen great feedback on iOS and watchOS, but no one mentioned how it is on macOS
Running MacOS26 Tahoe from Beta 1 to Beta 9 and now the RC
There is still a lot of work ...
Same. Daily driver from dev beta 1
coming in 2 days bro !
I know and I am ready !
I wouldn't say the launchpad is 'removed', the same functionality is effectively still there, it's not full screen anymore though.
I've got it running on my two supported Intel machines. Seems fine. Waiting to upgrade my M1 Max MBP until it's officially out.
I’m using the same macbook but still on sierra—how’s ur battery life held up?
Put the Application folder on the Dock and then click and hold to get the same functionality as the Launchpad Icon on the Dock.
Partially related:
How do I reassign the Function Key that used to be the Launchpad button on the older keyboards. I’d rather have that than the microphone function that I don’t use.
On macOS you can reassign Launchpad by going to > System Settings > Keyboard > Keyboard Shortcuts > Mission Control and setting “Show Launchpad” to whatever you want. To make the dictation key itself open Launchpad, you’ll need Karabiner-Elements, since macOS doesn’t let you remap that key directly.
I've beta'd for a decade so when I say I was stunned at how long the battery was lasting on my M2 16" MBP, I mean it. I had spent hours and I could barely see the level below full. Playing Sniper Elite 4 on battery did seem to introduce some barely detectible stuttering but other than that, it's turning out to be pretty solid. It will be interesting upon release, what the YouTubers will find when they do battery tests.
I was really worried abou the launchpad / application redesign at first but the new design has really grown on me. I find it less disruptive than the launchpad full screen mode that's been in place for many years. I also think whatever most recently used algorithm they've integrated is working pretty well at showing me what I want to open next.
Hello,
Im trying to update my iPhone through my MacBook (Sonoma 14.5) from iOS 16.0.2 to the latest (18.6.2). The iPhone has 4,4GB free (out of 63) and the MacBook has about 30GB (out of 245).
Every time that I finish downloading the update to the MacBook (8,5GB) it fails to initiate the update and tells me that it's because my MacBook doesn't have enough storage to backup the iPhone. But from what I've read this should be optional? I don't really care for backing up the phone, I just want to update the iOS.
Is it because my phone doesn't have enough storage for the update? I initially didn't, but then I would get a pop-up before attempting to download the update, so now it seems like it should be fine on that part.
How do I get around the seemingly required back-up? Or is there something else at play?
You need to make more storage available on the MacBook, either by moving data to an external drive or deleting unwanted files and software.
It’s not optional for iOS updates via computer to backup. Deal.
how to update macOS on MacBook
Here’s how to update macOS on your MacBook:
Check Compatibility: Ensure your MacBook is compatible with the latest macOS version. You can find compatibility information on Apple's website.
Backup Your Data: Before updating, back up your important files using Time Machine or another backup solution to prevent data loss.
Connect to the Internet: Make sure your MacBook is connected to a stable Wi-Fi network.
Open System Preferences:
Go to Software Update:
Download and Install:
Restart Your Mac: After the installation is complete, your Mac may need to restart. Make sure to save any open work before proceeding.
Important Notes:
Recommendation: If you're unsure about the update process or if your MacBook is older, consider waiting a few weeks after a major release to ensure any initial bugs are resolved.
Get more comprehensive results summarized by our most cutting edge AI model. Plus deep Youtube search.