In Non-Tech language: What is Safe Mode?

What is safe mode and why would anyone use it. I have some how gotten my computer in safe mode over the years but luckily somehow got out of it.


Also what is an extension or third party extensions? Is this related to safari extensions?

iMac (M4)

Posted on Sep 28, 2025 5:39 PM

Reply
Question marked as Top-ranking reply

Posted on Sep 29, 2025 6:33 AM

Emmett_1944 wrote:

So safe mode is something you would do if your computer was having a problem. When I start my iMac it is doing all sorts of things in the background that I don't know about and never will unless I become a software engineer. It is also doing certain other things like if I have Apple Mail it might check for any emails and download them to my computer. So if you start in safe mode it will prevent all these background things from happening.


It will prevent certain background things from happening – not all background things from happening. Even in Safe Mode, I'm sure that macOS runs a lot of background processes. (These processes typically would sleep while waiting for notifications of relevant events; briefly wake up to handle the events; then go back to sleep.)

So if your computer seems to start fine in safe mode you know whatever the problem is it is NOT in the basic functions of your computer. Does safe mode tell you what the problem IS or just verify where the problem is NOT?


It just narrows things down by helping you to figure out where the problem is NOT.


I still don't understand extensions. One person said an extension "can be for making hardware work." Isn't that just an application? For example I used to have a Wacom drawing tablet connected to my G3 iMac and I had to download an app to get the computer to work with the tablet. Is that app an extension? Is an extension just an app for making peripherals work?


A kernel extension hooks into the operating system itself, and runs with superuser privileges, like the operating system itself. Kernel extensions used to be the way that third-party vendors could add device drivers. However, since a kernel extension is running as part of the OS, if it has a bug, it can crash the OS – and if it happened to be a piece of malware, there would be few if any limits on the harm that it could do.


A system extension is a way of accomplishing some of the tasks that used to require a kernel extension. The big differences are that a system extension generally does not have superuser privileges, so the damage that it could do if buggy or malicious is more limited. (Though it still could be significant.). Also, Apple has to provide APIs that support each particular class of system extension that they want third-party developers to write.


Apple is in the process of "encouraging" developers to abandon kernel extensions in favor of system extensions.


A browser extension runs in the context of a Web browser, and can add functionality to that browser. Because a browser extension is running as you, it can access any files that you can, but it doesn't get superuser privileges (unless you are an Admin user and have entered your password to temporarily run with elevated privileges).


Safari is a Web browser, and Safari extensions are a type of browser extension.


There can be other types of extensions – "extension" is a very generic term. For instance, a Photoshop user who had purchased a collection of Photoshop plug-ins might consider the plug-ins to be Photoshop extensions.


Someone said this was completely different from safari extensions. I once saw an app that would make your clipboard be able to hold more than 1 thing at a time so if you wanted to copy and paste you could choose from a list of things you might copy and paste frequently. Is that a safari extension?


That sounds like it would modify behavior outside of Safari – so no, I don't think it would be a Safari extension. It would need to hook in at a deeper level.

7 replies
Question marked as Top-ranking reply

Sep 29, 2025 6:33 AM in response to Emmett_1944

Emmett_1944 wrote:

So safe mode is something you would do if your computer was having a problem. When I start my iMac it is doing all sorts of things in the background that I don't know about and never will unless I become a software engineer. It is also doing certain other things like if I have Apple Mail it might check for any emails and download them to my computer. So if you start in safe mode it will prevent all these background things from happening.


It will prevent certain background things from happening – not all background things from happening. Even in Safe Mode, I'm sure that macOS runs a lot of background processes. (These processes typically would sleep while waiting for notifications of relevant events; briefly wake up to handle the events; then go back to sleep.)

So if your computer seems to start fine in safe mode you know whatever the problem is it is NOT in the basic functions of your computer. Does safe mode tell you what the problem IS or just verify where the problem is NOT?


It just narrows things down by helping you to figure out where the problem is NOT.


I still don't understand extensions. One person said an extension "can be for making hardware work." Isn't that just an application? For example I used to have a Wacom drawing tablet connected to my G3 iMac and I had to download an app to get the computer to work with the tablet. Is that app an extension? Is an extension just an app for making peripherals work?


A kernel extension hooks into the operating system itself, and runs with superuser privileges, like the operating system itself. Kernel extensions used to be the way that third-party vendors could add device drivers. However, since a kernel extension is running as part of the OS, if it has a bug, it can crash the OS – and if it happened to be a piece of malware, there would be few if any limits on the harm that it could do.


