A version of Visual Studio is Available, visit the link to get information on the lastest update and support

Ishak, Mohammed 0 Reputation points
2026-08-18T04:39:46.6933333+00:00

Hi

After installing the VS 2026, when i click the launch the button its showing the popup like new version is available..
I cannot able to close the popup.. its just exit the VS completely..
May i know the solution for thatUser's image

Developer technologies | Visual Studio | Setup

2 answers

Sort by: Most helpful
  1. Jay Pham (WICLOUD CORPORATION) 4,270 Reputation points Microsoft External Staff Moderator
    2026-08-18T06:14:20.9933333+00:00

    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:

    1. Open Visual Studio Installer directly (Start menu, not through devenv.exe/the VS shortcut).
    2. Find your Visual Studio 2026 instance in the list, then select Update.
    3. Let it fully download and apply the update, then restart your machine.
    4. 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.

    Was this answer helpful?


  2. AI answer

    2026-08-18T04:40:06.35+00:00

    This usually means the installed Visual Studio 2026 build is older than the currently required update level, and Visual Studio is enforcing an update before it can continue.

    Try these fixes in order:

    1. Update Visual Studio from the installer
      • Close Visual Studio.
      • Open Visual Studio Installer.
      • Find the installed Visual Studio 2026 instance.
      • Apply the available update.
      • Launch Visual Studio again.
    2. If Visual Studio opens far enough, check for updates from the IDE
      • In Visual Studio, go to Help > Check for Updates.
      • Or press Ctrl+Q, type check for updates, and open the matching result.
      • In the Update available dialog, choose Update.
    3. Use the Notifications hub if the update notification appears there
      • Select the notification icon in the lower-right corner of the IDE.
      • In Notifications hub, select the update.
      • Choose View details and then Update.
      • If needed, choose Update on Close to defer only the current update until Visual Studio closes.
    4. If the normal update path does not work, update with a newer bootstrapper
      • Download the bootstrapper for the required Visual Studio version from the Visual Studio release history page.
      • Run it from the product installation directory to update the installed instance to that specific newer version.
    5. If this is an offline or layout-based installation
      • Verify that the installation is pointing to the correct local channel manifest from the layout, not an online feed.
      • Ensure the layout contains the intended Visual Studio 2026 version.
      • If the problem continues, recreate the layout using the latest available Visual Studio 2026 update.
    6. Check permissions
      • By default, updating Visual Studio requires administrative permissions on the machine and access to the update source.
      • If using a standard account, a UAC prompt for admin credentials can appear.
    7. If the update still fails
      • Use the installation troubleshooting guidance.
      • For installation-related issues, use installation chat support.
      • If Visual Studio can be opened at all, use Report a Problem from the IDE or Visual Studio Installer.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.