macOS 27 Golden Gate has been available since September 14. Maybe your colleague already has it. Your Mac, meanwhile, either spins on "Checking for updates" forever or offers you a small Tahoe update and nothing else.

There's almost always a specific reason, and most of them take under a minute to confirm. Work through these in order. The first two explain the majority of cases.

1. Your Mac has an Intel processor

Golden Gate runs only on Apple silicon. Intel Macs won't see it at all, no matter how new or powerful they are, including the 2019 Mac Pro and the 2020 iMac.

Check: Apple menu > About This Mac. If the Chip line starts with M, or says A18 Pro on a MacBook Neo, you're compatible. If you see Processor with an Intel model, macOS 26 Tahoe is the last version for your Mac.

In Terminal:

uname -m

arm64 means Apple silicon. x86_64 means Intel.

2. You're enrolled in beta updates

This is the most common cause on Macs that are fully compatible, and it's especially likely this year.

If your Mac is set to receive developer or public betas, Software Update offers beta builds instead of the public release. And two days after Golden Gate shipped, Apple released the first macOS 27.2 beta to developers. With developer betas turned on, what Software Update offers can be a 27.2 beta rather than the public 27.0 release, which is easy to miss if you're looking for "Golden Gate" specifically.

Check: System Settings > General > Software Update. Click the info button next to Beta Updates. If it's set to anything other than Off, that's likely your answer.

Fix: Set Beta Updates to Off, close System Settings, and check again. If you're already running a beta build newer than the public release, turning betas off won't downgrade you; you'll simply stop getting betas and pick up the next public release that's newer than your build.

3. Your Mac is managed by an organization

Companies and schools often delay major upgrades until their software is certified. Device management can hide a major release for up to 90 days, and some universities have told staff and students outright to hold off on Golden Gate for now.

Check:

profiles status -type enrollment

If it reports MDM enrollment, your organization controls update timing. You can also look for profiles in System Settings > General > Device Management.

Fix: Ask IT. Working around a managed deferral usually violates policy and can break the security tools that caused the delay in the first place.

4. You're looking in the wrong place

Two quick traps:

  • The Mac App Store no longer lists the current macOS. Since Tahoe, the current version isn't offered there. Use System Settings > General > Software Update.
  • The upgrade can sit next to a minor update. On older versions, Software Update can show a routine update for your current macOS, such as a Tahoe or Sequoia security release, while the major upgrade appears as a separate option. Installing the small update doesn't install Golden Gate. Look for the macOS Golden Gate upgrade specifically.

5. Apple's servers are overloaded

In the first days after a release, millions of Macs check at once. Software Update can hang on "Checking for updates" or fail partway through the download without a clear error.

Check: Apple's System Status page lists "macOS Software Update." If it shows an issue, nothing on your end will help.

Fix: Try again later, ideally late at night or early morning in your time zone. If you need it now, download the full installer directly (see below).

6. Something on your network is blocking it

VPN clients, corporate proxies, DNS-based ad blockers, parental controls, and network security software can block the Apple servers that Software Update uses, while regular browsing works fine.

Check: Open Terminal and run:

softwareupdate --list

Unlike the System Settings pane, the command-line tool usually prints an actual error message. Network errors, timeouts, or certificate failures point to a filtering problem.

Fix: Disconnect from your VPN, pause DNS filtering or ad blocking on your router or Mac, and try again. If you're on a work or school network, try a different network, such as a personal hotspot.

7. There isn't enough free space

Normally Software Update tells you when space is the problem, but on a nearly full drive it can also fail silently or stall during preparation.

Check:

df -h /System/Volumes/Data

You want about 40 GB available. The installer is around 18 GB, and the upgrade needs working room beyond that. Our guide to Golden Gate's storage requirements covers how to make room safely.

Still stuck? Reset the obvious things

Before going further, do these once:

  1. Restart the Mac. Not sleep, a full restart.
  2. Sign out of any VPN and quit network filtering apps.
  3. Check System Settings > General > Date & Time is set automatically. A wrong clock breaks secure connections to Apple's servers.
  4. Try Software Update in Safe Mode. On Apple silicon: shut down, press and hold the power button until startup options appear, select your startup disk, hold Shift, and click Continue in Safe Mode. If the update appears in Safe Mode, a login item or extension was interfering.

Download the full installer directly

If Software Update refuses to cooperate but your Mac is compatible, you can fetch the complete installer from Apple with the command-line tool.

List what's available:

softwareupdate --list-full-installers

Download Golden Gate:

softwareupdate --fetch-full-installer --full-installer-version 27.0

When it finishes, Install macOS Golden Gate appears in your Applications folder. Open it to start the upgrade. The installer takes up roughly 18 GB on its own, so you'll need more free space than with Software Update. Delete the installer after upgrading, unless you want to keep it to create a bootable USB drive.

Only download installers from Apple, either through softwareupdate or Apple's own links. Installer files from third-party sites are an unnecessary risk.

Quick diagnosis table

Symptom Most likely cause
Golden Gate never appears; Mac is from 2020 or earlier Intel Mac (check the chip)
A 27.2 beta or other beta appears instead Beta Updates enabled
Only minor updates for your current macOS appear Managed deferral, or you're installing the wrong item
Endless "Checking for updates" Server load or network filtering
Download starts, then fails or stalls Network filtering or low storage
Works in Safe Mode, not normally Login item or extension interfering

Before you force it

If the reason turns out to be a managed deferral, a beta setting you forgot, or a VPN, that's worth a pause. The same things that block the download can matter after the upgrade: security tools, work VPNs, and beta enrollments all have their own compatibility story with Golden Gate. Make a backup, check your critical apps, and then install.