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.
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.
Win + R. This keyboard shortcut works on both Windows 10 and Windows 11 and does not require administrator privileges.
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.
Keyboard shortcut
Win + R
Win + R when you already know the command you want to run, such as cmd, control, msconfig, services.msc, or appwiz.cpl.
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.
Win + X to open the same menu from the keyboard.
Power-user menu shortcut
Win + X, then R
Win + X, then press R. This opens the Run dialog without using the mouse.
If you do not remember the shortcut, you can find the Run app through Windows Search. This method is simple and works well for beginners.
Win + S.Win + R instead.
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.
Win + E.
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}
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.
Ctrl + Shift + Esc to open Task Manager.cmd, control, or explorer.exe.You can launch the classic Run dialog from a terminal by calling the shell command through File Explorer.
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}
If you use the Run window frequently but prefer a desktop icon, create a shortcut that opens it directly.
Shortcut target
explorer.exe shell:RunDialog
Another convenient option is to find Run in Windows Search and pin it. This gives you faster access without memorizing the keyboard shortcut.
Win + S.If the pin option does not appear, create a desktop shortcut using the previous method and pin that shortcut instead.
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 |
regedit, diskmgmt.msc, and msconfig can change important system settings. Create a restore point before editing the registry or modifying boot settings.
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.
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.
Right-click Start and choose Run. If this works, the Run dialog itself is fine and only the keyboard shortcut needs troubleshooting.
Ctrl + Shift + Esc to open Task Manager.Win + R again.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.
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
Win + R. Hold the Windows logo key and press R. The same shortcut also works in Windows 10.
cmd.
Win + R, from the Start button menu, through Search, or using explorer.exe shell:RunDialog.
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 |
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.