Downgrading usually requires erasing your disk. Back up everything before attempting.
What you will achieve
Know when reverting macOS is possible and the steps Apple actually allows.
Apple designs macOS upgrades as one-way streets. Downgrade is really reinstall plus restore — not an Undo button. Success depends on installer signing status, your Mac model’s minimum OS, and whether your backup matches the target version.
1) Signing window
Apple stops signing old installers shortly after new major releases. Download installers while still signed and store them externally.
2) Typical downgrade path
- Boot Recovery (power hold on Apple Silicon; ⌘R on Intel).
- Erase internal disk in Disk Utility — this deletes all data.
- Install older macOS from USB or Internet Recovery if still signed.
- Restore from Time Machine or migrate files manually.
3) USB installer command
sudo /Applications/Install\ macOS\ Sonoma.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB
Adjust app name to your downloaded installer. Follow Apple’s USB format requirements for that release.
4) Apple Silicon floor
You cannot install macOS older than your Mac model’s original shipping version, regardless of installer availability.
5) Test on second APFS volume
Add a volume in Disk Utility and install another macOS there without erasing your main system — still subject to signing and model limits.
6) Time Machine version traps
Restoring Sonoma backup onto Monterey install may fail silently or omit system files. Safer path: erase, install target macOS, then Migration Assistant from Time Machine selecting user data only — not full system restore from newer snapshot.
7) Check signing before you need it
Run softwareupdate --list-full-installers on a Mac still on older release to see available signed builds. Archive the Install macOS *.app into ~/Applications and back up to external disk — Apple removes installers from CDN without announcement.
8) Data you will lose on erase
Keychain, local Photos library not in iCloud, and app state outside Documents/Desktop sync vanishes without backup. Export bookmarks, note licence keys, and deactivate Adobe/Creative apps before erase per vendor portals.
Verify
About This Mac shows target version; apps and drivers function; data restored.
Additional troubleshooting notes
If steps above do not resolve the issue on the first attempt, reboot once, confirm System Settings → General → Software Update is current, and retry with a second administrator account to rule out profile or keychain corruption in your daily user. Document exact error text from Console.app with timestamp — vague “it still fails” without logs wastes support time. On Apple Silicon, re-test after full shutdown (not just restart) because firmware and Thunderbolt controllers reset only on cold boot. Intel Macs should repeat test in Safe Mode to bypass third-party login items. Before erase or keychain reset, verify Time Machine or clone backup completed — batch 3 guides assume Monterey/Ventura/Sonoma/Sequoia paths in System Settings; search Spotlight for renamed panes if your macOS version labels differ slightly.