Windows Productivity Guide Β· 2026

How to Open the Run Dialog in Windows 10 and Windows 11

All reliable ways to launch the Run window, from the fastest keyboard shortcut to Start menu, Search, File Explorer, Task Manager, and command-line methods.

⚑ Windows 10 ⚑ Windows 11 ⌨️ Win + R 🧰 Built-in Tool πŸš€ Quick Commands

What Is the Run Dialog in Windows and Why Is It Useful?

The Run dialog is a small built-in Windows window that lets you quickly start programs, open system folders, launch Control Panel applets, execute commands, and access administrative tools. It is one of the fastest ways to reach hidden or advanced Windows settings without browsing through menus.

The Run window is available in Windows 10, Windows 11, and earlier versions of Windows. In most cases, you only need to type a command, file path, folder path, or website address, then press Enter.

ℹ️
Fastest option The quickest way to open the Run dialog is Win + R. This keyboard shortcut works on both Windows 10 and Windows 11 and does not require administrator privileges.

How to Open the Run Dialog with the Win + R Keyboard Shortcut

The standard and fastest method is the Windows + R keyboard shortcut. It works from the desktop, File Explorer, most apps, and even when the Start menu is closed.

  1. Press and hold the Windows logo key on your keyboard.
  2. Press R once.
  3. The Run dialog appears in the lower-left area of the screen.
  4. Type a command, program name, folder path, or website address.
  5. Press Enter or click OK.
Keyboard shortcut
Win + R
    
βœ…
Best for daily use Use Win + R when you already know the command you want to run, such as cmd, control, msconfig, services.msc, or appwiz.cpl.

How to Open Run from the Start Button Menu in Windows 10 and Windows 11

Windows includes a power-user menu that appears when you right-click the Start button. This menu contains shortcuts to several system tools, including the Run dialog.

  1. Right-click the Start button on the taskbar.
  2. Alternatively, press Win + X to open the same menu from the keyboard.
  3. Click Run.
  4. The Run window opens immediately.
Power-user menu shortcut
Win + X, then R
    
πŸ’‘
Keyboard-only variant Press Win + X, then press R. This opens the Run dialog without using the mouse.

How to Open Run from the Start Menu Apps List

The Run shortcut is also available in the Start menu under Windows system tools. The exact folder name can differ slightly between Windows 10 and Windows 11, but the idea is the same.

  1. Open the Start menu.
  2. Open the full list of apps.
  3. Find Windows Tools or Windows System.
  4. Click Run.
πŸͺŸ
Windows 10 vs Windows 11 In Windows 10, Run is usually listed under Windows System. In Windows 11, similar classic tools are often grouped under Windows Tools.

How to Open Run from File Explorer

File Explorer can start Windows system programs directly from its address bar. Since the Run dialog is launched by explorer.exe Shell:::{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0} or by its shell command, you can open it without the Start menu.

  1. Open File Explorer with Win + E.
  2. Click the address bar at the top.
  3. Type the command below.
  4. Press Enter.
File Explorer address bar command
shell:RunDialog
    

You can also open the Run dialog by entering the shell folder identifier:

Alternative shell command
explorer.exe Shell:::{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}
    

How to Open a Run-Style Window from Task Manager

Task Manager includes a Run new task feature. It is not the same small Run dialog, but it performs the same practical function: you can type commands, launch programs, and optionally run them with administrative privileges.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. In Windows 11, click Run new task at the top of Task Manager.
  3. In Windows 10, click File β†’ Run new task.
  4. Type a command, such as cmd, control, or explorer.exe.
  5. Click OK.
βœ…
Admin option Task Manager is useful when you need to launch a command with elevated privileges. Enable Create this task with administrative privileges before clicking OK.

How to Open the Run Dialog from Command Prompt, PowerShell, or Windows Terminal

You can launch the classic Run dialog from a terminal by calling the shell command through File Explorer.

  1. Open Command Prompt, PowerShell, or Windows Terminal.
  2. Enter one of the commands below.
  3. Press Enter.
Command Prompt / PowerShell
explorer.exe shell:RunDialog
    

If the short shell command does not work on a specific Windows build, use the shell folder identifier instead:

Alternative command
explorer.exe Shell:::{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}
    

How to Create a Desktop Shortcut to Open the Run Dialog

If you use the Run window frequently but prefer a desktop icon, create a shortcut that opens it directly.

  1. Right-click an empty area of the desktop.
  2. Select New β†’ Shortcut.
  3. In the location field, type the command below.
  4. Click Next.
  5. Name the shortcut Run or Open Run Dialog.
  6. Click Finish.
Shortcut target
explorer.exe shell:RunDialog
    
πŸ“Œ
Optional After creating the shortcut, right-click it and choose Pin to Start or Pin to taskbar if the option is available on your Windows version.

