Fix: UAC Yes button missing in Windows 11/10

This article will show you how to fix UAC Yes button missing in Windows 11/10. This could be due to missing admin account on the system.

Kapil Arya
11x Microsoft MVP · Admin
3 min read
Add as a preferred
source on Google

In Windows operating systems, User Account Control (UAC) is a fundamental component of Microsoft’s overall security vision. UAC helps mitigate the impact of malware. You might see UAC prompt while performing certain operations in your Windows. Usually, this prompt have a Yes button and a No button. If you select the Yes button, you provide the consent for that operation. While if you select the No button, you deny for the concerned operation. In some cases, you may find only No button and UAC Yes button missing in Windows 11/10. This guide will show you how to fix it.

Following screenshot shows the UAC prompt with Yes button missing:

Fix UAC Yes button missing in Windows 11/10
UAC prompt with Yes button missing on Windows 11/10

As per Microsoft, each app that requires the administrator access token in Windows must prompt for consent. The one exception is the relationship that exists between parent and child processes. Parent here can be administrator level of account while child could be a non-admin, standard user level of account. Child processes inherit the user’s access token from the parent process. Both the parent and child processes, however, must have the same integrity level.

Here is how you can fix the missing UAC Yes button.

Fix: UAC Yes button missing in Windows 11/10

Manual steps to fix

In this case, the main reason is missing of administrator account, leaving the system with only standard level of account. Or if there are administrator accounts, and Windows can’t call them. If Windows could connect to the administrator accounts on system, this problem can be easily resolved.

Follow these steps to fix this issue:

1. Boot into advanced recovery options for Windows 11. Windows 10 users can follow this guide.

2. Under Advanced options, select Command Prompt.

3. In Command Prompt window, type following and press Enter to check, if your admin account is listed in results:

net user

4. If no admin account is listed, to continue, we’ll add an admin account. Type following and press Enter:

net user Admin1 /add

*In above command, replace Admin1 with user name you want.

You will find that Command Prompt reports that The user was successfully created but could not be added to the USERS local group. We can now add it manually to administrators group.

5. Type following and press Enter key:

 net localgroup Administrators Admin1 /add

*Replace Admin1 with actual user account name you used in previous step.

Fix UAC Yes button missing in Windows 11/10

So now we’ve added admin account to the system. You can now close Command Prompt and reboot and continue using new admin account. As new account is an admin account, you can import all your data on user account folders using File Explorer.

Video fix

You can checkout following video to illustrate above steps:

That’s it!

Related fix: Lost Administrative Rights In Windows 10.

Share this article
https://www.kapilarya.com/fix-uac-yes-button-missing-in-windows-11-10

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

Phuyel

Hello there !
My admin account is deleted and i cannot assign new admin account. if you can help me please mail me at .

Kapil Arya Author
Param

The 4th step helped me, but the 5th didn’t work. I had to enable safe mode with cmd via Startup Settings to make the 5th one work. Thank you anyway.

Kapil Arya Author

^^ Glad to help 😎

Leave a Comment

Your email address will not be published. Required fields are marked *