Windows Guide Β· Updated June 2026

How to Download and Install
Notepad for Windows

A practical guide to installing, reinstalling, repairing, and updating the official Windows Notepad app in Windows 10 and Windows 11.

πŸ“– 7 min read πŸ–₯ Windows 10 & 11 πŸ“ Official Notepad App βœ… Beginner Friendly

How to Get Notepad on Windows 10 and Windows 11

Notepad is the built-in plain-text editor included with Windows. In most cases, you do not need to download it manually: open the Start menu, type Notepad, and launch it from the search results. If Notepad is missing, corrupted, disabled, or removed, you can restore it in several ways.

On modern Windows versions, the official Notepad app can be installed through the Microsoft Store. On some Windows 10 systems, Notepad may also appear as an Optional Feature. Advanced users can reinstall it with winget or PowerShell.

πŸ›’
Microsoft Store
Recommended
βš™οΈ
Optional Features
Windows 10
πŸ’»
winget Command
Fast
πŸ”§
Repair or Reset
Fix Errors
ℹ️
Important Download Notepad only from Microsoft Store or Microsoft-related Windows components. Avoid third-party websites that offer β€œnotepad.exe” downloads, because executable files from unofficial sources may contain malware or unwanted software.

Download Windows Notepad from Microsoft Store

The safest and easiest way to install the official Notepad app is through the Microsoft Store. This method works best on Windows 11 and on updated Windows 10 installations where Notepad is distributed as a Store app.

Official app name

In Microsoft Store, look for Windows Notepad published by Microsoft Corporation. Do not confuse it with third-party apps that use similar names such as β€œNotepad for Windows” or β€œSimple Notepad”.

Open Windows Notepad in Microsoft Store
If the link opens in your browser, click Get or Open in Microsoft Store.

Steps to Install Notepad from Microsoft Store

  1. Open the Start menu.
  2. Type Microsoft Store and open the app.
  3. In the search box, type Windows Notepad.
  4. Select the Notepad app published by Microsoft Corporation.
  5. Click Get, Install, or Update.
  6. After installation, open the Start menu and type Notepad.
βœ…
Best Choice Use the Microsoft Store method if you want the current official version with automatic app updates and the lowest risk of installing the wrong file.

Install Notepad from Optional Features in Windows

On some Windows 10 builds and enterprise-managed systems, Notepad may be listed as an optional Windows feature. If it was removed from the system, you can add it back through Settings.

Windows 11 Steps

  1. Press Win + I to open Settings.
  2. Go to Apps β†’ Optional features.
  3. Click View features next to Add an optional feature.
  4. Type Notepad in the search field.
  5. If it appears, select it and click Next β†’ Install.

Windows 10 Steps

  1. Press Win + I to open Settings.
  2. Open Apps β†’ Apps & features.
  3. Click Optional features.
  4. Click Add a feature.
  5. Search for Notepad, select it, and click Install.
⚠️
Not Always Available If Notepad does not appear in Optional Features, use the Microsoft Store method instead. The available installation path depends on your Windows version, edition, update level, and organization policies.

Install Notepad Using winget in Windows Terminal

winget is the Windows Package Manager. It can install Microsoft Store apps directly from the command line, which is useful if Microsoft Store search does not work or if you prefer a faster installation method.

Install Windows Notepad with winget

  1. Right-click the Start button.
  2. Select Terminal or Windows Terminal.
  3. Run the following command:
winget install 9MSMLRH6LZF3 --source msstore

If winget asks you to accept source agreements, type Y and press Enter. After the installation finishes, search for Notepad from the Start menu.

Update Notepad with winget

winget upgrade 9MSMLRH6LZF3 --source msstore
πŸ’‘
Tip The product ID 9MSMLRH6LZF3 identifies the official Windows Notepad app in Microsoft Store.

Reinstall Windows Notepad with PowerShell

If Notepad is installed but broken, missing from search, or unable to open text files correctly, PowerShell can help check the app package and re-register installed Windows apps.

Check Whether Notepad Is Installed

  1. Right-click Start.
  2. Select Terminal or Windows PowerShell.
  3. Run this command:
Get-AppxPackage *Microsoft.WindowsNotepad*

If the command returns package information, Notepad is present on your system. If it returns nothing, install Notepad from Microsoft Store or with winget.

Re-register Built-in Windows Apps

If the package exists but the app does not open, run PowerShell as Administrator and execute:

Get-AppxPackage -AllUsers Microsoft.WindowsNotepad | Foreach {
  Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"
}
⚠️
Use Carefully PowerShell commands are useful for repair tasks, but the Microsoft Store or winget methods are easier and safer for most users.

Repair or Reset Notepad If It Is Already Installed