A system extension is a way of accomplishing some of the tasks that used to require a kernel extension. The big differences are that a system extension generally does not have superuser privileges, so the damage that it could do if buggy or malicious is more limited. (Though it still could be significant.). Also, Apple has to provide APIs that support each particular class of system extension that they want third-party developers to write.


Apple is in the process of "encouraging" developers to abandon kernel extensions in favor of system extensions.


A browser extension runs in the context of a Web browser, and can add functionality to that browser. Because a browser extension is running as you, it can access any files that you can, but it doesn't get superuser privileges (unless you are an Admin user and have entered your password to temporarily run with elevated privileges).


Safari is a Web browser, and Safari extensions are a type of browser extension.


There can be other types of extensions – "extension" is a very generic term. For instance, a Photoshop user who had purchased a collection of Photoshop plug-ins might consider the plug-ins to be Photoshop extensions.


Someone said this was completely different from safari extensions. I once saw an app that would make your clipboard be able to hold more than 1 thing at a time so if you wanted to copy and paste you could choose from a list of things you might copy and paste frequently. Is that a safari extension?


That sounds like it would modify behavior outside of Safari – so no, I don't think it would be a Safari extension. It would need to hook in at a deeper level.

Sep 28, 2025 5:58 PM in response to Emmett_1944

It can be thought of as a test mode (Windows also has a Safe mode startup). When your Mac is having issues, but you're having trouble finding a cause, starting in Safe Mode can be a first diagnostic test.


Safe Mode only allows the most basic drivers, fonts, and services to load and run. No third party anything. If the Mac then seems to run fine, then something you've installed is likely to be the cause of your problems.


There's more purposes, but that's one.

Sep 28, 2025 5:58 PM in response to Emmett_1944

Here is an Apple article regarding Safe Mode (cannot get a simpler explanation than directly from Apple):

Start up your Mac in safe mode - Apple Support


Emmett_1944 wrote:

I have some how gotten my computer in safe mode over the years but luckily somehow got out of it.

A simple reboot is all that is needed.


Also what is an extension or third party extensions?

They can be for making hardware work. And they can be used to keep some software running in the background all the time.


Third party extensions are just "extensions" created by someone other than Apple.


Is this related to safari extensions?

No. Browser extensions are to add extra functionality to a browser....other times they may cause the browser to not work correctly. Be very careful using browser extensions since many of them can be malware, spyware, or just poorly written & be a security risk.


Sep 28, 2025 7:16 PM in response to Emmett_1944

Emmett_1944 wrote:

Also what is an extension or third party extensions? Is this related to safari extensions?


In this context, "extension" likely refers to "kernel extension".


A kernel extension runs with full access to the machine – just like macOS itself – and so if there is a bug in a third-party kernel extension, it can crash the entire machine. Not loading any third-party kernel extensions is a way of keeping them from causing crashes or startup problems.


However, since these third-party kernel extensions often contain device drivers, the devices that they support may not work while the Mac is running in Safe Mode.

Sep 29, 2025 10:56 AM in response to Emmett_1944

NOTE 1: Safe Mode boot can take up to 3 - 5 minutes as it's doing the following; 

Verifies your startup disk and attempts to repair directory issues, if needed

• Loads only required kernel extensions (prevents 3rd party kernel/extensions from loading)

• Prevents Startup Items and Login Items from opening automatically

• Disables user-installed fonts 

Deletes font caches, kernel cache, and other system cache files


NOTE 2: if you have a wireless keyboard with rechargeable batteries connect it with its charging cable before booting into Safe Mode. This makes it act as a wired keyboard as will insure a successful boot into Safe Mode.


Sep 29, 2025 5:04 AM in response to HWTech

So safe mode is something you would do if your computer was having a problem. When I start my iMac it is doing all sorts of things in the background that I don't know about and never will unless I become a software engineer. It is also doing certain other things like if I have Apple Mail it might check for any emails and download them to my computer. So if you start in safe mode it will prevent all these background things from happening. So if your computer seems to start fine in safe mode you know whatever the problem is it is NOT in the basic functions of your computer. Does safe mode tell you what the problem IS or just verify where the problem is NOT?


I still don't understand extensions. One person said an extension "can be for making hardware work." Isn't that just an application? For example I used to have a Wacom drawing tablet connected to my G3 iMac and I had to download an app to get the computer to work with the tablet. Is that app an extension? Is an extension just an app for making peripherals work?


Someone said this was completely different from safari extensions. I once saw an app that would make your clipboard be able to hold more than 1 thing at a time so if you wanted to copy and paste you could choose from a list of things you might copy and paste frequently. Is that a safari extension? Are safari extensions from the App Store safe?

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

In Non-Tech language: What is Safe Mode?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.