Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Gadgets & Lifestyle for Everyone
Gadgets & Lifestyle for Everyone
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 simplest method for how to shut down a Mac is through the Apple menu:
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.
You can shut down a Mac without touching the mouse by using a keyboard shortcut:
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.
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.
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.
If you prefer the command line, Terminal gives you full control over how to shut down a Mac. Use the shutdown command:
sudo shutdown -h nowsudo shutdown -h +10sudo shutdown -h 23:30The -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.
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.
When deciding between how to shut down a Mac and restarting, consider these guidelines:
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 .
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.