On Windows 11, it’s pretty easy to disable a user account. You can do it via Settings or by editing the Registry File. The disabled user profile won’t appear anywhere on the Windows 11 PC, including the user switch menu.

Here are the best ways to disable a user account on Windows 11.

1. Disable User Account via Computer Management

The user account can be enabled or disabled via the Computer Management utility. Here’s what you need to do.

1. Click on Windows 11 Search and type in Computer Management. Open Computer Management from the list of options.

Computer Management

2. On the Computer Management Window, navigate to the following path:

Computer Management > System Tools > Local Users and Groups > Users

navigate to the following path

3. Right-click on the user account you want to disable and select Properties.

Properties

4. On the Account properties, switch to the General tab.

switch to the General tab

5. On the General settings, check the option ‘Account is disabled’ and click Apply.

check the option 'Account is disabled'

This will turn off the user account profile on the Windows 11 operating system.

2. Disable User Account on Windows 11 via Command Prompt

If you’re comfortable handling the command line utility, you can use it to disable user accounts.

1. Click the Windows 11 search button and type in Command Prompt. Right click on the Command Prompt and select Run as administrator.

select Run as administrator

2. In the next window, type in net user and hit Enter.

net user

3. You will now see all user accounts available on your device. Enter the following command and hit the Enter button.

net user ACCOUNT-NAME /active:no

net user ACCOUNT-NAME /active:no

Important: Replace ‘ACCOUNT-NAME’ with the profile name you want to disable.

4. If you wish to enable the account again, enter the command:

net user ACCOUNT-NAME /active:yes

net user ACCOUNT-NAME /active:yes

3. Disable A User Account from Windows 11 Settings

You can also utilize the Settings app of Windows 11 to disable a user account. Here’s what you need to do.

1. Click on the Windows 11 Start button and select Settings.

Settings

2. On Settings, navigate to Accounts > Family and Other users.

Family and Other users

3. Click on the family account you want to disable and select Block Sign in.

Block Sign in

4. On the confirmation prompt, click on the Block button again.

Block

4. Disable User Account using PowerShell

Like the Command Prompt, you can use another command line utility, PowerShell, to disable the user account on Windows 11. Here’s what you need to do.

1. Open Windows search and type Powershell. Right-click on PowerShell and select Run as administrator.

Run as administrator

2. When the PowerShell opens, execute the command:

Get-LocalUser

Get-LocalUser

3. Execute another command after that. Make sure to replace the Username with your account’s name.

Disable-LocalUser -Name "Username"

Disable-LocalUser -Name "Username"

4. Executing the command will disable the user account. If you wish to enable the user account, try this command:

Enable-LocalUser -Name "Username"

Note: Make sure to replace Username with the account name you want to enable.

Enable-LocalUser -Name "Username"

Disabling a user account on the Windows 11 operating system is pretty easy. If you have any doubts, let us know in the comment box below.

LEAVE A REPLY

Please enter your comment!
Please enter your name here