Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How to Delete User Profile on Windows (3 Possible Ways)

How to Delete User Profile on Windows (3 Possible Ways)

Bhishu AcharyaBy Bhishu AcharyaNovember 16, 2022
delete user profile windows

If multiple users are accessing the same computer, it’s pretty sure that each one wants to use their preferred setting. This is why most of us create separate sign-in accounts with individual user profile.

Having independent profiles is advantageous until you start experiencing issues with your user account. Sometimes, one of your user profiles may get corrupted and throw errors like ‘User profile cannot be loaded,’ ‘User profile service failed the sign-in,’ etc.

Whatever the scenario, there are just two things you can do – either completely remove the account from your PC or simply delete their user profile to reset it. Indeed, the second one looks much more favorable, and that’s exactly what we will cover in this article.

Table of Contents

  • User Account Vs. User Profile – Are They the Same?
  • How Can I Delete a User Profile on Windows 11?
    • In Advanced System Settings
    • Using File Explorer & Registry Editor
    • In Local Group Policy Editor

User Account Vs. User Profile – Are They the Same?

Although user account and user profile may sound identical, they are entirely different terms. While the former is the account that logs you into Windows or any other OS, the latter is a collection of settings for that individual user.

In Windows, you can create two types of user accounts – administrator and standard. While an administrator can tweak various system settings and configure the PC as a whole, a standard user can only use the settings set by the former. Fortunately, Windows allows you to change the administrator option, meaning you can easily convert a standard user to an administrator and vice versa.

Regardless of the account type, each user can have personal preferences, like theme, color, audio settings, desktop background, etc. Basically, Windows records each and everything a user does on his account and stores them in this location: C:\Users. Well, you can open any user profile here and find several files and folders belonging to that user, like Contact, Desktop, Document, etc.

Interestingly, if your user account is set to a roaming profile (over the local one), these preferences are stored on a network server. Thus, you can even transfer your user profile to another computer.

To summarize, a user account holds the information that lets an authorized user access their content, while the user profile determines how their Windows environment is maintained. Therefore, deleting a user account will remove the user completely from your PC. On the other hand, deleting a user profile will remove just the associated data, but your account remains, and you can start from scratch.

How Can I Delete a User Profile on Windows 11?

Before deleting a specific user profile, ensure that you have signed out from the account and are using an administrator or a standard with administrative privilege. Otherwise, you’ll likely encounter the Folder in Use error (in file explorer) or may find the option grayed out (in Advanced Settings).

If you’re having any issues with deleting a user profile, this section includes three simple yet effective methods to solve your problem.

In Advanced System Settings

The most effective way to delete a user profile is using Windows’ advanced settings. Here, you can find a dedicated section for User Profiles that deals with the desktop settings related to your sign-in. So, without further delay, let’s jump into the detailed guide on how to do this on Windows 11:

  1. If you’re signed in to the target user account, kindly move to the Start Menu and press your profile icon.
  2. Here, select the Sign out option.
    sign out windows
  3. Now, log in to Windows using an administrator account. If you do not have any, we recommend using the built-in administrator account. Also, you can add an administrator account in Windows yourself. 
  4. Once you’re signed in, press the Windows + I hotkey to launch the Settings app.
  5. Next, go to System > About.
    settings system about
  6. Under Device specifications, press Advanced system settings.
    device specifications advanced system settings
  7. Navigate to the User Profiles section and tap the Settings button.
    user profiles settings
  8. Now, the User Profiles window should pop up. Here, select your target profile and hit Delete.
    select user profile and delete
  9. Finally, press the Yes button to confirm the profile deletion.
    confirm delete yes

Using File Explorer & Registry Editor

