Solved Help | Where to find this transparent default User Account Picture?


Or boot from installation media and launch command prompt, regedit and load the hive
 

My Computer

System One

  • OS
    Windows 11 Pro
I have found a solution for this after hours of trying to restore the default user profile picture.

Open Registry Editor and go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users

Under users you will find something like this: (Referring to each user you have actually changed the profile pic)
Code:
S-1-5-21-4256685687-1742167590-3044690774-1003

This contains pointers to 11 images, those are all the same picture you once selected as your profile picture, resized by windows.
Something like this:
Code:
Image96"="C:\\Users\\Public\\AccountPictures\\S-1-5-21-4256685687-1742167590-3044690774-1003\\{B55E58CE-3DC0-46F3-94EC-DCFAE70BFB71}-Image96.jpg

All you have to do is delete those keys. But you can't do it from there. Now close registry editor.

In order to delete them you have to download psexec (PsExec - Sysinternals) and run "psexec -i -s regedit.exe" from an elevated command prompt.

Now go back to logon screen (logout) and you'll see the default picture in back (the transparent default version).

Hope this helps someone, can't believe there's not just a restore to default button. 😮‍💨
Sorry for replying to an old thread, but I just wanted to thank you for providing the easiest solution for reverting back to the transparent photo. Was about to reset Windows until I came across your helpful guide, hopefully this can get added to the guides as I feel it should help others.
 

My Computer

System One

  • OS
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Dell
    CPU
    12th Gen Intel(R) Core(TM) i7-12700H
    Memory
    16.0 GB DDR5
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Browser
    Edge
OMG YALL DONT KNOW HOW MUCH TIME I SPENT TRYING TO FIGURE THIS OUT
The registry editor+PSTools method worked for me
Thanks
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Acer
    CPU
    Ryzen 5 7535HS
    Memory
    8x2GB DDR5 4800MHz
    Graphics Card(s)
    RTX 4050 Laptop GPU
    Screen Resolution
    1920x1080
Congratulations for joining Elevenforum. Stay tuned for more customization tricks and precious helps in your Windows 11 issues. Last customization I did was to replace the language indicator of the keyboard (EN/GR in older Windows, EN/ΕΛ in Windows 11 in my case for English US and Greek layout) with the respective country flag. You can find it at my posts, but to save you the trouble, here is the link:

 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 (5699), 25H2 (8457)
    Computer type
    Laptop
    Manufacturer/Model
    Acer Extensa 5630EZ
    CPU
    Mobile DualCore Intel Core 2 Duo T7250, 2000 MHz
    Motherboard
    Acer Extensa 5630
    Memory
    4GB
    Graphics Card(s)
    Mobile Intel(R) GMA 4500M (Mobile 4 series)
    Sound Card
    Realtek ALC268 @ Intel 82801IB ICH9 - High Definition Audio Controller
    Monitor(s) Displays
    1
    Screen Resolution
    1280x800
    Hard Drives
    Samsung SSD 850 EVO 250GB SATA Device (250 GB, SATA-III)
    Internet Speed
    VDSL 50 Mbps
    Browser
    MICROSOFT EDGE
    Antivirus
    WINDOWS DEFENDER
    Other Info
    Legacy MBR installation, no TPM, no Secure Boot, no WDDM 2.0 graphics drivers, no SSE4.2, cannot get more unsupported ;) This is only my test laptop. I had installed Windows 11 here before upgrading my main PC. For my main PC I use everyday see my 2nd system specs.
  • Operating System
    Windows 11 Pro v25H2 (build 26200.8457)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom-built PC
    CPU
    Intel Core-i7 3770 3.40GHz s1155 (3rd generation)
    Motherboard
    Asus P8H61 s1155 ATX
    Memory
    2x Kingston Hyper-X Blu 8GB DDR3-1600
    Graphics card(s)
    GIGABYTE GeForce RTX 3050 WINDFORCE OC V2 6GB (GV-N3050WF2OCV2-6GD)
    Sound Card
    Realtek HD audio (ALC887)
    Monitor(s) Displays
    Sony Bravia KDL-19L4000 19" LCD TV via VGA
    Screen Resolution
    1440x900 32-bit 60Hz
    Hard Drives
    WD Blue SA510 2.5 1000GB SSD as system disk, Western Digital Caviar Purple 4TB SATA III (WD40PURZ) as second
    PSU
    Thermaltake Litepower RGB 550W Full Wired
    Case
    SUPERCASE MIDI-TOWER
    Cooling
    Deepcool Gamma Archer CPU cooler, 1x 8cm fan at the back
    Keyboard
    Mitsumi 101-key PS/2
    Mouse
    Sunnyline OptiEye PS/2
    Internet Speed
    100Mbps
    Browser
    Microsoft Edge, Mozilla Firefox
    Antivirus
    Microsoft Windows Defender
    Other Info
    Legacy BIOS (MBR) installation, no TPM, no Secure Boot, WDDM 3.0 graphics drivers, WEI score 7.4
