How to Install Microsoft Store on Windows 11: A Step-by-Step Guide

Installing Microsoft Store on Windows 11

Is the Microsoft Store playing hide and seek on your Windows 11 PC? No worries, mate. It can happen for a few reasons — maybe an update went sideways, or some files got munged. The good news? Reinstalling it isn’t a hard yakka. If you’re comfortable with PowerShell, you’re already halfway there. Just gear up for a quick command-line patch-up.

Reinstalling Microsoft Store via PowerShell

Open PowerShell as Administrator

First things first, you’ll need to fire up PowerShell with admin rights. Why? Because Windows likes to keep the door locked on system tweaks. Click the Start button, type “PowerShell“, then right-click and choose Run as administrator. If a prompt pops up asking if you’re sure, just say yes — no point in being a wuss! Otherwise, the command might bugger up without the right permissions.

If you prefer a shortcut, press Windows + X and select Windows Terminal (Admin) or PowerShell (Admin). Easier and quicker!

Input the Command to Reinstall the Microsoft Store

Now you’ve got the elevated PowerShell window open, type (or copy and paste) this command:

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}

It might look a bit daunting with all the tags, but don’t stress — it’s just telling Windows to find the Store package and chuck it back in. If things go sideways, double-check your syntax. Even a tiny space can cause a proper headache. And make sure your system language is set to English — otherwise, the command might throw a fit.

Execute the Command by Pressing Enter

Hit Enter after typing in the command, then sit tight. PowerShell might look like it’s froze — don’t freak out. It’s just doing its thing. Give it a tick; if it’s crawling, it’s probably sorting out some system gremlins.

Restart Your Computer to Wrap Things Up

Once the command’s done, don’t dive straight into the Store. Best to give your PC a quick restart. Sounds simple, but it’s the best way to make sure all those changes stick. Just hit Windows + X again and choose Restart.

Check if the Store’s Back and Working

After your Windows fires back up, open the Start menu, type “Microsoft Store“, and see if it pops up. If the icon’s there and opens without throwing a tantrum, too easy! If not, recheck the command you entered, or try running sfc /scannow — it’s a good ol’ system scan that might fix deeper issues.

Extra Tips

Before mucking about in PowerShell, it’s a good idea to back up any important stuff — just in case your PC throws a wobbly. Also, make sure your Windows 11 is up to date. Sometimes older builds can cause issues with the Store. Check under Settings > Windows Update for any pending updates.

If the Store still won’t play ball, you can try resetting it manually. Press Windows + R, type ms-settings:appsfeatures, and hit Enter. Find the Microsoft Store, click on it, then go to Advanced options and hit Reset.

Common Questions About Reinstalling the Microsoft Store

Why is my Microsoft Store missing on Windows 11?

Most of the time, it’s just a glitch or a botched update. Sometimes, it gets removed or corrupted without you realising. Luckily, using PowerShell usually does the trick, especially if a full system reset seems overkill.

Can I reinstall the Microsoft Store without PowerShell?

There might be some workarounds, but they’re often patchy. PowerShell’s the straight-up best way to handle this sort of thing — reliable and simple.

What if the PowerShell command doesn’t work?

Double-check for typos — sneaky little buggers. If it still doesn’t cooperate, you might be facing bigger issues like corrupted files. Running sfc /scannow or considering a Windows reset might be your next move.

Is reinstalling the Microsoft Store with PowerShell safe?

Generally, yep. Follow the steps closely, and it’s safe — backed by Microsoft. Think of it as fixing a leaking tap instead of ripping the whole bathroom apart.

How long does it take?

All up, around 5 to 10 minutes for the whole lot. If you’re on an older system or one with a lot of custom junk, it might take a tad longer. Just go with the flow.

Final Word

If you’re having a crack at getting the Microsoft Store back on Windows 11, you’re not alone. PowerShell is often the best mate for fixing things. The Store is your gateway to a heap of handy apps, so it’s worth the effort to get it up and running again. If those steps work for you, brilliant! If not, maybe give it another go or check all the commands. Exploring PowerShell a bit more might surprise you — there’s a fair bit you can do with it. Cheers to happy app hunting!

Checklist:

  • Open PowerShell as Administrator
  • Run the re-registration script
  • Press Enter and wait it out
  • Restart your PC
  • Check the Microsoft Store

Stuff that’s worked on a few machines, too.