How to Shut Down a Mac: 5 Easy Ways for Every Model

Introduction

Knowing how to shut down a Mac properly is just as important as knowing how to restart one. A full shutdown powers off all hardware components, saves your current state, and gives the machine a complete rest. While a restart refreshes the software, a shutdown is the right choice when you want to preserve battery life, protect against power surges, or simply turn off the computer for the night.

This guide covers every method to shut down your Mac—whether you prefer the Apple menu, a keyboard shortcut, the Terminal command line, or scheduled automatic shutdowns. Because many restart techniques have direct shut‑down equivalents, we link to the detailed posts in this cluster wherever you can dive deeper. For restart methods, see our how to restart a Mac guide .


The Standard Way to Shut Down

The simplest method for how to shut down a Mac is through the Apple menu:

  1. Click the Apple menu () in the top‑left corner.
  2. Select Shut Down.
  3. A dialog asks whether you want to reopen windows when you power on again. Check or uncheck the box as you prefer.
  4. Click Shut Down to confirm.

All open applications close, and the Mac powers off after a few seconds. Any unsaved work will prompt you to save before the shutdown completes.


Keyboard Shortcut for a Fast Shutdown

You can shut down a Mac without touching the mouse by using a keyboard shortcut:

  • Press Control + Option + Command + Eject (or Control + Option + Command + Power button on Macs without an Eject key).

Your Mac shuts down immediately with no confirmation dialog, so make sure everything is saved. This shortcut works on all Mac models, including Apple Silicon and Intel. For a complete reference of all related key combinations, see our Mac restart keyboard shortcuts guide —it also lists the shutdown equivalents.


How to Force Shut Down a Frozen Mac

If your computer is completely unresponsive, you need to force shut it down. The method depends on your model—and the steps are identical to a force restart, except you do not power it back on.

  • Apple Silicon MacBook: Hold the Power button (Touch ID) for about 10 seconds until the screen goes black.
  • Intel Mac with T2: Hold Control + Option + Command + Power until the computer powers off.
  • Older Intel Mac: Hold the Power button for several seconds until the machine turns off.
  • Desktop Mac: Hold the Power button on the back or side until the system shuts down.

Force shutdown should be a last resort, as unsaved work will be lost. For a full walkthrough with safety tips, see our force restart a frozen Mac guide . The same principles apply.


How to Shut Down a Mac from Terminal

If you prefer the command line, Terminal gives you full control over how to shut down a Mac. Use the shutdown command:

  • Immediate shutdown: sudo shutdown -h now
  • Shutdown in 10 minutes: sudo shutdown -h +10
  • Shutdown at a specific time (e.g., 11:30 PM): sudo shutdown -h 23:30

The -h flag means “halt” (shut down). Replace it with -r to restart. For a thorough explanation of these commands, including how to cancel a pending shutdown and send custom messages, see our restart a Mac from Terminal guide —the same commands with -h instead of -r apply here.


How to Schedule Automatic Shutdowns

You can automatically shut down a Mac at a regular time using the pmset command in Terminal. For example, to shut down every day at 10:00 PM:

text

sudo pmset repeat shutdown MTWRFSU 22:00:00

This uses the same weekday codes as restart schedules (M=Monday, T=Tuesday, etc.). To cancel all scheduled power events, run sudo pmset repeat cancel. For a full guide to setting up these schedules and verifying them, see our schedule automatic Mac restarts guide . The same process works for both restarts and shutdowns.


Shutting Down vs. Restarting

When deciding between how to shut down a Mac and restarting, consider these guidelines:

  • Shut down when you won’t use the Mac for more than 48 hours, during travel, or during electrical storms.
  • Restart for a quick performance refresh, after installing updates, or when you plan to keep working immediately.

A normal shutdown powers off all hardware; a restart keeps power flowing and simply reboots the software. Neither harms modern Macs, and choosing the right one helps extend the life of your device. For a deeper dive into the differences, see our Mac restart vs shut down guide .


Frequently Asked Questions

Does shutting down a Mac close all my apps?
Yes. All open applications are closed during shutdown. macOS prompts you to save any unsaved work.

Is it safe to force shut down?
It is safe for the hardware as an occasional measure, but it can cause data loss. Use force shutdown only when the Mac is completely frozen.

Can I shut down my Mac from my iPhone?
Not directly through Apple software. You would need a third‑party remote desktop app or an Apple Remote Desktop connection from another Mac.

How often should I shut down my Mac?
There’s no strict rule. Shut down when you won’t use it for an extended period. For daily use, a restart once or twice a week is usually enough.


Leave a Reply

Your email address will not be published. Required fields are marked *