Note details

Completely uninstall Notepad on Windows 11

BY rf1nu
June 17, 2025
Public
Private
2866 views

How to Uninstall Notepad App on Windows 11

Introduction

  • This lesson covers steps to uninstall the Notepad app on Windows 11.
  • Uninstallation is motivated by dissatisfaction with Microsoft's AI integration and default options.
  • Alternative applications like Notepad++ and Visual Studio Code are available.

Uninstallation Methods

Method 1: Using Settings

  1. Open Start Menu:

    • Search for "Settings."
  2. Navigate to Apps:

    • Go to "Installed Apps."
  3. Select Notepad:

    • Find Notepad in the list.
    • Click on the menu and select "Uninstall."
    • Confirm by clicking the uninstall button.
  4. Result:

    • Notepad will no longer appear in search results.

Method 2: Reinstallation via Microsoft Store

  1. Open Microsoft Store:

    • Search for "Microsoft Store" in Start Menu.
  2. Install Notepad:

    • Search for "Notepad."
    • Select the "Windows Notepad" option.
    • Click "Install" and then "Open."
  3. Purpose:

    • Useful for reinstalling or troubleshooting issues.

Method 3: Using Terminal Commands

  1. Open Terminal:

    • Search for "Command Prompt" or "PowerShell."
    • Open and select the appropriate rights.
  2. Uninstall Command:

    • Type: winget uninstall --id=Microsoft.Notepad
    • Execute by pressing Enter.
    • Requires Microsoft Store identification number for Notepad.
  3. Reinstallation Command:

    • Change uninstall to install in the command.
    • Agree to terms with "Y" and proceed.

Additional Notes

  • The provided methods also apply to PowerShell.
  • Using these commands allows for managing apps via the Windows Package Manager.
  • Alternatives like Notepad++ do not require the uninstallation of Notepad.

Conclusion

  • The lesson covered multiple methods to uninstall and reinstall Notepad.
  • Viewers are encouraged to engage by liking, sharing, and subscribing for more tutorials.