Skip to content
Follow
Windows

How to Run Apps as Administrator in Windows 11

Richard
Written by
Richard
Nov 17, 2021 Updated Jul 14, 2026 3 min read
How to Run Apps as Administrator in Windows 11
How to Run Apps as Administrator in Windows 11

Running an app as an administrator in Windows 11 gives that program special power to make big changes on your computer. These extra permissions let apps install software or update important system files that your normal account can’t touch. For example, installing something like Microsoft Office 2021 often needs these administrator rights.

When you run a program as an administrator, it can access protected parts of your computer and change system settings that regular user accounts aren’t allowed to. This is usually required for software installers to properly put files and set things up on your PC.

You can easily run a Windows 11 app with administrator rights by right-clicking its icon. Then, just pick “Run as administrator” from the menu that pops up.

⚡ Quick Answer

Right-click an app’s shortcut or executable file and select “Run as administrator.” For permanent elevation, right-click the app, select Properties, go to the Compatibility tab, and check “Run this program as an administrator.

Why run as an administrator?

Running programs as an administrator grants those programs extra permissions. These permissions allow programs to change important Windows 11 system settings that ordinary programs cannot alter.

What happens when done?

When you run an app as an administrator, it gets full access to make system changes a normal user can’t, such as altering important Windows settings.

How to run an app as an administrator once

Running an app as administrator one time gives you the extra permissions that app needs for a specific task without making those permissions permanent. To run an app as administrator one time, find the app’s icon, right-click the icon, and then choose ‘Run as administrator’ from the menu that appears. This one-time elevation lets an app do something requiring higher access, such as modifying files in protected folders like 📁C:\Windows\System32.

  1. Find the app icon on your desktop or in your Start menu.
  2. Right-click the icon.
  3. Select Run as administrator.
  4. Alternatively, select the app and press Ctrl + Shift + Enter on your keyboard.
📝Note
You'll need admin privileges for this step.
Windows 11 Run as Administrator option highlighted
windows 11 run as administrator
Right-click menu showing Run as Administrator in Windows
windows right click run as administrator

How to always run an app as an administrator

To make an app always run as administrator in Windows 11, you change the app's compatibility settings. Right-click the app's file, select 'Properties,' and check the 'Run this program as an administrator' box. This setting ensures the app always opens with the extra permissions the app needs without you having to ask each time.

  1. Right-click the app icon and select Properties.
  2. Click on the Compatibility tab.
  3. Check the box that says Run this program as an administrator.
  4. Click OK to save your changes.
📝Note
You'll need admin privileges for this step.
Right-click app properties menu in Windows 11
windows right click app properties
Compatibility settings for running apps as administrator
windows 11 compatibility run as administrator

Pinning an Admin-Elevated Shortcut

You can create a special shortcut that always runs your app as an administrator, allowing you to pin it to your taskbar for quick access with elevated rights.

Security Risks and UAC

Running apps as an administrator carries security risks, which is why Windows has User Account Control (UAC) prompts to ask for your permission before making changes.

Command Line Alternative

Command prompt provides another way to launch programs with administrator rights. To run a program from the command line with administrator rights, type `runas /user:Administrator "program_name"` into the command prompt window. This lets the application perform system-level tasks.

💻Code
runas /user:Administrator "C:\Path\To\Your\App.exe"

Summary

Running an app as an administrator gives it special power to change system files, which you can do temporarily or permanently through app settings, but always be careful about security.

Is it safe to run all applications as an administrator?

No, it is not safe. Running every app as an administrator removes the safety barriers Windows provides. If a malicious program gains these rights, it can install viruses, steal data, or corrupt your system files. Only grant these permissions to trusted software that requires them to function properly.

Why does Windows ask for permission every time I open an app?

Windows asks for permission via the UAC prompt to ensure that you are aware an application is attempting to make system-level changes. This prevents background malware from silently modifying your computer settings or installing unauthorized software without your explicit consent and knowledge.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Create Desktop Shortcuts in Windows 11
Windows How to Create Desktop Shortcuts in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Set Windows Terminal to Open with Command Prompt on Windows 11
Windows How to Set Windows Terminal to Open with Command Prompt on Windows 11
How to Repair the Windows 11 Start Menu
Windows How to Repair the Windows 11 Start Menu

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *