Synced 16 Jun 2026 15:24 UTC Account
← All patching guides

How to patch macOS

Apple · Operating system · 5 steps · macOS security status → · updated June 2026

macOS is patched through Software Update. Apple delivers regular security updates plus fast Rapid Security Responses; only the latest macOS releases receive complete security coverage.

43
actively exploited (KEV)
2,000
tracked CVEs
26.5.1
latest supported

macOS has 43 actively-exploited vulnerabilities on the CISA KEV list — patching is urgent.

Check your current version first

Before you patch, record what you're running (Terminal / menu):

sw_vers   —or—    menu → About This Mac

Or paste your version into the checker for an instant verdict.

Step by step

1
Check your version

Run sw_vers (or menu → About This Mac) to record your macOS version.

2
Open Software Update

System Settings → General → Software Update. Install any pending update (or "Upgrade Now" for a new major release).

3
Or patch from the CLI

List updates with softwareupdate -l, then apply with sudo softwareupdate -ia --restart.

4
Enable automatic & Rapid Security Responses

Turn on automatic updates and install Rapid Security Responses promptly — they patch actively-exploited bugs between full releases.

5
Reboot and verify

Reboot to finish, then confirm with sw_vers.

Watch out for:
  • Only the current macOS (and to a lesser extent the prior one or two) get full security fixes — upgrade if you are on an unsupported release.
  • For managed Macs, use MDM to schedule and enforce updates.

Official sources

Don't patch blind. macOS has 43 actively-exploited vulnerabilities on the CISA KEV list — patching is urgent. See exactly which versions are safe and what you're exposed to.

macOS security status →

Stay ahead of the next one

Frequently asked questions

What is the latest version of macOS?

As of June 2026, the latest supported macOS release we track is 26.5.1. Patch to the current release on your branch and confirm the version after updating.

How do I check which version of macOS I am running?

Use: sw_vers —or— menu → About This Mac (Terminal / menu). Record the result before and after patching to confirm the update applied.

Is macOS being actively exploited right now?

Yes — 43 macOS vulnerabilities are on the CISA Known Exploited Vulnerabilities (KEV) list, so attackers are using them in the wild. Patch promptly. See the exploitation radar.

How do I patch macOS safely without breaking production?

Always test in a non-production environment first, take a backup or snapshot, follow the official vendor advisory, and have a tested rollback. Patch one node at a time for clustered or high-availability setups.

Patch steps are general, well-established guidance for macOS — always test in a non-production environment first and follow the official Apple advisory for your exact version. IsItPatched is independent and not affiliated with Apple; this is not a substitute for vendor documentation. See our disclaimer.

← All patching guides · Security guides →