After a lot of testing, I found a way to use the classic transparent/default account icon behavior on Windows 11 without resetting the entire PC.

What this does
Restores the default Windows account tile.
Fixes the blank avatar shown on the lower-left corner of the lock screen.
Shows the classic white-background user icon in the Start menu.
Removes the custom Microsoft account picture.

Step 1: Enable UseDefaultTile
Open Registry Editor as Administrator.

Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

Create a new DWORD (32-bit) Value named: UseDefaultTile

Set its value to: 1

Alternatively, run in cmd:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v UseDefaultTile /t REG_DWORD /d 1 /f

Step 2: Locate the User Account Pictures Folder
Open: C:\ProgramData\Microsoft\User Account Pictures
If the folder is hidden, enable "Show hidden items" in File Explorer.

Step 3: Delete user-192.png
Delete: user-192.png (move somewhere)
Do not delete the entire folder.

Step 4: Restart Windows
Restart your computer.

Result
After rebooting:
The lock screen account list should no longer show a blank avatar.
The Start menu should display the classic white-background user icon.
The profile picture will use the default Windows account tile instead of your Microsoft account image.

Notes:
This was tested on Windows 11.
Windows Updates may restore user-192.png, requiring the tweak to be applied again.
If you want to revert the change, restore user-192.png and either delete UseDefaultTile or set it to 0.

Revert Command
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v UseDefaultTile /f
or
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v UseDefaultTile /t REG_DWORD /d 0 /f

This gave me a much cleaner result than having a blank avatar on the lock screen while still keeping the classic default Windows user icon.
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    Laptop
I was testing Windows Server 2025 in a virtual machine and I could not change the default user account picture. The workaround was to rename the original picture file in User Account pictures folder and then save the desired picture with the same name. As a result every new user had that picture but I don't care. I managed to use a custom picture for my user account. No matter how Microsoft locks features, we always find a workaround to do what we want.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 (5699), 25H2 (8457)
    Computer type
    Laptop
    Manufacturer/Model
    Acer Extensa 5630EZ
    CPU
    Mobile DualCore Intel Core 2 Duo T7250, 2000 MHz
    Motherboard
    Acer Extensa 5630
    Memory
    4GB
    Graphics Card(s)
    Mobile Intel(R) GMA 4500M (Mobile 4 series)
    Sound Card
    Realtek ALC268 @ Intel 82801IB ICH9 - High Definition Audio Controller
    Monitor(s) Displays
    1
    Screen Resolution
    1280x800
    Hard Drives
    Samsung SSD 850 EVO 250GB SATA Device (250 GB, SATA-III)
    Internet Speed
    VDSL 50 Mbps
    Browser
    MICROSOFT EDGE
    Antivirus
    WINDOWS DEFENDER
    Other Info
    Legacy MBR installation, no TPM, no Secure Boot, no WDDM 2.0 graphics drivers, no SSE4.2, cannot get more unsupported ;) This is only my test laptop. I had installed Windows 11 here before upgrading my main PC. For my main PC I use everyday see my 2nd system specs.
  • Operating System
    Windows 11 Pro v25H2 (build 26200.8457)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom-built PC
    CPU
    Intel Core-i7 3770 3.40GHz s1155 (3rd generation)
    Motherboard
    Asus P8H61 s1155 ATX
    Memory
    2x Kingston Hyper-X Blu 8GB DDR3-1600
    Graphics card(s)
    GIGABYTE GeForce RTX 3050 WINDFORCE OC V2 6GB (GV-N3050WF2OCV2-6GD)
    Sound Card
    Realtek HD audio (ALC887)
    Monitor(s) Displays
    Sony Bravia KDL-19L4000 19" LCD TV via VGA
    Screen Resolution
    1440x900 32-bit 60Hz
    Hard Drives
    WD Blue SA510 2.5 1000GB SSD as system disk, Western Digital Caviar Purple 4TB SATA III (WD40PURZ) as second
    PSU
    Thermaltake Litepower RGB 550W Full Wired
    Case
    SUPERCASE MIDI-TOWER
    Cooling
    Deepcool Gamma Archer CPU cooler, 1x 8cm fan at the back
    Keyboard
    Mitsumi 101-key PS/2
    Mouse
    Sunnyline OptiEye PS/2
    Internet Speed
    100Mbps
    Browser
    Microsoft Edge, Mozilla Firefox
    Antivirus
    Microsoft Windows Defender
    Other Info
    Legacy BIOS (MBR) installation, no TPM, no Secure Boot, WDDM 3.0 graphics drivers, WEI score 7.4
Back
Top Bottom