Skip to content
Follow
Windows

How to Reinstall Dev Home App in Windows 11

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

Reinstalling the Dev Home app in Windows 11 is a good way to fix problems when it glitches or stops working.

Dev Home is a Windows app that helps developers manage their projects and set up their computer for coding. It helps you do things like install apps from outside the Microsoft Store and set up a special “Dev Drive” for your code.

This app can also help you turn on Developer Mode, which lets you install apps from any source. It also lets you manage special settings for developers that Windows doesn’t usually show.

If Dev Home isn’t working right, a fresh installation can often fix it by resetting all its settings.

⚡ 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 misbehaving or you’d prefer to start fresh, follow these steps to uninstall and then reinstall the app.

Step 1Open Windows Terminal with PowerShell

You need to open Windows Terminal and select the PowerShell option to reinstall Dev Home. This is where you’ll enter the commands to remove the app and then add it back. To find Windows Terminal, click the Start button and type its name, then choose it from the list that appears.

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.
  • Click the Start button or press the Windows key.
  • Type 'Windows Terminal' and select it from the list.
  • Ensure the tab displays 'PowerShell'. If it doesn't, 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
💻Code
winget uninstall --id Microsoft.DevHome -e --source winget

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

To uninstall Dev Home for all users on your computer, you must open Windows Terminal with administrator privileges. This allows you to run commands that affect every account. After opening it as an administrator, confirm you are in the PowerShell tab before entering the correct command to uninstall Dev Home.

  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:
  • Right-click the Start button.
  • Select 'Windows Terminal (Admin)'.
  • Confirm the User Account Control (UAC) prompt by clicking 'Yes'.
  • Make sure the tab is set to 'PowerShell'. If not, click the down arrow (˅) next to the plus (+) sign and choose 'PowerShell'.
PowerShell
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Windows.DevHome*" | Remove-AppxPackage -AllUsers
💻Code
winget uninstall --id Microsoft.DevHome -e --source winget

Learn more about running Windows Terminal as admin.

Step 4Reinstall Dev Home from Microsoft Store

Adding Dev Home back is straightforward using the Microsoft Store after you've removed it. Open the Microsoft Store app on your computer and search for 'Dev Home'. Then, click the 'Get' button to download and install the app again, making it ready for 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.
  • Open the Microsoft Store app.
  • Search for 'Dev Home'.
  • Click 'Get' 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

If Dev Home is uninstalled 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?

Is Dev Home still available?

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?

Is it safe to remove 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?

How do I install 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 Run Apps as Administrator in Windows 11
Windows How to Run Apps as Administrator in Windows 11
How to Add Windows 11 Resource Widgets Using Dev Home
Windows How to Add Windows 11 Resource Widgets Using Dev Home
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 *