The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Hi @Ishak, Mohammed ,
Thanks for the details. Since the update prompt appears immediately at launch and the only way out is to exit Visual Studio entirely, the key is to update the product from outside the IDE first, so you don't need to interact with that dialog at all.
Please try these steps in order:
- Open Visual Studio Installer directly (Start menu, not through devenv.exe/the VS shortcut).
- Find your Visual Studio 2026 instance in the list, then select Update.
- Let it fully download and apply the update, then restart your machine.
- Launch Visual Studio again and check if the popup is gone.
If the Installer itself doesn't detect an update, or update fails:
- Download the latest bootstrapper directly from the Visual Studio downloads page, and run it. This forces the installed instance to update without needing to open the IDE first.
- If VS was deployed via an offline layout, check whether the layout's channel manifest is still pointing to an older release, if so, the layout itself will need to be refreshed to the current version before updating from it.
A couple of things worth checking as well:
- Make sure you're running the Installer/update with administrator rights, updates typically require elevation and can silently fail without it.
- If possible, could you share a screenshot of the exact popup text? "New version available" prompts and "this version is no longer supported, please update" prompts look similar but have different underlying causes, and knowing the exact wording will help pinpoint the right fix if the steps above don't resolve it.
Let me know how it goes after trying the Installer update, happy to help further if the popup still appears.