How to uninstall the Mail app in Windows 10

Although the Mail app offers a great experience for most users, it's not for everyone. Luckily, you can use the PowerShell to uninstall the Mail app in Windows 10.

In this article, I’ll show you how to uninstall this app entirely.

1. In the Cortana search bar, search for Windows PowerShell.

2. Right click the correct result and select Run as administrator.

How to uninstall the Mail app in Windows 10 IkhYBNE

3. Type the following command to uninstall Mail app, and then press Enter.

Code:

Get-AppxPackage Microsoft.windowscommunicationsapps | Remove-AppxPackage


How to uninstall the Mail app in Windows 10 IKypVZi

If you get an error uninstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.