Windows 11 typically transforms your profile picture into a series of static, resized versions before displaying it on the Start menu, Settings page, or lock screen. However, a clever registry tweak allows users to redirect these entries to the original image file, enabling the use of animated profile pictures.
This method also permits the use of transparent PNGs or animated GIFs with transparent backgrounds. It’s worth noting that this isn’t an officially supported feature; Microsoft has long stated that animated account pictures are not supported.
Windows 11 normally destroys the original profile picture
The standard procedure for setting a profile picture involves navigating through Settings > Accounts > Your info > Choose a file. While Windows retains the last three images, it does not keep the original file. Even if the original is deleted, the profile picture remains intact.
Windows generates a series of resized copies, storing their paths in the registry under HKLMSOFTWAREMicrosoftWindowsCurrentVersionAccountPictureUsers, with values named Image32, Image48, Image96, and so forth, depending on the version of Windows.
By pointing these Image### values to your original file, Windows will utilize whatever image you provide. This means a transparent PNG can maintain its transparency, and an animated GIF will retain all its frames.
If you’re interested in this workaround, a PowerShell tool available on GitHub automates the process, confirming that GIFs can indeed function as profile pictures once applied.
It’s essential to clarify that this “hack” modifies local Windows account picture settings, not your Microsoft account avatar. According to Microsoft’s Q&A, uploading a GIF only displays a single static frame, as animation support was not designed for Microsoft account avatars. This workaround bypasses that limitation by directly accessing local registry entries. However, users with sync enabled should be cautious, as a Microsoft account can overwrite the custom picture with a static one. The GitHub tool’s FAQ suggests disabling picture sync or opting for a local account, which many users prefer.
How to give your Windows 11 profile picture an animation
First, ensure your GIF is stored in a permanent location, such as:
C:UsersYourNamePicturesProfilePicturesanimated-profile.gif.
It’s crucial not to leave it in Downloads or move it later, as Windows will reference that specific file going forward. If it’s moved or deleted, your profile picture will break.
Method 1: The easy way, using a ready-made script
Download the PowerShell script from GitHub using the “Download raw file” option. In File Explorer, right-click the downloaded file and select “Copy as path.”
Next, right-click the Start button, choose Terminal (Administrator), type a single dot (.), and right-click inside the terminal to paste the path you copied. The command should resemble:
."C:UsersyouDownloadsaccount-picture-changer.ps1"
Press Enter. If Windows blocks the script due to an execution policy error, run Set-ExecutionPolicy -ExecutionPolicy Bypass and try again from the first step. The script automatically downloads PsExec, detects your account’s SID, and updates the registry values for you, eliminating the need for manual editing.
Afterward, sign out or restart to check if your new profile picture is animated on the lock screen and Start menu.
Method 2: The manual way, using PsExec yourself
If you prefer a hands-on approach or the script doesn’t suit your setup, here’s how to manually set an animated profile picture:
Download PsExec from Microsoft’s Sysinternals site, extract it, then open Command Prompt as administrator. Navigate to the extracted folder and run:
psexec -i -s regedit.exe
This step is crucial; a standard “Run as administrator” Registry Editor won’t suffice, as the AccountPicture keys only allow write access to the SYSTEM account. Attempting to edit them without this step will result in an error.
Once you run psexec -i -s regedit.exe, a new Registry Editor window will open with SYSTEM permissions. Navigate to:
HKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionAccountPictureUsers
Replace each Image### value with the full path to your GIF.
Finally, sign out and back in, or restart Explorer if the picture doesn’t update immediately.
For an example of a transparent background, consider the one shared by user PatRyk, who highlighted the registry workaround enabling GIF profile pictures in Windows 11.
Many users feel that animated profile pictures should be a built-in feature, especially given the prevalence of GIFs and transparent images today. The process to achieve this workaround seems unnecessarily complex, and it raises the question of why Microsoft hasn’t enabled GIF support for Microsoft account profile pictures, a feature already available for Google accounts.
Windows 7 had personality; Windows 11 mostly has your Microsoft account
Windows 7 came with 37 built-in account pictures located at:
%ProgramData%MicrosoftUser Account PicturesDefault Pictures
This selection allowed users to express their identity through their chosen images. In contrast, Windows 11 tends to centralize user identity around the Microsoft account, although local accounts can still be utilized after signing in.
Microsoft has gradually relaxed its grip in other areas, allowing Edge users to sign in with Google accounts. However, Windows 11’s setup still lacks a straightforward way to bypass the Microsoft account requirement. While customization options exist for the Start menu and Taskbar, they fall short compared to the flexibility offered in Windows 10. Some users even argue that the original Start menu from Windows 95 was more effectively implemented.
As the industry embraces bolder design choices, such as Liquid Glass, there is hope that Microsoft will enhance Windows 11’s customization options. However, complete transparency control is not expected to arrive anytime soon.
While Microsoft does not officially support animated avatars, the account-picture system in Windows 11 still recognizes any file path provided. This feature, although not explicitly designed, continues to function as it always has.