You may not need to reinstall Notepad at all. If the app opens slowly, crashes, does not save settings, or behaves incorrectly, try Repair first. If that does not help, use Reset.

Repair Notepad in Windows 11

  1. Press Win + I.
  2. Go to Apps β†’ Installed apps.
  3. Find Notepad.
  4. Click the three-dot menu next to it and select Advanced options.
  5. Click Repair.
  6. If the problem remains, click Reset.

Repair Notepad in Windows 10

  1. Open Settings β†’ Apps β†’ Apps & features.
  2. Find Notepad.
  3. Click Advanced options.
  4. Use Repair or Reset.

βœ“ Repair

  • Keeps app data when possible
  • Fixes common app component errors
  • Recommended before reinstalling

Reset

  • Restores the app to default state
  • May clear app preferences
  • Useful when Repair does not work

How to Update Notepad on Windows

Updating Notepad can fix bugs, improve performance, and add newer app features. If Notepad was installed from Microsoft Store, it is usually updated through the Store app.

Update Notepad from Microsoft Store

  1. Open Microsoft Store.
  2. Click Library in the lower-left corner.
  3. Click Get updates.
  4. If an update for Windows Notepad is available, install it.

Update Windows Components

  1. Open Settings.
  2. Go to Windows Update.
  3. Click Check for updates.
  4. Restart your PC if Windows asks you to do so.

What to Do If Notepad Will Not Download or Install

If Microsoft Store fails to install Notepad or the app does not appear after installation, use the fixes below in order.

1. Check Your Internet Connection and Microsoft Store

2. Reset Microsoft Store Cache

  1. Press Win + R.
  2. Type wsreset.exe and press Enter.
  3. Wait for Microsoft Store to reopen automatically.
  4. Try installing Notepad again.

3. Run the Microsoft Store Apps Troubleshooter

  1. Open Settings.
  2. Go to System β†’ Troubleshoot β†’ Other troubleshooters.
  3. Run the Windows Store Apps troubleshooter if it is available on your system.

4. Repair Windows System Files

If Notepad and other Windows apps are broken, system files may be damaged. Open Terminal as Administrator and run:

sfc /scannow

Then run:

DISM /Online /Cleanup-Image /RestoreHealth
πŸ›‘οΈ
Safety Reminder Do not replace notepad.exe manually inside the Windows folder. Use official installation and repair methods instead.

Best Way to Install Notepad in Windows 10 and Windows 11

The best method depends on what exactly is wrong: a missing app, a broken app, a Store problem, or an enterprise-managed PC.

Method Best For Windows 10 Windows 11 Difficulty
Microsoft Store Installing the official current app βœ“ βœ“ Easy
Optional Features Restoring classic optional Notepad βœ“ Limited Easy
winget Fast command-line installation βœ“ βœ“ Medium
PowerShell Checking and re-registering app packages βœ“ βœ“ Advanced
Repair / Reset Fixing crashes without reinstalling βœ“ βœ“ Easy

Frequently Asked Questions About Installing Notepad on Windows

Q Is Notepad free for Windows? β–Ό
Yes. The official Windows Notepad app from Microsoft is free. It is included with Windows and can also be installed from Microsoft Store if it is missing.
Q What is the official Notepad download for Windows? β–Ό
The official app is called Windows Notepad and is published by Microsoft Corporation in Microsoft Store. Always verify the publisher before installing.
Q Why is Notepad missing from my Windows PC? β–Ό
Notepad may be missing because it was uninstalled, removed by a system image, disabled by an administrator, corrupted by a failed update, or hidden because Windows Search is not indexing correctly. Try Microsoft Store installation first, then use Repair, Reset, or PowerShell if needed.
Q Can I download notepad.exe separately? β–Ό
You should not download random notepad.exe files from the internet. The safe method is to install Windows Notepad from Microsoft Store, Optional Features, Windows Update, winget, or official Windows repair tools.
Q Is Notepad the same as Notepad++? β–Ό
No. Notepad is Microsoft’s built-in plain-text editor for Windows. Notepad++ is a separate third-party code editor with advanced features for programmers. They are different applications.
Q How do I make Notepad the default app for .txt files? β–Ό
Right-click any .txt file, select Open with β†’ Choose another app, select Notepad, then enable Always use this app to open .txt files and click OK.

Final Thoughts

The easiest way to download and install Notepad for Windows is to use the official Windows Notepad page in Microsoft Store. If Notepad is already installed but does not work correctly, try Repair or Reset before reinstalling it.

For advanced users, winget provides a quick command-line installation method, while PowerShell can help verify or re-register the app package. Whatever method you choose, avoid unofficial executable downloads and restore Notepad only through trusted Windows channels.