'I have the 2011 edition Microsoft Office and I was trying to install the new 2016 apps, but they would not update. I was suggested uninstalling the older version first and try again. But I don't know how to do that. How do I uninstall Microsoft Office from my Mac including all its apps?'
You may want to uninstall Microsoft Office for Mac or just uninstall word on Mac for fixing some bugs in the existed apps or installing the updated version. No matter what kind of situation you are facing, here's the answer you are searching for about how to properly uninstall Word, Excel, PowerPoint, and other Microsoft Office applications on Mac: uninstall Office 2011/2016, Office 365 on Mac.
Office 2019, 2016 Office 2013 Office 365 Command line On the device where you want to change the key, open any Office app, select the File menu and then select Account near the bottom of the menu. Under Product Information, select the Change License button.
- Uninstall Office for your installation type. The steps to uninstall Office depend on the type of installation you have. The most common installation types are Click-to-Run and Microsoft Windows Installer (MSI). The other type is an Office installation from the Microsoft Store app.
- Jan 03, 2020 To uninstall Microsoft Office from Windows 10 with Settings, use these steps: Open Settings. Click on Apps & features. Select the Microsoft Office 365 installation, or the name of the suite you purchased like “Microsoft Office 365 Home,” or “Microsoft Office Home and Student 2019.” Click the Uninstall button. Click the Uninstall button again.
- The first version of Office contained Microsoft Word, Microsoft Excel, and Microsoft PowerPoint which are also the most used processing tools of MS Office. Microsoft also offers its Office apps to mobile operating systems like Android and iOS. In this article, we will discuss different methods to uninstall and reinstall Microsoft Office on Mac.
1. Microsoft Office Removal Tool for Mac?
Microsoft Office Removal Tool is an official uninstallation app offered by Microsoft, which allows users to completely remove any version of Microsoft Office and all of its apps, including Office 2007, 2010, 2013, and 2016 as well as Office 365.
Unfortunately, this removal tool only works for Windows system, such as Windows 7, Windows 8/8.1 and Windows 10. To uninstall Microsoft Office on Mac, you can either remove them manually or use a third-party uninstaller utility. If you want to completely uninstall MS Office from Mac, jump to Part 3 to learn about FonePaw MacMaster Uninstaller for Mac.
2. Uninstall Office 365 (2011/2016) on Mac Manually
Note that to uninstall Office 365 on your Mac manually requires to be signed in as an administrator on the Mac.
Uninstall Office 365 (2011) on Mac:
Step 1: Quit all the Office applications first, no matter it is Word, Excel, PowerPoint or OneNote.
Step 2: Open Finder > Applications.
Step 3: Locate Microsoft Office 2011 folder. And then remove Office from Mac to Trash.
Step 4: Check whether there is anything you still want to keep in Trash. If not, empty Trash and restart the Mac.
Uninstall Office 365 (2016) on Mac:
Completely uninstalling Office 365, the 2016 edition, on Mac includes three parts.
Part 1. Remove MS Office 365 Applications on Mac:
Step 1: Open Finder > Applications.
Step 2: Press 'Command' button and click to select all the Office 365 applications. '
Step 3: Ctrl + Click the selected applications and then choose 'Move to Trash'.
Part 2. Delete Office 365 Files from Mac:
Step 1: Open Finder. Press 'Command + Shift + h'.
Step 2: In Finder, click 'View > as List'.
Step 3: Then click on 'View > Show View Options'.
Step 4: In the dialog box, tick 'Show Library Folder' and click 'Save'.
Step 5: Back to Finder, head to Library > Containers. Ctrl + click or right-click on each of these folders below if present, and select 'Move to Trash'.
com.microsoft.errorreporting
com.microsoft.Excel
com.microsoft.netlib.shipassertprocess
com.microsoft.Office365ServiceV2
com.microsoft.Outlook
com.microsoft.Powerpoint
com.microsoft.RMS-XPCService
com.microsoft.Word
com.microsoft.onenote.mac
Step 6: Click the back arrow to go back to Library folder. Open 'Group Containters'. Ctrl + click or right-click on each of these folders below if present, and select 'Move to Trash'.
UBF8T346G9.ms
UBF8T346G9.Office
UBF8T346G9.OfficeOsfWebHost
Part 3. Remove Office Apps from Dock:
Step 1: If any Office apps are put in the dock on your Mac. Locate each of them.
Step 2: Ctrl + click and choose 'Options'.
Step 3: Select 'Remove from Dock'.
After all the steps above, restart your Mac to finish the uninstallation for MS Office completely.
3. Uninstall Microsoft Office on Mac Easily
If you find there are too many steps in the manual operation and if you are tired of following all the steps, the Uninstaller in FonePaw MacMaster can help you a lot.
FonePaw MacMaster's Uninstaller allows you to quickly uninstall Microsoft Office and all the associated files from Mac within just a few clicks. It is easier in operation than you uninstalling them manually. What's more, it can also clean up system caches and other junk files on your Mac.
Here's how to uninstall Office on Mac with MacMaster's Uninstaller:
Download and launch FonePaw MacMaster.Select 'Uninstaller' at the left sidebar.
Click on 'Scan' to scan out all the apps installed on your Mac.
In the app list, click on all of the Microsoft Office apps. If there are too many apps to locate the Office apps, use the search bar at the upper right.
Type in the app's name and select it.Click on 'Clean' button. After the cleanup process, all of the Microsoft Office apps are uninstalled completely from your Mac.
FonePaw MacMaster can also clean duplicate files, cache files, browsing history, iTunes junks and more on your Mac.
- Hot Articles
- App Manager on Mac: Uninstall Applications with Ease
- Clear Safari/Chrome/Firefox Browser Caches on Mac
- How to Completely Uninstall Mac Applications
- Uninstall Spotify on Your iMac/MacBook
- How to Uninstall Skype on Your Mac
- How Do I Delete Google Chrome from My Mac
- Is There a Way to Recover Lost Word Document?
- Excel AutoSave Location: Where to Find and Recover Unsaved Excel Files (2016/2013/2007/2003)
You can use this guide to uninstall each component in Visual Studio for Mac individually by navigating to the relevant section, or you can use the scripts provided in the Uninstall Script section to uninstall everything.
Note
This information will only remove Visual Studio 2019 or 2017 for Mac from your machine. to uninstall Visual Studio Code, see this issue for details.
Uninstall Script
There are two scripts that can be used to uninstall Visual Studio for Mac and all components for your machine:
The following sections provide information on downloading and using the scripts.
Visual Studio for Mac and Xamarin script
You can uninstall Visual Studio and Xamarin components in one go by using the uninstall script.
This uninstall script contains most of the commands that you will find in the article. There are three main omissions from the script and are not included due to possible external dependencies. To remove this, jump to the relevant section below and remove them manually:
To run the script, do the following steps:
Right-click on the script and select Save As to save the file on your Mac.
Open Terminal and change the working directory to where the script was downloaded:
Make the script executable and the run it with sudo:
Finally, delete the uninstall script and remove Visual Studio for Mac from the dock (if it's there).
.NET Core script
The uninstall script for .NET Core is located in the dotnet cli repo
To run the script, do the following steps:
Right-click on the script and select Save As to save the file on your Mac.
Open Terminal and change the working directory to where the script was downloaded:
Make the script executable and the run it with sudo:
Finally, delete the .NET Core uninstall script.
Uninstall Visual Studio for Mac
The first step in uninstalling Visual Studio from a Mac is to locate Visual Studio.app in the /Applications directory and drag it to the Trash Can. Alternatively, right-click and select Move to Trash as illustrated in the following image:
Deleting this app bundle removes Visual Studio for Mac, even though there may be other files related to Xamarin still on the file system.
To remove all traces of Visual Studio for Mac, run the following commands in Terminal:
You may also want to remove the following directory containing various Xamarin files and folders. However, before you do you should be aware that this directory contains the Android signing keys. For more information refer to the section Uninstalling Android SDK and Java SDK:
Uninstall Mono SDK (MDK)
Mono is an open-source implementation of Microsoft's .NET Framework and is used by all Xamarin Products—Xamarin.iOS, Xamarin.Android, and Xamarin.Mac to allow development of these platforms in C#.
Warning
There are other applications outside of Visual Studio for Mac that also use Mono, such as Unity.Be sure that there are no other dependencies on Mono before uninstalling it.
To remove the Mono Framework from a machine, run the following commands in Terminal:
Uninstall Xamarin.Android
There are a number of items required for the installation and use of Xamarin.Android, such as the Android SDK and Java SDK.
Use the following commands to remove Xamarin.Android:
Uninstall Android SDK and Java SDK
The Android SDK is required for development of Android applications. To completely remove all parts of the Android SDK, locate the file at ~/Library/Developer/Xamarin/ and move it to Trash.
Warning
You should be aware that Android signing keys that are generated by Visual Studio for Mac are located in ~/Library/Developer/Xamarin/Keystore
. Make sure to back these up appropriately, or avoid removing this directory if you wish to keep your keystore.
The Java SDK (JDK) does not need to be uninstalled, as it is already pre-packaged as part of Mac OS X / macOS.
Uninstall Android AVD
Warning
There are other applications outside of Visual Studio for Mac that also use Android AVD and these additional android components, such as Android Studio.Removing this directory may cause projects to break in Android Studio.
To remove any Android AVDs and additional Android components use the following command:
To remove only the Android AVDs use the following command:
Uninstall Xamarin.iOS
Xamarin.iOS allows iOS application development using C# or F# with Visual Studio for Mac.
Use the following commands in Terminal to remove all Xamarin.iOS files from a file system:
Uninstall Xamarin.Mac
Xamarin.Mac can be removed from your machine using the following two commands to eradicate the product and license from your Mac respectively:
Uninstall Workbooks and Inspector
Starting with 1.2.2, Xamarin Workbooks & Inspector can be uninstalled from a terminal by running:
For older versions, you need to manually remove the following artifacts:
- Delete the Workbooks app at
'/Applications/Xamarin Workbooks.app'
- Delete the Inspector app at
'Applications/Xamarin Inspector.app'
- Delete the add-ins:
'~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Interactive'
and'~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Inspector'
- Delete Inspector and supporting files here:
/Library/Frameworks/Xamarin.Interactive.framework
and/Library/Frameworks/Xamarin.Inspector.framework
Uninstall the Xamarin Profiler
Uninstall the Visual Studio Installer
Use the following commands to remove all traces of the Xamarin Universal Installer:
Uninstall Microsoft Office 2019 Mac Crack
Uninstall Visual Studio 2019 for Mac Preview
Visual Studio 2019 for Mac Preview was launched as a separate preview, allowing you to continue to work with your Visual Studio 2017 for Mac install side-by-side.
Uninstall Microsoft Office 2019 Mac
Now that Visual Studio 2019 for Mac has been released, you can now safely remove the Visual Studio 2019 for Mac Preview application.
To uninstall the preview application bundle, select Visual Studio (Preview) from your Applications folder and click Move to Trash, as depicted in the following image:
You can also remove the Preview plist file with the following command: