How To Delete User Accounts In Windows 10

We have previously seen how to disable or block Microsoft account, how to add a password to a local user account, and how to install and use Windows 10 without a Microsoft account. In this guide, we will see how to delete a user account in Windows 10.

NOTE 1: You must have administrator rights in order to delete user accounts.

NOTE 2: These methods can not only be used to delete local user account but also to delete user accounts created using Microsoft accounts.

NOTE 3: When you delete a user account, you will lose all data saved in desktop, documents, photos, music, and video folders of the user account. However, data saved in other user accounts will not be affected.

NOTE 4: You need to sign out of the user account to be able to delete it. That is, you cannot remove the account that you are currently signed in.

Method 1 of 3

Delete a user account via Settings

Step 1: Open the Settings app. To do so, either click the Settings icon in the Start menu or use the Windows logo + I hotkey.

delete user accounts in Windows 10

Step 2: Once Settings app is launched, click Accounts (Your accounts, email, sync, work, family) > Family & other users page.

Step 3: Click on a user account that you want to delete and then click the Remove button.

delete user accounts in Windows 10 pic01delete user accounts in Windows 10 pic01

Step 5: Finally, when you see the confirmation dialog, click the Delete account and data button to delete the selected user account.

delete user accounts in Windows 10 pic02delete user accounts in Windows 10 pic02

 

Method 2 of 3

Delete a user account via Control Panel

Step 1: Open Control Panel by typing its name in the Start menu or taskbar search box and then pressing Enter key. Or type Control.exe in the Run command box (Windows + R) and then press the Enter key.

delete user account in Windows 10 step5.1delete user account in Windows 10 step5.1

Step 2: Click User Accounts. Click User Accounts in the following screen as well to open the User Accounts window.

delete user account in Windows 10 step5delete user account in Windows 10 step5

delete user account in Windows 10 step6delete user account in Windows 10 step6

Step 3: Click the link labeled Manage another account to view all user accounts on the PC.

delete user account in Windows 10 step7delete user account in Windows 10 step7

Step 4: Click on the user account that you would like to delete to see Make changes to your account.

delete user account in Windows 10 step8delete user account in Windows 10 step8

Step 5: Here, click the link labeled Delete the account.

delete user account in Windows 10 step9delete user account in Windows 10 step9

Step 6: When you see “Do you want to keep user’s files?” message, either click the Keep Files button or click the Delete Files button. If you click, Keep Files button Windows 10 will save the contents of the desktop, documents, favorites, videos, music, and pictures to a new folder and will name it after your user account name.

delete user account in Windows 10 step10delete user account in Windows 10 step10

After clicking the Keep Files button to save those files, click the Delete Account button to delete the selected user account.

delete user account in Windows 10 step11delete user account in Windows 10 step11

Method 3 of 3

Delete a user account via Command Prompt

Did you know that you can use the Command Prompt to quickly add or delete a user account in Windows? Here is how to delete a user account via Command Prompt.

Step 1: Open Command Prompt as administrator. To do so, type CMD in Start menu or taskbar search box, right-click on Command Prompt entry, and then click Run as administrator option.

delete user account in Windows 10 step12delete user account in Windows 10 step12

Alternatively, right-click on the Start menu and then click Command Prompt (admin) to open the admin Command Prompt. Click Yes button when you see the User Account Control prompt.

Step 2: You can skip this step if you are sure about the name of the user account that you are going to delete.

In the elevated Command Prompt, type the following command and press Enter key to view all user accounts on your PC.

net users

delete user account in Windows 10 step15delete user account in Windows 10 step15

Step 3: Next, execute the following command to delete a user account.

net user UserAccountName /delete

In the above command, replace UserName with the actual name of the user account that you obtained in Step 2.

delete user account in Windows 10 step16delete user account in Windows 10 step16

For instance, to delete a user account named IntoWindows, you need type net user IntoWindows /delete, and then press Enter key.