Table of Contents
This updated guide explains how to Install / Uninstall Notepad Application in Windows 10 through clear steps, practical examples, and important checks that help prevent common errors.
You can install the Windows Notepad application from the Microsoft Store to Windows 10 version 19541.0 or higher. This tutorial will show you how to install and uninstall Notepad application from Microsoft Store in Windows 10.
Install Notepad from the Microsoft Store
1. Go to the Windows Notepad download page in the Microsoft Store application.
2. Click Get or Install.
Click Get to install Notepad
Selecting Install will also install Notepad
3. When Notepad has finished installing, you can select Launch (to open) if desired.
Select Launch to open
4. You can now close the Microsoft Store application if you like.
Uninstall Notepad in Settings
1. Open Settings and click Apps icon .
2. click App & features on the left, click Notepad on the right and click Uninstall button .
Click Notepad on the right and click the Uninstall button
3. Click Uninstall to confirm.
Click Uninstall to confirm
4. You can now close Settings if desired.
Uninstall Notepad in Command Prompt
1. Open Command Prompt.
2. Copy and paste the command below into the Command Prompt and press Enter.
powershell -command "Get-AppxPackage *Microsoft.WindowsNotepad* | Remove-AppxPackage"
3. You can now close the Command Prompt if you like.
Uninstall Notepad in Command Prompt
Uninstall Notepad in PowerShell
1. Open PowerShell.
2. Copy and paste the command below into PowerShell, then press Enter.
Get-AppxPackage *Microsoft.WindowsNotepad* | Remove-AppxPackage
3. You can now close PowerShell if you like.
Uninstall Notepad in PowerShellFAQ
What is the easiest way to Install / Uninstall Notepad Application in Windows 10?
Start with the requirements in this guide, then follow each step in order. Check the result after every major change so problems are easier to identify.
Can beginners follow these instructions?
Yes. The process is organized into practical steps, and you can repeat any step before moving forward.
What should I check if the method does not work?
Confirm your software or device version, permissions, settings, file format, and internet connection when the task depends on online services.
Reader Comments 0
Sign in with email or Google to join the discussion.