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.
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:
- Click the Start button or press the Windows key.
- Type Windows Terminal and select it from the list.
- 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:
Get-AppxPackage *Windows.DevHome* | Remove-AppxPackageStep 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.
- Click the Start button.
- Type Windows Terminal.
- ⚠️ Admin Required: Right-click on Windows Terminal and select Run as administrator.
- Again, make sure you are in the PowerShell tab, then paste this command and press Enter:
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Windows.DevHome*" | Remove-AppxPackage -AllUsersLearn 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.
- Open the Microsoft Store app on your PC.
- Search for Dev Home or click this link: Get Dev Home app
- Click the Get button to download and install the app.

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

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?
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!