There are two kinds of Mac trouble people often describe the same way: slow and frozen. They feel similar, but they're caused by different things and need different responses. A freeze is usually temporary, almost always fixable, and almost never a sign your Mac is dying. Let's walk through it.
What's the difference between slow and frozen?
It's worth being precise, because the fix depends on which one you're actually dealing with.
Slow means your Mac is still responding, just sluggishly. You click something and it opens, eventually. The cursor moves. Apps respond. Everything just takes longer than it should. That's a different problem, covered in detail in why your Mac is so slow.
Frozen means your Mac has stopped responding entirely. The most recognisable sign is the spinning beach ball cursor: a rainbow-coloured spinning circle that appears in place of your normal pointer and just stays there, refusing to go away no matter how long you wait. You click and nothing happens. You try to switch apps and nothing happens. The Mac is alive, but it's not talking to you.
Sometimes it's just one app that's frozen and the rest of the system is fine. You can tell because you can still move the cursor, switch to other apps, and use them normally. Other times the whole system is frozen and nothing responds at all. Those two situations need different actions, which we'll get to below.
Why does my Mac freeze randomly?
Freezing almost always has a cause, even when it feels random. The most common ones:
One app has consumed almost all available memory. RAM (the temporary workspace your Mac uses to hold what's currently running) is shared between every app and macOS itself. When one app takes most of it and macOS needs some for its own operations, the system stalls while it tries to find space. Browsers with many tabs, video editors, and apps with known memory leaks are the usual suspects. When this happens, the memory pressure graph in Activity Monitor turns red. See what memory pressure means on Mac for a deeper explanation.
A process is using close to 100% CPU for a sustained period. Your Mac's processor is also shared. If something is hogging all of it, macOS struggles to handle basic tasks like drawing the screen or responding to clicks. This is less common than memory pressure but happens with things like video encoding, antivirus scanning, or a browser tab running heavy JavaScript.
Your disk is nearly full. macOS uses your storage as overflow space when RAM gets tight (this is called swap). If your disk has less than roughly 5% free space, that overflow stops working properly and freezes become much more likely. Check Apple menu › About This Mac › More Info › Storage to see how much space you have left.
The Mac is overheating. When a Mac gets too hot, macOS intentionally slows the processor down to protect the hardware. A process called kernel_task is responsible for this throttling, and during heavy throttling the system can freeze briefly. This is more common when the Mac is sitting on a soft surface like a bed that blocks the vents, or when it's running in a hot room.
A macOS bug. This is rarer, but it happens. Shortly after major macOS updates, certain system processes sometimes behave unexpectedly. WindowServer (the process that draws everything you see on screen) has had known memory leak issues in recent macOS versions. If your Mac started freezing after an update and nothing else changed, a macOS bug is plausible. Keep an eye on Apple's support pages and check for software updates, as Apple usually patches these within a few weeks.
Apple's own guide on what to do when your Mac runs slowly covers some of these causes too, and is worth bookmarking.
How do I unfreeze a frozen Mac right now?
What you do depends on whether one app is frozen or the whole system.
If just one app is frozen: press Command-Option-Esc (hold all three keys at once). A small window called "Force Quit Applications" will appear. Find the frozen app: it will usually say "not responding" in red. Click it, then click Force Quit. You'll lose any unsaved work in that app, but everything else stays open and unaffected. After force-quitting, wait a moment: if memory pressure was the cause, the system should become more responsive within seconds.
If the whole system is frozen: wait two to three minutes first. macOS sometimes recovers on its own if the problem was a temporary spike. If it doesn't recover, hold the power button for about ten seconds until the Mac shuts off completely. Press the power button again to restart. This is a last resort rather than the first step, because macOS doesn't get to close files cleanly when you force it off, but it won't damage your Mac or corrupt your data in most cases.
After either scenario: once you're back up, open Activity Monitor (press Command-Space, type "Activity Monitor", press Return). Click the CPU tab and look for anything using a very high percentage. Then click the Memory tab and check the Memory Pressure graph at the bottom. If it's red, sort the app list by clicking the Memory column header to find the biggest consumer. That's your likely cause. For more on how to read Activity Monitor, see how to use Activity Monitor on Mac.
How do I stop my Mac from freezing in the future?
Once you know the cause, most freezing is preventable with a few habits:
Quit apps you're not using. Don't just close their windows; right-click the icon in the Dock and choose Quit. Closing a window doesn't free memory. Quitting does. Pay particular attention to browsers: Chrome and Edge tend to use significantly more memory than Safari for the same set of tabs. If you have thirty browser tabs open right now, closing the ones you're not reading is probably the single most effective thing you can do.
Keep at least 10-15% of your disk free. macOS needs room to breathe. When storage fills up, it can't use swap space effectively and freezes become more likely. Move old files to an external drive, delete downloads you've already used, or empty the Trash if you haven't recently.
Restart regularly. A weekly restart wipes memory that macOS has been holding onto for apps you haven't used in days. It also clears any runaway processes that have been slowly growing in the background. Friday afternoon is a good habit.
Keep macOS and your apps updated. Bug-fix releases for macOS (the smaller updates between major versions) often contain fixes for known memory leaks and process runaway issues. Staying current reduces the chance of hitting a known bug.
Watch for repeat offenders. If your Mac freezes regularly and it's always after using a particular app, that app is probably your culprit. Check whether there's an update for it, or consider whether you can replace it with something lighter.
If memory pressure is regularly in the red even after quitting apps, you may simply need more RAM than your Mac has. The details on that are covered in how to free up RAM on Mac. Apple's guide on checking whether your Mac needs more RAM is also useful.
When is freezing a sign of something serious?
Occasional freezing, especially after a macOS update or during a heavy session, is normal and nothing to worry about. Frequent freezing, meaning multiple times a week or every time you use a certain app, is worth investigating.
Signs that the issue is deeper than software:
- Your Mac freezes even when you've just restarted and have no apps open.
- You hear the fans running at full speed constantly, even when you're not doing anything intensive (could mean a thermal problem).
- Your Mac is several years old and the freezing has been getting progressively worse over months.
- The freezing is accompanied by unexpected restarts or a kernel panic (a grey or black screen with a message saying your Mac restarted because of a problem).
If any of those apply, it's worth booking a free appointment at an Apple Store or with an Apple Authorised Service Provider. Hardware issues, including failing storage or degraded thermal paste, do happen on older Macs and are not something you can fix from the menu bar.
But if your Mac is from 2019 or later and freezing started recently, it's almost certainly a software cause. Try the steps above first before concluding anything serious is wrong.