User Account Control (UAC) is a built-in Windows security feature that asks for permission before allowing administrative changes on the system. Normally, when a program requires elevated privileges, Windows displays a prompt with Yes and No buttons. However, some users encounter an issue where the “Yes” button is missing entirely, leaving only the “No” option available.
This problem usually occurs when the current account lacks administrator privileges, security policies are misconfigured, system files are corrupted, or the PC is managed by organizational restrictions. In some cases, Safe Mode settings, damaged user profiles, or malware infections may also cause the UAC confirmation option to disappear.
In this guide, we’ll walk you through several effective methods to fix the UAC “Yes” button missing issue in Windows 11.
How to Fix UAC “Yes” Button Missing in Windows
Before trying advanced troubleshooting methods, check whether you are signed into an administrator account. Standard user accounts cannot approve administrative changes unless administrator credentials are entered. Follow the methods below in order for the best results.
1. Verify Whether You Are Using an Administrator Account
The missing “Yes” button commonly appears on standard user accounts.
- Press:
Windows + Ito open Settings. - Navigate to:
Accounts > Your info - Check whether the account type says:
- Administrator
- Standard User
If you are using a standard account, sign into an administrator account instead.
2. Use Another Administrator Account
If another administrator account exists on the PC:
- Sign out of the current account.
- Log into another administrator account.
- Retry the task requiring UAC approval.
Administrative accounts can approve elevated operations normally.
3. Enable the Built-In Administrator Account
If no admin account is available, enable the hidden Administrator account.
- Boot into Safe Mode with Command Prompt if necessary.
- Open Command Prompt as Administrator.
- Run:
net user administrator /active:yes
- Restart your PC.
- Sign into the built-in Administrator account.
This account bypasses many UAC restrictions.
4. Change Account Type to Administrator
If you have access to another admin account:
- Open:
Settings > Accounts > Other users - Select the affected account.
- Click:
Change account type - Set the account type to:
Administrator
Restart the PC afterward.
5. Adjust Local Security Policy Settings
Misconfigured UAC policies may remove elevation approval options.
- Press:
Windows + R - Type:
secpol.msc - Press Enter.
- Navigate to:
Local Policies > Security Options
- Locate UAC-related policies such as:
User Account Control: Behavior of the elevation prompt for administrators - Set the policy appropriately, such as:
Prompt for consent
Restart the PC afterward.
6. Run System File Checker
Corrupted system files may break UAC functionality.
- Open Command Prompt as Administrator if possible.
- Run:
sfc /scannow
- Wait for the scan to complete.
- Restart the system.
This repairs damaged Windows system components automatically.
7. Run DISM Repair Commands
If SFC cannot fully repair Windows, use DISM.
Open Command Prompt as Administrator and run:
DISM /Online /Cleanup-Image /RestoreHealth
Restart your PC after the repair finishes.
8. Check Group Policy Restrictions
Organizational policies may disable administrator approvals.
- Press:
Windows + R - Type:
gpedit.msc - Navigate to:
Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
- Review UAC-related settings carefully.
This method mainly applies to Windows Pro editions.
9. Scan for Malware
Malware can modify security settings and UAC behavior.
- Open Windows Security.
- Run a Full Scan.
- Remove detected threats.
- Restart your PC.
Security-related malware may intentionally block elevation privileges.
10. Perform a System Restore
If the issue started recently, restoring Windows may help.
- Press Windows + S and search for:
Create a restore point - Open System Restore.
- Select a restore point created before the problem began.
- Follow the on-screen instructions.
This can revert problematic configuration changes safely.
Conclusion
The UAC “Yes” button missing issue is usually caused by using a standard account, corrupted system files, damaged security policies, or administrative permission problems. Fortunately, most users can resolve the issue using methods such as enabling the built-in Administrator account, adjusting security policies, repairing Windows files, or switching to an administrator account.
By following the solutions outlined above, you should be able to restore normal UAC functionality and regain administrative access on your Windows 11 PC.