How to Run Programs as Administrator in Windows 10 and 11 (2026)

·
6 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

An “Access Denied” or “No Permission” error usually means the program needs to run with administrator rights, and Windows isn’t granting them automatically. Here are six ways to fix that, from a one-click method to permanently elevating a specific program every time it opens.

⚠️ Security note: Only elevate programs you trust. A program running as administrator has full access to your system: files, registry, settings, everything.

Method #1: Right-click and select “Run as administrator”

This is the fastest way to open any program with admin rights for that one session.

On Windows 10

  1. Find the program’s shortcut on your desktop or its .exe file in File Explorer.
  2. Right-click it.
  3. Select Run as administrator from the context menu.
Windows 10 right-click context menu on a program shortcut with "Run as administrator" highlighted
  1. If a User Account Control (UAC) prompt appears, click Yes.
Windows 10 UAC dialog box asking "Do you want to allow this app to make changes to your device?" with Yes and No buttons

On Windows 11

Windows 11 uses a compact right-click menu that hides some options by default.

  1. Right-click the program shortcut or .exe.
  2. Look for the Run as administrator shield icon at the top of the compact menu. If you see it, click it.
  3. If you don’t see it, click Show more options at the bottom of the menu to open the classic context menu, then click Run as administrator.
Windows 11 compact right-click context menu showing the "Run as administrator" shield icon and "Show more options" at the bottom
  1. Click Yes on the UAC prompt if it appears.

Note: This only elevates the program for the current session. Close it and reopen it normally, and it runs without admin rights again.

Method #2: Use the Start menu or Search

This works especially well for built-in Windows tools like Command Prompt, PowerShell, or Registry Editor.

  1. Press the Windows key and start typing the app name (e.g., cmd or notepad).
  2. In the search results, you’ll see the app listed at the top.
  3. On the right-side panel (or by right-clicking the result), click Run as administrator.
Windows 11 Start menu search results for "cmd" with "Run as administrator" option visible in the right pane
  1. Click Yes on the UAC prompt if it appears.

Tip: For Command Prompt and PowerShell, you can also press Win+X and select Windows Terminal (Admin), Command Prompt (Admin), or Windows PowerShell (Admin) depending on your Windows version and settings.

Windows 11 Win+X power user menu showing "Windows Terminal (Admin)" option

Method #3: Use Task Manager to launch an elevated program

This method works even when your taskbar or Start menu is misbehaving.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. In Windows 11, click More details if Task Manager opened in compact view.
  3. Click the File menu (top-left) and select Run new task.
Task Manager with File menu open and "Run new task" option highlighted
  1. Type the program name or full path (e.g., cmd, powershell, or C:\Path\To\Program.exe).
  2. Check the box labeled Create this task with administrative privileges.
  3. Click OK.
Task Manager "Create new task" dialog with a command typed and "Create this task with administrative privileges" checkbox checked

Method #4: Always run a specific program as administrator (Compatibility tab)

If a program needs admin rights every time you open it, such as a legacy installer or a system utility, you can set it to always elevate automatically.

  1. Right-click the program’s shortcut or its main .exe file.
  2. Select Properties.
  3. Click the Compatibility tab.
Program Properties dialog open on the Compatibility tab in Windows 11
  1. Under Settings, check the box for Run this program as an administrator.
  2. Click Apply, then OK.
Compatibility tab with "Run this program as an administrator" checkbox checked under the Settings section

If you’re logged in as a standard user and the checkbox is grayed out, click Change settings for all users. This opens a separate dialog where the same checkbox is available and applies to every user account on the PC.

Compatibility for all users dialog with "Run this program as an administrator" checkbox available and checked

Note: From now on, every time you open this program, Windows will show a UAC prompt. That’s expected, the program is requesting elevation each launch.

Method #5: Always run a shortcut as administrator (Advanced shortcut properties)

This method applies only to a specific shortcut, not the underlying .exe, which is useful if you want one shortcut to always elevate while another opens the same app normally.

  1. Right-click the program’s shortcut (not the .exe) and select Properties.
  2. Make sure the Shortcut tab is active.
  3. Click the Advanced button near the bottom.
Shortcut tab in program Properties dialog with the Advanced button highlighted
  1. In the Advanced Properties dialog, check Run as administrator.
  2. Click OK, then OK again to close Properties.
Advanced Properties dialog with "Run as administrator" checkbox checked

The shortcut’s icon will not change visually, but the program will now request elevation every time you open it via that shortcut.

Method #6: Use the keyboard shortcut Ctrl + Shift + click

If you’re in a hurry, hold Ctrl + Shift while clicking a program’s icon in the Start menu, taskbar, or desktop. Windows will launch it with administrator rights immediately and show the UAC prompt.

Windows 11 desktop showing a program icon being clicked with Ctrl+Shift held, with UAC prompt appearing

This is a one-time elevation, the same as right-clicking and choosing Run as administrator, just faster once you know the shortcut.

Troubleshooting: “Run as administrator” is missing or doesn’t work

Windows 11: Option hidden in the compact menu

The most common reason the option seems missing in Windows 11 is the new compact right-click menu. Click Show more options at the bottom of the menu to reveal the full classic context menu, which includes Run as administrator.

Still getting “Access Denied” even as administrator

Running as admin doesn’t automatically override every permission on your system. A few things that can still block you:

  • Files owned by SYSTEM or TrustedInstaller, even admins can be blocked by NTFS permissions. You may need to take ownership of the file or folder first. Do this carefully, changing ownership on system files can break Windows.
  • Controlled Folder Access (ransomware protection), if Windows Security’s Controlled Folder Access is enabled, it can block apps from writing to protected folders even when elevated. Open Windows Security > Virus & threat protection > Manage ransomware protection and whitelist the app if needed.
  • Third-party security software, antivirus tools like Avast or AVG sometimes intercept process creation in ways that interfere with elevation. Try temporarily disabling the security software to test.
  • Known Windows 11 24H2 bugs, some 24H2 issues have caused “Access Denied” errors on the C: drive. Check Microsoft’s resolved issues page for Windows 11 24H2 to see if your problem matches a known bug with a documented fix.

UAC prompt never appears (or appears constantly)

UAC behavior is controlled by a slider in Control Panel > User Accounts > Change User Account Control settings. If someone turned it all the way down, elevation happens silently, which means less security, not more convenience. If you’re on a corporate PC and UAC behaves unexpectedly, a Group Policy set by your IT department may be overriding it.

“Run as administrator” does nothing when clicked

This is sometimes caused by a broken or malicious shell extension interfering with the right-click menu. Try scanning for malware first. If the problem persists, test with a different user account. If it works there, your user profile may be corrupted.

Conclusion

For a one-off elevation, right-clicking and choosing Run as administrator (Method #1) is the fastest approach for most people. If a specific tool always needs admin rights, the Compatibility tab method (Method #4) saves you from repeating those steps every time. If you’re still hitting “Access Denied” after elevating, the problem is usually Controlled Folder Access, file ownership, or a known Windows 11 24H2 bug, not the elevation method itself.