How to Open Windows Terminal as Admin Automatically
This guide shows you how to make Windows Terminal open with administrator rights every time you launch it. Windows Terminal is a modern tool for power users to run command-line shells like Command Prompt, Windows PowerShell, and bash via Windows Subsystem for Linux (WSL). It is much better than older tools because it supports tabs, custom colors, and faster text rendering.
Why do this?
If you use the Terminal often, you likely need to run commands that require extra permissions. Instead of right-clicking and selecting “Run as administrator” every single time, you can set it to do this automatically. This saves you time and extra clicks.
What happens when you do this?
Every time you open the Windows Terminal app, it will automatically start with full administrator privileges. You will be ready to run any advanced command immediately.
Method 1: Use the Settings Menu
This is the simplest way to change your settings.
- Open the Windows Terminal app from your Start menu.

- Click the down arrow in the top bar and select Settings.

⚠️ ADMIN REQUIRED: In the Settings window, click on Defaults in the left sidebar.
- Find the switch labeled Run this profile as Administrator.
- Toggle the switch to the On position.

- Click the Save button at the bottom.
Method 2: Edit the JSON File
This method is for users who prefer to edit configuration files directly.
⚠️ ADMIN REQUIRED: Open the Windows Terminal app, click the down arrow, and select Settings.
- At the bottom left of the window, click Open JSON file.

A text file will open. Find the section called “defaults”.

- Add the following line inside the “defaults” section:
"elevate": true,
It should look like this:
"defaults":
{
"elevate": true
},
- Save the file. Your changes will take effect immediately.
Summary
You can easily set Windows Terminal to run as an administrator by using either the Settings menu or the JSON configuration file.
- Settings Menu: Open Settings, go to Defaults, and toggle “Run this profile as Administrator” to On.
- JSON File: Open the JSON file and add
"elevate": true,inside the “defaults” section.
Both methods achieve the same result. Choose the one you find most comfortable. For more details and updates, visit the official https://learn.microsoft.com/en-us/windows/terminal/.
Was this guide helpful?
[…] open Windows Terminal and select the PowerShell […]
[…] open the Windows Terminal app as […]
[…] First, open the Windows Terminal app as administrator. […]
[…] open the Windows Terminal app as administrator and select the PowerShell […]
[…] the Windows Terminal app can reset WSL Ubuntu […]
[…] do that, first, open the Windows Terminal app as an administrator. Then, you can use either the Windows PowerShell or Command Prompt […]
[…] open Windows Terminal as administrator, and select Windows PowerShell or Command […]
[…] open the Windows Terminal app and select the PowerShell […]
[…] do that, first, open the Windows Terminal as administrator and select the PowerShell […]
[…] open the Windows Terminal app as administrator. Then, run the command below using either the Command Prompt or Windows PowerShell […]
[…] open the Windows Terminal app as administrator or learn how to create a shortcut on your […]
[…] Make sure you run the Windows Terminal app as administrator. […]
[…] the language, adjust the launch size, set the default profile, change the startup behavior, open the admin window, open Terminal automatically at startup, add copy selection to the clipboard […]
[…] the command line [Windows Terminal], run the command below to start and stop all […]
[…] Open the Windows Terminal app as administrator. […]
[…] you can turn autoSwitch on or off using the Windows Terminal […]
[…] open the Windows Terminal as an administrator, and select Windows PowerShell or Command […]
[…] Learn more about opening Windows Terminal as admin […]
[…] Open Terminal as Administrator. […]
[…] For help opening Windows Terminal, see this guide. […]
[…] you want, you can also open Windows Terminal with admin rights by following this […]
[…] Windows Terminal as an Administrator: Click here to learn how if you’re not […]
[…] Open Windows Terminal as an administrator. Click the Start button, type Windows Terminal, right-click it, and select Run as administrator. Learn more about opening Windows Terminal as admin […]
[…] Open Windows Terminal. […]
[…] Open Windows Terminal as Administrator. You can do this by searching “Windows Terminal” in the Start menu, right-clicking it, and choosing Run as administrator. […]
[…] Windows Terminal (Admin). Choose either PowerShell or Command […]
[…] Right-click the Start button and choose Windows Terminal (Admin). […]
[…] Windows Terminal: Right-click the Start button and select Windows Terminal (Admin) or search for “Windows Terminal” and open it as […]
[…] the Start button and choose Windows Terminal (Admin). If prompted by User Account Control, click […]
[…] Right-click the Start button and select Windows Terminal (Admin). […]
[…] Right-click the Start button and select Windows Terminal (Admin). […]
[…] FLAG: Admin privileges required. Open Windows Terminal as an Administrator. You can read how to open Windows Terminal as admin here. […]
[…] Right-click the Start button and select Windows Terminal (Admin). […]
[…] Tip: You can also set Windows Terminal to always open as administrator. Learn how here. […]
[…] 🔒 ADMIN REQUIRED: Open the Windows Terminal app as an administrator. Click the Start button and type “Windows Terminal.” Right-click the result and choose Run as administrator. Need help? Check here: Open Windows Terminal as admin […]
[…] Open PowerShell as administrator. open Windows Terminal ad administrator […]
[…] change the language, adjust the launch size, set the default profile, change the startup behavior, open the admin window, open Terminal automatically at startup, add copy selection to the clipboard automatically, and […]