Skip to content

How to Remove Microsoft Store Icon from Windows 11 Taskbar

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

You unpin the Microsoft Store icon from your Windows 11 taskbar to remove it.

Unpinning the Microsoft Store icon is a simple way to customize your Windows 11 interface. This action removes the app’s shortcut from the taskbar, making your desktop less cluttered.

The Microsoft Store icon is often pinned by default in Windows 11. You can easily reverse this change and re-pin the icon anytime if you decide you want quick access to the store 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.

Why remove the Microsoft Store icon?

Many people prefer a clean desktop. The Microsoft Store icon is pinned by default, which can clutter your taskbar. Removing it gives you more space for the apps you use every day. It helps you focus on your tasks without unnecessary distractions.

What happens when done?

When you remove the icon, it disappears from your taskbar. The app itself remains installed on your computer. You can still open it by searching in the Start menu. Nothing else on your system is affected.

Method 1Unpinning from the Taskbar

You do not need administrator privileges for this method.

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

Method 2Unpinning from the Start Menu

You do not need administrator privileges 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 pros can manage taskbar icons for many computers at once 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, like 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 simple for home users, but IT pros have ways to do it for many computers.

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.

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

Leave a Comment

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

Exit mobile version