Another method to remove a user profile is directly from the stored location on your boot drive. However, just deleting the folder won’t do, and it will instead trigger the ‘We can’t sign into your account’ error. Thus, you need to delete the dedicated subkey in Registry Editor to make this work:

  1. Firstly, sign out of the target account and log into Windows using an administrator account.
  2. Next, navigate to the following path:
    C:\Users
    c drive users
    If you have changed the boot drive to D, E, or others, you need to navigate to your respective one.
  3. Here, select the target profile and hit the Delete key on your keyboard. Or, you can right-click and select Delete.
    select profile and delete
  4. The Folder Access Denied dialogue box might pop up while trying to delete a user profile from a standard account with administrative privilege. In such a case, press the Continue button to confirm the deletion.
  5. Now, press Windows + R to launch the Run utility. Here, copy and paste the below command that should open Registry Editor:
    regedit.exe
  6. Here, navigate to the below path:
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    registry editor user profile path
  7. Expand this and start looking for the target sub-key. To do this, start selecting each one and move to the right pane. Get to ProfileImagePath and check its Data field.
    For example, we are trying to delete the user profile of the ‘Example’ account. So, the Data field we’re looking for is C:\Users\Example.
    profileimagepath check data
  8. Once you’ve found the target profile, get to the left pane again, right-click on the key, and select Delete. In our case, we delete the ‘S-1-5-21-1900395867-263830858-1113368924-1001’ as shown below.
    delete user profile key
  9. Then, tap the Yes button to confirm your action.
    yes to delete the key
  10. Now, sign into the target account, which should take you to the ‘We are getting everything ready for you’ screen, meaning the deletion is successful.

NOTE: Make sure to backup your registry before making any changes to it.

In Local Group Policy Editor

Interestingly, you can even set a policy that automatically deletes the user profile if it’s inactive for a certain number of days. Indeed, this can help increase the disk space as multiple users accessing your PC can take up an unnecessary amount of storage. Kindly follow the below instructions on how you can do just that:

  1. In the Run dialogue box, use the gpedit.msc command to launch the Local Group Policy Editor.
  2. Now, expand the Computer Configuration and select Administrative Templates.
  3. Then, move to the right pane and double-click the System folder.
    computer configuration administrtive templates system
  4. Scroll down and get into the User Profiles folder.
    user profiles in local group policy editor
  5. Here, open the ‘Delete user profiles older than a specified number of days on system restart’ setting.
    Delete user profiles older than a specified number of days on system restart
  6. In the new dialogue box, select the Enabled option.
  7. Next, move to the Options section and select the desired number of days. For demonstration, we have set it to 10. This will automatically delete any user profile that’s inactive for ten days.
    select number of delay days
  8. Finally, hit the Ok button to save this setting.
how-to
Bhishu Acharya

Bhishu Acharya is a technical content writer at TechNewsToday. He specializes in monitors, laptops, storage devices, and other peripherals. Apart from computer hardware, you can also find his how-to and troubleshooting articles on Windows, internet, security, and networking. Ever since getting his hands on a personal computer, Bhishu started exploring its internal components at just 10. His growing curiosity led him to undertake the Computer Science & Information Technology degree and is just a year away from graduation. While balancing his study and work life for over four years, he has harnessed different sets of technical skills. With his expertise, he is now dedicated to helping netizens looking for hardware and software-related fixes. Today, Bhishu’s proficiency extends beyond computer hardware. In his spare time, he enjoys coding and learning new programming languages.

Related Posts

how to make windows 11 look like windows 10

How to Make Windows 11 Look Like Windows 10

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
mouse not showing in chrome

Mouse Not Showing in Chrome? Here’s How to Fix It

January 25, 2023
how-to-move-taskbar-windows-11

How to Move Taskbar on Windows 11

January 24, 2023
stickers on windows

How to Add Stickers on Windows 11 Desktop

January 23, 2023
how to add weather to taskbar windows 11

How to Add Weather to Taskbar Windows 11

January 22, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
watch-twitch-on-roku-tv

How to Watch Twitch on Roku TV

January 25, 2023
hp mouse not working

HP Mouse Not Working? Here’s How to Fix It

January 25, 2023
install-kodi-on-firestick

How to Install Kodi on Firestick (Step-By-Step Guide)

January 25, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.