How to Install Software Without Admin Rights on Windows 11?

Disable User Account Control settings to start resolving this issue

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • Not all the files can be installed without admin rights on Windows 11.
  • You can download the software without admin privileges from Microsoft Store or by disabling UAC.
how to install software without admin rights windows 11

Installing software without administrator rights is tricky and not advised due to security reasons.

However, there are times when you want to install software on a device with access to the standard user account.

Fortunately, workarounds are available to install software without admin rights on Windows 11.

This guide will cover all the available workarounds to install software without admin privileges on a Windows computer.

How can I install software without admin rights on Windows 11?

1. Use the Microsoft Store

  1. Launch Microsoft Store.Install VLC -how to install software without admin rights windows 11
  2. Look for the application and click Get to install the app. 

2. Disable the UAC

  1. Press the Windows key, type Control Panel, and click OpenCP Control Panel
  2. Select View by as Category and click System and Security.System and Security - how to install software without admin rights windows 11
  3. Go to Security and Maintenance and click Change User Account Control settingsChange User Account Control settings
  4. Click Change User Account Control settings.Change user account control settings 2
  5. On the User Account Control Settings window, drag the slider down to Never notifyNever notify
  6. Click OK to save the changes.  

3. Create a .bat file

  1. Download the software you want to install from the official website.
  2. Create a folder on the desktop and drag the installer file into the folder. 
  3. Now in the folder, click New, then select Text Document.Text Document-how to install software without admin rights windows 11
  4.  Open the .txt file and copy and paste the following command to the notepad after replacing Software_name with the exact software name: set _COMPAT_LAYER=RunAsInvoker Start <Software_name>VLC
  5. Go to File, and click Save as
  6. Rename the file as AdminRights.bat or BypassUAC.bat, and for Save as type, from the drop-down, select All FilesAdminRights
  7. Click Save. Now, run the installation file and install the app without UAC prompts. 

4. Use the in-built admin account

  1. Press the Windows key, type CMD, and click Run as administratorDOS COmmand Prompt -how to install software without admin rights windows 11
  2. Type the following command and press Enter: Net user Administrator /active:yesUser Admin Yes
  3. Now install the software.
  4. Once done, copy and paste the following command to disable the account and press Enter: Net user Administrator /active:noNet user Administrator NO

5. Use the Windows PowerShell 

  1. Press the Windows key, type PowerShell, and click Run as administratorWindows PowerShell -how to install software without admin rights windows 11
  2. Copy and paste the following command and press Enter: Enable-LocalUser -Name “Administrator”Admin yes
  3. Install the software you want. 
  4. Once installed, on the Windows PowerShell window, type the following command to disable the inbuilt admin settings and hit Enter: Disable-LocalUser -Name “Administrator”Admin no

So, these are methods that you can use to install software without admin rights on a Windows 11 computer. If you have any questions or concerns related to the topic, feel free to mention them in the comments below. 

More about the topics: Windows 11