Re-enable Disabled Users in Windows

When you remove access to a Windows device from a user in JumpCloud, JumpCloud disables, rather than deletes that user. As a result, all user account information and files are preserved, allowing you to re-enable the user if necessary. However, this creates a complication in Windows where disabled users no longer appear at the login screen or in netplwiz.

The version of Windows licensing you have determines the method you need to use to re-enable disabled users. Check your Operating System Version and License Version for your Windows devices before proceeding.

Tip:

To see how to re-enable macOS users, see Re-enable a Disabled User Account on macOS.

Requirements

  • Local Administrator Access

Re-enable a User from the Local Users and Groups Manager

To re-enable a disabled user from the Local Users and Groups Manager:

  1. Log in to the Windows device with a local administrator account. 
  2. In the start bar, or via Run, enter lusrmgr.msc. The Local Users & Groups Manager tool opens in Windows.
  1. Go to the Users folder and find the disabled user. Disabled users appear with a down arrow next to their account. 
  1. Right-click the disabled user, then select Properties.
  2. Clear Account is disabled.
  1. Next, go to User Properties > Member Of.
  2. Click Add…
  3. In the next menu, enter “Users”, then click Check Names.
  1. Click OK to add the User to the Local Users Group.
  2. Click Apply to save the settings.
  3. Click OK to close the window. 

The user should now appear as active and be a member of the Users group. When you log out of your admin account, you should now see the user account on the Login screen.

Windows login screen displaying Bob Fay user account now that it is re-enabled.

Tip:

The password for the newly re-enabled account is the last used password before the account was disabled.

Re-enable a User from the Command-Line Interface

You can re-enable users from the CLI if you have remote scripting capabilities and a Local Administrator account.

To re-enable a user from the CLI:

  1. Log in to the Windows device with a local administrator account. 
  2. Open PowerShell as Administrator.
  3. To list all local users on the Windows device, run the following command: Get-LocalUser
  1. To re-enable the user account is currently disabled, run the following command: Enable-LocalUser -Name “Username_goes_here”

Note:

If the command runs successfully, you don't receive any results.

  1. To show the accounts with Enabled set to $true, run the following command: Get-LocalUser
  1. To add the newly re-enabled user to the Local Users group, run the following command: Add-LocalGroupMember – Group “Users” -Member “Username_goes_here”

Note:

If the command runs successfully, you won't receive any results.

  1. To verify that the user has been successfully added to the Local Users group, run the following command: Get-LocalGroupMember – Group “Members”

The account should now appear on the Windows login screen.

Tip:

The password for the newly re-enabled account is the last used password before the account was disabled.

You should also be able to see the user in the netplwiz.

User Accounts (netplwiz) window displaying bobf user account as an active user.

Back to Top

Still Have Questions?

If you cannot find an answer to your question in our FAQ, you can always contact us.

Submit a Case