How to Pin Run for Faster Access in Windows

Another convenient option is to find Run in Windows Search and pin it. This gives you faster access without memorizing the keyboard shortcut.

  1. Press Win + S.
  2. Type Run.
  3. Right-click the Run result.
  4. Select Pin to Start or Pin to taskbar, depending on what Windows offers.

If the pin option does not appear, create a desktop shortcut using the previous method and pin that shortcut instead.

Useful Commands to Type in the Run Dialog

Once the Run window is open, you can use it to launch many built-in Windows tools. Here are some of the most useful commands for Windows 10 and Windows 11.

Command Opens Useful For
cmd Command Prompt Running console commands and troubleshooting scripts
powershell Windows PowerShell Administrative and automation tasks
control Control Panel Classic Windows settings
appwiz.cpl Programs and Features Uninstalling desktop programs
devmgmt.msc Device Manager Checking drivers and hardware devices
diskmgmt.msc Disk Management Managing partitions and drives
services.msc Services Starting, stopping, or configuring Windows services
msconfig System Configuration Boot options and diagnostic startup settings
regedit Registry Editor Advanced registry configuration
sysdm.cpl System Properties Computer name, remote settings, performance, profiles
ncpa.cpl Network Connections Changing network adapter settings
shell:startup Startup folder Managing per-user startup shortcuts
⚠️
Be careful with advanced tools Commands such as regedit, diskmgmt.msc, and msconfig can change important system settings. Create a restore point before editing the registry or modifying boot settings.

What to Do If the Run Dialog Does Not Open in Windows

If Win + R does not open the Run dialog, the issue is usually related to a disabled shortcut, keyboard problem, policy restriction, or shell malfunction. Try the fixes below.

1. Check whether the Windows key works

Press Win alone. If the Start menu does not open, the Windows key may be disabled by your keyboard software, gaming mode, Group Policy, or a hardware switch.

2. Open Run from the Start button menu

Right-click Start and choose Run. If this works, the Run dialog itself is fine and only the keyboard shortcut needs troubleshooting.

3. Restart Windows Explorer

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Find Windows Explorer in the process list.
  3. Right-click it and choose Restart.
  4. Try Win + R again.

4. Check local policy restrictions

On managed work or school computers, administrators may disable access to the Run command. If the device belongs to an organization, contact your IT administrator before changing policies.

5. Run system file checks

If the Start menu, search, and shell features are also broken, run system integrity checks from an elevated terminal:

Command Prompt as Administrator
sfc /scannow
    
Then run DISM if SFC reports problems
DISM /Online /Cleanup-Image /RestoreHealth
    

Frequently Asked Questions About Opening Run in Windows

Q What is the shortcut to open Run in Windows 11? β–Ό
The shortcut is Win + R. Hold the Windows logo key and press R. The same shortcut also works in Windows 10.
Q How do I open Run without a keyboard? β–Ό
Right-click the Start button and select Run. You can also open Windows Search, type Run, and click the Run app result.
Q Is the Run dialog the same as Command Prompt? β–Ό
No. The Run dialog is a launcher for commands, programs, files, folders, and web addresses. Command Prompt is a terminal where you can run console commands and scripts. You can open Command Prompt from Run by typing cmd.
Q Can I open Run as administrator? β–Ό
The classic Run dialog itself does not have a direct β€œopen as administrator” mode. However, Task Manager has a similar Run new task window with the option Create this task with administrative privileges.
Q Where is the Run command located in Windows? β–Ό
Run is a Windows shell feature rather than a regular standalone app in the usual Start menu sense. It can be launched with Win + R, from the Start button menu, through Search, or using explorer.exe shell:RunDialog.
Q Why does Run remember previous commands? β–Ό
Windows stores Run history so you can quickly reuse commands. If you want to clear it, clear activity/search history in Windows privacy settings or remove the RunMRU entries from the registry. Editing the registry should be done carefully.

Conclusion: The Fastest Way to Open Run in Windows

There are many ways to open the Run dialog in Windows 10 and Windows 11, but the best method depends on how you work:

# Method Speed Best For
1 Keyboard shortcut β€” Win + R ⚑⚑⚑ Fastest daily access
2 Start button menu β€” right-click Start β†’ Run ⚑⚑ Mouse users and quick system menu access
3 Windows Search β€” search for Run ⚑⚑ Beginners who do not remember shortcuts
4 Task Manager β€” Run new task ⚑⚑ Launching commands with admin privileges
5 Desktop shortcut β€” explorer.exe shell:RunDialog ⚑⚑ Users who prefer icons and pinned shortcuts

πŸš€ Bottom Line

The fastest way to open the Run dialog is Win + R. If the keyboard shortcut is unavailable, right-click the Start button and choose Run, or use Task Manager’s Run new task option when you need administrative privileges.