Share via

How do I fix my Pc? Shows i am admin but wouldn't let me run anything as admin

Emily Maclean 5 Reputation points
2026-02-17T11:51:05.8633333+00:00

Im on windows 11 for years now and a friend and i were trying to fix something when we then noticed from that I couldn't run anything as windows Admin so we checked all of that and my account is set as admin (only account on the PC) Getting access denied on everything and we have no idea what to do.

Windows for home | Windows 11 | Accounts, profiles, and login
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jess-Q 8,385 Reputation points Microsoft External Staff Moderator
    2026-02-18T12:18:23.87+00:00

    Hi @Emily Maclean

    Thank you for posting your question in the Microsoft Q&A forum 

    Regarding your issue, this happens when Windows 11 can see your account as an Administrator but can no longer grant administrative elevation, so Windows blocks admin tasks and returns Access denied even though you’re the only admin on the PC. 

    Here are a few steps you can try: 

    1. Fix your Main Account Permissions 
    • Press Win + R, type netplwiz, and hit Enter. 
    • Select your regular username and click Properties. 
    • Go to the Group Membership tab. 
    •  User's image
    • Ensure Administrator is selected. Even if it already is, switch it to "Standard," hit Apply, then switch it back to Administrator and hit Apply again to "force" the setting. 
    1. Reset UAC (User Account Control) 
    • Click Start and type UAC.  
    • Move the slider down and then back up to the second from the top (the default). This often restarts the service properly.   
    • User's image
    1. Check for "File System" Locks 
    • Right-click your C: Drive > Properties > Security  
    • Select “Edit“. 
    • Select the user account and check the “Full Control” box in the Allow column under the Permissions for User section. 
    • User's image
    •  Click “Apply” and then “OK“. 
    1. Repair system file 
    • Press the Windows Key, type cmd. 
    • Right-click "Command Prompt" and select Run as Administrator. 
    • Type the following command and press Enter: DISM /Online /Cleanup-Image /RestoreHealth && sfc /scannow 
    • Wait: It will take a few minutes. 

    Hopefully it will help work with your issue and if you have any other questions or need further assistance, feel free to ask.  


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".       

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Q&A Assist
    2026-02-17T11:51:45.1966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If you're unable to run applications as an administrator on your Windows 11 PC despite being the only account and having admin privileges, here are some steps you can take to troubleshoot the issue:

    1. Check User Account Control (UAC) Settings: Sometimes, UAC settings can prevent admin tasks. Go to Control Panel > User Accounts > Change User Account Control settings and adjust the slider to a lower setting, then restart your PC.
    2. Enable the Built-in Administrator Account: You can try enabling the built-in Administrator account, which may allow you to perform admin tasks. To do this:
      • Open Command Prompt as an administrator (if possible) or use Safe Mode.
      • Type the command: net user administrator /active:yes and press Enter.
      • Log out and log in to the Administrator account.
    3. Run System File Checker: Corrupted system files can cause access issues. Open Command Prompt as an administrator and run the following command:
         sfc /scannow
      
      This will scan and repair any corrupted files.
    4. Check Group Policy Settings: If you have access to the Group Policy Editor, check if there are any policies that restrict admin access. Run gpedit.msc, navigate to User Configuration > Administrative Templates > Start Menu and Taskbar, and ensure no policies are preventing admin tasks.
    5. Reset Permissions: You can reset permissions on your user profile folder. Right-click on your user folder (C:\Users\YourUsername), go to Properties > Security > Advanced, and reset permissions to default.
    6. Create a New Admin Account: If all else fails, consider creating a new admin account. You can do this from the Settings app under Accounts > Family & other users > Add someone else to this PC. Make sure to set the new account as an administrator.

    If these steps do not resolve the issue, you may need to consider more extensive repairs, such as a system restore or a reset of Windows 11.


    References:

    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.