Skip to content
Follow
Windows

How to Remove Microsoft Store Icon from Windows 11 Taskbar

Richard
Written by
Richard
Nov 30, 2021 Updated Jul 14, 2026 3 min read
How to Enable Voice Access on Windows 11 Sign-In
How to Enable Voice Access on Windows 11 Sign-In

The Microsoft Store icon on your Windows 11 taskbar is simply a shortcut that you can remove. This process is the same as unpinning any other app from the taskbar.

Unpinning the Microsoft Store removes its icon, which is often placed there by default in Windows 11. This helps you clean up your taskbar space.

If you change your mind later, you can always pin the Microsoft Store icon back to the taskbar for easy access.

⚡ Quick Answer

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?

Removing the Microsoft Store icon from the Windows 11 taskbar makes the icon disappear. The Microsoft Store app still remains installed on your computer; 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.

  1. Find the Microsoft Store icon on your taskbar.
  2. Right-click the icon.
  3. Select Unpin from taskbar.
Windows 11 taskbar showing unpin option for Microsoft Store icon
windows 11 unpin store icon

Method 2Unpinning from the Start Menu

Administrator privileges aren’t needed for this method.

  1. Click the Start button.
  2. Find the Microsoft Store icon.
  3. Right-click the icon.
  4. Select Unpin from taskbar.
Unpinning Microsoft Store app from Start menu in Windows 11
windows store app unpin from start

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, you can remove the pinned item with this PowerShell script. Keep in mind you’ll need administrator privileges to run it.

💻Code
Remove-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' -Name 'Favorites'

Registry Editor and CIS Baselines

Working with the registry can be risky, so it’s crucial to back it up first. You can find the relevant path at 🗝️HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer. Following security guidelines, such as CIS Baselines, can help keep your system secure while you tidy up the interface.

Summary

Removing the Microsoft Store icon from your Windows 11 taskbar is a straightforward process for home users. However, IT professionals have methods to manage 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 can 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. You can still access the store through the Start menu or by searching for it, as the underlying files are not removed.

How do I prevent the Microsoft Store from reappearing after updates?

To prevent the icon from returning, you must manage the taskbar layout via GPO or Intune. Simply unpinning it manually may not stop it from returning after major Windows updates or feature resets, as the system may re-apply default pinned items.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Update Microsoft Store Apps on Windows 11
Windows How to Update Microsoft Store Apps on Windows 11
How to Reset Microsoft Store App in Windows 11
Windows How to Reset Microsoft Store App in Windows 11
How to Re-register Microsoft Store in Windows 11
Windows How to Re-register Microsoft Store in Windows 11
How to Manage Microsoft Store App Updates in Windows 11
Windows How to Manage Microsoft Store App Updates in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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