Share via

Windows PowerShell cannot be opened using the 'Run as Administrator' option

Cahya Rusda Diaka 0 Reputation points
2026-06-21T07:14:47.3+00:00

Hi Team,

I am currently using Windows 11 Pro version 25H2. I am experiencing an issue where Windows PowerShell cannot be opened using the 'Run as Administrator' option. The application either does not launch or fails to open with administrative privileges.

Could you please assist in troubleshooting and resolving this issue?

Thank you.

Windows for home | Windows 11 | Settings
0 comments No comments

2 answers

Sort by: Most helpful
  1. Senthil kumar 780 Reputation points
    2026-06-21T09:28:13.4966667+00:00

    Hi @Cahya Rusda Diaka

    Have chance powershell has been corrupted so, first run this command in cmd or run window. 'wt.exe'. check whether window open or not. suppose open but not able to execute your powershell commands. then powershell corrupted.

    so first execute in run window sfc /scannow then DISM /Online /Cleanup-Image /RestoreHealth restart your pc then try to powershell directly.

    Thanks.

    Was this answer helpful?

    0 comments No comments

  2. DaveM121 892.5K Reputation points Independent Advisor
    2026-06-21T07:48:38.9166667+00:00

    Open PowerShell as a normal user.

    Run this command in PowerShell, then press Enter:

    Start-Process powershell -Verb runAs

    Does a new PowerShell window open run as administrator?

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.