How to disable an account on Windows 11
Yes, you can temporarily disable an account instead of deleting it, and in this guide, I’ll show you how.
When you purchase through links on our site, we may earn an affiliate commission.Here’s how it works.
On Windows 11, you can quickly create multiple accounts toshare a computer with multiple people. However, when you no longer need an account or need to block access to a user, it’s also possible to disable an account instead of deleting it to preserve its settings and files if you have to restore access.
You can perform this task in at least four ways, including using Computer Management, Settings, Command Prompt, and PowerShell. Once the account is disabled,Windows 11will revoke access and remove it from the user menu in the Start menu and the sign-in screen.
In thishow-to guide, I will explain how to disable an account without removing it or deleting its files.
How to disable account from Computer Management
To disable accounts on Windows 11 without removing them, use these steps:
Once you complete the steps, the user will no longer be able to sign in, but the account will continue to be available in the system until it’s removed.
Enable account with Computer Management
To enable an account with Computer Management, use these steps:
After you complete the steps, the user will be able to sign in and access the Windows 11 account.
Get the Windows Central Newsletter
All the latest news, reviews, and guides for Windows and Xbox diehards.
How to disable account from Settings
In the Settings app, you can only disable family members' accounts. You cannot disable Microsoft accounts or local accounts.
To disable a family member account with Settings, use these steps:
Once you complete the steps, the family member will no longer be able to sign in, nor will the account be visible on the sign-in screen.
Enable account with Settings
To enable a family account with Settings, use these steps:
After you complete the steps, the account will appear again on the sign-in screen, allowing the users to log in normally.
How to disable account from Command Prompt
To disable a local account or Microsoft account with commands on Windows 11, use these steps:
In the command, replace"ACCOUNT-NAME"with the account’s name to disable. This example disables the"admin_demo"account on Windows 11:net user demo_user /active:no
Once you complete the steps, the account will deactivate and not be visible on the sign-in screen. However, the account and data will remain on Windows 11.
Enable account with Command Prompt
To enable an account with Command Prompt, use these steps:
In the command, replace"ACCOUNT-NAME"with the account’s name to enable.This example enables the"admin_demo"account on Windows 11:net user admin_demo /active:yes
After you complete the steps, the Windows 11 account will enable, and the user will be able to reaccess the desktop and their files.
How to disable account from PowerShell
To disable a Windows 11 account with PowerShell commands, use these steps:
In the command, replace"ACCOUNT-NAME"with the account’s name to disable. This example disables the"admin_demo"account on Windows 11:Disable-LocalUser -Name “demo_user”
Once you complete the steps, the PowerShell command will disable the account, but the account and files won’t be deleted from the system.
Enable account with PowerShell
To enable an account with PowerShell on Windows 11, use these steps:
In the command, replace"ACCOUNT-NAME"with the account’s name to enable.This example enables the"admin_demo"account on Windows 11:Enable-LocalUser -Name “demo_user”
After you complete the steps, the account will enable again on the system.
More resources
For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:
Mauro Huculak has been a Windows How-To Expert contributor for WindowsCentral.com for nearly a decade and has over 15 years of experience writing comprehensive guides. He also has an IT background and has achieved different professional certifications from Microsoft, Cisco, VMware, and CompTIA. He has been recognized as a Microsoft MVP for many years.