System Integrity Protection (SIP) is an important macOS security feature that helps prevent malicious software from modifying system files. For most users, it’s best to keep SIP enabled. However, advanced users who need deeper system access may choose to disable it.
Steps to Disable SIP:
- Restart your Mac.
- Before macOS starts, hold down
Command (⌘) + Runtil you see the Apple logo and progress bar. This will boot your Mac into Recovery Mode. - From the Utilities menu, select Terminal.
- In Terminal, type the following command and press Return:
csrutil disable - A message will confirm that SIP has been disabled.
- From the menu, choose Restart to reboot your Mac normally.
How to Check SIP Status:
You can check whether SIP is enabled or disabled without restarting into Recovery Mode:
- Open Terminal.
- Type:
csrutil status - You’ll see one of the following messages:
System Integrity Protection status: enabled.System Integrity Protection status: disabled.
How to Enable SIP Again:
If you decide to re-enable SIP:
- Restart your Mac.
- Hold down
Command (⌘) + Rto enter Recovery Mode. - From the Utilities menu, open Terminal.
- Type:
csrutil enable - You’ll see a confirmation message.
- Restart your Mac to apply the change.