N
Star Prestige Review

11 Ways to Open Notepad in Windows

Author

Rachel Newton

Updated on March 22, 2026

Quick Links

Key Takeaways

To open Notepad on Windows, access "Windows Search," type "Notepad", and select the app. Another way is to open "Run" with Windows+R, type "notepad", and press Enter. To open it from Command Prompt or PowerShell, type "notepad" in either tool and press Enter.

Opening Notepad on a Windows 11 or Windows 10 PC is as easy as selecting a few options, running a command, or pressing a keyboard shortcut. We'll show you all the available ways to open your favorite text editor on your computer.

Using Windows Search

The easiest way to find and launch any app on your PC is to use Windows Search. You type the name of the app you want to open and Search retrieves it for you.

To open Notepad using this way, first, open Windows Search by either clicking the "Search" box on your taskbar or opening the "Start" menu and selecting the search box at the top.

Then, type "Notepad" and click the app in the search results.

Select Notepad.

Your app is now open.

Related: How to Launch Multiple Apps at Once on Windows 10

From Run

Windows' Run box lets you run various commands and open many apps on your PC. To use it for launching Notepad, first, open the tool by pressing Windows+R.

In the open box, type the following command and press Enter:

notepad
Type "notepad" and press Enter.

Windows will launch the Notepad app.

Using Start Menu

Windows' "Start" menu hosts shortcuts to many of your apps, including Notepad.

To use it, open the menu by either pressing the Windows key or selecting the menu icon on the taskbar.

When the menu opens, select "All Apps." From the app list, choose Notepad to launch the app.

Click Notepad.

And that's it.

Related: How to Pin a Website to the Windows 10 Taskbar or Start Menu

From Task Manager

Usually, you'd use Task Manager to force-close apps, but you can use this utility to launch apps as well.

To do that, right-click your "Start" menu icon and choose "Task Manager." On the tool window, select "Run New Task."

In the open box, type the following and press Enter:

notepad
Enter "notepad" and press Enter.

Task Manager will launch your Notepad app.

Related: 10 Ways to Open Task Manager in Windows 11

From Taskbar

Windows' taskbar is limited in size so it can't contain all your apps, but you can pin your favorite apps to it to make launching those apps easier.

To do that for Notepad, first, open the "Start" menu and find "Notepad". Right-click the app and choose "Pin to Taskbar."

Select "Pin to Taskbar."

On your Windows taskbar, you now have a new shortcut, letting you directly launch the Notepad app.

Notepad on Windows taskbar.

Related: 5 Ways to Pin Shortcuts to Windows 10's Taskbar

From File Explorer

To launch Notepad while you're inside File Explorer, you don't have to close your current window. Use a command within your file manager to launch your text editor.

To do that, in your File Explorer's address bar at the top, type the following command and press Enter:

notepad
Type "notepad" and press Enter.

Notepad is now open on your screen.

Related: 10 Windows File Explorer Features You Should Be Using

Using Command Prompt

If you prefer running commands, use a command in Command Prompt to open Notepad.

First, open the "Start" menu, find "Command Prompt", and launch the utility. Then, type the following command and press Enter:

notepad
Type the "notepad" command and press Enter.

Let CMD open your favorite text editor.

Related: 10 Ways to Open the Command Prompt in Windows 10

With PowerShell

Windows' PowerShell utility is similar to Command Prompt in many ways, and you can use this tool to launch your apps as well, including Notepad.

To do that, open the "Start" menu, find "PowerShell", and launch the utility. Then, type the following command and press Enter:

notepad
Use the "notepad" command.

Notepad is now open.

Related: 9 Ways to Open PowerShell in Windows 10

Using a Desktop Shortcut

If you prefer launching apps from your desktop, add Notepad's shortcut to your desktop using a few easy steps.

First, access your desktop by pressing Windows+D. On the desktop, right-click anywhere blank and choose New > Shortcut.

On the "Create Shortcut" window, click the text field and type the following. Then, choose "Next."

notepad
Enter "notepad" and select "Next."

On the following screen, click the text field and type a name for your shortcut. Then, click "Finish."

Enter a shortcut name and click "Finish."

Your shortcut is now ready, and you can double-click it to open your Notepad app.

Using a Keyboard Shortcut

Windows offers no keyboard shortcut to launch the Notepad app, but you can create one to open your favorite app.

To do that, first, add Notepad's shortcut to your desktop or any other folder (using the above method). Your keyboard shortcut will launch this app shortcut, which will open Notepad.

Then, right-click your shortcut and choose "Properties." Access the "Shortcut" tab, click the "Shortcut Key" field, and press the key combination you want to use. Then, at the bottom, select "Apply" followed by "OK."

Assign a keyboard shortcut to Notepad.

And that's it. Your keyboard shortcut has been created. Press the key combination you specified above each time you want to launch Notepad on your PC.

From Right-Click Menu

If you'd like to add Notepad's shortcut to your right-click menu (also known as context menu), add a value to your Windows registry. This value tells Windows to display a shortcut to the Notepad app whenever you right-click on your PC.

We don't recommend editing your Windows registry, as incorrect or accidental changes can make your system unstable. However, if you know what you're doing, you should be okay.

To start, open "Run" using Windows+R. In the open box, type the following and press Enter:

regedit

In the "User Account Control" prompt, select "Yes."

In Registry Editor, using the options on the left, navigate to the following path:

Computer\HKEY_CLASSES_ROOT\Directory\Background\shell

In the left sidebar, right-click "shell" and choose New > Key. For the key name, use Notepad .

Select New > Key.

Right-click the newly-created Notepad key and choose New > Key. Use command as the key name.

Enter "command" and press Enter.

Select the newly-created "command" key on the left. Then, on the right pane, double-click the "(Default)" entry. In the box that opens, click the "Value Data" field and enter the following. Then, select "OK."

C:\Windows\System32\notepad.exe
Enter the Notepad path and select "OK."

Your key is now added. Close Registry Editor and return to your desktop. Right-click anywhere and you'll find the "Notepad" option in your menu.

And that's how you get access to your PC's built-in text editor using various ways. Enjoy!

Related: How to Add "Open with Notepad" to the Windows Context Menu for All Files