Fix: UAC “Yes” Button Missing in Windows

The “User Account Control (UAC) Yes button missing” issue arises when Windows prompts for administrator approval, but the current user account lacks the necessary permissions. This situation typically occurs when users are logged in with a standard (non-admin) account. Consequently, Windows is unable to display the standard Yes button, as it requires an administrator account to authorize the request.

Step 1: Enable the Built-in Administrator Account

In scenarios where no accessible administrator account is available, Windows cannot approve elevation requests. Enabling the built-in Administrator account reinstates a functional admin profile. Important: Access to an admin-capable environment is necessary, either through another admin account or valid admin credentials.

  1. Press Windows + I → Navigate to System → Select Recovery.
  2. Click on Restart now next to Advanced startup.
  3. After the restart, go to TroubleshootAdvanced options.
  4. Select Startup Settings.
  5. Press F4 to boot into Safe Mode.
  6. Once in Safe Mode, open Command Prompt as administrator (Win + R → type cmd → press Ctrl + Shift + Enter).
  7. If prompted, enter administrator credentials.
  8. Run the following command:
    net user administrator /active:yes
  9. Restart your computer.

Upon reboot, you should see an account labeled Administrator on the sign-in screen.

Step 2: Sign into the Built-in Administrator

Log into the Administrator account you just enabled. This account possesses full system privileges and can approve UAC prompts. With the appropriate admin access established, you can now address the issues with your original user profile.

Step 3: Give Your Main Account Administrator Rights

  1. While signed in as Administrator, press Win + R.
  2. Type netplwiz and press Enter.
  3. Select your main user profile.
  4. Click Properties → Navigate to Group Membership.
  5. Select Administrator.
  6. Click ApplyOK.
  7. Restart your PC.

After the reboot, signing back into your original account should reveal the Yes button appearing normally in UAC prompts.

Step 4: Disable the Built-in Administrator (Security Step)

For security purposes, it is advisable to disable the built-in Administrator account after rectifying your account issues.

  1. Sign into your now-admin main account.
  2. Open Command Prompt as administrator.
  3. Run the following command:
    net user administrator /active:no

This step helps prevent any potential misuse of the built-in account.

Step 5: If This Is a Work/School Device

In cases where the device is managed (Domain / Entra ID / MDM), certain policies may obstruct elevation entirely. Signs of this situation include:

  • “Some settings are managed by your organization”
  • A work/school account linked under Settings → Accounts

In such instances, it is essential to contact your IT department, as local changes may be intentionally restricted.

Step 6: Last Resort, Reset or Reinstall Windows (Personal PCs Only)

If no administrator account is accessible and policies hinder elevation, the final option for personal PCs is to reset or reinstall Windows. Prior to proceeding, ensure that important files are backed up, then follow the guide for a Clean Install of Windows 11.

Winsage
Fix: UAC “Yes” Button Missing in Windows