Daily Tip: Set an Animated Profile Picture in Windows 11

SSPAI Editors SSPAI Editors
September 11, 2026
3 mins read
foks

Windows 11 can use an animated GIF as a profile picture, even though its standard account settings only accept a still frame. With PsExec and a careful Registry edit, you can make that GIF appear across the system.

***

Editor’s note: A version of this article by 克莱德 appears on September 8, 2026 on SSPAI with the title “一日一技|我的 Windows 11 头像会动,你也可以”. Translated and published by agreement.

The idea for this piece came from a post by @Patrosi73. I’ve added the necessary tool-configuration details.

The feature image is from Untitled Goose Game.

Regular SSPAI readers may know that our site supports GIF user profile pictures, as long as the file is under 5 MB. Windows is less accommodating: upload a GIF in Windows Settings or on the Microsoft account management page and you get a static profile picture containing just one frame—dull and rigid, perfectly out of step with how you feel each time you open Windows to start work.

Windows does, in fact, support GIF files as user profile pictures.

Before proceeding, please back up your system, especially corresponding registry values.

Under Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\, the Registry stores profile-picture values in several sizes for use across different places of Windows.

Registry values for Windows profile pictures in several sizes
Windows profile pictures in different sizes. Does anyone know which parts of the system use each one?

If you take the conventional route—open regedit, find the values, edit them, and save—you’ll find that they cannot be changed directly:

An error displayed when attempting to edit a profile-picture Registry value directly
Trying to edit the values directly produces an error.

To modify Registry values related to the user profile picture, we need to run Registry Editor as the System account. We’ll use PsExec, the tool mentioned in Microsoft’s Learn documentation. Download and extract, then right-click the Start menu, select “System,” and, in the Settings page that opens, find and open “Advanced system settings.”

The Advanced system settings entry in Windows
Advanced system settings.

In the “Environment Variables” dialog, follow the steps below to add the PsTools folder to Path.

Windows Environment Variables dialog
Environment Variables → Path → add the PsTools folder.

Next, run Terminal or PowerShell as an administrator and paste:

psexec -i -s regedit.exe

In case you want to know more, the -i launches an interactive interface, while -s means it will run as the System account.

PsExec running Registry Editor as the System account
PsTools has some genuinely advanced uses too, but I don’t know them.

Once Registry Editor opens, return to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\ and change every profile-picture value to the path of the GIF you prefer.

Entering an animated GIF file path as a Registry value
Enter the GIF’s path in Value data.

That’s it: you’ll now see an animated user profile picture throughout Windows, Start menu for example:

An animated goose profile picture in the Windows Start menu
“Coming—I’ll get to work right away.”

As you can see, Windows 11 also supports animated GIFs with transparent backgrounds. Thus we can make the sign-in screen feel more immersive, like this one:

A transparent animated goose profile picture on a Windows sign-in screen
“What do you mean making you go to work is like herding a goose onto a rack?”

Share:

Leave a comment

Your email address will not be published. Required fields are marked *