You Installed Something and Now Your Mac Feels Different
Maybe a new app asked for permission to install a “configuration profile.” Perhaps your workplace or school required you to set one up for email or security. Or you might have clicked a link that seemed harmless, only to find your browser homepage changed and strange settings appearing.
Now you want it gone. You’re looking for how to delete a Mac profile, but the option isn’t in your Applications folder. It feels like this invisible piece of software has burrowed into your system’s settings.
That feeling is spot on. Configuration profiles are powerful tools that administrators use to manage Macs remotely. They can set up Wi-Fi networks, enforce security rules, install certificates, and control many system preferences. For a single user, they’re most often encountered with MDM (Mobile Device Management) from an employer or through certain app installations.
Removing one is usually straightforward, but you need to know where to look. This guide will walk you through every method, from the simple graphical approach to the command-line solutions for stubborn profiles.
Understanding What a Configuration Profile Is
Before you delete, it helps to know what you’re removing. A configuration profile is a file that ends in .mobileconfig. It contains settings that can be applied to macOS without manually clicking through every preference pane.
Think of it as a batch file for system settings. A legitimate profile from your IT department might quietly configure your corporate email account and VPN. A less helpful profile, sometimes bundled with free software, might redirect your web searches or install a trusted root certificate.
Profiles are managed by the macOS system itself, not by individual apps. That’s why you can’t simply drag something to the Trash. The system must be told to unload these settings formally.
Where Profiles Live on Your System
Profiles are installed into a dedicated system database. You can view all installed profiles in one central location: System Settings (or System Preferences on older macOS versions).
There is no “Profiles” folder in your user directory to manually delete. The system consolidates them, which is good for management but means you need the right tool to remove them.
The Standard Way: Removing Profiles Through System Settings
This is the first and primary method you should try. It works for the vast majority of profiles, especially those installed by you or with your explicit consent.
Follow these steps carefully.
Click the Apple logo in the top-left corner of your screen and select “System Settings.” If you’re running macOS Monterey or earlier, this menu option will say “System Preferences.”
In the System Settings window, look for the search bar at the top. Type “Profiles” into this search field. The system will highlight the relevant setting.
Click on the “Profiles” result that appears. If you do not see a “Profiles” icon or search result, that means there are no configuration profiles currently installed on your Mac. Your search is over.
If profiles are present, you’ll see a new window listing them. Each profile will have a name, sometimes showing who installed it (e.g., “Verified” for a signed profile from a company).
Select the profile you wish to delete by clicking on it once. You will see details about its contents, like “This profile contains Wi-Fi settings” or “This profile contains certificates.”
At the bottom of the window, you will find a minus (-) button. Click this button.
A confirmation dialog will appear, warning you that removing the profile will also remove the settings it applied. Click “Remove” to confirm. You may be asked to enter your administrator password to authorize the change.
The profile will disappear from the list. It’s now completely removed from your system. You should restart your Mac to ensure all associated settings are fully cleared.
What If the “Remove” Button Is Grayed Out?
Sometimes, especially with profiles installed by an MDM system for work or school, the minus button is inactive. This means the profile is managed and locked by an administrator.
This is a security and management feature. It prevents employees from removing corporate security policies that protect company data.
In this case, you cannot remove the profile through System Settings. You have two legitimate paths forward: contact your IT support department to request removal, or if the device is fully owned by your organization, you may need to return it to them for re-provisioning.
Do not attempt to bypass this lock unless you have explicit ownership of the device and understand you may be violating terms of use.
Using the Terminal for Advanced Removal
If you’re comfortable with the command line, or if a profile isn’t showing up cleanly in System Settings, the Terminal offers powerful tools. The `profiles` command is built into macOS specifically for this task.
First, open the Terminal app. You can find it in your Applications folder under Utilities, or quickly launch it by pressing Command+Space to open Spotlight, typing “Terminal,” and hitting Return.
To see a list of all profiles installed on your Mac, type the following command and press Enter:
profiles list
This will output detailed information about every profile. Look for the “attribute: name” line for each profile to identify the one you want to remove. The name here is the internal identifier, which might be slightly different from what you see in System Settings.
To remove a specific profile by its identifier, use the `remove` command. The general syntax is:
sudo profiles remove -name “ProfileNameHere”
For example, if the `profiles list` output shows a name like “com.company.wifi.settings,” you would type:
sudo profiles remove -name “com.company.wifi.settings”
Press Enter. You will be prompted to enter your administrator password. Type it (no characters will appear for security) and press Enter again.
The command will execute silently if successful. To verify the profile is gone, run `profiles list` again and check that it no longer appears.
Removing All User-Approved Profiles
If you want a clean slate and wish to remove every profile that is not locked by MDM, you can use a broader command. Be certain you want to do this, as it will affect Wi-Fi, certificate, and other settings.
Open Terminal and type:
sudo profiles remove -all
Enter your password when prompted. This will remove all removable profiles from the system. It will not touch profiles that are locked and managed by an MDM server.
Dealing with Profiles from Unknown Sources
Sometimes profiles are installed by software you downloaded from the web. These can be the most problematic, often changing browser settings or injecting ads.
The removal process is the same: use System Settings or the Terminal as described above. However, after removal, you should take additional steps.
Check your web browsers. Go to Safari, Chrome, or Firefox settings and look for the homepage, default search engine, and extensions. Remove any unfamiliar extensions and reset your homepage and search engine to your preferred choices.
Look in System Settings under General > Login Items for any new applications set to launch at startup that you don’t recognize.
Consider running a malware scan. While configuration profiles themselves are a standard macOS feature, their misuse can be part of unwanted software. Tools like Malwarebytes for Mac can help identify and remove associated components.
What to Do When a Profile Keeps Coming Back
This is a frustrating scenario. You delete the profile, restart, and later find it reinstalled itself. This almost always points to one thing: Mobile Device Management (MDM).
If your Mac is enrolled in an MDM system (like Jamf, Kandji, or Microsoft Intune), the management server has the authority to re-push profiles to your device. This is common for company-owned computers.
The only permanent solution is to unenroll the device from the MDM. This is typically not something you can do yourself. You must contact your organization’s IT support. They can either remove the device from their management console or provide you with instructions for approved disenrollment.
For personally owned Macs, if a profile from a downloaded app keeps returning, the app itself may be reinstalling it. You need to uninstall the parent application completely. Use an app uninstaller tool or manually check your Applications folder and Library folders for related software.
Preventing Unwanted Profiles in the Future
An ounce of prevention is worth a pound of removal. macOS has built-in protections.
When you try to install a profile from the web or an email attachment, macOS will block it by default and require you to manually approve it in System Settings > Privacy & Security. Always scrutinize these requests. Only install profiles from sources you absolutely trust.
Be cautious with third-party app installers, especially from outside the Mac App Store. During installation, read every screen carefully. Look for pre-checked boxes that mention “additional software” or “custom settings.” Uncheck them.
Keep macOS updated. Apple regularly improves security protections that can prevent the silent installation of unwanted profiles.
For IT Administrators: Using MDM Correctly
If you’re deploying profiles to others, use a proper MDM solution. Sign your profiles with a developer certificate. This verifies their origin and makes management cleaner. Clearly name profiles so end-users can identify them if they need to contact support.
Your Mac Is Now Back Under Your Control
Removing a configuration profile restores your Mac’s settings to their default state, or to whatever you’ve manually configured afterward. The process is a key part of maintaining control over your own device.
Start with System Settings. Use the Terminal for more control or for troubleshooting. If a profile is locked, recognize that it’s part of a managed system and engage with the appropriate support channel.
By understanding this tool, you can better manage your Mac’s security and privacy, ensuring it works exactly the way you want it to.