Skip to content
Follow
Windows

How to Reinstall Dev Home App in Windows 11

Richard
Written by
Richard
Feb 5, 2026 Updated Jul 10, 2026 3 min read
How to Reinstall Dev Home App in Windows 11
How to Reinstall Dev Home App in Windows 11

You can reinstall the Dev Home app on Windows 11 by uninstalling it via Settings and then reinstalling it from the Microsoft Store.

Dev Home is a Windows app built to streamline your development tasks. It offers tools for managing projects, configuring your system, and monitoring performance.

It lets you sideload applications (installing apps from outside the official Microsoft Store), enable Developer Mode (a setting that allows installing apps from any source), and manage special developer settings that go beyond what you normally find in Windows. For instance, Dev Home can help you create a dedicated Dev Drive for secure code storage.

When Dev Home glitches or stops working right, reinstalling it is a common fix. This process resets the app’s configuration, often solving the problem.

⚡ Quick Answer

Uninstall Dev Home via Windows Terminal using PowerShell commands, then reinstall it from the Microsoft Store. This process resets the app and resolves common glitches.

How to Uninstall and Reinstall Dev Home

If Dev Home is acting up or you want to start fresh, follow these steps to uninstall and then reinstall the app.

Step 1Open Windows Terminal with PowerShell

To reinstall Dev Home, you need to open Windows Terminal and use the PowerShell option. This is where you’ll type the specific commands to remove and then add the app back. First, click the Start button and type ‘Windows Terminal’ to find it, then select it from the results.

Here’s how to do that:

  1. Click the Start button or press the Windows key.
  2. Type Windows Terminal and select it from the list.
  3. Make sure the tab says PowerShell. If not, click the down arrow (˅) next to the plus (+) sign and choose PowerShell.

Read more about how to open Windows Terminal with PowerShell.

Step 2Uninstall Dev Home for Your User Account

Type or copy-paste this command into the PowerShell window, then press Enter:

PowerShell
Get-AppxPackage *Windows.DevHome* | Remove-AppxPackage

Step 3 (Optional): Uninstall Dev Home for All Users

If you need to uninstall Dev Home for everyone using your computer, you must start Windows Terminal with administrator rights. This lets you run commands that affect all user accounts. After opening it as an administrator, make sure you’re in the PowerShell tab to enter the correct command to uninstall.

  1. Click the Start button.
  2. Type Windows Terminal.
  3. ⚠️ Admin Required: Right-click on Windows Terminal and select Run as administrator.
  4. Again, make sure you are in the PowerShell tab, then paste this command and press Enter:
PowerShell
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Windows.DevHome*" | Remove-AppxPackage -AllUsers

Learn more about running Windows Terminal as admin.

Step 4Reinstall Dev Home from Microsoft Store

After removing Dev Home, reinstalling it is straightforward using the Microsoft Store. Simply open the Microsoft Store app on your computer and search for ‘Dev Home’. You can then click the ‘Get’ button to download and install the application again, making it ready to use.

  1. Open the Microsoft Store app on your PC.
  2. Search for Dev Home or click this link: Get Dev Home app
  3. Click the Get button to download and install the app.
Get Dev Home app from Microsoft Store
Get Dev Home app from Microsoft Store

Once installed, open the app from the Start menu or directly from the Store.

Dev Home app open from the Microsoft Store
Dev Home app open from the Microsoft Store

⚠️Warning
If Dev Home uninstalls for all computer users on Windows 11, then each individual user account must reinstall Dev Home separately. This ensures that every user can access and use the application after a system-wide removal.

You’re all set!

Summary

Reinstalling Dev Home on Windows 11 is a great way to fix common issues and get the app working smoothly again. This process ensures you have access to its developer tools and settings for managing your projects and system performance.

Is Dev Home discontinued?

Microsoft discontinued Dev Home in May 2025, meaning it’s no longer working on recent Windows versions. Some of its features are now being integrated into Windows Advanced Settings. Let me know if you have any other questions!

Is it okay to Uninstall Dev Home?

Although it’s generally safe to remove the Dev Home app on Windows 10 and 11 devices, err on the side of caution and create a backup for your system before making changes.

How to install Microsoft Dev Home?

To install Dev Home, search for it in the Microsoft Store, click on the app, and then click ‘Get’ to install it.

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 Add Windows 11 Resource Widgets Using Dev Home
Windows How to Add Windows 11 Resource Widgets Using Dev Home
How to Run Apps as Administrator in Windows 11
Windows How to Run Apps as Administrator in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Enable or Disable Developer Mode in Windows 11
Windows How to Enable or Disable Developer Mode 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 *