It can be very frustrating when you run into the error message "The recovery server could not be contacted" when trying to install or reinstall macOS. This often occurs when trying to install an older version of macOS, such as High Sierra. There are a few things that may be causing this error. Luckily, there are a few things you can do to fix it. This wikiHow article teaches you how to troubleshoot and resolve the "Recovery server could not be contacted" error message.
Recovery Server Could Not Be Contacted
Make sure you have a stable internet connection. Also, check to make sure the date and time are set correctly on your Mac. Try upgrading to the latest compatible version of macOS. Try reinstalling macOS using a USB installer.
Steps
Change the Update URL
-
Try connecting to a different server. If you can't connect to the usual server, you can change the URL that your Mac connects to. Use the following steps to do so:
-
Boot into Recovery mode. The way you do this will be different depending on if you have a Mac with an Apple Silicon chip or an Intel chip. Use one fo the following steps to boot into Recovery Mode
- Apple Silicon:
- Power off your Mac.
- Press and hold the Power button.
- Release the Power button with you see the menu with the Options button.
- Click Options .
- Macs with Intel chips:
- Power off your Mac.
- Press and release the Power button.
- Immediately press and hold Command + R .to reinstall your current version of macOS, or press and hold Command + Option + R to install the latest compatible version.
- Release the buttons when you see the Apple logo or spinning globe.
- Connect to the internet, if prompted.
- Select a user and enter the password if prompted.
- Apple Silicon:
-
Click Reinstall macOS or Install macOS . Depending on if you want to reinstall macOS or install the latest version, click the option that's right for you.
-
Open the Installer log. You will probably get an error message when you try to install macOS, but the installer log will give you the URL it is trying to connect to. Use the following steps to open the Installer log:
- Click Window in the menu bar at the top.
- Click Installer log.
-
Click Continue . This will attempt to install macOS. If you get an error message, continue to the next step.
-
Copy the URL from the message at the top. Use the following steps to do so:
- Scroll to the top of the Installer Log and look for a message that looks similar to the following:
- Failed to load catalog https://swscan.apple.com/content/catalogs/others/index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog: Error Domain=MSUProductManagerErrorDomain
- Highlight and copy the URL from the message. The URL is this line in the message that looks something like the following:
- Scroll to the top of the Installer Log and look for a message that looks similar to the following:
-
Open the Terminal. Use the following steps to do so:
- Click Utilities in the menu bar at the top.
- Click Terminal .
-
Enter the following command. Do not press Return just yet. You still need to modify the URL. Start by entering the following command:
- nvram IASUCatalogURL=
-
Paste the URL in quotes after the equals (=) sign. Do not press Return just yet. So far the entire command should look something like the following:
- nvram IASUCatalogURL="https://swscan.apple.com/content/catalogs/others/index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog"
-
Remove the "s" in "https" and press ⏎ Return . Look for "https" at the beginning of the URL. Remove the "s" and press Return. This will redirect the URL to the non-secure server. The entire command should look something like the following:
- nvram IASUCatalogURL="http://swscan.apple.com/content/catalogs/others/index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog"
-
Try to install macOS. See if you are able to install macOS. To do so, click Install macOS or Reinstall macOS and then click Continue . Follow the instructions to complete the installation. [3] X Research source
Install macOS from a USB installer.
-
Use this method if you're still unable to connect to the server. If you can't connect to the server, either due to an unstable internet connection or problems with the internal verification system, you can create a USB installer and use that to install macOS. To do this, you will need to download macOS from the App Store. You may need to use a second Mac that is compatible with the version of macOS you want to install to do this. Use the following steps to install macOS from a USB drive:
-
Create a bootable USB installer. Use the following steps to create a Bootable USB drive: [4] X Research source
- Open your version of macOS in the App Store. You can use one of the following links to do so:
- Click Get in the App Store (the links to the older versions of macOS above will download a DMG file instead).
- Click Download (If you are not prompted to download the installer, go back to the App Store and click Get again).
- Press Command + Q to quit the installer once it is finished downloading.
- Insert a blank USB drive (it is recommended you use a USB drive with at least 32 GB of storage space).
- This process will erase all data on the USB drive. Make sure you back up any files you want to keep.
- Click the Spotlight/Magnifying glass icon and type terminal in the search bar.
- Open the Terminal.
- Enter one of the following commands depending on the version of macOS you want to install (don't press Enter just yet).
- macOS 14 Sonoma: sudo /Applications/Install\ macOS\ Sonoma.app/Contents/Resources/createinstallmedia --volume
- macOS 13 Ventura: sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume
- macOS 12 Monterey: sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume
- macOS 11 Big Sur: sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume
- macOS 10.15 Catalina: sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume
- macOS 10.14 Mojave: sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume
- macOS 10.13 High Sierra: sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume
- macOS 10.11 El Capitan: sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume
- Open the Finder.
- Right-click your USB drive and click Show in Enclosed folder .
- Drag the USB drive location to the end of the command in the terminal.
- The entire command should look something like sudo /Applications/Install\ macOS\ Sonoma.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSBDrive
- Press Return or Enter and enter the administrative password.
- Press Y
and press Return
to confirm.
- If asked to give the Terminal access to the USB drive, click Ok .
- Wait for the Terminal to finish writing the drive (this may take a while).
- Eject the USB drive.
-
Install macOS from a USB installer. Once the USB drive is finished installing, you'll need to boot into Recovery Mode. The way you do this will be different depending on if you are using an Apple Silicon Mac or an Intel Mac. Use one of the following steps to install macOS from a USB drive:
- Apple Silicon:
- Power off your Mac.
- Insert the USB drive.
- Press and hold the Power button.
- Release the Power button with you see the menu with your bootable USB drive.
- Select your bootable USB drive and click Continue .
- Follow the instructions to complete the installation.
- Macs with Intel chips:
- Power off your Mac.
- Insert the USB drive.
- Press and release the Power button.
- Immediately press and hold Option .
- Release the Option button when you see the screen with your bootable USB drive.
- Select your Bootable USB drive and click the on-screen arrow.
- Follow the instructions to complete the installation.
- Apple Silicon: