Skip to content
Follow
Windows

How to Remove Microsoft Store Icon from Windows 11 Taskbar

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

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.

Advertisement

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.

⚡ 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 .

Advertisement

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.

  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.

Advertisement
  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, 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.

Advertisement

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?

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.

Advertisement

📚 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 *