File Explorer is the default tool for browsing files, managing folders, and accessing system directories in Windows 11. By default, it runs with standard user permissions. However, certain tasks—such as editing protected system files, accessing restricted folders, or fixing permission-related errors—require administrator privileges.
Windows 11 does not provide a direct “Run as administrator” option for File Explorer like regular apps. Still, you can open File Explorer with elevated (administrator) privileges using the methods below.
How to Run File Explorer as Administrator in Windows 11
Use any of the methods below depending on your situation.
1. Run File Explorer as Administrator Using Task Manager (Recommended)
This is the most reliable and commonly used method.
- Press Ctrl + Shift + Esc to open Task Manager
- Click File in the top menu
- Select Run new task
- Type the following command:
explorer.exe
- Check Create this task with administrative privileges
- Click OK
This launches File Explorer with full administrator access.
2. Restart File Explorer With Administrator Privileges
If File Explorer is already running, you can relaunch it with elevation.
- Open Task Manager
- Locate Windows Explorer under Processes
- Right-click it and select End task
- Click File > Run new task
- Type
explorer.exe - Check Create this task with administrative privileges
- Click OK
File Explorer will restart with admin permissions.
3. Run File Explorer Using Command Prompt (Admin)
You can also launch File Explorer from an elevated command line.
- Press Windows + S and search for Command Prompt
- Right-click it and select Run as administrator
- Click Yes on the UAC prompt
- Type the following command and press Enter:
explorer.exe
This opens File Explorer with administrator rights.
4. Run File Explorer Using Windows Terminal (Admin)
Windows Terminal works the same way as Command Prompt.
- Right-click Start
- Select Windows Terminal (Admin)
- Confirm the UAC prompt
- Enter the following command:
explorer.exe
File Explorer will open with elevated permissions.
5. Create a Permanent “Run as Administrator” Shortcut for File Explorer
If you frequently need admin access, this method saves time.
- Right-click on the Desktop
- Select New > Shortcut
- Enter:
explorer.exe
- Click Next, name the shortcut, and click Finish
- Right-click the shortcut and select Properties
- Click Advanced
- Enable Run as administrator
- Click OK and Apply
Using this shortcut will always open File Explorer as administrator.
How to Check If File Explorer Is Running as Administrator
File Explorer does not show an “Administrator” label, but you can verify it by behavior.
- Try opening protected folders like
C:\Windows\System32 - Attempt to modify a restricted file
- If no permission error appears, File Explorer is running with admin rights
Standard File Explorer usually shows access-denied prompts.
Final Thoughts
Running File Explorer as administrator in Windows 11 is useful when dealing with protected files, system folders, or permission errors. While there’s no direct “Run as administrator” option in the Start menu, using Task Manager, Windows Terminal, or an elevated shortcut provides safe and reliable access.
For occasional use, Task Manager is the quickest solution. For frequent use, creating a permanent admin shortcut is the most convenient option.