How to Remove Microsoft Store Icon from Windows 11 Taskbar
Removing the Microsoft Store icon from the Windows 11 taskbar takes just two clicks and clears out unwanted clutter from your screen. The Microsoft Store is the default app shop built into Windows 11 for downloading software and games.
Right-click the Microsoft Store icon on your taskbar and select Unpin from taskbar to make it disappear instantly. You can always pin the icon back to the taskbar later if you want quick access again.
Right-click the Microsoft Store icon on your taskbar and select “Unpin from taskbar.” This removes the shortcut without uninstalling the app. You can still access the Store via the Start menu .
Why remove the Microsoft Store icon?
The Microsoft Store icon appears on the Windows 11 taskbar by default. Many users prefer a tidy desktop and find this icon takes up valuable taskbar space. Removing the Microsoft Store icon frees up room for frequently used applications and reduces visual clutter.
What happens when done?
Unpinning the Microsoft Store removes the icon from the taskbar without deleting the app itself. The Microsoft Store app remains installed on your computer, and you can open it by searching the Start menu . No other parts of your system are affected by this action.
Method 1Unpinning from the Taskbar
Administrator privileges aren’t needed for this method.
- Find the Microsoft Store icon on your taskbar .
- Right-click the icon.
- Select Unpin from taskbar.

Method 2Unpinning from the Start Menu
Administrator privileges aren’t needed for this method.
- Click the Start button.
- Find the Microsoft Store icon.
- Right-click the icon.
- Select Unpin from taskbar.

Advanced Deployment and System Administration
IT professionals can manage taskbar icons across multiple computers simultaneously using tools like Group Policy Objects (GPO) or Intune.
PowerShell One-Liner for Quick Fix
If you prefer using commands, remove the pinned item with this PowerShell script. Keep in mind you'll need administrator privileges to run it.
Remove-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' -Name 'Favorites'
Registry Editor and CIS Baselines
Working with the registry carries risks, so back it up first. Find the relevant path at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer. Following security guidelines, such as CIS Baselines, helps keep your system secure while you tidy up the interface.
Summary
Removing the Microsoft Store icon from your Windows 11 taskbar works as a reliable method for home users. However, IT professionals use specialized management tools to handle this across many computers at once.
Can I remove the Microsoft Store icon for all users on a PC?
Yes, you can use a Group Policy Object (GPO) to enforce a specific taskbar layout. By applying an XML file via the 'Start Layout' policy, you prevent the Microsoft Store icon from appearing for all users on the machine during deployment.
Does removing the icon uninstall the Microsoft Store app?
No. Removing the icon only unpins the shortcut from your taskbar. The actual application remains installed in C:\Program Files\WindowsApps. Access the store through the Start menu or by searching for it, as the underlying files stay intact.
How do I prevent the Microsoft Store from reappearing after updates?
To prevent the icon from returning, manage the taskbar layout via GPO or Intune. Unpinning it manually may not stop it from returning after major Windows updates or feature resets, because the system re-applies default pinned items.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!